Changeset 7685 for www-website/downloads.php
- Timestamp:
- 12/19/06 10:32:33 (2 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r7651 r7685 29 29 print (" </h2>\n"); 30 30 print ("</a>\n"); 31 print _(" You can get the Slackware package of Gajim")." <a href=\"downloads/gajim-0.10-i686-1dk.tgz\"> "._("here")."</a>. "._("Depends packages are")." <a href=\"downloads/slackware-depends/\"> "._("here")."</a>."; 31 print _("Soon available here."); 32 #print _(" You can get the Slackware package of Gajim")." <a href=\"downloads/gajim-0.11-i686-1dk.tgz\"> "._("here")."</a>. "._("Depends packages are")." <a href=\"downloads/slackware-depends/\"> "._("here")."</a>."; 32 33 print (" <br/>\n"); 33 34 … … 97 98 print (" </h2>\n"); 98 99 print ("</a>\n"); 99 print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.10.1-1.x86.package\">"._("here")."</a>.\n"; 100 print _("To use it: make it executable, run it and follow the instructions.\n"); 101 print ("<a href=\"http://autopackage.org/using.html\">"); 102 print _("Find out more")."</a>.\n"; 100 print _("Soon available here."); 101 #print _(" You can download the autopackage ")."<a href=\"downloads/gajim-0.11-1.x86.package\">"._("here")."</a>.\n"; 102 #print _("To use it: make it executable, run it and follow the instructions.\n"); 103 #print ("<a href=\"http://autopackage.org/using.html\">"); 104 #print _("Find out more")."</a>.\n"; 103 105 104 106 … … 109 111 print (" </h2>\n"); 110 112 print ("</a>\n"); 111 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.1 0.1+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.10.1-1.exe\">"._("without GTK+")."</a>.\n";113 print _(" There is a Gajim installer ")." <a href=\"downloads/gajim-0.11+gtk-1.exe\">"._("with GTK+ included")."</a> "._("and")." <a href=\"downloads/gajim-0.11-1.exe\">"._("without GTK+")."</a>.\n"; 112 114 print (" <br/>\n"); 113 115 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)"); … … 119 121 print (" </h2>\n"); 120 122 print ("</a>\n"); 121 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.1 0.1.tar.bz2\">"._("here")."</a>.<br />\n";123 print _(" The tarball version of Gajim is ")."<a href=\"downloads/gajim-0.11.tar.bz2\">"._("here")."</a>.<br />\n"; 122 124 print _("If you want to use the last unstable development version, then you should checkout the subversion repository.\n"); 123 125
