Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

Changes between Version 3 and Version 4 of TracIni


Ignore:
Timestamp:
22/08/2013 01:03:16 (11 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v3 v4  
    22 
    33[[TracGuideToc]] 
     4[[PageOutline]] 
    45 
    56Trac configuration is done by editing the '''`trac.ini`''' config file, located in `<projectenv>/conf/trac.ini`.  Changes to the configuration are usually reflected immediately, though changes to the `[components]` or `[logging]` sections will require restarting the web server. You may also need to restart the web server after creating a global configuration file when none was previously present. 
    67 
    7 The `trac.ini` configuration file should be writable by the web server, as Trac currently relies on the possibility to trigger a complete environment reload to flush its caches. 
     8The `trac.ini` configuration file and its parent directory should be writable by the web server, as Trac currently relies on the possibility to trigger a complete environment reload to flush its caches. 
    89 
    910== Global Configuration == 
     
    5051 
    5152See also: TracPlugins 
     53 
     54=== [extra-permissions] === #extra-permissions-section 
     55''(since 0.12)'' 
     56 
     57Custom additional permissions can be defined in this section when [wiki:ExtraPermissionsProvider] is enabled. 
    5258 
    5359=== [milestone-groups] === #milestone-groups-section