Edgewall Software

Changes between Version 368 and Version 369 of TracInstall


Ignore:
Timestamp:
May 14, 2014, 10:58:55 AM (10 years ago)
Author:
Jun Omae
Comment:

fixed trac: intertrac with non camel case

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v368 v369  
    1313Since 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.
    1414
    15 If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at [[trac:TracL10N]].
     15If you're interested in contributing new translations for other languages or enhance the existing translations, then please have a look at [trac:wiki:TracL10N TracL10N].
    1616
    1717What 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 [trac:TracInstallPlatforms 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.
     
    3535As you must be using Python 2.5, 2.6 or 2.7, you already have the SQLite database bindings bundled with the standard distribution of Python (the `sqlite3` module).
    3636
    37 However, if you'd like, you can download the latest and greatest version of [[trac:Pysqlite]] from
     37However, if you'd like, you can download the latest and greatest version of [[trac:PySqlite]] from
    3838[http://code.google.com/p/pysqlite/downloads/list google code], where you'll find the Windows
    3939installers or the `tar.gz` archive for building from source:
     
    173173Of course, using the python-typical setup at the top of the source directory also works.
    174174
    175 You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. `Trac-1.0.tar.gz`), or you can get the source directly from the repository (see Trac:SubversionRepository for details).
     175You can obtain the source for a .tar.gz or .zip file corresponding to a release (e.g. `Trac-1.0.tar.gz`), or you can get the source directly from the repository (see [trac:SubversionRepository] for details).
    176176
    177177{{{