Changeset 10202 for www-website/downloads.php
- Timestamp:
- 08/12/08 09:08:33 (3 months ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r9427 r10202 6 6 7 7 print (" <br/>\n"); 8 print _(" Latest version of Gajim is")." <strong>0.1 1.4</strong><br/>\n";8 print _(" Latest version of Gajim is")." <strong>0.12-alpha</strong><br/>\n"; 9 9 print _("If your distribution doesn't have the latest version "); 10 10 print _("you are advised to use the ")."<a href=\"#autopackage\">autopackage</a> "._("or the ")."<a href=\"#tarball\">"._("source tarball")."</a>\n"; … … 114 114 print (" </h2>\n"); 115 115 print ("</a>\n"); 116 #print _("Soon available here.");117 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.11.4-1.x86.package\">"._("here")."</a>.\n";118 print _("To use it: make it executable, run it and follow the instructions.\n");119 print ("<a href=\"http://autopackage.org/using.html\">");120 print _("Find out more")."</a>.\n";116 print _("Soon available here."); 117 #print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.12-1.x86.package\">"._("here")."</a>.\n"; 118 #print _("To use it: make it executable, run it and follow the instructions.\n"); 119 #print ("<a href=\"http://autopackage.org/using.html\">"); 120 #print _("Find out more")."</a>.\n"; 121 121 122 122 … … 127 127 print (" </h2>\n"); 128 128 print ("</a>\n"); 129 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.4+gtk-4.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.4-1.exe\">"._("without GTK+")."</a>.\n"; 130 print (" <br/>\n"); 129 print _(" Here is a")." <a href=\"http://varcache.org/~midar/gajim/releases/gajim-0.12-alpha1.exe\">"._("Gajim installer")."</a>.\n"; 130 #print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.11.4+gtk-4.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.4-1.exe\">"._("without GTK+")."</a>.\n"; 131 #print (" <br/>\n"); 131 132 #print _(" There is a Gajim installer for 0.11.2 pre-release ")." <a href=\"downloads/gajim-0.11.2+gtk-pre1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11.2-pre1.exe\">"._("without GTK+")."</a>.\n"; 132 133 #print (" <br/>\n"); 133 print _(" If you got the installer without GTK, you will have to download the latest version of the GTK+ Runtime Environment")." <a href=\"http://gladewin32.sourceforge.net/\">"._("here")."</a>.<br/> "._("You can skip this, if you already have a GTK+ Runtime installed with libglade support; GTK+ Runtime from gimp-win.sf.net will NOT work (libglade is missing)");134 #print _(" If you got the installer without GTK, you will have to download the latest version of the GTK+ Runtime Environment")." <a href=\"http://gladewin32.sourceforge.net/\">"._("here")."</a>.<br/> "._("You can skip this, if you already have a GTK+ Runtime installed with libglade support; GTK+ Runtime from gimp-win.sf.net will NOT work (libglade is missing)"); 134 135 135 136 print (" <p>\n"); … … 140 141 print ("</a>\n"); 141 142 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.4.tar.bz2\">"._("here")."</a>. "._("For information on how to build Gajim,")." <a href=\"http://trac.gajim.org/browser/branches/gajim_0.11.4/README.html?format=raw\">see the <tt>README</tt></a> ("._("in English").").<br />\n"; 142 #print _(" The tarball version of 0.11.2 pre-release is ")."<a href=\"downloads/gajim-0.11.2-pre1.tar.gz\">"._("here")."</a>.<br />\n";143 print _(" The tarball version of 0.12 alpha-release is ")."<a href=\"downloads/gajim-0.12-alpha1.tar.gz\">"._("here")."</a>.<br />\n"; 143 144 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 144 145
