5f64258a4e
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1038 788f1e2b-df1e-0410-8736-df70ead52e1b
55 lines
2.3 KiB
Text
55 lines
2.3 KiB
Text
% html2x
|
|
|
|
<form action="/cgi-bin/html2x.pl" method="get">
|
|
<p>
|
|
<label for="url">URL:</label>
|
|
<input type="text" size="60" name="url" value="http://johnmacfarlane.net/pandoc" />
|
|
<input type="submit" value="Convert" />
|
|
</p>
|
|
<table>
|
|
<tr>
|
|
<th>Convert to:</th>
|
|
<th style="padding-left: 1em;">Bookmarklets<br/>(right-click, add bookmark)</th>
|
|
</tr>
|
|
<tr>
|
|
<td style="border-right: 1px solid gray; padding-right: 2em;">
|
|
<input type="radio" name="format" value="markdown" checked="checked" />Markdown<br/>
|
|
<input type="radio" name="format" value="markdown+" />Markdown with
|
|
<a href="/pandoc/README.html#pandocs-markdown-vs-standard-markdown">pandoc extensions</a><br/>
|
|
<input type="radio" name="format" value="rst" />reStructuredText<br/>
|
|
<input type="radio" name="format" value="docbook" />DocBook XML<br/>
|
|
<input type="radio" name="format" value="latex" />LaTeX<br/>
|
|
<input type="radio" name="format" value="context" />ConTeXt<br/>
|
|
<input type="radio" name="format" value="rtf" />Rich Text Format (RTF)<br/>
|
|
<input type="radio" name="format" value="man" />Groff man page
|
|
</td>
|
|
<td style="padding-left: 1em;">
|
|
- [2markdown]
|
|
- [2markdown+]
|
|
- [2rst]
|
|
- [2docbook]
|
|
- [2LaTeX]
|
|
- [2ConTeXt]
|
|
- [2RTF]
|
|
- [2man]
|
|
</td>
|
|
</table>
|
|
</form>
|
|
|
|
<center>
|
|
Powered by [pandoc]. Inspired by [the Asciinator].
|
|
|
|
</center>
|
|
|
|
[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/
|
|
|