Fossil SCM

A couple minor skin doc typos.

stephan 2020-08-17 21:17 trunk
Commit 9e871e0de072c0e862a44519e5c028ea4d9dc2069666422cd488eaa989299623
1 file changed +12 -9
--- www/customskin.md
+++ www/customskin.md
@@ -68,12 +68,13 @@
6868
<tr><td style='background-color:lightblue;text-align:center;'>Content Footer</td></tr>
6969
<tr><td style='background-color:lightgreen;text-align:center;'>
7070
Fossil-Generated HTML Footer</td></tr>
7171
</tbody></table></blockquote>
7272
73
-The green parts are generated by Fossil. The blue parts are things that
74
-you, the administrator, get to modify in order to customize the skin.
73
+The green parts are *usually* generated by Fossil. The blue parts
74
+are things that you, the administrator, get to modify in order to
75
+customize the skin.
7576
7677
Fossil *usually* (but not always - [see below](#override))
7778
generates the initial HTML Header section of a page. The
7879
generated HTML Header will look something like this:
7980
@@ -85,31 +86,33 @@
8586
<title>....</title>
8687
<link rel="stylesheet" href="..." type="text/css" />
8788
</head>
8889
<body>
8990
90
-In most cases, it is best to leave the Fossil-generated HTML Header alone.
91
-The configurable part of the skin begins with the Content Header section which
92
-should followign the following template:
91
+In most cases, it is best to leave the Fossil-generated HTML Header
92
+alone. (One exception is when the administrator needs to include links
93
+to additional CSS files.) The configurable part of the skin begins
94
+with the Content Header section which should follow this template:
9395
9496
<div class="header">
9597
... top banner and menu bar ...
9698
</div>
9799
98
-Note that `<div class="header">` and `</div>` tags must be included in the
99
-Content Header text of the skin. In other words, you the administrator need
100
-to supply that text as part of your skin customization.
100
+Note that `<div class="header">` and `</div>` tags must be included in
101
+the Content Header text of the skin. In other words, you, the
102
+administrator, need to supply that text as part of your skin
103
+customization.
101104
102105
The Fossil-generated Content section immediately follows the Content Header.
103106
The Content section will looks like this:
104107
105108
<div class="content">
106109
... Fossil-generated content here ...
107110
</div>
108111
109112
After the Content is the custom Content Footer section which should
110
-following this template:
113
+follow this template:
111114
112115
<div class="footer">
113116
... skin-specific stuff here ...
114117
</div>
115118
<script nonce="$nonce">
116119
--- www/customskin.md
+++ www/customskin.md
@@ -68,12 +68,13 @@
68 <tr><td style='background-color:lightblue;text-align:center;'>Content Footer</td></tr>
69 <tr><td style='background-color:lightgreen;text-align:center;'>
70 Fossil-Generated HTML Footer</td></tr>
71 </tbody></table></blockquote>
72
73 The green parts are generated by Fossil. The blue parts are things that
74 you, the administrator, get to modify in order to customize the skin.
 
75
76 Fossil *usually* (but not always - [see below](#override))
77 generates the initial HTML Header section of a page. The
78 generated HTML Header will look something like this:
79
@@ -85,31 +86,33 @@
85 <title>....</title>
86 <link rel="stylesheet" href="..." type="text/css" />
87 </head>
88 <body>
89
90 In most cases, it is best to leave the Fossil-generated HTML Header alone.
91 The configurable part of the skin begins with the Content Header section which
92 should followign the following template:
 
93
94 <div class="header">
95 ... top banner and menu bar ...
96 </div>
97
98 Note that `<div class="header">` and `</div>` tags must be included in the
99 Content Header text of the skin. In other words, you the administrator need
100 to supply that text as part of your skin customization.
 
101
102 The Fossil-generated Content section immediately follows the Content Header.
103 The Content section will looks like this:
104
105 <div class="content">
106 ... Fossil-generated content here ...
107 </div>
108
109 After the Content is the custom Content Footer section which should
110 following this template:
111
112 <div class="footer">
113 ... skin-specific stuff here ...
114 </div>
115 <script nonce="$nonce">
116
--- www/customskin.md
+++ www/customskin.md
@@ -68,12 +68,13 @@
68 <tr><td style='background-color:lightblue;text-align:center;'>Content Footer</td></tr>
69 <tr><td style='background-color:lightgreen;text-align:center;'>
70 Fossil-Generated HTML Footer</td></tr>
71 </tbody></table></blockquote>
72
73 The green parts are *usually* generated by Fossil. The blue parts
74 are things that you, the administrator, get to modify in order to
75 customize the skin.
76
77 Fossil *usually* (but not always - [see below](#override))
78 generates the initial HTML Header section of a page. The
79 generated HTML Header will look something like this:
80
@@ -85,31 +86,33 @@
86 <title>....</title>
87 <link rel="stylesheet" href="..." type="text/css" />
88 </head>
89 <body>
90
91 In most cases, it is best to leave the Fossil-generated HTML Header
92 alone. (One exception is when the administrator needs to include links
93 to additional CSS files.) The configurable part of the skin begins
94 with the Content Header section which should follow this template:
95
96 <div class="header">
97 ... top banner and menu bar ...
98 </div>
99
100 Note that `<div class="header">` and `</div>` tags must be included in
101 the Content Header text of the skin. In other words, you, the
102 administrator, need to supply that text as part of your skin
103 customization.
104
105 The Fossil-generated Content section immediately follows the Content Header.
106 The Content section will looks like this:
107
108 <div class="content">
109 ... Fossil-generated content here ...
110 </div>
111
112 After the Content is the custom Content Footer section which should
113 follow this template:
114
115 <div class="footer">
116 ... skin-specific stuff here ...
117 </div>
118 <script nonce="$nonce">
119

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button