Fossil SCM
fossil wiki export to latex
Closed
d9dc59f19a3eda6…
· opened 16 years, 3 months ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Important
- Resolution
- Rejected
- Subsystem
- —
- Created
- Jan. 1, 2010 2:28 p.m.
I classify this feature request as important because it lay the foundation for fossil wiki as the high quality publishing documentation source.
There is html2latex software in C already(See R1). Adding extra fossil wiki syntax into html2latex.c looks like feasible project/request.
And in R2,following command is listed as a TODO.
fossil wiki export -u ARTIFACT WikiName FILE
I am hoping to see
fossil wiki export -u ARTIFACT -t latex WikiName FILE.latex
References:
- R1: http://www.tex.ac.uk/tex-archive/support/html2latex/html2latex.c
- R2: http://www.fossil-scm.org/index.html/doc/tip/www/reference.wiki#setting
Comments (1)
stephan
13 years, 2 months ago
Closing as "way out of scope." The JSON API allows one to store whatever text format he wants as a wiki page, provided the client is willing to deal with the data format somehow (e.g. client-side rendering).