Selaa lähdekoodia

use lowercase HTML tags

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48559 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 vuotta sitten
vanhempi
commit
52e5ced95d

+ 6 - 6
display/d.colors/d.colors.html

@@ -40,7 +40,7 @@ the <em>d.colors</em> screen menu, commands appear in the right half of the
 screen, and the current status of categories appears in the left half of the
 screen.
 
-<PRE>
+<pre>
 CATEGORIES
    0    No Data
    1    (Category 1 description)
@@ -69,7 +69,7 @@ REPLOTTING SCREEN
    *    Replot screen      Replots the screen
 QUITTING
    Q    quit               Quits program
-</PRE>
+</pre>
 
 Changing categories - The keys 
 <b>"d, D, u,"</b>
@@ -159,16 +159,16 @@ Quitting the <em>d.colors</em> program - Pressing the
 <b>Q</b> key will cause you to quit the <em>d.colors</em>
 program.  If colors have been modified but not saved,
 <em>d.colors</em> will ask:
-<PRE>
+<pre>
          Colors changed
          Save the changes? (y/n)
-</PRE>
+</pre>
 The user should type in <b>y</b> to save changes, 
 or <b>n</b> to not save changes, before quitting the program. 
 If the user types <b>n</b>, the program will ask: 
-<PRE>
+<pre>
          Quit anyway? (y/n) 
-</PRE>
+</pre>
 <h2>NOTES</h2>
 
 <p>

+ 6 - 6
display/d.grid/d.grid.html

@@ -52,17 +52,17 @@ The coordinate text may be turned off by using the <em>-t</em> flag.<br>
 <h2>EXAMPLES</h2>
 To draw a red geographic grid with 30 minute grid spacing run 
 either of the following:
-<PRE>
+<pre>
   d.grid -g size=00:30:00 color=red
-</PRE>
+</pre>
 or
-<PRE>
+<pre>
   d.grid -g size=0.5 color=255:0:0
-</PRE>
+</pre>
 To draw a blue standard rectangular grid at a 500 (meter) spacing run the following:
-<PRE>
+<pre>
   d.grid size=500 color=blue
-</PRE>
+</pre>
 <br>
 
 <h2>SEE ALSO</h2>

+ 2 - 2
display/d.his/d.his.html

@@ -86,7 +86,7 @@ should have a gray-scale color table associated with it.
 
 The name is misleading. The actual conversion used is
 
-<PRE>
+<pre>
   <U>H</U>.i.s + <U>G</U>.(1-s)
 
 where
@@ -96,7 +96,7 @@ where
   s   is the red value from the saturation map
   <U>G</U>   is 50% gray (R = G = B = 0.5)
 
-</PRE>
+</pre>
 
 <p>
 

+ 8 - 8
doc/vector/vector.html

@@ -30,7 +30,7 @@ File is saved in old dig_ascii directory but the name will be probably changed.
 <H3>Head</H3>
 The head of the file is similar as the head file of vector binary
 format but contains bounding box also. Key words are:<br>
-<PRE>
+<pre>
 ORGANIZATION
 DIGIT DATE
 DIGIT NAME
@@ -44,15 +44,15 @@ EAST EDGE
 SOUTH EDGE
 NORTH EDGE
 MAP THRESH
-</PRE>
+</pre>
 
 <H3>Body</H3>
 The body begins with the row:
-<PRE>
+<pre>
 VERTI:
-</PRE>
+</pre>
 followed by records of lines:
-<PRE>
+<pre>
 TYPE NUMBER_OF_COORDINATES [NUMBER_OF_CATEGORIES]
  X Y [Z]
 ....
@@ -60,7 +60,7 @@ TYPE NUMBER_OF_COORDINATES [NUMBER_OF_CATEGORIES]
 [ FIELD CATEGORY]
 ....
 [ FIELD CATEGORY]
-</PRE>
+</pre>
 
 Everything above in <b>[ ]</b> is optional.
 Note the coordinate order in the old version (Y X) has been changed
@@ -83,7 +83,7 @@ TYPE may be:<br>
 
 <br>
 Example of records:
-<PRE>
+<pre>
 P 1 1
  1234 3435
  1 354
@@ -92,7 +92,7 @@ L 3 1
  1453 1454
  1453 4543
  1 355
-</PRE>
+</pre>
 
 <HR>
 <h2><A NAME="example">Vector module programming example</A></h2>

+ 4 - 4
general/g.tempfile/g.tempfile.html

