Changes between Version 3 and Version 4 of TracInstall


Ignore:
Timestamp:
2010-08-02T23:37:30Z (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v3 v4  
    66Since version 0.12, Trac can also be localized, and there's probably a translation available for your language. If you want to be able to use the Trac interface in other languages, then make sure you have installed the optional package [#OtherPythonPackages Babel]. Pay attention to the extra steps for localization support in the [#InstallingTrac Installing Trac] section below. Lacking Babel, you will only get the default english version, as usual.
    77
    8 If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at ["TracL10N"].
     8If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at [[trac:TracL10N]].
    99
    1010What follows are generic instructions for installing and setting up Trac and its requirements. While you may find instructions for installing Trac on specific systems at TracInstallPlatforms on the main Trac site, please be sure to '''first read through these general instructions''' to get a good understanding of the tasks involved.
     
    121121A few examples:
    122122
    123  - install Trac 0.12 rc1::
     123 - install Trac 0.12:
    124124   {{{
    125    easy_install Trac==0.12rc1
     125   easy_install Trac==0.12
    126126   }}}
    127127
    128  - install latest development version 0.12dev
     128 - install latest development version 0.12dev:
    129129   {{{
    130130   easy_install Trac==dev
     
    162162Of course, using the python-typical setup at the top of the source directory also works.
    163163
    164 You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. Trac-0.12rc1.tar.gz), or you can get the source directly from the repository (see Trac:SubversionRepository for details).
     164You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. Trac-0.12.tar.gz), or you can get the source directly from the repository (see Trac:SubversionRepository for details).
    165165
    166166{{{