juanluisrp / doc

GeoNetwork documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project documentation module

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

This documentation is supports open access using a 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 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:

About

GeoNetwork documentation

License:Other


Languages

Language:Python 39.0%Language:HTML 31.5%Language:Makefile 24.4%Language:JavaScript 5.1%