/!\ Note: This document is under construction.

/!\ Note: This wiki is read-only by default. This pretty much violates the intent of a wiki but was necessary to prevent further misuse of the site. If you want to contribute to the wiki, register and then send an email with your wiki name to gsherman at mrcc dot com or tim at linfiniti.com requesting write access.

/!\ Note: We prefer you to use NameSurname format for your wiki name.

/!\ Note: We suggest you subscribe (using the subscribe link near the top) to this page if you are interested in keeping up to date with changes in this document's

Introduction

These pages provide details of everything you need to know relating to the QGIS documentation effort including checking out, compiling, translating and procedural details. Almost together with the stable release of QGIS Version 0.9.1 the english version of the Documentation for QGIS Version 0.9.1 was tagged on December, 3rd 2007. Latest documentation and translations are provided here QGIS Documentation. If you are intrested to translate the text you see in the QGIS user interface, please get latest information from the TranslatorsCorner.

Mailing List

A (currently low volume) mailing list is available for discussion of both, translation of the QGIS user interface and documentation (User and Installation Guide) issues. We strongly encourage anyone joining the documentation effort to join this list!

The Documentation Process

The documentation process works in the following way. In the build up to each release the master document (in english) is updated. When this document is complete and we are absolutely sure there will be no more changes to the application ('code freeze') the documentation in subversion will be tagged and branched for translation into several foreign languages. For example leading up to the release the documentation tree in SVN may look like this:

`-- trunk
    `-- english_us
        |-- install_guide
        `-- user_guide

When a code freeze is declared, we will tag the code freeze and create branches in SVN, one for each target language. e.g.

.
|-- branches
|   `-- 0.9.1
|       |-- italian
|       `-- german
|       `-- etc...
|-- tags
|   `-- 0.9.1_user_guide
|   `-- etc...

Document writers will be given write access to their branch and the translation process can commence. The table in the next section can be used to give a macro level view of how you are in the translation process. If you read on, we will explain how to get the docs from SVN in more detail.

/!\ Please note that we started this branched documentation management system as of the 0.8.0 release.

Maintainers

Document Maintainers

/!\ Note: The QGIS project is looking for people who are willing to invest some more time - even perhaps to coordinate the documentation effort. We are trying to improve our project management process and spread the load more evenly between people who each have a specific area of resposibility, so any contribution you have to make will be greately appreciated.

Please add your details to the list below. If you would like to nominate yourself as a coordinator for a language please go ahead. If more than one person nominates themselves as coordinator for the same language, please contact each other and resolve how you will manage your efforts.

Language

Coordinator(s)

Additional Contributors

Email

0.9

0.8

0.7.4

English

Gary Sherman

gsherman at mrcc.com

100%

100%

100%

Tim Sutton

tim at linfiniti.com

Stephan Holl

stephan at holl-land.de

Otto Dassau

otto.dassau at gmx.de

Lars Stöwesand

lars at sai.uni-heidelberg.de

Tara Athan

tara_athan at alt2is.com

Get the latest version of the QGIS Documentation

Translation Maintainers

/!\ Note: The QGIS project is looking for people who are willing to invest some more time - even perhaps to coordinate the documentation translation effort. We are trying to improve our project management process and spread the load more evenly between people who each have a specific area of resposibility, so any contribution you have to make will be greately appreciated.

Please add your details to the list below. If you would like to nominate yourself as a coordinator for a language please go ahead. If more than one person nominates themselves as coordinator for the same language, please contact each other and resolve how you will manage your efforts.

Language

Coordinator(s)

Additional Contributors

Email

0.8

0.9

French

Eve Rousseau

dendrosociology at yahoo.co.uk

0%

0%

Sébastien Vial

sebastien.vial at gmail.com

Philippe Lepinard

philippe.lepinard at wanadoo.fr

German

Otto Dassau

otto.dassau at gmx.de

100%

30%

Stephan Holl

stephan at holl-land.de

Sascha Wernicke

sascha.wernicke at thalis.lu

Lars Stöwesand

lars at sai.uni-heidelberg.de

Werner Macho

werner.macho at gmail.com

Greek

Dr. Nicolas Karanikolas

(not confirmed yet)

0%

0%

Italian

Paolo Cavallini

cavallini at faunalia.it

100%

0%

Leonardo Lami

lami at faunalia.it

Carlotta Canova

carlotta at faunalia.it

Lao

Anousak Souphavanh

anousak at gmail.com

0%

0%

Lithuanian

Kestas M

m.kestas at gmail.com

100%

0%

Polish

Andrzej Swiader

andrzej.swiader at uj.edu.pl

0%

0%

Portuguese (BR)

Arthur Nanni

Christian Ferreira

ananni at terra.com.br christian.linux at gmail.com

1%

1%

Spanish

Mario Pisa

mario.pisa at gmail.com

0%

45%

Carlos Dávila

cdavilam at jemila.jazztel.es

Get latest translations of the QGIS Documentation

How to become a maintainer

There are currently some restrictions to check out the QGIS documentations with write-support.

What you need to get started

Following steps are needed to get write-access to the documentation repository.

Further you need to decide on a username and password. You will be given access to write to the documentation trunk or translation branch for your chosen language.

Getting the latex sources

Structure of the documentation repository

The folder structure looks like this (3 levels deep):

