Index of /sandbox/axk/viewcvs

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]docutils.conf 2018-06-17 08:52 51  
[TXT]viewcvs.py 2018-06-17 08:52 89K 

rst "markup streamer" for ViewCVS

rst "markup streamer" for ViewCVS

Author:

Axel Kollmorgen

Contact:
axel(at)kollmorgen[dot]net
Version:
README.txt 1759 2003-12-05 08:34:17Z ax-
Web site:

http://docutils.sourceforge.net/sandbox/ax-/viewcvs/

this is a modification of ViewCVS that enables rst .txt files in ViewCVS repositories to be viewed as .html ("markup"). this is achieved by adding a new "markup streamer" markup_stream_rst() to viewcvs.py that basically does the same as docutils' tools/html.py [DOC] [SRC]. once installed, any .txt file w/ a link ending w/ view=auto or view=markup will be rendered as html.

do you think this is useful? please send feedback. much appreciated!

requirements

ViewCVS / docutils CVS 2003-Oct-28. it will probably work with any docutils 0.3 or newer and with newer (and a little older) versions of ViewCVS. if you use a different version of ViewCVS, do a diff of viewcvs.py before overwriting it - the source changes frequently.

install

todo