Changeset 5000 for www-website/downloads.php
- Timestamp:
- 01/04/06 15:31:28 (3 years ago)
- Files:
-
- 1 modified
-
www-website/downloads.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www-website/downloads.php
r4998 r5000 137 137 print (" <br/>\n"); 138 138 print (" <br/>\n"); 139 print _(" Once you have the sources, it is possible to update them periodicaly with the latest version on the Subversion server with the following command:\n"); 139 print _(" You can run Gajim by typing the following:\n"); 140 print (" <br/>\n"); 141 print (" <i>\n"); 142 print (" cd gajim; ./launch.sh\n"); 143 print (" </i>\n"); 144 print (" <br/>\n"); 145 print (" <br/>\n"); 146 print _(" Once you have the repository, you can update it periodicaly so it matches the latest version from the server with the following command:\n"); 140 147 print (" <br/>\n"); 141 148 print (" <i>\n"); … … 143 150 print (" </i>\n"); 144 151 print (" <br/>\n"); 152 145 153 print (" <h3>\n"); 146 154 print _(" Under Windows\n"); … … 148 156 print _(" You first have to install subversion for windows. In order to do that, download the binary")." <a href=\"http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91\">"._("here")."</a>\n"; 149 157 print (" <br/>\n"); 150 print _(" Once subversion is installed, the commands are the same that under GNU/Linux by entering them in an MS-DOS command line invite.");158 print _(" Once subversion is installed, the commands are the same with those under GNU/Linux. Only difference is instead of launch.sh you run launch.bat. Enter them in an MS-DOS command line and you're done."); 151 159 print (" <br/>\n"); 152 160 print _(" You can also use a graphical program like")." <a href=\"http://tortoisesvn.tigris.org/\">Tortoisesvn</a> "._("to get the latest Subversion version\n");
