Açıklama Yok

Martin Landa 7d45f63db8 v.info: fix map type detection also for shell style output 13 yıl önce
db 5d490c2c31 DB drivers: use db_d_report_error() instead of its own mechanism 13 yıl önce
debian b0fc20bba9 git notes (merge from devbr6) 13 yıl önce
demolocation 5ed9ab6a51 rename gisenv variable GRASS_GUI to GUI (gisenv variable has no 14 yıl önce
display a4d100f49b d.path: remove extra empty lines from Makefile (cosmetics) 13 yıl önce
doc 3a543d4d18 prettified (from GRASS 6 architecture; in grass-web/images/grass6_arch.odg) 13 yıl önce
general 1b5c5cea0b fix compilation without gdal/ogr 13 yıl önce
gui 42ce983dec wxGUI/wxpsmap: reopened bug https://trac.osgeo.org/grass/ticket/1547 hopefully fixed 13 yıl önce
imagery 0506b8fe9f i.rectify: update for GUI 13 yıl önce
include 7a7a4f3b1e fix typo 13 yıl önce
lib ff507242a4 vlib: Vect_get_ogr_*() - better check for HAVE_OGR 13 yıl önce
locale 2f40bc9434 updated from fresh template files 13 yıl önce
macosx 350032a3d2 GRASS_ADDON_BASE should be single alternative GISBASE 13 yıl önce
man 6faff39a78 install manual pages to `docs/man` instead of `man` 13 yıl önce
misc 8caa49bab0 use imagery lib for transformation 13 yıl önce
mswindows 271a994eec winGRASS: sync VERSION_NUMBER with include/VERSION 13 yıl önce
ps 4176c277bc units color was locked on black (merge from devbr6) 13 yıl önce
raster 1b5c5cea0b fix compilation without gdal/ogr 13 yıl önce
raster3d 027d8d071a More robust timestamp implementation. Added timestamp tests and renamed grid3 timestamp functions in raster3d. 13 yıl önce
rfc a3f16e7ef1 +Anne, +Helmut 15 yıl önce
rpm b7d974c0e7 remove GEM 15 yıl önce
scripts 33a6be8dc4 add support to v.surf.spline 13 yıl önce
temporal 81280a1032 Better time-stamped vector layer support implemented. 13 yıl önce
testsuite c4464c33f8 small fixes 16 yıl önce
tools 3c09332019 use for manual page from lib/init/ standard header and footer defined by mkhtml.py 13 yıl önce
vector 7d45f63db8 v.info: fix map type detection also for shell style output 13 yıl önce
visualization 8296d57314 vlib: remove Vect_get/set_fatal_error() - replaced by G_fatal_error() / G_warning() 13 yıl önce
AUTHORS 655e4b3838 G3D -> RASTER3D 14 yıl önce
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
COPYING a6092698d1 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) 13 yıl önce
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
INSTALL df43a42758 new Progman URL 15 yıl önce
Makefile a581943049 remove sites modules (GRASS 7 should contain just v.in.sites at the end) 13 yıl önce
README df43a42758 new Progman URL 15 yıl önce
REQUIREMENTS.html f87e29518e some updates 13 yıl önce
SUBMITTING 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed 14 yıl önce
SUBMITTING_DOCS 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed 14 yıl önce
SUBMITTING_PYTHON 4e5ba813ad use full strings in wxGUI 14 yıl önce
TODO 6a677a47f9 updated 17 yıl önce
aclocal.m4 dccfad0edb Fix LOC_CHECK_FUNC error message 14 yıl önce
binaryInstall.src cd454260e1 attempt to fix bug https://trac.osgeo.org/grass/ticket/620 14 yıl önce
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 yıl önce
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 yıl önce
configure 1520d04a1a re-alphabetize summary 13 yıl önce
configure.in 1520d04a1a re-alphabetize summary 13 yıl önce
contributors.csv a3c6adcbbb extra contributors are saved in contributors_extra.csv 13 yıl önce
contributors_extra.csv 6c213f0770 contributors_extra: record also country 13 yıl önce
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
grasslib.dox bc2021d265 doxygen: minor clean up of main page 13 yıl önce
install-sh 70f065956b Set svn:executable property on install-sh 15 yıl önce
translators.csv 36deb4b38e Sylvain Maillard: con'ed 14 yıl önce

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/