瀏覽代碼

g.extension manual: language fixes

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@68430 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父節點
當前提交
7661d44351
共有 1 個文件被更改,包括 10 次插入9 次删除
  1. 10 9
      scripts/g.extension/g.extension.html

+ 10 - 9
scripts/g.extension/g.extension.html

@@ -5,7 +5,8 @@
 <em>g.extension</em> downloads and installs, removes or updates
 <em>g.extension</em> downloads and installs, removes or updates
 extensions (addons) from the official
 extensions (addons) from the official
 <a href="http://grass.osgeo.org/grass70/manuals/addons/">GRASS GIS Addons repository</a>
 <a href="http://grass.osgeo.org/grass70/manuals/addons/">GRASS GIS Addons repository</a>
-or user-specified source into the local GRASS GIS installation.
+or from user-specified source code repositories into the local GRASS GIS
+installation.
 <p>
 <p>
 Two types of extensions are supported:
 Two types of extensions are supported:
 <ul>
 <ul>
@@ -37,28 +38,28 @@ directory.
 The default is a directory for application data and settings inside
 The default is a directory for application data and settings inside
 the user's home directory. 
 the user's home directory. 
 On GNU/Linux it is <tt>$HOME/.grass7/addons</tt>,
 On GNU/Linux it is <tt>$HOME/.grass7/addons</tt>,
-on MS Windows it is <tt>$APPDATA\GRASS7\addons</tt>.
-The directory is stored in <tt>GRASS_ADDON_BASE</tt> environmental variable.
+on MS-Windows it is <tt>$APPDATA\GRASS7\addons</tt>.
+The name of the directory is stored in the <tt>GRASS_ADDON_BASE</tt>
+environmental variable.
 
 
 <p>
 <p>
 The flag <b>-s</b> changes this install target directory to the GRASS GIS
 The flag <b>-s</b> changes this install target directory to the GRASS GIS
 installation directory
 installation directory
 (determined by <tt>GISBASE</tt> environmental variable, e.g. <tt>/usr/</tt>)
 (determined by <tt>GISBASE</tt> environmental variable, e.g. <tt>/usr/</tt>)
-rather than the
-default GRASS_ADDON_BASE directory
+rather than the default directory defined as per  <tt>GRASS_ADDON_BASE</tt> 
 (see also documentation for <a href="variables.html">variables</a>).
 (see also documentation for <a href="variables.html">variables</a>).
 <em>g.extension</em> checks if the user has permission to write to
 <em>g.extension</em> checks if the user has permission to write to
-GISBASE or GRASS_ADDON_BASE.
+<tt>GISBASE</tt> or <tt>GRASS_ADDON_BASE</tt>.
 
 
 <p>
 <p>
 The place where the extensions are installed can be customized by
 The place where the extensions are installed can be customized by
 the option <b>prefix</b>. Ensuring that these extensions will be accessible
 the option <b>prefix</b>. Ensuring that these extensions will be accessible
-in GRASS GIS is then responsibility of the user.
+in GRASS GIS is in this case in the responsibility of the user.
 
 
 <h3>Compilation and installation</h3>
 <h3>Compilation and installation</h3>
 
 
-On MS Windows systems, where compilation tools not readily available,
-<em>g.extension</em> downloads a compiled executable
+On MS-Windows systems, where compilation tools are typically not readily
+locally installed, <em>g.extension</em> downloads a precompiled executable
 from the GRASS GIS project server. On all other operating systems
 from the GRASS GIS project server. On all other operating systems
 where it is not difficult to install compilation tools,
 where it is not difficult to install compilation tools,
 <em>g.extension</em> downloads the source code of the requested
 <em>g.extension</em> downloads the source code of the requested