Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Feb 13, 2016
1 parent b28cc13 commit 80bbe08
Showing 1 changed file with 48 additions and 10 deletions.
58 changes: 48 additions & 10 deletions templates/index.html
@@ -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>

0 comments on commit 80bbe08

Please sign in to comment.