[Lunar-commits] <moonbase> txt2tags: a new doc-tools addition.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sat Apr 11 13:16:36 CEST 2009


commit b23a4373bc921d413069a75d711f9b0c6f194918
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Apr 11 07:16:36 2009 -0400

    txt2tags: a new doc-tools addition.
---
 doc-tools/txt2tags/BUILD   |    7 +++++++
 doc-tools/txt2tags/DEPENDS |    1 +
 doc-tools/txt2tags/DETAILS |   28 ++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/doc-tools/txt2tags/BUILD b/doc-tools/txt2tags/BUILD
new file mode 100644
index 0000000..7ad6630
--- /dev/null
+++ b/doc-tools/txt2tags/BUILD
@@ -0,0 +1,7 @@
+(
+
+   prepare_install &&
+   python setup.py install
+
+) > $C_FIFO 2>&1
+
diff --git a/doc-tools/txt2tags/DEPENDS b/doc-tools/txt2tags/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/doc-tools/txt2tags/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/doc-tools/txt2tags/DETAILS b/doc-tools/txt2tags/DETAILS
new file mode 100644
index 0000000..31056df
--- /dev/null
+++ b/doc-tools/txt2tags/DETAILS
@@ -0,0 +1,28 @@
+          MODULE=txt2tags
+         VERSION=2.5
+          SOURCE=$MODULE-$VERSION.tgz
+      SOURCE_URL=http://txt2tags.googlecode.com/files/
+      SOURCE_VFY=sha1:95f472b58b26b591670a931787a25a8ef2a33682
+        WEB_SITE=http://txt2tags.sourceforge.net/index.html
+         ENTERED=20090411
+         UPDATED=20090411
+           SHORT="a document generator"
+
+cat << EOF
+Txt2tags is a document generator. It reads a text file with minimal markup as 
+**bold** and //italic// and converts it to the following formats:
+
+    * HTML
+    * XHTML
+    * SGML
+    * LaTeX
+    * Lout
+    * Man page
+    * Wikipedia / MediaWiki (NEW)
+    * Google Code Wiki (NEW)
+    * DokuWiki (NEW)
+    * MoinMoin
+    * MagicPoint
+    * PageMaker
+    * Plain text 
+EOF


More information about the Lunar-commits mailing list