Changes between Version 1 and Version 2 of spaceship_manual


Ignore:
Timestamp:
10 Apr 2018, 11:49:47 (6 years ago)
Author:
bakaniko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • spaceship_manual

    v1 v2  
    11__TOC__
    22
    3 aka '''How to update a project in the documentation'''
     3aka '''How to update / add a project in the documentation'''
     4
     5
     6Since documentation is built automatically, projects data are stored in project_info.csv file. It is the main point of entry of the docs.
     7
     8To add a new project, you have to add a new line in this file. To update a project informations, just modify the corresponding line.
    49
    510= Update project_info.csv =
    6 
    7 This is the main point of entry of the docs. This where you can change several things (described below):
     11 This where you can change several things (described below):
    812
    913* document?
     
    2832Page name used to construct logo-<slug>.png <slug>_screenshot.png <slug>_overview.rst etc.
    2933
    30 Examples: - pgRouting is the real name of the project but the page name is pgrouting - User-friendly Desktop Internet GIS is the real name of the project but udig is the page name - udig_overview.rst udig_quickstart.rst logo-udig.png udig-screensot.png
     34Examples:
     35
     36- pgRouting is the real name of the project but the page name is pgrouting
     37
     38- User-friendly Desktop Internet GIS is the real name of the project but udig is the page name
     39
     40- it gives: udig_overview.rst udig_quickstart.rst logo-udig.png udig-screensot.png
    3141
    3242Page name can contains dashes, underscore, numbers or capital letters but no spaces.