mirror of
https://github.com/not-kennethreitz/markdownplease.com.git
synced 2026-06-05 23:20:19 +00:00
59 lines
2.1 KiB
HTML
59 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Markdown, Please!</title>
|
|
<link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
<h1>Markdown, Please!</h1>
|
|
<h6>A <a href='http://kennethreitz.org/projects/'>Kenneth Reitz</a> project.</h6>
|
|
|
|
<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>
|
|
|
|
|
|
<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> </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> |