| 46 | |
| 47 | = project_info.csv = |
| 48 | The [https://github.com/OSGeo/OSGeoLive-doc/blob/master/projects_info.csv project_info.csv] config table defines which projects are included in OSGeoLive docs during the doc build process. |
| 49 | |
| 50 | Each project has a dedicated row with metadata and variables, with fields separated by the pipe `|` symbol. |
| 51 | Rows starting with a hash `#` symbol are comment rows. Rows have been organised into categories, and new projects should be inserted into the correct category. |
| 52 | |
| 53 | Note: Documentation for a new project should only be enabled with oversight from the OSGeoLive Project Steering Committee. |
| 54 | |
| 55 | The purpose of fields is described below. |
| 56 | |
| 57 | {{{ |
| 58 | # document? | slug |version| Quickstart? |Overview?|Section| last | One Liner| OpenHub name |URL|kind|name |
| 59 | }}} |
| 60 | |
| 61 | == document == |
| 62 | |
| 63 | Add {{{Y}}} if the project documentation should be built. |
| 64 | |
| 65 | If the project has been retired, change to {{{N}}} and move the row to the retired section. |
| 66 | |
| 67 | == slug == |
| 68 | |
| 69 | Page name used to construct `logo-<slug>.png` `<slug>_screenshot.png` `<slug>_overview.rst` etc. |
| 70 | Page name can contains dashes, underscore, numbers or capital letters but no spaces. |
| 71 | |
| 72 | Examples: |
| 73 | |
| 74 | * pgRouting is the real name of the project but the page name is {{{pgrouting}}} |
| 75 | * User-friendly Desktop Internet GIS is the real name of the project but udig is the page name |
| 76 | * it gives: `udig_overview.rst` `udig_quickstart.rst` `logo-udig.png` `udig-screensot.png` |
| 77 | |
| 78 | == version == |
| 79 | |
| 80 | The project's software version. |
| 81 | |
| 82 | Examples: |
| 83 | * `2.14.14` for QGIS 2.14.14 |
| 84 | * `4.3.0a` for 4.3.0 alpha release of Spatialite |
| 85 | |
| 86 | == Quickstart? == |
| 87 | |
| 88 | Add {{{Y}}} if the documentation should build a quickstart page for this project, {{{N}}} if it shouldn't. |
| 89 | |
| 90 | == Overview? == |
| 91 | |
| 92 | Add {{{Y}}} if the documentation should build an overview page for this project, {{{N}}} if it shouldn't. |
| 93 | |
| 94 | == Classification == |
| 95 | Select from one of the existing categories listed here. These categories are used for grouping projects in documentation and presentation. |
| 96 | |
| 97 | Desktop GIS | Browser Facing GIS | Web Services | Data Stores | Navigation and Maps | Spatial Tools | Domain Specific GIS | Data | Geospatial Libraries |
| 98 | |
| 99 | == last == |
| 100 | |
| 101 | Used only for deprecated / removed projects and contains the last version of OSGeoLive when the project was installed on OSGeoLive. |
| 102 | |
| 103 | == One Liner == |
| 104 | |
| 105 | One line description that goes after the quickstart link in the Overview page. |
| 106 | |
| 107 | == !OpenHub name == |
| 108 | |
| 109 | [https://live.osgeo.org/en/metrics.html OSGeoLive's metrics page] presents [https://www.openhub.net/ OpenHub] metrics to help users assess the maturity of projects. |
| 110 | |
| 111 | Provide the !OpenHub name. |
| 112 | |
| 113 | For example: |
| 114 | This is the link to !OpenHub for pgRouting: |
| 115 | https://www.openhub.net/p/pgrouting |
| 116 | |
| 117 | Then the ''!OpenHub name'' is **pgrouting** |
| 118 | |
| 119 | == URL == |
| 120 | |
| 121 | Insert the URL of the project's homepage. |
| 122 | |
| 123 | == kind == |
| 124 | Your OSGeo project categorisation, as per https://www.osgeo.org/projects/ . If associated with OSGeo, the corresponding OSGeo icon will be added to your project pages under the project logo. |
| 125 | |
| 126 | Parameters: |
| 127 | * `OSGeo_community` |
| 128 | * `OSGeo_project` |
| 129 | * `OSGeo_incubation` |
| 130 | * blank |
| 131 | |
| 132 | == name == |
| 133 | |
| 134 | Complete name of the project respecting the case (unlike slug). |
| 135 | |
| 136 | For example pgRouting (slug is {{{pgrouting}}}) |
| 137 | |