.
|-- branches
|   `-- 0.8.0
|   `-- 0.9.1
|       |-- italian
|       `-- german
|       `-- spanish
|-- tags
    `-- 0.9.1_user_guide
    `-- 0.8.0_user_guide
    `-- ...
`-- trunk
    `-- english_us
        |-- user_guide

Checkout

Once your account has been set up by Gary Sherman or Tim Sutton you are able to check out the documentation project as a named user. For a clean checkout you need a svn-client. The following procedure is written for GNU/Linux to access to the documentation repository:

branches keeps the documentation for the releases in different languages. Currently english_uk and german are available.

# Checkout as a guest
svn co https://svn.osgeo.org/qgis/docs/branches/0.9.1/<language>
# Checkout as a named user
svn co --username <your username here> https://svn.osgeo.org/qgis/docs/branches/0.9.1/<language>

tags keeps snapshots of a given state. The english version of the user and installation guide 0.9.1 was tagged on December, 3rd 2007 and is available here:

svn co https://svn.osgeo.org/qgis/docs/tags/0.9.1_user_guide

trunk is the 'master'-document where new content goes to.

# Checkout as a guest
svn co https://svn.osgeo.org/qgis/docs/trunk/english_us/
# Checkout as a named user
svn co --username <your username here> https://svn.osgeo.org/qgis/docs/trunk/english_us/

Checking out the whole documentation repository as a guest

# Checkout out the whole documentation repository as a guest
svn co https://svn.osgeo.org/qgis/docs
# Checkout out the whole documentation repository as a named user
svn co --username <your username here> https://svn.osgeo.org/qgis/docs

Press 'p' if you are prompted to accept the ssl key from the server.

This will create the folder qgis_docs in your current working directory.

Building

To build the user_guide as a PDF-doc, change into the folder user_guide and do the following:

cd trunk/english_us/user_guide
make
make pdf

Contributing

Adding new content to the english trunk

New content should be created in the english (trunk) version first. The english version is the 'master' document. At the time of release, the english version will be frozen and used as the basis for all other languages. To add new content follow the procedure for Unix (Linux) and Windows described below. For any questions you can get help from the mailing list or contact Otto Dassau otto.dassau at gmx.de.

Unix (Linux)

checkout the english documentation trunk as a named user with write access:

svn co --username <your username here> https://svn.osgeo.org/qgis/docs/trunk/english_us
change into the downloaded folder english_us in your current directory and start working with your favorite text editor:
{{{
cd /path/to/working-copy/english_us/

when finished you need to commit (upload) your changes as soon as possible to prevent that work is done twice by another person. Inside the folder english_us type:

svn commit

That's all! Before you start adding or changing further content you should update your local working copy with the latest copy of the SVN-server. This is necessary, because another person might have updated the SVN-server with his/her latest work:

cd /path/to/working-copy/english_us/
svn update

Windows

For Windows a nice SVN-client is Tortoise SVN which integrates smoothly into the windows explorer. All needed SVN-commands described above can be used inside the explorer using the context-menu. Find more information at the Support Page.

Translating the english documentation

Translating the latex sources inside the svn branches (translation areas) is pretty simple. To contribute directly you need a valid username with password and a subversion installation on your PC. You can contact Otto Dassau at otto.dassau at gmx.de. He will help you and organize everything you need and create a translation branch for the language you want to translate the english latex files into.

Next step is to checkout (download) the latex files from the subversion repository translate the files and commit (upload) the translated files again. Follow the procedure for Unix (Linux) and Windows described below for the german translation branch of QGIS version 0.9.1:

Unix (Linux)

checkout the german translation branch as a named user with write access:

svn co --username <your username here> https://svn.osgeo.org/qgis/docs/branches/0.9.1/german/

change into the downloaded folder german in your current directory and start translating with your favorite text editor:

cd /path/to/working-copy/german/

when finished you need to commit (upload) your translations as soon as possible to prevent that translation is done twice by another person. Inside the folder german type:

svn commit

That's all! Before you start continuing your translation work you should update your local working copy with the latest copy of the SVN-server. This is necessary, because another translator might have updated the SVN-server with his/her latest work:

cd /path/to/working-copy/german/
svn update

Windows

For Windows a nice SVN-client is Tortoise SVN which integrates smoothly into the windows explorer. All needed SVN-commands described above can be used inside the explorer using the context-menu. Find more information at the Support Page.

Some hints translating the latex files

\begin{figure}[ht]
   \begin{center}
   \caption{Image of a blank Map Composer}\label{fig:map_composer_blank}\smallskip
   \includegraphics[clip=true, width=\textwidth]{map_composer_blank08}
\end{center}
\end{figure}
in german becomes:
\begin{figure}[ht]
   \begin{center}
   \caption{Bild eines leeren Map Composer}\label{fig:map_composer_blank}\smallskip
   \includegraphics[clip=true, width=\textwidth]{map_composer_blank08}
\end{center}
\end{figure}

For any questions you can get help from the mailing list or contact Otto Dassau otto.dassau at gmx.de

Procedure for new manual releases

Here you find a collection of tasks to implement before the next tagging of the documentation trunk.

User and Installation Guide (0.9.1):

DocumentationWritersCorner (last edited 2008-05-05 18:38:47 by TaraAthan)