Skip to content
Snippets Groups Projects
Commit 3457f606 authored by junglecow's avatar junglecow
Browse files

Update downloads page to point to README.html. See #2837.

parent 0d7e2851
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ print (" <h2>\n");
print _(" Source\n");
print (" </h2>\n");
print ("</a>\n");
print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.tar.bz2\">"._("here")."</a>.<br />\n";
print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.tar.bz2\">"._("here")."</a>."._("For information on how to build, see the")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11/README.html?format=raw\"><pre>README</pre></a> ("._("English").").<br />\n";
print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n");
......@@ -154,6 +154,9 @@ print (" svn co svn://svn.gajim.org/gajim/trunk gajim\n");
print (" </i>\n");
print (" <br/>\n");
print (" <br/>\n");
print _(" Install dependencies, and build Gajim. Please see the")." <a href=\"http://trac.gajim.org/browser/trunk/README.html?format=raw\"><pre>README</pre></a> ("._("English").") "._("for details.\n");
print (" <br/>\n");
print (" <br/>\n");
print _(" You can run Gajim by typing the following:\n");
print (" <br/>\n");
print (" <br/>\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment