Changeset 8183 for www-website/downloads.php
- Timestamp:
- 05/31/07 17:35:25 (18 months ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r7991 r8183 106 106 print (" </h2>\n"); 107 107 print ("</a>\n"); 108 print _("Soon available here.");109 #print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.11-1.x86.package\">"._("here")."</a>.\n";110 #print _("To use it: make it executable, run it and follow the instructions.\n");111 #print ("<a href=\"http://autopackage.org/using.html\">");112 #print _("Find out more")."</a>.\n";108 #print _("Soon available here."); 109 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.11.1-1.x86.package\">"._("here")."</a>.\n"; 110 print _("To use it: make it executable, run it and follow the instructions.\n"); 111 print ("<a href=\"http://autopackage.org/using.html\">"); 112 print _("Find out more")."</a>.\n"; 113 113 114 114 … … 131 131 print (" </h2>\n"); 132 132 print ("</a>\n"); 133 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.1.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11 i.1/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n";133 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.1.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11.1/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n"; 134 134 #print _(" The tarball version of 0.11.0.7951 pre-release is ")."<a href=\"downloads/gajim-0.11.0.7951.tar.gz\">"._("here")."</a>.<br />\n"; 135 135 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n");
