🏡 index : github.com/captn3m0/opml-gen.git

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>opml-gen</title>
    <link rel="stylesheet" href="https://cdn.rawgit.com/oxalorg/sakura/master/css/sakura-dark.css">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Generate an OPML file for your starred repositories on GitHub">
  </head>
  <body>
    <h1>opml-gen</h1>
    <p>Generate <a href="https://feedly.com/i/cortex">OPML Files</a> for easy use</p>
    <section>
      <article>

      <h2>GitHub/Starred</h2>
      <p>Generate an OPML file for your starred repositories on GitHub</p>
      <form method="post" action="/submit/github">
        <label for="username">GitHub Username: </label>
        <input type="text" name="username" placeholder="kelseyhightower">
        <input type="submit" value="Get OPML!">
      </form>
      </article>

      <article>

      <h2>Stock/SEC Filings</h2>
      <p>Give a comma separated list of stock tickers (valid in the US) and this will generate a OPML Feed containing RSS Feeds for all of these stock tickers</p>
      <form method="post" action="/submit/sec">
        <label for="stocks">Stock Tickers (or CIKs)</label>
        <textarea name="stocks" placeholder="AMD,GOOG,APPL"></textarea>
        <input type="submit" value="Get OPML!">
      </form>
      </article>
    </section>
    <!-- <section> -->
      <article>
        <h2>Why?</h2>
        <p>GitHub publishes an RSS feed for releases for every repository. I've been trying to switch things to RSS, and <a href="https://github.com/isaacs/github/issues/410">Release Notifications</a> on GitHub is a very big pain point. This solves the problem by using your trusty RSS feed reader application instead of it's own thing.</p>
        <p>You should also check out <a href="https://www.kill-the-newsletter.com/">kill-the-newsletter</a> for a similar solution with newsletters.
        <p><abbr title="Outline Processor Markup Language">OPML</abbr> is a common format used to share lists of RSS feeds that you can import in your RSS application</abbr></p>
      </article>
    <footer>
      <br><br>
      Made with <a href="https://git.captnemo.in/nemo/opml-gen">🤖</a> by <a href="https://captnemo.in">Nemo</a>
    </footer>
  </body>
</html>