You are looking at historical revision 19635 of this page. It may differ significantly from its current revision.

svnwiki-sxml

SXML parser for a simplified version of svnwiki syntax.

Documentation

This extension provides a parser which reads in text in svnwiki format and converts it into an abstract SXML representation.

See also the edit help on this very wiki for info about the svnwiki format.

If you want to use this, you might also want to take a look at the multidoc or eggdoc-svnwiki eggs for generating output.

[procedure] (svnwiki->sxml PORT)

Reads from PORT until EOF and returns an SXML representation of the parsed wiki contents.

About this egg

Author

Jim Ursetto, with some maintenance by Peter Bex.

Requirements

History

0.2.6
Fix SRFI-18 compatibility issue in line buffering [Peter Bex]
0.2.5
Parse inline markup in LINK and INT-LINK
0.2.4
Accept any scheme for external hyperlinks
0.2.3
Add setter definition type [Peter Bex]
0.2.2
Don't split DT to DD at a colon inside inline markup in DT; don't output DD for null definition
0.2.1
Rename script tag to highlight [Peter Bex]
0.2.0
Initial release

License

BSD.