Нема описа

Martin Landa c62b98f1aa wxGUI/digit: implement `redo` tool пре 13 година
db 5a6c98e4ff db.execute: attempt to fix https://trac.osgeo.org/grass/ticket/1526 пре 13 година
debian b0fc20bba9 git notes (merge from devbr6) пре 14 година
demolocation 5ed9ab6a51 rename gisenv variable GRASS_GUI to GUI (gisenv variable has no пре 14 година
display 145910885a comment out reference to old script (https://trac.osgeo.org/grass/ticket/605) пре 13 година
doc 3a543d4d18 prettified (from GRASS 6 architecture; in grass-web/images/grass6_arch.odg) пре 13 година
general b54f3e9bc2 move proj-related files from etc/ to etc/proj пре 13 година
gui c62b98f1aa wxGUI/digit: implement `redo` tool пре 13 година
imagery 0506b8fe9f i.rectify: update for GUI пре 13 година
include 0f00798af8 vedit: new subroutines to delete areas пре 13 година
lib c4b6e24d6d vedit: don't ask for category when area is dead пре 13 година
locale acfc94b0a0 fix пре 13 година
macosx 350032a3d2 GRASS_ADDON_BASE should be single alternative GISBASE пре 13 година
man 6faff39a78 install manual pages to `docs/man` instead of `man` пре 13 година
misc 8caa49bab0 use imagery lib for transformation пре 13 година
mswindows 9f7a04f6c9 remove duplicated icon пре 13 година
ps 4176c277bc units color was locked on black (merge from devbr6) пре 13 година
raster 356efd0618 explain coefbh and coefdh options a bit more clearly пре 13 година
raster3d be4f6db3d2 Better docu. New flag in r3.out.vtk пре 13 година
rfc a3f16e7ef1 +Anne, +Helmut пре 15 година
rpm b7d974c0e7 remove GEM пре 15 година
scripts 33a6be8dc4 add support to v.surf.spline пре 13 година
temporal df8ca62da7 Reorganization of the temporal library. пре 13 година
testsuite c4464c33f8 small fixes пре 17 година
tools 3c09332019 use for manual page from lib/init/ standard header and footer defined by mkhtml.py пре 13 година
vector 347d8c4da3 v.edit: new tool to delete areas пре 13 година
visualization 8296d57314 vlib: remove Vect_get/set_fatal_error() - replaced by G_fatal_error() / G_warning() пре 13 година
AUTHORS 655e4b3838 G3D -> RASTER3D пре 14 година
CHANGES db49180dd7 welcome to GRASS 7.0.svn пре 17 година
COPYING a6092698d1 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) пре 14 година
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn пре 17 година
INSTALL df43a42758 new Progman URL пре 15 година
Makefile a581943049 remove sites modules (GRASS 7 should contain just v.in.sites at the end) пре 13 година
README df43a42758 new Progman URL пре 15 година
REQUIREMENTS.html f87e29518e some updates пре 13 година
SUBMITTING 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed пре 14 година
SUBMITTING_DOCS 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed пре 14 година
SUBMITTING_PYTHON 4e5ba813ad use full strings in wxGUI пре 14 година
TODO 6a677a47f9 updated пре 17 година
aclocal.m4 dccfad0edb Fix LOC_CHECK_FUNC error message пре 14 година
binaryInstall.src cd454260e1 attempt to fix bug https://trac.osgeo.org/grass/ticket/620 пре 14 година
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 година
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 година
configure 1520d04a1a re-alphabetize summary пре 13 година
configure.in 1520d04a1a re-alphabetize summary пре 13 година
contributors.csv a3c6adcbbb extra contributors are saved in contributors_extra.csv пре 14 година
contributors_extra.csv 6c213f0770 contributors_extra: record also country пре 13 година
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn пре 17 година
grasslib.dox bc2021d265 doxygen: minor clean up of main page пре 13 година
install-sh 70f065956b Set svn:executable property on install-sh пре 15 година
translators.csv 36deb4b38e Sylvain Maillard: con'ed пре 14 година

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/