Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,34 @@
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">

<title>freefeed developer wiki</title>
<title>Freefeed Developer wiki</title>
</head>

<body>

<header>
<div class="container">
<h1>freefeed developer wiki</h1>
<h2>Developer Wiki</h2>
<h1>Freefeed Developer Hub</h1>
<h2>Developer Documentation</h2>

<section id="downloads">
<a href="https://github.com/FreeFeed/dev.freefeed.net/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/FreeFeed/dev.freefeed.net/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/FreeFeed/dev.freefeed.net" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
<a href="https://github.com/FreeFeed/developer.freefeed.net/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/FreeFeed/developer.freefeed.net/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/FreeFeed/developer.freefeed.net" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>

<div class="container">
<section id="main_content">
<h3>
<a id="welcome-to-freefeed-developer-resources" class="anchor" href="#welcome-to-freefeed-developer-resources" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to freefeed developer resources</h3>
<a id="welcome-to-freefeed-developer-resources" class="anchor" href="#welcome-to-freefeed-developer-resources" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to FreeFeed Developer resources</h3>

<p>Freefeed is an online community and social network created after the Friendfeed.com was shut down in April 2015. Freefeed is currently based on the open-source engine <a href="https://github.com/pepyatka">Pepyatka</a> and is supported and developed by a group of volunteers.</p>

<p>We will be collecting development, API and other documentation here.</p>

<p><a href="how-to-start-freefeeding.html">Как быстро начать программировать freefeed</a></p>
<p><a href="how-to-start-freefeeding.html">Как быстро начать программировать freefeed</a> (in Russian)</p>
</section>
</div>

Expand Down