@@ -21,15 +21,15 @@ It is recommended that $$ be specified as the process-id for
 <h2>EXAMPLE</h2>
 
 For /bin/sh scripts the following syntax should be used: 
-<div class="code"><PRE>
+<div class="code"><pre>
 temp1=`g.tempfile pid=$$`
 temp2=`g.tempfile pid=$$`
-</PRE></div>
+</pre></div>
 For /bin/csh scripts, the following can be used: 
-<div class="code"><PRE>
+<div class="code"><pre>
 set temp1=`g.tempfile pid=$$`
 set temp2=`g.tempfile pid=$$`
-</PRE></div>
+</pre></div>
 
 <h2>NOTES</h2>
 

+ 4 - 4
imagery/i.class/i.class.html

@@ -55,7 +55,7 @@ The first screen in the program <em>i.class</em> asks the user for the
 to be analyzed:
 
 
-<div class="code"><PRE>
+<div class="code"><pre>
 LOCATION: location    SUPERVISED CLASSIFIER     MAPSET: demo
 
      Please select the group and subgroup to be analyzed
@@ -66,7 +66,7 @@ SUBGROUP:   123________   (list will show available subgroups)
 
      AFTER COMPLETING ALL ANSWERS, HIT &lt;ESC&gt; TO CONTINUE
                    (OR &lt;Ctrl-C&gt; TO CANCEL)
-</PRE></div>
+</pre></div>
 
 <p>
 
@@ -119,7 +119,7 @@ to enter names for the signatures created.
 The display frame layout that <em>i.class</em> uses is
 represented below for reference.
 
-<div class="code"><PRE>
+<div class="code"><pre>
 +-----------------------+---------------------------+
 |                       |                           |
 |                       |    Map Display Frame      |
@@ -142,7 +142,7 @@ represented below for reference.
 +-----------------------+---------------------------+
 |        Menu Frame                                 |
 +---------------------------------------------------+
-</PRE></div>
+</pre></div>
 
 
 <h2>THE MENUS</h2>

+ 24 - 24
imagery/i.points/i.points.html

@@ -64,21 +64,21 @@ registered.  Note that if
 before <em>i.points</em>, the <em>i.points</em> program
 will display the following error message:
 
-<PRE>
+<pre>
 ERROR: Target information for group [spot] missing
        Please run i.target for group [spot]
-</PRE>
+</pre>
 
 After entering the group to be registered the terminal screen
 displays the message: 
 
-<PRE>
+<pre>
       Use mouse now...
-</PRE>
+</pre>
 
 The graphics monitor displays the following screen:
 
-<PRE>
+<pre>
  ______________________________________________________________
 | imagery  filename  (mag)        |  target  filename  (mag)  |
 |_________________________________|___________________________|
@@ -100,13 +100,13 @@ The graphics monitor displays the following screen:
 |_________________________________|___________________________|
 | QUIT  ZOOM  PLOT RASTER  ANALYZE|                           |
 |_________________________________|___________________________|
-</PRE>
+</pre>
 
 A pop-down menu like that shown below will be superimposed on the
 left half of the screen:
 
 
-<PRE>
+<pre>
         __________________________________
        | Double click on raster map layer|
        |          to be plotted          |
@@ -122,7 +122,7 @@ left half of the screen:
               |__________|________|
               | spot.3   |        |
               |__________|________|
-</PRE>
+</pre>
 
 Any single raster map layer in the 
 
@@ -153,11 +153,11 @@ To magnify the displayed file, the user must
 place the mouse cross hairs on the word ZOOM.  The following menu
 will then be displayed at the bottom of the screen:
 
-<PRE>
+<pre>
    ____________________________________________
   | Cancel|  Box|  Point|  Select type of ZOOM|
   |_______|_____|_______|_____________________|
-</PRE>
+</pre>
  
 
 The user has the option of identifying the zoom region
@@ -178,7 +178,7 @@ image.  The user's terminal will display the following
 menu:
 
 
-<PRE>
+<pre>
  ___________________________________________________________
 | Point 1 marked on the image at|                          |
 | East: 1023.77                 |                          |
@@ -191,7 +191,7 @@ menu:
 |__________________________________________________________|
 | Enter coordinates as east north:                         |
 |__________________________________________________________|
-</PRE>
+</pre>
 
 The user then enters the easting and northing (separated by
 a space) for the point marked on the image.  If the user
@@ -210,11 +210,11 @@ The following line is then displayed at the bottom of the
 graphics monitor:
 
 
