summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorLucas Nussbaum <lucas@lucas-nussbaum.net>2008-06-16 12:07:54 +0200
committerLucas Nussbaum <lucas@lucas-nussbaum.net>2008-06-16 12:07:54 +0200
commit6dc2daaae287395c0afd7750e74872ea773ddb75 (patch)
treebc59b5e9c0e8c2696b0fb9003c97f0179984111b /website
parent1e2d74adaf9d91ab3048e7c04fd7af9169224de3 (diff)
downloadfeed2imap-6dc2daaae287395c0afd7750e74872ea773ddb75.tar.gz
feed2imap-6dc2daaae287395c0afd7750e74872ea773ddb75.tar.bz2
feed2imap-6dc2daaae287395c0afd7750e74872ea773ddb75.zip
mention git on website
Diffstat (limited to 'website')
-rw-r--r--website/index.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/website/index.html b/website/index.html
index 0d9c25f..62fe1aa 100644
--- a/website/index.html
+++ b/website/index.html
@@ -60,8 +60,7 @@ when trying to keep up with their feeds. Other solutions to this problem include
<p>The lastest release is <a href="http://download.gna.org/feed2imap/feed2imap-0.9.2.tgz">version 0.9.2</a>.</p>
<p>Downloads are available on <a href="http://download.gna.org/feed2imap/">http://download.gna.org/feed2imap/</a>.</p>
<p>New releases are advertised using this <a href="http://home.gna.org/feed2imap/feed2imap.rss">RSS feed</a>.</p>
-<p>There's also a Debian/Ubuntu package. If you are running Debian testing (etch), Debian unstable, Ubuntu Breezy or Ubuntu Dapper, just <b>apt-get install feed2imap</b>.
-<!--If you aren't (Debian stable (sarge), ...), you must add <b>deb http://download.gna.org/feed2imap/debian ./</b> to your /etc/apt/sources.list first.
+<p>There's also a Debian/Ubuntu package. Just <b>apt-get install feed2imap</b>.
-->
</p>
@@ -99,13 +98,7 @@ when trying to keep up with their feeds. Other solutions to this problem include
<h3>(Sort of) Developer Documentation</h3>
-<p>Development takes place on the <a href="https://gna.org/projects/feed2imap/">GNA project page</a>. Don't hesitate to post feature requests, bugs or patches.</p>
-
-<p>Feed2Imap is written in <a href="http://www.ruby-lang.org">Ruby</a>. If you don't know this language yet, continue to ignore it. Learning it will make you realize what you missed until now, and you might run into severe problems (depression, etc).</p>
-
-<p>Source code is <a href="http://svn.gna.org/viewcvs/feed2imap/trunk/feed2imap/">browseable here</a>.</p>
-
-<p>You can get the source code from SVN using <i>svn co svn://svn.gna.org/svn/feed2imap/trunk/feed2imap</i>.</p>
+<p>Development takes place on the <a href="https://gna.org/projects/feed2imap/">GNA project page</a>. Source code lives on <a href="http://github.com/ln/feed2imap">github</a>. Clone using <code> git clone git://github.com/ln/feed2imap.git</code>.</p>
<p>The source code is quite easy to understand. Tasks are split into classes, themselves split into files :</p>
<ul>