updated index

This commit is contained in:
2016-02-13 11:10:04 -05:00
parent b28cc13948
commit 80bbe08828
+48 -10
View File
@@ -1,21 +1,59 @@
<!DOCTYPE html>
<html>
<head>
<title>url2markdown</title>
<title>Markdown, Please!</title>
<link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" />
</head>
<body>
<h1>url2markdown</h1>
<p>This is a very simple web service that will take a given URL, and return
a Markdown representation of that page.</p>
<form action="/" method="get">
URL: <input type="text" name="url">
<button type='submit'>Submit</button>
</form>
<div class="container">
<h1>Markdown, Please!</h1>
<h6>A <a href='http://kennethreitz.org/projects/'>Kenneth Reitz</a> project.</h6>
<p>A <a href='http://kennethreitz.org/projects/'>Kenneth Reitz</a> project.</p>
<p><strong>Markdown, Please!</strong> is a service that instantly converts websites into <a href="https://daringfireball.net/projects/markdown/">Markdown</a>.</p>
<p>To get started: enter any URL, hit "Markdown, Please!", and you will be presented with a Markdown version of the URL you provided.</p>
<a href="https://github.com/kennethreitz/url2markdown"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<form action="/" method="get">
<strong>URL</strong>: <input type="text" name="url" size="80">
<button type='submit'>Markdown, Please!</button>
</form>
<!-- <hr /> -->
<h4>Bookmarklet</h4>
<p>Use this bookmarklet to instantly turn any page into Markdown.</p>
<a class="button" href="javascript:location.href='http://markdownplease.com/?url='+encodeURIComponent(document.location.href);">Markdown, Please!</a>
<!-- <hr /> -->
<p>&nbsp;</p>
<h4>"Developer API"</h4>
<p>This service</p>
<pre><code><strong>$ curl http://markdownplease.com/\?url\=http://convore-archive.org</strong>
# Convore?
This site serves as a memorial to the fantastic (and now defunct) [ Convore
chat service](https://en.wikipedia.org/wiki/Convore).
When the site announced its shutdown, I was able to get a backup of all
public-facing data, which I [uploaded to
GitHub](https://github.com/kennethreitz/convore.json), for archival purposes.
Now, the entire archive is publicly-accessible through a web browser.
* 1062593 Messages
* 44551 User Profiles
* 5719 Groups
* 18257 Topics
_-- [Kenneth Reitz](http://kennethreitz.org)_
## Browse Archive
/[groups](http://convore-archive.org/groups.html)
/[users](http://convore-archive.org/users.html) )</code></pre>
</div>
<a href="https://github.com/kennethreitz/markdownplease.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>