diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/index.txt | 5 | ||||
-rw-r--r-- | web/mkdemos.sh | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/web/index.txt b/web/index.txt index 024133487..ec96b01dd 100644 --- a/web/index.txt +++ b/web/index.txt @@ -4,8 +4,8 @@ Pandoc is a [Haskell] library for converting from one markup format to another, and a command-line tool that uses this library. It can read [markdown] and (subsets of) [reStructuredText], [HTML], and [LaTeX], and it can write [markdown], [reStructuredText], [HTML], [LaTeX], [RTF], -and [S5] HTML slide shows. Pandoc's version of markdown contains some -enhancements, like footnotes and embedded LaTeX. +[DocBook XML], and [S5] HTML slide shows. Pandoc's version of markdown +contains some enhancements, like footnotes and embedded LaTeX. In contrast to existing tools for converting markdown to HTML, which use regex substitutions, Pandoc has a modular design: it consists of a @@ -73,6 +73,7 @@ kind. [HTML]: http://www.w3.org/TR/html40/ [LaTeX]: http://www.latex-project.org/ [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format +[DocBook XML]: http://www.docbook.org/ [Haskell]: http://www.haskell.org/ [GHC]: http://www.haskell.org/ghc/ [GPL]: http://www.gnu.org/copyleft/gpl.html diff --git a/web/mkdemos.sh b/web/mkdemos.sh index ac3d45106..b3e344413 100644 --- a/web/mkdemos.sh +++ b/web/mkdemos.sh @@ -16,6 +16,7 @@ pandoc -s README.tex -o example0.txt pandoc -s -w rst README -o example0.txt pandoc -s README -o example0.rtf pandoc -s -m -i -w s5 S5DEMO -o example0.html +pandoc -s -w docbook README -o example0.db html2markdown http://www.gnu.org/software/make/ -o example0.txt markdown2pdf README -o example0.pdf markdown2pdf -C myheader.tex README -o example0.pdf' |