1
0
Fork 0
Documentation of OSGeoLive project
 
 
 
 
 
 
Go to file
Angelos Tzotsos bcdfb5cc35
Merge pull request #339 from bencaradocdavies/rename-osgeolive
Rename osgeo-live to osgeolive and remove space in OSGeoLive logo
2017-11-07 00:11:59 +02:00
MacInstallers Fix #1102 Top level links in Win/Mac Installers dir don't work. 2013-02-14 20:04:02 +00:00
WindowsInstallers Fix #1102 Top level links in Win/Mac Installers dir don't work. 2013-02-14 20:04:02 +00:00
bin Add image compression logic to Makefile 2017-07-12 20:44:23 +02:00
ca Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
de Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
debian Preparing debian package for release 2017-07-23 20:49:39 +03:00
el Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
en Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
es Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
fr Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
hu Fixing URL in translations 2017-07-23 21:01:42 +03:00
id Replace http with https in creative common links 2017-07-14 21:55:22 +02:00
images Remove space between "OSGeo" and "Live" in OSGeoLive logo 2017-11-07 10:25:47 +13:00
it Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
ja Fixing URL in translations 2017-07-23 21:01:42 +03:00
ko Fixing URL in translations 2017-07-23 21:01:42 +03:00
pl Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
retired_docs Moving mapguide images 2017-07-16 19:16:27 -05:00
reveal.js Updated reveal.js to 3.3.0 2016-08-22 21:31:25 +03:00
ru Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
themes removing the gray background and border on local contents 2017-07-09 11:53:55 -05:00
zh Logo changed to logo-Mapbender 2017-09-15 10:06:52 +02:00
.gitignore adding a .gitignore file 2017-06-20 11:11:56 -05:00
.travis.yml trying with exit 1 2017-07-13 21:15:27 -05:00
Makefile changed the name to prior_applications.rst 2017-07-15 18:54:35 -05:00
README.rst Remove old SVN info 2017-07-22 15:31:54 +02:00
VERSION.txt Updated version 2017-07-21 11:04:42 +03:00
conf.py Merge pull request #284 from cvvergara/add-left-logo 2017-07-12 20:59:56 +00:00
contributors-transform-git.txt update name and email for git migration 2015-02-06 12:58:57 +00:00
contributors.csv put myself from contributor to translator 2017-07-22 13:38:46 +02:00
contributors.rst changed column width (value in percent) 2012-04-15 11:39:47 +00:00
index.template build support for Bahasa Indonesia translations 2013-06-27 03:42:42 +00:00
index_pdf.template fix pdf and html documentation adding new templates 2012-12-15 04:31:57 +00:00
licenses.csv adding generated licenses.csv to visualize changes 2017-06-20 08:19:54 -05:00
osgeo_contact.rst upper case 2013-01-31 11:25:12 +00:00
osgeolive.css Document use of dd to write isohybrid+UEFI ISO images to USB drive 2017-01-23 18:32:47 +13:00
passwords.txt avoid deegree starting firefox as root (#1389), and other deegree cleanups 2014-08-14 23:51:42 +00:00
settings.py Fixing release items size and download URL 2017-07-23 21:01:11 +03:00
tocompress.txt Update images to compress 2017-07-12 20:44:23 +02:00
translators.csv put myself from contributor to translator 2017-07-22 13:38:46 +02:00
translators.rst changed column width (value in percent) 2012-04-15 11:42:16 +00:00

README.rst

OSGeo live documentation
========================
OSGeo-Live_ is a self-contained bootable DVD, USB thumb drive or Virtual
Machine based on Lubuntu, that allows you to try a wide variety of open source
geospatial software without installing anything. It is composed entirely of
free software, allowing it to be freely distributed, duplicated and passed
around.

This repository contains the documentation for OSGeo live.

reStructured Text
~~~~~~~~~~~~~~~~~

The majority of our documentation is generated from reStructured text sources
using Sphinx. reSt is similar to wiki markup, and readable in plain ascii. As a
quick check, github will (partially) render reSt documents as HTML.

1. Install python and sphinx version 0.6.4 or greater (as provided with Ubuntu >10.04), (install_main_docs.sh does this too)
::
   sudo apt-get install python-sphinx

2. The included make file will generate the documentation
::
   git clone https://github.com/OSGeo/OSGeoLive-doc.git
   cd OSGeoLive-doc
   make html

   View output in _build/html/en/index.html

3. It is also possible to generate a debian package from the documentation
::
   sudo apt install devscripts
   debuild -b
   sudo dpkg -i ../osgeolive-docs_11.0~beta1_all.deb

   The actual packagename will depend on the current version in debian/changelog

References:
~~~~~~~~~~~

* http://wiki.osgeo.org/wiki/Live_GIS_Add_Project#Application_Overview

* http://sphinx.pocoo.org

* http://docutils.sf.net/rst.html

* http://matplotlib.sourceforge.net/sampledoc/

.. _OSGeo-Live: https://live.osgeo.org