aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-03-25 02:47:03 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-03-25 02:47:03 +0000
commit429b666ce5cc02316d9923c4b1a20f7a49f8c6d2 (patch)
tree728c1fe09db1ed354835d2276f01590ee5b10284
parent1975b326976c63fdde89f193ba93610415a65422 (diff)
downloadpandoc-429b666ce5cc02316d9923c4b1a20f7a49f8c6d2.tar.gz
Documented OpenDocument writer and markdown2odt in website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1271 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--web/index.txt.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/index.txt.in b/web/index.txt.in
index 1fa4eb19f..f500c7dc6 100644
--- a/web/index.txt.in
+++ b/web/index.txt.in
@@ -6,7 +6,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], [ConTeXt],
-[RTF], [DocBook XML], [GNU Texinfo], [groff man], and [S5] HTML slide shows.
+[RTF], [DocBook XML], [OpenDocument XML], [GNU Texinfo], [groff man]
+pages, and [S5] HTML slide shows.
Pandoc features
@@ -36,6 +37,7 @@ Pandoc features
+ `html2markdown` makes it easy to produce a markdown version
of any web page.
+ `markdown2pdf` converts markdown to PDF in one step.
+ + `markdown2odt` converts markdown to ODT in one step.
+ `hsmarkdown` is a drop-in replacement for `Markdown.pl`.
- Multi-platform: runs on Windows, MacOS X, Linux, Unix.
- Free software, released under the [GPL].