Nessuna descrizione

Markus Metz 5afe91f0be v.net.salesman: add backward movement cost, ticket https://trac.osgeo.org/grass/ticket/1357 14 anni fa
db 4d1b9b63ac some keyword cleanup 14 anni fa
debian 90dd81d051 files moved in debianGIS repo 16 anni fa
demolocation 3fb1a23946 grassrc re-added (needs to be available for compilation process) 15 anni fa
display e7a4c5b660 major keywords cleanup 14 anni fa
doc 69b8b96669 more cleanup 14 anni fa
general e7a4c5b660 major keywords cleanup 14 anni fa
gui 226b1d4391 fix menu name case 14 anni fa
imagery 38f40da2b0 typo 14 anni fa
include 225171cd49 libgis: G_database_unit_name() should return localized unit name 14 anni fa
lib ba875a8d29 annakrat: fix some wxnviz known issues (http://grass.osgeo.org/wiki/WxNviz#Known_issues) - # 5 14 anni fa
locale 1d4beb097d Fred Maranhão: cont'ed 14 anni fa
macosx 7e269e1781 no python source in system, use pyc 15 anni fa
man 9377f03997 happy new year 14 anni fa
misc e7a4c5b660 major keywords cleanup 14 anni fa
mswindows bd56669f91 wingrass: fix 'grass.bat' to accept arguments, recover 'grass' script 14 anni fa
ps b62de1a116 ps.map: localize unit label in scalebar 14 anni fa
raster d7b10f02eb fix bspline raster interpolation (module) 14 anni fa
raster3d e7a4c5b660 major keywords cleanup 14 anni fa
rfc a3f16e7ef1 +Anne, +Helmut 15 anni fa
rpm b7d974c0e7 remove GEM 15 anni fa
scripts c668465762 more precise descriptions 14 anni fa
sites 9339a2b67e use array for keywords (to avoid duplicate locales) 16 anni fa
testsuite c4464c33f8 small fixes 17 anni fa
tools ce894dde25 happy new year 14 anni fa
vector 5afe91f0be v.net.salesman: add backward movement cost, ticket https://trac.osgeo.org/grass/ticket/1357 14 anni fa
visualization e7a4c5b660 major keywords cleanup 14 anni fa
AUTHORS 6d25b627ea fix my address 14 anni fa
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
COPYING 4c251ca11d affiliation updated 15 anni fa
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
INSTALL df43a42758 new Progman URL 15 anni fa
Makefile 1303b1a731 added missing csv files (ticket https://trac.osgeo.org/grass/ticket/1207) 14 anni fa
README df43a42758 new Progman URL 15 anni fa
REQUIREMENTS.html f963c5a2d9 clean up URLs 15 anni fa
SUBMITTING 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed 14 anni fa
SUBMITTING_DOCS 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed 14 anni fa
SUBMITTING_PYTHON 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed 14 anni fa
TODO 6a677a47f9 updated 17 anni fa
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host 15 anni fa
binaryInstall.src 2066ba853c bugfix https://trac.osgeo.org/grass/ticket/1034 15 anni fa
config.guess fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) 17 anni fa
config.sub fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) 17 anni fa
configure 7f41d3778e winGRASS/OSGeo4W updates (see https://trac.osgeo.org/grass/changeset/45429) 14 anni fa
configure.in 7f41d3778e winGRASS/OSGeo4W updates (see https://trac.osgeo.org/grass/changeset/45429) 14 anni fa
contributors.csv 6d25b627ea fix my address 14 anni fa
contributors_extra.csv 2e22c7c228 Luca Delucchi + Duccio Rocchini: two new indices 14 anni fa
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 anni fa
grass7_arch.png 18fec36a81 grasslib.dox moved from lib to . 15 anni fa
grasslib.dox 81046bc4c5 cosmetics in main dox page 14 anni fa
install-sh 70f065956b Set svn:executable property on install-sh 15 anni fa
translators.csv a6d9c5b085 Fred Maranhão: cont'ed 14 anni fa

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/