diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 18:50:13 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-29 18:50:13 +0000 |
commit | 3491420b53b03dbc24b6001e4f379fd2fbdbea8d (patch) | |
tree | be9d84d8c60ece73f30189472d3b8a3925565c28 /web | |
parent | eea359203ac7f861ac9536b39e639f6c65579501 (diff) | |
download | pandoc-3491420b53b03dbc24b6001e4f379fd2fbdbea8d.tar.gz |
+ Changed 'web2markdown' to 'html2markdown'.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@309 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/demos.sh | 2 | ||||
-rw-r--r-- | web/index.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/demos.sh b/web/demos.sh index 6c6a2a698..bd87151d5 100644 --- a/web/demos.sh +++ b/web/demos.sh @@ -14,7 +14,7 @@ pandoc -s README.tex -o demo0.txt pandoc -s -w rst README -o demo0.txt pandoc -s README -o demo0.rtf pandoc -s -m -i -w s5 S5DEMO -o demo0.html -web2markdown http://www.gnu.org/software/make/ -o demo0.txt +html2markdown http://www.gnu.org/software/make/ -o demo0.txt markdown2pdf README -o demo0.pdf markdown2pdf -C myheader.tex README -o demo0.pdf' diff --git a/web/index.txt b/web/index.txt index 9fb86a4d9..024133487 100644 --- a/web/index.txt +++ b/web/index.txt @@ -35,7 +35,7 @@ you should extract from the zip archive and put somewhere in your PATH). See the included file `README-WINDOWS.txt` for instructions on using the program. Note: If you use [Cygwin], we recommend that you compile Pandoc from source. This will give you access to the -wrapper scripts `markdown2pdf` and `web2markdown`, which are not +wrapper scripts `markdown2pdf` and `html2markdown`, which are not included in the Windows binary package. [`@TARBALL_NAME@`]: http://pandoc.googlecode.com/files/@TARBALL_NAME@ |