Skip to content

geonetwork/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLA assistant

Website

GeoNetwork opensource website project. The content of this repository is deployed as a website at http://geonetwork-opensource.org

Website build

Quick test

Quick test on command line:

sphinx-build -a -b html docsrc target/website

Or with maven:

mvn prepare-package

Installing the tools

Python virtual environment:

virtualenv venv
source venv/bin/activate

Sphinx is used to build the documentation: https://sphinx-doc.org/

The theme is based on sphinx_rtd_theme and the sphinx_bootstrap_theme.

The internationalization is build used sphinx-intl

To download the translations from Transifex (optional), you will need the transifex command line client: https://docs.transifex.com/client/installing-the-client

The Transifex Client is written in Python, so it runs on most systems. The easiest way to install it is with pip:

You can install these with pip:

pip install -r requirements.txt