Quellcode durchsuchen

Changed the source code links in HTML manual pages to point to the git repositories

Markus Neteler vor 5 Jahren
Ursprung
Commit
278501c226
5 geänderte Dateien mit 11 neuen und 11 gelöschten Zeilen
  1. 2 2
      display/d.mon/main.c
  2. 2 2
      grasslib.dox
  3. 3 3
      scripts/g.extension/g.extension.html
  4. 2 2
      tools/mkhtml.py
  5. 2 2
      vector/v.qcount/v.qcount.html

+ 2 - 2
display/d.mon/main.c

@@ -18,8 +18,8 @@
  d.mon delegates rendering to Python script [1] through GRASS_RENDER_COMMAND [2].
  d.mon delegates rendering to Python script [1] through GRASS_RENDER_COMMAND [2].
  See also document [3].
  See also document [3].
 
 
- [1] https://trac.osgeo.org/grass/browser/grass/trunk/display/d.mon/render_cmd.py
- [2] https://trac.osgeo.org/grass/browser/grass/trunk/lib/display/r_raster.c#L107
+ [1] https://github.com/OSGeo/grass/tree/master/display/d.mon/render_cmd.py
+ [2] https://github.com/OSGeo/grass/tree/master/lib/display/r_raster.c#L107
  [3] https://grass.osgeo.org/grass77/manuals/displaydrivers.html
  [3] https://grass.osgeo.org/grass77/manuals/displaydrivers.html
 
 
 */
 */

+ 2 - 2
grasslib.dox

@@ -38,7 +38,7 @@ href="https://grass.osgeo.org">https://grass.osgeo.org</a>
 <i>Note: Missing entries below still need to be documented in Doxygen format.</i>
 <i>Note: Missing entries below still need to be documented in Doxygen format.</i>
 
 
 <!-- original:
 <!-- original:
-  http://trac.osgeo.org/grass/browser/grass-web/trunk/images/grass7_arch.odp
+  https://github.com/OSGeo/grass/blob/master/doc/grass7_arch.odg
 -->
 -->
 \image html "grass7_arch.png" "GRASS 7 Architecture"
 \image html "grass7_arch.png" "GRASS 7 Architecture"
 
 
@@ -185,7 +185,7 @@ as follows:
 </dl>
 </dl>
 
 
 <!-- original: 
 <!-- original: 
-  http://trac.osgeo.org/grass/browser/grass-web/trunk/images/loc_struct.odg
+  https://raw.githubusercontent.com/OSGeo/grass/master/doc/help_loc_structure.odg
 -->
 -->
 \image html "loc_struct.png" "Diagram of GRASS file structure"
 \image html "loc_struct.png" "Diagram of GRASS file structure"
 
 

+ 3 - 3
scripts/g.extension/g.extension.html

@@ -66,9 +66,9 @@ using the <b>url</b> option.
 
 
 <p>
 <p>
 Individual extensions can also be installed by providing a URL to the
 Individual extensions can also be installed by providing a URL to the
-source code on OSGeo Trac. This, however, works only for certain directories
-where the download of ZIP files was enabled by project administrators of
-the trac server.
+source code on GitHub or OSGeo Trac. The latter, however, works only for certain
+directories where the download of ZIP files was enabled by project administrators
+of the trac server.
 
 
 <h4>Local source code directory</h4>
 <h4>Local source code directory</h4>
 Optionally, new extension can be also installed from a source code placed
 Optionally, new extension can be also installed from a source code placed

+ 2 - 2
tools/mkhtml.py

@@ -72,8 +72,8 @@ pgm = sys.argv[1]
 src_file = "%s.html" % pgm
 src_file = "%s.html" % pgm
 tmp_file = "%s.tmp.html" % pgm
 tmp_file = "%s.tmp.html" % pgm
 
 
-trunk_url = "https://trac.osgeo.org/grass/browser/grass/trunk/"
-addons_url = "https://trac.osgeo.org/grass/browser/grass-addons/"
+trunk_url = "https://github.com/OSGeo/grass/tree/master/"
+addons_url = "https://github.com/OSGeo/grass-addons/tree/master/"
 
 
 header_base = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 header_base = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <html>

+ 2 - 2
vector/v.qcount/v.qcount.html

@@ -10,7 +10,7 @@ types departure from a CSR: regularity and clustering. Figure 1 gives an example
 of a complete random, regular and a clustered pattern.
 of a complete random, regular and a clustered pattern.
 
 
 <!-- source of figures:
 <!-- source of figures:
-     https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_5_4/src/sites/s.qcount/tutorial
+     https://github.com/OSGeo/grass-legacy/tree/releasebranch_5_4/src/sites/s.qcount/tutorial
 -->
 -->
 
 
 <div align="center" style="margin: 10px">
 <div align="center" style="margin: 10px">
@@ -105,7 +105,7 @@ Biology</em>, 2:215-235, 1959.
 <b>A more detailed background is given in the tutorial:</b>
 <b>A more detailed background is given in the tutorial:</b>
 
 
 <!-- source of tutorial:
 <!-- source of tutorial:
-     https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_5_4/src/sites/s.qcount/tutorial
+     https://github.com/OSGeo/grass-legacy/tree/releasebranch_5_4/src/sites/s.qcount/tutorial
 -->
 -->
 
 
 <p>[8] James Darrell McCauley 1993. Complete Spatial Randomness and Quadrat Methods - 
 <p>[8] James Darrell McCauley 1993. Complete Spatial Randomness and Quadrat Methods -