diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-19 03:12:37 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-19 03:12:37 +0000 |
commit | b0ef5b5b65d2bc1ed012638c6848325d8835ce15 (patch) | |
tree | 32cbae66e590934dd7d1f88d3baf1089fcbc1a7b | |
parent | 47f847e71f6c025c918843a3d1355f0f6ea6dc4c (diff) | |
download | pandoc-b0ef5b5b65d2bc1ed012638c6848325d8835ce15.tar.gz |
Updated html2x.txt to reflect new location of script (in /cgi-bin
instead of /pandoc).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1031 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | web/html2x.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/web/html2x.txt b/web/html2x.txt index 8bb9c1e5b..59dec1cb7 100644 --- a/web/html2x.txt +++ b/web/html2x.txt @@ -1,6 +1,6 @@ % html2x -<form action="/pandoc/html2x.pl" method="get"> +<form action="/cgi-bin/html2x.pl" method="get"> <p> <label for="url">URL:</label> <input type="text" size="60" name="url" /> @@ -41,14 +41,14 @@ Powered by [pandoc]. Inspired by [the Asciinator]. </center> -[2markdown]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=markdown&url='+document.location.href; -[2markdown+]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=markdown+&url='+document.location.href; -[2rst]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=rst&url='+document.location.href; -[2docbook]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=docbook&url='+document.location.href; -[2LaTeX]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=latex&url='+document.location.href; -[2ConTeXt]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=context&url='+document.location.href; -[2RTF]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=rtf&url='+document.location.href; -[2man]: javascript:location.href='http://johnmacfarlane.net/pandoc/html2x.pl?format=man&url='+document.location.href; +[2markdown]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=markdown&url='+document.location.href; +[2markdown+]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=markdown+&url='+document.location.href; +[2rst]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=rst&url='+document.location.href; +[2docbook]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=docbook&url='+document.location.href; +[2LaTeX]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=latex&url='+document.location.href; +[2ConTeXt]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=context&url='+document.location.href; +[2RTF]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=rtf&url='+document.location.href; +[2man]: javascript:location.href='http://johnmacfarlane.net/cgi-bin/html2x.pl?format=man&url='+document.location.href; [pandoc]: /pandoc/ [the Asciinator]: http://www.aaronsw.com/2002/html2text/ |