Fossil SCM

Further refinement of the server setup tutorial matrix CSS

wyoung 2019-08-18 05:20 server-docs
Commit a6fee5898febd2c13671d207e8bf8444e5dd1ccc98efda838bf22ce5178a0388
1 file changed +8 -15
--- www/server/index.html
+++ www/server/index.html
@@ -17,21 +17,19 @@
1717
ol, ul {
1818
margin-left: 3em;
1919
}
2020
2121
th.fep {
22
- white-space: nowrap;
22
+ background-color: #e8e8e8;
2323
min-width: 3em;
24
- }
25
-
26
- th.feps {
27
- background-color: #efefef;
24
+ padding: 0.4em;
25
+ white-space: nowrap;
2826
}
2927
3028
th.host {
3129
background-color: #e8e8e8;
32
- padding: 6px;
30
+ padding: 0.4em;
3331
text-align: right;
3432
}
3533
3634
td.doc {
3735
text-align: center;
@@ -119,24 +117,19 @@
119117
sub-articles. Some of these are generic, while others depend on
120118
particular operating systems or front-end software:</p>
121119
122120
<table style="margin-left: 6em;">
123121
<tr>
124
- <th>&nbsp;</th>
125
- <th colspan="8" class="feps">Fossil Front-End Program</th>
126
- </tr>
127
-
128
- <tr>
129
- <th class="host">Host OS</th>
122
+ <th class="host">⇩ OS / Method ⇨</th>
130123
<th class="fep">none</th>
131124
<th class="fep">inetd</th>
132125
<th class="fep">stunnel</th>
133126
<th class="fep">CGI</th>
134127
<th class="fep">SCGI</th>
135128
<th class="fep">althttpd</th>
136
- <th class="fep">Web</th>
137
- <th class="fep">OS service</th>
129
+ <th class="fep">proxy</th>
130
+ <th class="fep">service</th>
138131
</tr>
139132
140133
<tr>
141134
<th class="host">Any</th>
142135
<td class="doc"><a href="any/none.md">✅</a></td>
@@ -177,11 +170,11 @@
177170
<p>Where there is a check mark in the "<b>Any</b>" row, the method for that is
178171
generic enough that it works across OSes that Fossil is known to work
179172
on. The check marks below that usually just link to this generic
180173
documentation.</p>
181174
182
-<p>The method in the "<b>Web</b>" column is for the platform's default
175
+<p>The method in the "<b>proxy</b>" column is for the platform's default
183176
web server configured as a <a
184177
href="https://en.wikipedia.org/wiki/Reverse_proxy">reverse proxy</a> for
185178
Fossil's built-in HTTP server: <a href="debian/nginx.md">nginx</a>, <a
186179
href="windows/iis.md">IIS</a>, Apache, etc.</p>
187180
188181
--- www/server/index.html
+++ www/server/index.html
@@ -17,21 +17,19 @@
17 ol, ul {
18 margin-left: 3em;
19 }
20
21 th.fep {
22 white-space: nowrap;
23 min-width: 3em;
24 }
25
26 th.feps {
27 background-color: #efefef;
28 }
29
30 th.host {
31 background-color: #e8e8e8;
32 padding: 6px;
33 text-align: right;
34 }
35
36 td.doc {
37 text-align: center;
@@ -119,24 +117,19 @@
119 sub-articles. Some of these are generic, while others depend on
120 particular operating systems or front-end software:</p>
121
122 <table style="margin-left: 6em;">
123 <tr>
124 <th>&nbsp;</th>
125 <th colspan="8" class="feps">Fossil Front-End Program</th>
126 </tr>
127
128 <tr>
129 <th class="host">Host OS</th>
130 <th class="fep">none</th>
131 <th class="fep">inetd</th>
132 <th class="fep">stunnel</th>
133 <th class="fep">CGI</th>
134 <th class="fep">SCGI</th>
135 <th class="fep">althttpd</th>
136 <th class="fep">Web</th>
137 <th class="fep">OS service</th>
138 </tr>
139
140 <tr>
141 <th class="host">Any</th>
142 <td class="doc"><a href="any/none.md">✅</a></td>
@@ -177,11 +170,11 @@
177 <p>Where there is a check mark in the "<b>Any</b>" row, the method for that is
178 generic enough that it works across OSes that Fossil is known to work
179 on. The check marks below that usually just link to this generic
180 documentation.</p>
181
182 <p>The method in the "<b>Web</b>" column is for the platform's default
183 web server configured as a <a
184 href="https://en.wikipedia.org/wiki/Reverse_proxy">reverse proxy</a> for
185 Fossil's built-in HTTP server: <a href="debian/nginx.md">nginx</a>, <a
186 href="windows/iis.md">IIS</a>, Apache, etc.</p>
187
188
--- www/server/index.html
+++ www/server/index.html
@@ -17,21 +17,19 @@
17 ol, ul {
18 margin-left: 3em;
19 }
20
21 th.fep {
22 background-color: #e8e8e8;
23 min-width: 3em;
24 padding: 0.4em;
25 white-space: nowrap;
 
 
26 }
27
28 th.host {
29 background-color: #e8e8e8;
30 padding: 0.4em;
31 text-align: right;
32 }
33
34 td.doc {
35 text-align: center;
@@ -119,24 +117,19 @@
117 sub-articles. Some of these are generic, while others depend on
118 particular operating systems or front-end software:</p>
119
120 <table style="margin-left: 6em;">
121 <tr>
122 <th class="host">⇩ OS / Method ⇨</th>
 
 
 
 
 
123 <th class="fep">none</th>
124 <th class="fep">inetd</th>
125 <th class="fep">stunnel</th>
126 <th class="fep">CGI</th>
127 <th class="fep">SCGI</th>
128 <th class="fep">althttpd</th>
129 <th class="fep">proxy</th>
130 <th class="fep">service</th>
131 </tr>
132
133 <tr>
134 <th class="host">Any</th>
135 <td class="doc"><a href="any/none.md">✅</a></td>
@@ -177,11 +170,11 @@
170 <p>Where there is a check mark in the "<b>Any</b>" row, the method for that is
171 generic enough that it works across OSes that Fossil is known to work
172 on. The check marks below that usually just link to this generic
173 documentation.</p>
174
175 <p>The method in the "<b>proxy</b>" column is for the platform's default
176 web server configured as a <a
177 href="https://en.wikipedia.org/wiki/Reverse_proxy">reverse proxy</a> for
178 Fossil's built-in HTTP server: <a href="debian/nginx.md">nginx</a>, <a
179 href="windows/iis.md">IIS</a>, Apache, etc.</p>
180
181

Keyboard Shortcuts

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