diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
commit | 1cbc974e7e0bff62aedb2600660641f19aacbaa6 (patch) | |
tree | 93f95d6662c5a9426488e10ceaa5bb7d618fc982 /web | |
parent | 0f4bdc6b7d52e1a2ce5db8f0df5fb06a5fdce324 (diff) | |
download | pandoc-1cbc974e7e0bff62aedb2600660641f19aacbaa6.tar.gz |
Removed markdown2pdf and all references to it.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1395 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/Makefile | 2 | ||||
-rw-r--r-- | web/demos | 4 | ||||
-rw-r--r-- | web/index.txt.in | 9 |
3 files changed, 7 insertions, 8 deletions
diff --git a/web/Makefile b/web/Makefile index 474e82eef..e7cd1d3d0 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ -ALL := index.html README.html INSTALL.html examples.html pandoc.1.html markdown2pdf.1.html html2markdown.1.html hsmarkdown.1.html html2x.html +ALL := index.html README.html INSTALL.html examples.html pandoc.1.html html2markdown.1.html hsmarkdown.1.html html2x.html PANDOC_PATH ?= $(dir $(shell which pandoc)) MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -H css -A footer.html all : $(ALL) @@ -61,11 +61,11 @@ click on the name of the output file: 13. From markdown to PDF: -@ markdown2pdf @@README@@ -o @@example13.pdf@@ +@ pandoc @@README@@ -o @@example13.pdf@@ 14. PDF with numbered sections and a custom LaTeX header: -@ markdown2pdf -N -C @@myheader.tex@@ @@README@@ -o @@example14.pdf@@ +@ pandoc -N -C @@myheader.tex@@ @@README@@ -o @@example14.pdf@@ [xmlto]: http://cyberelk.net/tim/xmlto/ diff --git a/web/index.txt.in b/web/index.txt.in index d4c91c586..0d4ea7d18 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -6,8 +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], [OpenDocument XML], [GNU Texinfo], [MediaWiki markup], -[groff man] pages, and [S5] HTML slide shows. +[PDF], [RTF], [DocBook XML], [OpenDocument XML], [ODT], [GNU Texinfo], +[[MediaWiki markup], groff man] pages, and [S5] HTML slide shows. Pandoc features @@ -36,8 +36,6 @@ Pandoc features - Convenient wrapper scripts: + `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]. @@ -51,7 +49,6 @@ or [try pandoc on the web](/pandoc/try). - [Demonstrations](examples.html) - Man pages - [`pandoc(1)`](pandoc.1.html) - - [`markdown2pdf(1)`](markdown2pdf.1.html) - [`html2markdown(1)`](html2markdown.1.html) - [`hsmarkdown(1)`](hsmarkdown.1.html) - [Library documentation](doc/pandoc/index.html) (for Haskell programmers) @@ -168,6 +165,8 @@ kind. [LaTeX]: http://www.latex-project.org/ [ConTeXt]: http://www.pragma-ade.nl/ [RTF]: http://en.wikipedia.org/wiki/Rich_Text_Format +[PDF]: http://en.wikipedia.org/wiki/Portable_Document_Format +[ODT]: http://en.wikipedia.org/wiki/OpenDocument [DocBook XML]: http://www.docbook.org/ [OpenDocument XML]: http://opendocument.xml.org/ [MediaWiki markup]: http://www.mediawiki.org/wiki/Help:Formatting |