-<PRE>
+<pre>
        ________________________________________________
       | Cancel|  Indicate which side should be plotted|
       |_______|_______________________________________|
-</PRE>
+</pre>
 
 Which side of the graphics monitor is to be plotted
 is indicated by placing the mouse cross hairs on the 
@@ -223,7 +223,7 @@ and pressing the left mouse button.  The following pop-down
 menu will be superimposed on the half of the screen that was chosen:
 
 
-<PRE>
+<pre>
     _________________________________________
    | Double click on raster (cell) map layer|
    |              to be plotted             |
@@ -247,17 +247,17 @@ menu will be superimposed on the half of the screen that was chosen:
          |______________|______________|
          | roads        |              |
          |______________|______________|
-</PRE>
+</pre>
 
 After the raster map layer is displayed the following message appears
 at the bottom of the graphics monitor:
 
 
-<PRE>
+<pre>
      ______________________________________
      | input method --&gt;|  keyboard|  screen|
      |_________________|__________|________|
-</PRE>
+</pre>
 
 If the user wishes to use the plotted raster map layer only
 as a comparative reference, then the keyboard can be chosen
@@ -277,7 +277,7 @@ point on the image, the following menu is displayed at the
 terminal:
 
 
-<PRE>
+<pre>
 ___________________________________________________________
 | Point 5 marked on the image at|                          |
 | East: 1023.77                 |                          |
@@ -295,7 +295,7 @@ ___________________________________________________________
 |__________________________________________________________|
 | use mouse now...                                         |
 |__________________________________________________________|
-</PRE>
+</pre>
 
 
 The user then uses the mouse to mark a corresponding point
@@ -314,7 +314,7 @@ error report resembling that shown below is superimposed on
 the graphics monitor:
 
 
-<PRE>
+<pre>
 ______________________________________________________________________
 |         error                 image                 target         |
 |#     row     col    target    east    north      east       north  |
@@ -328,15 +328,15 @@ ______________________________________________________________________
 |____________________________________________________________________|
 |    overall   rms    error:   4.46                                  |
 |____________________________________________________________________|
-</PRE>
+</pre>
  
 The following menu then appears at the bottom of the graphics monitor:
 
-<PRE>
+<pre>
  ____________________________________________________________________
 | DONE|  PRINT FILE|   Double click on point to be included/excluded|
 |_____|____________|________________________________________________|
-</PRE>
+</pre>
 
 The RMS error for the image is given under the column
 TITLEd "error" and subTITLEd "row" and "col".  In the above

+ 24 - 24
imagery/i.vpoints/i.vpoints.html

@@ -63,13 +63,13 @@ The first prompt in the program asks for the imagery group to
 be registered . . .
 
 
-<PRE>
+<pre>
      Enter imagery group to be registered
      Enter 'list' for a list of existing imagery groups
      Enter 'list -f' for a verbose listing
      Hit RETURN to cancel request
      &gt;
-</PRE>
+</pre>
 
 For example,   
 
@@ -79,14 +79,14 @@ For example,
 
 might produce the following response:
 
-<PRE>
+<pre>
      &lt;list&gt;
      Available groups
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      test
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      hit RETURN to continue --&gt;
-</PRE>
+</pre>
 whereas,  
 <dl>
 <dd>&gt;<b>list -f</b>       
@@ -94,7 +94,7 @@ whereas,
 
 might produce the following response
 
-<PRE>
+<pre>
      Available groups
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      test
@@ -102,16 +102,16 @@ might produce the following response
          res2 in tifftest
      - - - - - - - - - - - - - - - - - - - - - - - - - -
      hit RETURN to continue --&gt;
-</PRE>
+</pre>
 
 The imagery group entered above should contain the files
 that you wish to rectify.  After entering the group to be
 registered, the terminal screen displays the message:
-<PRE>
+<pre>
      &gt;test
      &lt;test&gt;
      Use mouse now . . .
-</PRE>
+</pre>
 And the color graphics monitor displays the following
 screen:
 
@@ -161,29 +161,29 @@ layer.
 "refresh" or re-draw the displayed vector data. This function will
 erase all outlines showing the limits of previously zoomed areas. 
 A "yes/no" roompt will appear:
-<PRE>
+<pre>
      Refresh Map ?       NO   YES
