Re: [Rest2web-develop] Linking to document by filename
Brought to you by:
mjfoord
From: Michael F. <fuz...@vo...> - 2008-09-04 20:39:59
|
Stéfan van der Walt wrote: > Hi all, > > I am new to rest2web, and have a question re: hyperlinking, to which I > could not find an answer on the mailing list archive. > > I would like to link to documents by their filename, i.e. if I have > > index.txt > otherpage.txt > > then inside index.txt I'd like to write > > "please refer to `other page <otherpage>`_ ". Is there currently a > way to do this in rest2web, or would a patch for such functionality be > considered? > Linking is done using reST syntax from docutils: http://docutils.sf.net/ The normal syntax is: `other page <otherpage.txt>`_ or `other page <otherpage.html>`_ It's not *really* clear to me what change you are suggesting (if you miss off the extension what should actually be linked to?) - but I think changes to this would need to be done inside docutils and not inside rest2web. All the best, Michael > Regards, > Stéfan > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Rest2web-develop mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/rest2web-develop > -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/ http://www.trypython.org/ http://www.ironpython.info/ http://www.theotherdelia.co.uk/ http://www.resolverhacks.net/ |