Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fgallaire/colt-templates
https://github.com/fgallaire/colt-templates
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fgallaire/colt-templates
- Owner: fgallaire
- Created: 2013-12-02T04:43:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T01:23:36.000Z (over 8 years ago)
- Last Synced: 2024-10-07T10:10:08.740Z (about 1 month ago)
- Language: Erlang
- Size: 228 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
README
Txt2tags README file
════════════════════════════════════════════════════════════════════════
┌──────────────────────┐
│ Txt2tags README file │
└──────────────────────┘┌─────────────────────┐
│ http://txt2tags.org │
└─────────────────────┘════════════════════════════════════════════════════════════════════════
Txt2tags is a document generator. It reads a text file with
minimal markup as **bold** and //italic// and converts it
to the following formats:ASCII Art
AsciiDoc
Creole 1.0
DocBook
DokuWiki
Google Wiki
HTML
LaTeX
Lout
MagicPoint
MoinMoin
PageMaker
PmWiki
Plain Text
SGML
UNIX Manpage
Wikipedia / MediaWiki
XHTMLYou can use it as a Web component (PHP), as a GUI application
(windows and buttons) or as a command line program.For more information, please visit the program website at
http://txt2tags.org────────────────────────────────────────────────────────────────────────
Quick sample for the command line usage:
1. Write a text file like this (leave 1st line blank):
= Hello =
I'm a robot. You're my **master**!
[smile.jpg]2. Run this command:
txt2tags --target html --no-headers file.t2t
3. The result is:
<H1>Hello</H1>
<P>
I'm a robot. You're my <B>master</B>!
<IMG ALIGN="middle" SRC="smile.jpg" BORDER="0" ALT="">
</P>────────────────────────────────────────────────────────────────────────
Txt2tags package structure:
ChangeLog Changes from previous versions
COPYING The GNU GPL License contents
README This file
AUTHORS The developers
txt2tags The program itself
(the only required file to run)
doc/ Documentation
extras/ Syntax files and utilities
po/ Program translation files
samples/ Sample file converted to all targets
samples/img "Powered by" button and other images
samples/css Sample CSS files for HTML and XHTML
samples/module Examples: txt2tags as a Python module
test/ The txt2tags test suite────────────────────────────────────────────────────────────────────────
Authors: see the AUTHORS file.