Changes between Initial Version and Version 2 of Ticket #309


Ignore:
Timestamp:
07/19/13 21:58:16 (11 years ago)
Author:
Jim Ursetto
Comment:

Done a long time ago, I guess the ticket wasn't closed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #309

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Type changed from defect to enhancement
  • Ticket #309 – Description

    initial v2  
    1 Chickadee needs to translate [[/egg/xxx]] and [[/eggref/4/xxx]] to local egg pages.  Also change absolute wiki links to use wiki.call-cc.org instead of chicken.wiki.br.  Also accept [[/man/4/xxx]] and [[/manual/xxx]] as man pages.
     1Chickadee needs to translate /egg/xxx and /eggref/4/xxx to local egg pages.  Also change absolute wiki links to use wiki.call-cc.org instead of chicken.wiki.br.  Also accept /man/4/xxx and /manual/xxx as man pages.
    22
    3 Also, possibly, check the type of the current node (man or egg) and have relative links from man pages link to man pages [[Unit posix]], or from egg pages link to egg pages [[rfc3339]].  Currently an heuristic is applied where links are checked for match with man page names and if so, linked to man page, even inside eggs.  qwiki does not work like this (and technically neither did svnwiki).  Low priority because the heuristic should always generate correct output in chickadee, but someone using chickadee as a document testbed (hi mom!) before committing to the wiki may get incorrect wiki results.
     3Also, possibly, check the type of the current node (man or egg) and have relative links from man pages link to man pages (Unit posix), or from egg pages link to egg pages (rfc3339).  Currently an heuristic is applied where links are checked for match with man page names and if so, linked to man page, even inside eggs.  qwiki does not work like this (and technically neither did svnwiki).  Low priority because the heuristic should always generate correct output in chickadee, but someone using chickadee as a document testbed (hi mom!) before committing to the wiki may get incorrect wiki results.