-</PRE>
+</pre>
 <p>
 <b>Zoom</b>
 <p>
      To enlarge a raster or vector image, place the mouse cross
 hairs on the word zoom on the main menu and press the left button. 
 The following menu will be displayed at the bottom. of the screen:
-<PRE>
+<pre>
      CANCEL   BOX   POINT      Select type of zoom
-</PRE>
+</pre>
 You have the option to identify the map extent of the zoom window
 using either the mouse to define a box, or the mouse to mark a
 center point from which to enlarge the image.  The box option first
 prompts you to identify a starting corner for the zoom region and
 then allows you to define the area to be zoomed using a rubber band
 box.  The prompts appear as follows...
-<PRE>
+<pre>
      CANCEL    Mark the first corner of region
 
      CANCEL     Define the region
-</PRE>
+</pre>
 After marking the first corner of the region to be enlarged, hold
 down the left button and move the mouse to change the size and
 shape of the rubber band box.  After defining the area to be
@@ -225,13 +225,13 @@ point on the image to be marked (you will probably have to ZOOM to
 find the exact spot) and press the left hand button on the mouse. 
 A diamond shaped symbol will be marked on the image.  The text
 monitor will display the following screen:
-<PRE>
+<pre>
           Point 1 marked on the image at
           East:  1023.77
           North:  -164.41
 
           Enter coordinates as east north:
-</PRE>
+</pre>
 <b>Analyze</b>
 <p>
 
@@ -241,7 +241,7 @@ order), the RMS error of the points marked on the image can be
 checked.  This is done by placing the cross hairs on the word
 ANALYZE on the main menu at the bottom of the monitor.  The
 following error report is superimposed on the monitor:
-<PRE>
+<pre>
 
    error                      image                target
   #    col  row target   east      north       east      north 
@@ -252,7 +252,7 @@ following error report is superimposed on the monitor:
   .
   .
           Overall rms error  76.85
-</PRE>
+</pre>
 
      The RMS error for the image being rectified is recorded under
 the column "error" and subTITLEd "row' and "col".  In the above
@@ -282,10 +282,10 @@ transformation matrix.  However, it can be retrieved within
 described above.
 <p>
 The following menu appears at the bottom of the monitor:
-<PRE>
+<pre>
    DONE   PRINT   FILE   OVERLAY   DELETE ON       Transformation -
 -&gt;   1st ORDER   Double click on point to be DELETED
-</PRE>
+</pre>
 Selecting DELETE ON will toggle the option to DELETE OFF, the
 toggle option is used to allow the user to physically remove a
 control point from the POINTS file instead of just flagging it as
@@ -299,14 +299,14 @@ the selected vector map data on top of the raster image contained
 in the upper left window of the color screen.  An inverse
 coordinate transformation is performed using the currently active
 order of transformation (i.e., first, second, or third).
-<PRE>
+<pre>
      Overlay vectors on raster image   NO   YES
-</PRE>
+</pre>
 By selecting the 1st ORDER option, the user may select the order of
 transformation desired:
-<PRE>
+<pre>
      Select order of transformation --&gt; 1st Order 2nd Order 3rd Order
-</PRE>
+</pre>
 The program will immediately recalculate the RMSE and the number of
 points required.
 <p>

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 133 - 133
ps/ps.map/ps.map.html


+ 1 - 1
scripts/g.manual/g.manual.html

@@ -6,7 +6,7 @@ format.
 <h2>NOTES</h2>
 
 The name of the HTML browser is defined in the environment variable
-<tt>GRASS_HTML_BROWSER</TT>. For most platforms this should be an
+<tt>GRASS_HTML_BROWSER</tt>. For most platforms this should be an
 executable in your PATH, or the full path to an executable. See
 <a href="variables.html">variables</a> for details.
 

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

@@ -61,7 +61,7 @@ location refers.  If placement is unspecified, the label is
 centered (<em>center</em>), by default.  Label placement
 may be specified as:
 
-<PRE>
+<pre>
 	lower left	(lower left corner of the text)
 	lower right	(lower right corner of the text)
 	lower center	(bottom center of the text)
@@ -72,7 +72,7 @@ may be specified as:
 
 	center	(center of the text)
 
-</PRE>
+</pre>
 
 
 <dt><b>FONT</b>:

+ 0 - 1
vector/v.univar/v.univar.html

@@ -7,7 +7,6 @@ Variance and standard deviation is calculated only for points if
 <tt>type=point</tt> is defined.
 
 <p>
-
 Extended statistics adds median, 1st and 3rd quartiles, and 90th
 percentile.