txt2tags Less is More %!includeconf: config.t2t %!postproc: '(?i)()' ' features\1' % A nice shortcut %!postproc: URLWIKIPEDIA http://en.wikipedia.org/wiki % Mark people names for CSS formatting %!preproc: '^(-- .*)' '{{br}}{{span class="name"}}\1{{/span}}' %!include: menu.t2t %!include: testimonials.t2t == Features == === Many supported formats === - [HTML document URLWIKIPEDIA/HTML] - [XHTML document URLWIKIPEDIA/XHTML] - [SGML document URLWIKIPEDIA/SGML] - [LaTeX document URLWIKIPEDIA/LaTeX] - [Lout document URLWIKIPEDIA/Lout] - [UNIX manual page (man) URLWIKIPEDIA/Man_page] - [MoinMoin page (wiki) URLWIKIPEDIA/MoinMoin] - [MagicPoint presentation (mgp) URLWIKIPEDIA/MagicPoint] - [PageMaker document URLWIKIPEDIA/Pagemaker] === Simple === - **KISS:** The program follows the sacred [KISS Principle URLWIKIPEDIA/KISS_Principle]. - **Ready To Use:** No configuration, no compiling. Just download and run. - **Save Your Hair:** No more library, catalog, schema and DTD nightmares. - **Straight Edge:** Aimed for documents and websites, not books. - **Sanity:** No flow control, system() or other programming capabilities. - **Beauty:** Being simple is feature, not a bug. === Techie === - **Clean Results:** The generated code is clean, [readable %%infile], and [valid {URLHTMLVALIDATOR}]. - **Multi-platform:** Runs on Linux, Mac, Windows and many others. - **User Interfaces:** Command line (--options), GUI (Tk) and Web (PHP). - **Any Text editor:** Use the editor you like most. - **Spellcheck Friendly:** Marks are symbols, the speller will ignore them. - **Light Resources:** It does not index, compile, calculate, compress, draw or do any strong processing. - **License:** GPL. === More than just code === - **Complete Documentation:** Guides, samples, reference. Translated to many languages. - **Extras:** Syntax files for text editors, auto-update tools, HTML to t2t. - **Support:** Mailing list with friendly users and the program author. - **Team work:** The user community [contributes team/] actively to the project. - **User base:** The txt2tags [user base children.html] is large and world-wide. - **Experience:** Born in 2001, today txt2tags is very stable and mature. === Minimalist markup === - **Less Typing:** Marks are symbols like ``+``, ``:`` and ``=``. - **Natural Marks:** You already use some of them in e-mails. - **Uncomplicated:** No keywords, no parameters, no attributes. - **Readable:** The source file remains readable, unpolluted. - **Consistent:** Simple and consistent rules, no "special cases". - **Strong:** Marks are unique enough to don't confuse with contents. - **Rich:** We have marks for tables, images, lists, comments and more. - **Easy:** Learn fast, [learn now markup.html]. === Diet Python === - **One-file Program:** Just a single [Python http://python.org] script, no extra files. - **Standard Library:** Works on default Python install, no extra modules are required. - **Careful Coding:** Backwards compatible, runs even on ancient Python version 1.5. - **Very Fast:** Even real big documents take a blink of an eye to convert. === Simple but not limited === - **TOC Generation:** Automatic Table of Contents. - **Automatic Numbering:** Don't mind about numbering topics/headings. - **Include:** You can include external files as marked or tagged text. - **Filters:** Use regular expressions for Pre and Post processing filters. - **Scripting Friendly:** It can read from STDIN and write to STDOUT. - **Configuration:** Optional config file can store preferences and filters. Txt2tags, the last markup you will ever learn. Hope so :) [Play with Txt2tags Online now! {URLONLINE}] %!include: footer.t2t