Opened 13 years ago
Closed 12 years ago
#6609 closed task (invalid)
book url format
Reported by: | dylan | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Operations | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I'd like to suggest that dojo book changes its url format from having the version in it to something like current as the default url, and then have a branch for each major release.
Currently it is confusing that so many of our book urls have 0-9-0 in them.
Change History (7)
comment:1 Changed 13 years ago by
Component: | Documentation → Ops |
---|---|
Owner: | changed from Neil Roberts to Dustin Machi |
comment:2 Changed 13 years ago by
(In [13414]) fixes #6615 - adds dojo-mini script into buildscripts/ with many warnings and notices, though is working as expected. refs #6609 in the sense I modidied the "official" copyright notice to be a generic url that will be more easily maintainable. I've added a "shorthand" copyright_mini.txt file used in minification, though basically retains all english wording from the original. Both of those notes ref #6616 - in that there is some copying going on touching actual source tree files before and after build until those options are available from the command line, to preserve the user's ability to use custom profiles and this script together.
comment:3 Changed 13 years ago by
Milestone: | 1.2 → 1.3 |
---|
This is petty straight forward from a database perspective. Basically the url generator just adds new url_aliases. We basically need a script that will modify the existing url aliases. If we do this we'll need mod rewrite rules so our old ugly urls dont' break. Alternatively instead of modifying the exisitng urls, we can simply add a new alias in with the new format.
comment:5 Changed 12 years ago by
Milestone: | 1.3 → tbd |
---|
comment:6 Changed 12 years ago by
Type: | enhancement → task |
---|
comment:7 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
the new url for docs will be dtk.org/docs/ with older versions at docs/{ver} (current always version-less.
I think this is something we need Drupal help with... can Kit help?