diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 21:37:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 21:37:07 +0000 |
commit | 8d14c1bd3aa1e90d477199f0baa3246bf6951491 (patch) | |
tree | 7b5c409787dc81ba73f9cbd79aa93def3f194141 /doc | |
parent | e95581101d43f3b93a0161cdb30d865d6fcd4311 (diff) | |
download | ikiwiki-8d14c1bd3aa1e90d477199f0baa3246bf6951491.tar ikiwiki-8d14c1bd3aa1e90d477199f0baa3246bf6951491.tar.gz |
on relative pagespecs by default..
Diffstat (limited to 'doc')
-rw-r--r-- | doc/roadmap.mdwn | 2 | ||||
-rw-r--r-- | doc/roadmap/discussion.mdwn | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index a442e2fce..e48a79d07 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -39,5 +39,7 @@ I'm considering: so users can list pages without anding them together. * Making page/index.html be the default output filename, rather than page.html. * Enabling goodstuff by default? +* Possibly making PageSpecs match relative by default, rather than the current absolute + (see [[Discussion]]) Estimated release date for 2.0: 29 April 2007. diff --git a/doc/roadmap/discussion.mdwn b/doc/roadmap/discussion.mdwn index 69c824489..29d7ea6f5 100644 --- a/doc/roadmap/discussion.mdwn +++ b/doc/roadmap/discussion.mdwn @@ -1,3 +1,8 @@ Changing pagespecs to be relative by default is quite feasible now, but it will cause backwards compatibility problems. Should this be marked as a future plan, perhaps at a -major version number like 2.0? --Ethan
\ No newline at end of file +major version number like 2.0? --Ethan + +Yes, I'm looking at making this kind of change at 2.0, added to the list. +However, I have doubts that it makes good sense to go relative by default. +While it's not consitent with links, it seems to work better overall to +have pagespecs be absolute by default, IMHO. --[[Joey]] |