[Lunar-commits] <moonbase-other> asciidoc: New module
Peter de Ridder
peter at lunar-linux.org
Mon Dec 31 12:38:28 CET 2012
commit ee0fb82633c507bf70c796f250fb38e451f24d8c
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Mon, 31 Dec 2012 03:38:28 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/ee0fb82633c507bf70c796f250fb38e451f24d8c
asciidoc: New module
---
doc-tools/asciidoc/DEPENDS | +1/-0
doc-tools/asciidoc/DETAILS | +20/-0
2 files changed, 21 insertions(+)
--- /dev/null
+++ b/doc-tools/asciidoc/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/doc-tools/asciidoc/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=asciidoc
+ VERSION=8.6.8
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:2fd88f6ca9d2a5e09045fb300f4a908fe6eeb092
+ WEB_SITE="http://www.methods.co.nz/asciidoc/index.html"
+ ENTERED=20121224
+ UPDATED=20121224
+ SHORT="Text based document generation"
+cat <<EOF
+AsciiDoc is a text document format for writing notes, documentation,
+articles, books, ebooks, slideshows, web pages, man pages and
+blogs. AsciiDoc files can be translated to many formats including HTML,
+PDF, EPUB, man page.
+
+AsciiDoc is highly configurable: both the AsciiDoc source file
+syntax and the backend output markups (which can be almost any type
+of SGML/XML markup) can be customized and extended by the user.
+EOF
More information about the Lunar-commits
mailing list