Geen omschrijving

Markus Neteler 08d5224b41 manual: some cleanup of HTML and examples 10 jaren geleden
db 08d5224b41 manual: some cleanup of HTML and examples 10 jaren geleden
debian e480e3543e git-core pkg renamed to just 'git' (merge from devbr6) plus some other hints and TODOs 12 jaren geleden
demolocation 1fe0848528 demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/ 11 jaren geleden
display 08d5224b41 manual: some cleanup of HTML and examples 10 jaren geleden
doc a77f941d21 unused i.points + i.vpoints removed: replaced by g.gui.gcp (trunk, https://trac.osgeo.org/grass/changeset/62555) 10 jaren geleden
general 56e4b007d1 manual: keywords cleanup 10 jaren geleden
gui 38ded8fda5 wxGUI: cosmetics in DMonMap (self.mapfile has already extension defined) 10 jaren geleden
imagery 517fb0e517 manual: minor updates 10 jaren geleden
include 77b5107ab8 Script.make: install also image files for addons modules 10 jaren geleden
lib 3c5ef5f58a explain that display frame coordinates are measured from top-left corner 10 jaren geleden
locale 039a1e84bf i18N: msg update from template 10 jaren geleden
macosx b049ae7010 macosx: update mentioned GRASS version 11 jaren geleden
man cf556926e7 keywords: remove debug output 10 jaren geleden
misc e075dce80e update manual pages (https://trac.osgeo.org/grass/ticket/2409) 10 jaren geleden
mswindows 316afe2baf nsis: attempt to fix optional MS runtime installation (merge from trunk: https://trac.osgeo.org/grass/changeset/62082) 11 jaren geleden
ps a51f5ca08a ps.map: fix uninitialized pointer found by coverity scan (merge from trunk, https://trac.osgeo.org/grass/changeset/62479) 10 jaren geleden
raster 48541efd52 r.walk: sync length of module description to r.cost 10 jaren geleden
raster3d 56e4b007d1 manual: keywords cleanup 10 jaren geleden
rpm 7915810e1e rpm SPEC files: remove outdated files, add README.txt with links 11 jaren geleden
scripts 08d5224b41 manual: some cleanup of HTML and examples 10 jaren geleden
temporal 56e4b007d1 manual: keywords cleanup 10 jaren geleden
testsuite 74624f9333 Update old g.list/remove calls in modules 10 jaren geleden
tools b2ee7e2b48 fix tools/thumbnails.py 10 jaren geleden
vector 08d5224b41 manual: some cleanup of HTML and examples 10 jaren geleden
visualization c67c45fe58 consolidate naming of environmental rendering-related variables 10 jaren geleden
AUTHORS 86733f9e4b AUTHORS: fix web URLs 11 jaren geleden
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 jaren geleden
COPYING 399d774cd8 Use main Web site URL; minor updates 12 jaren geleden
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 jaren geleden
INSTALL 90079ec8ff updated supporting docs 11 jaren geleden
Makefile 2bafbf74cf sphinx documentation: backported 60817, 61141 and following related to python sphinx documentation 10 jaren geleden
README df43a42758 new Progman URL 15 jaren geleden
REQUIREMENTS.html 025ac1500f Added PLY dependency required for the temporal algebra 10 jaren geleden
SUBMITTING 107499b9c6 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 jaren geleden
TODO a77f941d21 unused i.points + i.vpoints removed: replaced by g.gui.gcp (trunk, https://trac.osgeo.org/grass/changeset/62555) 10 jaren geleden
aclocal.m4 e2891f5461 enable AIX shared libs 12 jaren geleden
binaryInstall.src b3912537e0 make bindist: update script to G7 11 jaren geleden
config.guess 9f036d1fb1 autoconf support file update from git.savannah.gnu.org 11 jaren geleden
config.sub 9f036d1fb1 autoconf support file update from git.savannah.gnu.org 11 jaren geleden
configure d933b11e46 configure: compile with SQLite by default (backport of https://trac.osgeo.org/grass/changeset/60995) 10 jaren geleden
configure.in d933b11e46 configure: compile with SQLite by default (backport of https://trac.osgeo.org/grass/changeset/60995) 10 jaren geleden
contributors.csv 5381e69ba8 contributors.csv: +Margherita Di Leo 11 jaren geleden
contributors_extra.csv 83bc299745 contributors_extra.csv: added CERL developer; cleanup for developer listed in contributors.csv 11 jaren geleden
grass.pc.in cdb0910ae9 pkg-config file: update (trunk, https://trac.osgeo.org/grass/changeset/62767) 10 jaren geleden
grasslib.dox 24becd9314 r.le suite (r.le.setup, r.le.trace, r.le.pixel, r.le.patch) moved to Addons 10 jaren geleden
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 jaren geleden
translators.csv ba6d09ed94 translators: fix typo 11 jaren geleden

README

GRASS Development Subversion repository

##########################################################
How to get write access here?

Write access is only granted to developers who agree to abide by
RFC2 - Legal aspects of code contributions
http://grass.osgeo.org/programming7/rfc/rfc2_psc.html
and the code submission guidelines (file SUBMITTING in this
directory).

This needs to be communicated to a GRASS developer. S/he will
then possibly propose you to the GRASS Project Steering committee
after a period of evaluation. For details, see
http://grass.osgeo.org/programming7/rfc/

Once write access is granted, you, the new developer need to
obtain an "osgeo_id" at http://www.osgeo.org/osgeo_userid
If you already have an "osgeo_id" but forgot it, search for it at
Search at http://www.osgeo.org/cgi-bin/ldap_web_search.py

##########################################################
How to compile GRASS:
See INSTALL file.

Yes, you should really read INSTALL.

##########################################################################
How to generate the 'Programmer's Manual':

This needs doxygen (http://www.doxygen.org) and optionally
Graphviz dot (http://www.research.att.com/sw/tools/graphviz/).

To build the GRASS programmer's documentation, run
make htmldocs
or to generate documentation as single html file (recommended for simple reading)
make htmldocs-single
here. This takes quite some time. The result is in lib/html/index.html
which refers to further document repositories in
lib/vector/html/index.html
lib/db/html/index.html
lib/gis/html/index.html

The master file is: ./grassrefman.dox where all sub-documents have to
be linked into.

To generate the documents in PDF format, run
make pdfdocs

An online version is available at:
http://grass.osgeo.org/programming7/