Fossil SCM

Replaced use of the obsolete (because presentational) "center" tag in the docs with CSS equivalents.

wyoung 2023-05-10 17:50 trunk
Commit 4d21ec88ea1fab5be542de2d3289432235e0d9e361d5af004940f98fda9a87bf
+2 -2
--- www/gitusers.md
+++ www/gitusers.md
@@ -951,11 +951,11 @@
951951
We believe you get such answers to Git help requests in part
952952
because of its lack of an always-up-to-date [index into its log](#log) and in
953953
part because of its “small tools loosely joined” design philosophy. This
954954
sort of command is therefore composed piece by piece:
955955
956
-<center>◆  ◆  ◆</center>
956
+<p style="text-align:center">◆  ◆  ◆</p>
957957
958958
“Oh, I know, I’ll search the rev-list, which outputs commit IDs by
959959
parsing the log backwards from `HEAD`! Easy!”
960960
961961
git rev-list --before=2020-03-17
@@ -985,11 +985,11 @@
985985
986986
git checkout $(git rev-list -n 1 --first-parent --before=2020-03-17 master)
987987
988988
“Success, I guess?”
989989
990
-<center>◆  ◆  ◆</center>
990
+<p style="text-align:center">◆  ◆  ◆</p>
991991
992992
This vignette is meant to explain some of Git’s popularity: it rewards
993993
the sort of people who enjoy puzzles, many of whom are software
994994
developers and thus need a tool like Git. Too bad if you’re just a
995995
normal user.
996996
--- www/gitusers.md
+++ www/gitusers.md
@@ -951,11 +951,11 @@
951 We believe you get such answers to Git help requests in part
952 because of its lack of an always-up-to-date [index into its log](#log) and in
953 part because of its “small tools loosely joined” design philosophy. This
954 sort of command is therefore composed piece by piece:
955
956 <center>◆  ◆  ◆</center>
957
958 “Oh, I know, I’ll search the rev-list, which outputs commit IDs by
959 parsing the log backwards from `HEAD`! Easy!”
960
961 git rev-list --before=2020-03-17
@@ -985,11 +985,11 @@
985
986 git checkout $(git rev-list -n 1 --first-parent --before=2020-03-17 master)
987
988 “Success, I guess?”
989
990 <center>◆  ◆  ◆</center>
991
992 This vignette is meant to explain some of Git’s popularity: it rewards
993 the sort of people who enjoy puzzles, many of whom are software
994 developers and thus need a tool like Git. Too bad if you’re just a
995 normal user.
996
--- www/gitusers.md
+++ www/gitusers.md
@@ -951,11 +951,11 @@
951 We believe you get such answers to Git help requests in part
952 because of its lack of an always-up-to-date [index into its log](#log) and in
953 part because of its “small tools loosely joined” design philosophy. This
954 sort of command is therefore composed piece by piece:
955
956 <p style="text-align:center">◆  ◆  ◆</p>
957
958 “Oh, I know, I’ll search the rev-list, which outputs commit IDs by
959 parsing the log backwards from `HEAD`! Easy!”
960
961 git rev-list --before=2020-03-17
@@ -985,11 +985,11 @@
985
986 git checkout $(git rev-list -n 1 --first-parent --before=2020-03-17 master)
987
988 “Success, I guess?”
989
990 <p style="text-align:center">◆  ◆  ◆</p>
991
992 This vignette is meant to explain some of Git’s popularity: it rewards
993 the sort of people who enjoy puzzles, many of whom are software
994 developers and thus need a tool like Git. Too bad if you’re just a
995 normal user.
996
+1 -1
--- www/index.wiki
+++ www/index.wiki
@@ -14,11 +14,11 @@
1414
<li> [./userlinks.wiki | User Links]
1515
<li> [./hacker-howto.wiki | Hacker How-To]
1616
<li> [./fossil-v-git.wiki | Fossil vs. Git]
1717
<li> [./permutedindex.html | Doc Index]
1818
</ul>
19
-<center><img src="fossil3.gif" align="center" alt="Fossil logo"></center>
19
+<p style="align:center"><img src="fossil3.gif" alt="Fossil logo"></p>
2020
</div>
2121
2222
Fossil is a simple, high-reliability, distributed software configuration
2323
management system with these advanced features:
2424
2525
--- www/index.wiki
+++ www/index.wiki
@@ -14,11 +14,11 @@
14 <li> [./userlinks.wiki | User Links]
15 <li> [./hacker-howto.wiki | Hacker How-To]
16 <li> [./fossil-v-git.wiki | Fossil vs. Git]
17 <li> [./permutedindex.html | Doc Index]
18 </ul>
19 <center><img src="fossil3.gif" align="center" alt="Fossil logo"></center>
20 </div>
21
22 Fossil is a simple, high-reliability, distributed software configuration
23 management system with these advanced features:
24
25
--- www/index.wiki
+++ www/index.wiki
@@ -14,11 +14,11 @@
14 <li> [./userlinks.wiki | User Links]
15 <li> [./hacker-howto.wiki | Hacker How-To]
16 <li> [./fossil-v-git.wiki | Fossil vs. Git]
17 <li> [./permutedindex.html | Doc Index]
18 </ul>
19 <p style="align:center"><img src="fossil3.gif" alt="Fossil logo"></p>
20 </div>
21
22 Fossil is a simple, high-reliability, distributed software configuration
23 management system with these advanced features:
24
25
+1 -3
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -153,16 +153,14 @@
153153
set out [open permutedindex.html w]
154154
fconfigure $out -encoding utf-8 -translation lf
155155
puts $out \
156156
"<div class='fossil-doc' data-title='Index Of Fossil Documentation'>"
157157
puts $out {
158
-<center>
159
-<form action='$ROOT/docsrch' method='GET'>
158
+<form action='$ROOT/docsrch' method='GET' style="text-align:center">
160159
<input type="text" name="s" size="40" autofocus>
161160
<input type="submit" value="Search Docs">
162161
</form>
163
-</center>
164162
<h2>Primary Documents:</h2>
165163
<ul>
166164
<li> <a href='quickstart.wiki'>Quick-start Guide</a>
167165
<li> <a href='$ROOT/help'>Built-in help for commands and webpages</a>
168166
<li> <a href='history.md'>Purpose and History of Fossil</a>
169167
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -153,16 +153,14 @@
153 set out [open permutedindex.html w]
154 fconfigure $out -encoding utf-8 -translation lf
155 puts $out \
156 "<div class='fossil-doc' data-title='Index Of Fossil Documentation'>"
157 puts $out {
158 <center>
159 <form action='$ROOT/docsrch' method='GET'>
160 <input type="text" name="s" size="40" autofocus>
161 <input type="submit" value="Search Docs">
162 </form>
163 </center>
164 <h2>Primary Documents:</h2>
165 <ul>
166 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
167 <li> <a href='$ROOT/help'>Built-in help for commands and webpages</a>
168 <li> <a href='history.md'>Purpose and History of Fossil</a>
169
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -153,16 +153,14 @@
153 set out [open permutedindex.html w]
154 fconfigure $out -encoding utf-8 -translation lf
155 puts $out \
156 "<div class='fossil-doc' data-title='Index Of Fossil Documentation'>"
157 puts $out {
158 <form action='$ROOT/docsrch' method='GET' style="text-align:center">
 
159 <input type="text" name="s" size="40" autofocus>
160 <input type="submit" value="Search Docs">
161 </form>
 
162 <h2>Primary Documents:</h2>
163 <ul>
164 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
165 <li> <a href='$ROOT/help'>Built-in help for commands and webpages</a>
166 <li> <a href='history.md'>Purpose and History of Fossil</a>
167
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -1,13 +1,11 @@
11
<div class='fossil-doc' data-title='Index Of Fossil Documentation'>
22
3
-<center>
4
-<form action='$ROOT/docsrch' method='GET'>
3
+<form action='$ROOT/docsrch' method='GET' style="text-align:center">
54
<input type="text" name="s" size="40" autofocus>
65
<input type="submit" value="Search Docs">
76
</form>
8
-</center>
97
<h2>Primary Documents:</h2>
108
<ul>
119
<li> <a href='quickstart.wiki'>Quick-start Guide</a>
1210
<li> <a href='$ROOT/help'>Built-in help for commands and webpages</a>
1311
<li> <a href='history.md'>Purpose and History of Fossil</a>
1412
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -1,13 +1,11 @@
1 <div class='fossil-doc' data-title='Index Of Fossil Documentation'>
2
3 <center>
4 <form action='$ROOT/docsrch' method='GET'>
5 <input type="text" name="s" size="40" autofocus>
6 <input type="submit" value="Search Docs">
7 </form>
8 </center>
9 <h2>Primary Documents:</h2>
10 <ul>
11 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
12 <li> <a href='$ROOT/help'>Built-in help for commands and webpages</a>
13 <li> <a href='history.md'>Purpose and History of Fossil</a>
14
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -1,13 +1,11 @@
1 <div class='fossil-doc' data-title='Index Of Fossil Documentation'>
2
3 <form action='$ROOT/docsrch' method='GET' style="text-align:center">
 
4 <input type="text" name="s" size="40" autofocus>
5 <input type="submit" value="Search Docs">
6 </form>
 
7 <h2>Primary Documents:</h2>
8 <ul>
9 <li> <a href='quickstart.wiki'>Quick-start Guide</a>
10 <li> <a href='$ROOT/help'>Built-in help for commands and webpages</a>
11 <li> <a href='history.md'>Purpose and History of Fossil</a>
12
--- www/rebaseharm.md
+++ www/rebaseharm.md
@@ -198,15 +198,16 @@
198198
199199
But that argument is comparing apples to oranges, since the two diffs
200200
do not have the same baseline. The correct way to see only the feature
201201
branch changes in the merge case is not diff(C2,C7) but rather diff(C6,C7).
202202
203
-<center><table border="1" cellpadding="5" cellspacing="0">
203
+<table border="1" cellpadding="5" cellspacing="0"
204
+ style="margin-left:auto; margin-right:auto">
204205
<tr><th>Rebase<th>Merge<th>What You See
205206
<tr><td>diff(C2,C5\')<td>diff(C2,C7)<td>Commingled branch and mainline changes
206207
<tr><td>diff(C6,C5\')<td>diff(C6,C7)<td>Branch changes only
207
-</table></center>
208
+</table>
208209
209210
Remember: C7 and C5\' are bit-for-bit identical, so the output of the
210211
diff is not determined by whether you select C7 or C5\' as the target
211212
of the diff, but rather by your choice of the diff source, C2 or C6.
212213
213214
--- www/rebaseharm.md
+++ www/rebaseharm.md
@@ -198,15 +198,16 @@
198
199 But that argument is comparing apples to oranges, since the two diffs
200 do not have the same baseline. The correct way to see only the feature
201 branch changes in the merge case is not diff(C2,C7) but rather diff(C6,C7).
202
203 <center><table border="1" cellpadding="5" cellspacing="0">
 
204 <tr><th>Rebase<th>Merge<th>What You See
205 <tr><td>diff(C2,C5\')<td>diff(C2,C7)<td>Commingled branch and mainline changes
206 <tr><td>diff(C6,C5\')<td>diff(C6,C7)<td>Branch changes only
207 </table></center>
208
209 Remember: C7 and C5\' are bit-for-bit identical, so the output of the
210 diff is not determined by whether you select C7 or C5\' as the target
211 of the diff, but rather by your choice of the diff source, C2 or C6.
212
213
--- www/rebaseharm.md
+++ www/rebaseharm.md
@@ -198,15 +198,16 @@
198
199 But that argument is comparing apples to oranges, since the two diffs
200 do not have the same baseline. The correct way to see only the feature
201 branch changes in the merge case is not diff(C2,C7) but rather diff(C6,C7).
202
203 <table border="1" cellpadding="5" cellspacing="0"
204 style="margin-left:auto; margin-right:auto">
205 <tr><th>Rebase<th>Merge<th>What You See
206 <tr><td>diff(C2,C5\')<td>diff(C2,C7)<td>Commingled branch and mainline changes
207 <tr><td>diff(C6,C5\')<td>diff(C6,C7)<td>Branch changes only
208 </table>
209
210 Remember: C7 and C5\' are bit-for-bit identical, so the output of the
211 diff is not determined by whether you select C7 or C5\' as the target
212 of the diff, but rather by your choice of the diff source, C2 or C6.
213
214

Keyboard Shortcuts

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