Fossil SCM
Further refinement of the server setup tutorial matrix CSS
Commit
a6fee5898febd2c13671d207e8bf8444e5dd1ccc98efda838bf22ce5178a0388
Parent
3f9f1bdf38e7627…
1 file changed
+8
-15
+8
-15
| --- www/server/index.html | ||
| +++ www/server/index.html | ||
| @@ -17,21 +17,19 @@ | ||
| 17 | 17 | ol, ul { |
| 18 | 18 | margin-left: 3em; |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | th.fep { |
| 22 | - white-space: nowrap; | |
| 22 | + background-color: #e8e8e8; | |
| 23 | 23 | min-width: 3em; |
| 24 | - } | |
| 25 | - | |
| 26 | - th.feps { | |
| 27 | - background-color: #efefef; | |
| 24 | + padding: 0.4em; | |
| 25 | + white-space: nowrap; | |
| 28 | 26 | } |
| 29 | 27 | |
| 30 | 28 | th.host { |
| 31 | 29 | background-color: #e8e8e8; |
| 32 | - padding: 6px; | |
| 30 | + padding: 0.4em; | |
| 33 | 31 | text-align: right; |
| 34 | 32 | } |
| 35 | 33 | |
| 36 | 34 | td.doc { |
| 37 | 35 | text-align: center; |
| @@ -119,24 +117,19 @@ | ||
| 119 | 117 | sub-articles. Some of these are generic, while others depend on |
| 120 | 118 | particular operating systems or front-end software:</p> |
| 121 | 119 | |
| 122 | 120 | <table style="margin-left: 6em;"> |
| 123 | 121 | <tr> |
| 124 | - <th> </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> | |
| 130 | 123 | <th class="fep">none</th> |
| 131 | 124 | <th class="fep">inetd</th> |
| 132 | 125 | <th class="fep">stunnel</th> |
| 133 | 126 | <th class="fep">CGI</th> |
| 134 | 127 | <th class="fep">SCGI</th> |
| 135 | 128 | <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> | |
| 138 | 131 | </tr> |
| 139 | 132 | |
| 140 | 133 | <tr> |
| 141 | 134 | <th class="host">Any</th> |
| 142 | 135 | <td class="doc"><a href="any/none.md">✅</a></td> |
| @@ -177,11 +170,11 @@ | ||
| 177 | 170 | <p>Where there is a check mark in the "<b>Any</b>" row, the method for that is |
| 178 | 171 | generic enough that it works across OSes that Fossil is known to work |
| 179 | 172 | on. The check marks below that usually just link to this generic |
| 180 | 173 | documentation.</p> |
| 181 | 174 | |
| 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 | |
| 183 | 176 | web server configured as a <a |
| 184 | 177 | href="https://en.wikipedia.org/wiki/Reverse_proxy">reverse proxy</a> for |
| 185 | 178 | Fossil's built-in HTTP server: <a href="debian/nginx.md">nginx</a>, <a |
| 186 | 179 | href="windows/iis.md">IIS</a>, Apache, etc.</p> |
| 187 | 180 | |
| 188 | 181 |
| --- 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> </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 |