summaryrefslogtreecommitdiff
path: root/wikicvt.py
AgeCommit message (Collapse)AuthorFiles
2015-07-12Improve tag handling and debuggingSergey Poznyakoff1
* wikimarkup.py: Rewrite tag recognition. Implement dump method. * wikicvt.py: New options -D (--dump), and -t dump * wiki2html.py (input_tag): Remove method (str_tag): Change handling of tags * wiki2texi.py: Likewise. * wiki2text.py: Likewise.
2015-07-07Initial implementation of Texinfo translator classSergey Poznyakoff1
* wiki2html.py (str_pre): Don't add <pre> tags if nested * wiki2texi.py: New file. * wikicvt.py: Add --type (--to, -t) and --input-type (-I) options. * wikimarkup.py (BaseWikiMarkup): Use new object style. (tokread): Remove 'extra' keyword for the sake of parse_env
2015-07-07Update copyright yearsSergey Poznyakoff1
2009-03-05Avoid losing newlines while parsing the input stream. Provide some ↵Sergey Poznyakoff1
rudimentary parsing for wiktionary templates
2009-03-03Rewrite from scratch. Text conversion almost(TM) worksSergey Poznyakoff1
2008-11-29Improve text output generationSergey Poznyakoff1
* wiki2html.py (mktgt): Add 3rd argument. All callers updated. * wiki2text.py (wiki_ns_name,mktgt): New functions (str_link,str_tmpl): Rewrite * wikicvt.py: New argument --input-text (not used yet)
2008-11-27Minor changes.Sergey Poznyakoff1
* wiki2text.py: The constructor keyword argument markup allows to inhibit any markup * wikicvt.py: New command line option -o (--option). Admit - as input file name.
2008-11-27Minor fixSergey Poznyakoff1
2008-11-26Implement plain text conversion.Sergey Poznyakoff1
* wiki2html.py (HtmlWikiMarkup): Move lang, html_base, image_base, media_base, langtab, str_nil, str_text, fmtok, __str__ to WikiMarkup * wikimarkup.py: See above. * wiki2plain.py: Remove. * wiki2text.py: New file (instead of the above) * wikicvt.py: Implement new options.
2008-11-26Initial commitSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.