Skip to content
forked from geonetwork/doc

GeoNetwork documentation (Installation, User, Administrator, Developer)

License

Notifications You must be signed in to change notification settings

alexarobu/gn-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project documentation module

Documentation for GeoNetwork opensource is available via https://geonetwork-opensource.org. This manual is included in each build in the docs folder as a git submodule.

This documentation is written under the creative commons license Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0).

GeoNetwork Logo

Writing Guide

Check the "Writing documentation" guide.

Build

To quickly build the English docs:

make html_eng

A build of the documentation (defaulting to English and French):

mvn package

The latest Maven profile updates the translations from Transifex (this will take some time).

mvn generate-resources -Platest

These can be used together:

mvn package -Platest

To use all languages:

mvn package -Platest -Pall

A subset of languages (for example: English, French and Spanish):

mvn package -Platest -Dlangs='"en" "fr" "es"' -Dtranslations='en,fr,es'

Before you start

The Maven build above makes use of the Transifex command line client tx:

Prior to use you will need to generate and API key:

If you have never used tx before you will need to run it once interactively to install the API key:

tx pull --language='fr'
[?] Enter your api token:

Another option is to generate manually the file ~/.transifexrc including your API token:

[https://www.transifex.com]
api_hostname = https://api.transifex.com
hostname = https://www.transifex.com
password = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
username = api

About

GeoNetwork documentation (Installation, User, Administrator, Developer)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.1%
  • HTML 30.6%
  • Makefile 23.6%
  • JavaScript 4.9%
  • Shell 2.8%