Pārlūkot izejas kodu

Use main Web site URL; minor updates

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57637 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 gadi atpakaļ
vecāks
revīzija
399d774cd8
2 mainītis faili ar 5 papildinājumiem un 7 dzēšanām
  1. 2 3
      COPYING
  2. 3 4
      lib/init/grass.py

+ 2 - 3
COPYING

@@ -32,9 +32,8 @@ GRASS Development Team at the following address:
  GRASS Development Team
  c/o Markus Neteler
  Fondazione Edmund Mach (FEM)
- IASMA Research and Innovation Centre
+ Research and Innovation Centre
  38010 S. Michele all'Adige (Trento), Italy
- markus.neteler AT iasma.it
+ markus.neteler AT fmach.it
 
 Internet:  http://grass.osgeo.org
-           http://www.grass-gis.org

+ 3 - 4
lib/init/grass.py

@@ -495,16 +495,15 @@ def grass_intro():
     intro = r"""
 WELCOME TO GRASS %s
 
-   1) Have at your side all available GRASS tutorials
+   1) Have at your side all available GRASS GIS tutorials
 
    2) When working on your location, the following materials
       are extremely useful:
-      - A topo map of your area
+      - A topographic map of your area
       - Current catalog of available computer maps
 
-   3) Check the GRASS webpages for feedback mailinglists and more:
+   3) heck the GRASS GIS web pages for supporting mailing lists and more:
       http://grass.osgeo.org
-      http://www.grass-gis.org
 """ % grass_version
     sys.stderr.write(intro)