Fossil SCM

Adjust the webpage-ex.md page due to the fact that <style> is no longer allowed in Markdown, for security.

drh 2020-06-01 22:46 trunk
Commit 9f9fbb4b56a370e4412d3b2d4f09d679bd5522e5ef2dbd449563a799a9cd192a
1 file changed +25 -34
+25 -34
--- www/webpage-ex.md
+++ www/webpage-ex.md
@@ -2,112 +2,103 @@
22
=================
33
44
Here are just a few examples of the many web pages supported
55
by Fossil. Follow hyperlinks on the examples below to see many
66
other examples.
7
-<style>
8
-.exbtn {
9
- border: 1px solid #000;
10
- margin: 1ex;
11
- border-radius: 1ex;
12
- padding: 0 1ex;
13
- background-color: #eee;
14
-}
15
-</style>
167
178
* <a target='_blank' class='exbtn'
18
- href='$ROOT/timeline?y=ci&n=100'>Example</a>
9
+ href='$ROOT/timeline?y=ci&n=100'>(Example)</a> &rarr;
1910
100 most recent check-ins.
2011
2112
* <a target='_blank' class='exbtn'
22
- href='$ROOT/finfo?name=src/file.c'>Example</a>
13
+ href='$ROOT/finfo?name=src/file.c'>(Example)</a> &rarr;
2314
All changes to the <b>src/file.c</b> source file.
2415
2516
* <a target='_blank' class='exbtn'
26
- href='$ROOT/timeline?n=200&uf=0c3c2d086a'>Example</a>
17
+ href='$ROOT/timeline?n=200&uf=0c3c2d086a'>(Example)</a> &rarr;
2718
All check-ins using a particular version of the <b>src/file.c</b>
2819
source file.
2920
3021
* <a target='_blank' class='exbtn'
31
- href='$ROOT/timeline?n=11&y=ci&c=2014-01-01'>Example</a>
22
+ href='$ROOT/timeline?n=11&y=ci&c=2014-01-01'>(Example)</a> &rarr;
3223
Check-ins proximate to an historical point in time (2014-01-01).
3324
3425
* <a target='_blank' class='exbtn'
35
- href='$ROOT/timeline?n=11&y=ci&c=2014-01-01&v=1'>Example</a>
26
+ href='$ROOT/timeline?n=11&y=ci&c=2014-01-01&v=1'>(Example)</a> &rarr;
3627
The previous example augmented with file changes.
3728
3829
* <a target='_blank' class='exbtn'
39
- href='$ROOT/timeline?n=25&y=ci&a=1970-01-01'>Example</a>
30
+ href='$ROOT/timeline?n=25&y=ci&a=1970-01-01'>(Example)</a> &rarr;
4031
First 25 check-ins after 1970-01-01. (The first 25 check-ins of
4132
the project.)
4233
4334
* <a target='_blank' class='exbtn'
44
- href='$ROOT/timeline?n=200&r=svn-import'>Example</a>
35
+ href='$ROOT/timeline?n=200&r=svn-import'>(Example)</a> &rarr;
4536
All check-ins of the "svn-import" branch together with check-ins
4637
that merge with that branch.
4738
4839
* <a target='_blank' class='exbtn'
49
- href='$ROOT/timeline?n=200&t=svn-import'>Example</a>
40
+ href='$ROOT/timeline?n=200&t=svn-import'>(Example)</a> &rarr;
5041
All check-ins of the "svn-import" branch only.
5142
5243
* <a target='_blank' class='exbtn'
53
- href='$ROOT/timeline?n=100&y=ci&ubg'>Example</a>
44
+ href='$ROOT/timeline?n=100&y=ci&ubg'>(Example)</a> &rarr;
5445
100 most recent check-ins color coded by committer rather than by branch.
5546
5647
* <a target='_blank' class='exbtn'
57
- href='$ROOT/timeline?from=version-1.27&to=version-1.28'>Example</a>
48
+ href='$ROOT/timeline?from=version-1.27&to=version-1.28'>(Example)</a> &rarr;
5849
All check-ins on the most direct path from
5950
version-1.27 to version-1.28
6051
6152
* <a target='_blank' class='exbtn'
62
- href='$ROOT/timeline?namechng'>Example</a>
53
+ href='$ROOT/timeline?namechng'>(Example)</a> &rarr;
6354
Show check-ins that contain file name changes
6455
6556
* <a target='_blank' class='exbtn'
66
- href='$ROOT/timeline?u=drh&c=2014-01-08&y=ci'>Example</a>
57
+ href='$ROOT/timeline?u=drh&c=2014-01-08&y=ci'>(Example)</a> &rarr;
6758
Show check-ins circa 2014-01-08 by user "drh".
6859
6960
* <a target='_blank' class='exbtn'
70
- href='$ROOT/timeline?from=version-1.34&to=version-1.35&chng=src/timeline.c,src/doc.c'>Example</a>
61
+ href='$ROOT/timeline?from=version-1.34&to=version-1.35&chng=src/timeline.c,src/doc.c'>(Example)</a> &rarr;
7162
Show all check-ins between version-1.34 and version-1.35 that make
7263
changes to either of the files src/timeline.c or src/doc.c.
7364
7465
<big><b>&rarr;</b></big> (Hint: In the pages above, click the graph nodes
7566
for any two check-ins or files to see a diff.)
7667
<big><b>&larr;</b></big>
7768
7869
* <a target='_blank' class='exbtn'
79
- href='$ROOT/search?s=interesting+pages'>Example</a>
70
+ href='$ROOT/search?s=interesting+pages'>(Example)</a> &rarr;
8071
Full-text search for "interesting pages".
8172
8273
* <a target='_blank' class='exbtn'
83
- href='$ROOT/tree?ci=daff9d20621&type=tree'>Example</a>
74
+ href='$ROOT/tree?ci=daff9d20621&type=tree'>(Example)</a> &rarr;
8475
All files for a particular check-in (daff9d20621480)
8576
8677
* <a target='_blank' class='exbtn'
87
- href='$ROOT/tree?ci=trunk&type=tree&mtime=1'>Example</a>
78
+ href='$ROOT/tree?ci=trunk&type=tree&mtime=1'>(Example)</a> &rarr;
8879
All files for the latest check-in on a branch (trunk) sorted by
8980
last modification time.
9081
9182
* <a target='_blank' class='exbtn'
92
- href='$ROOT/fileage?name=svn-import'>Example</a>
83
+ href='$ROOT/fileage?name=svn-import'>(Example)</a> &rarr;
9384
Age of all files in the latest checking for branch "svn-import".
9485
9586
* <a target='_blank' class='exbtn'
96
- href='$ROOT/brlist'>Example</a>
87
+ href='$ROOT/brlist'>(Example)</a> &rarr;
9788
Table of branches. (Click on column headers to sort.)
9889
9990
* <a target='_blank' class='exbtn'
100
- href='$ROOT/stat'>Example</a>
91
+ href='$ROOT/stat'>(Example)</a> &rarr;
10192
Overall repository status.
10293
10394
* <a target='_blank' class='exbtn'
104
- href='$ROOT/reports?type=ci&view=byuser'>Example</a>
95
+ href='$ROOT/reports?type=ci&view=byuser'>(Example)</a> &rarr;
10596
Number of check-ins per committer.
10697
10798
* <a target='_blank' class='exbtn'
108
- href='$ROOT/reports?view=byfile'>Example</a>
99
+ href='$ROOT/reports?view=byfile'>(Example)</a> &rarr;
109100
Number of check-ins for each source file.
110101
(Click on column headers to sort.)
111102
112103
* <a target='_blank' class='exbtn'
113104
href='$ROOT/blame?checkin=5260fbf63287&filename=src/rss.c&limit=-1'>
@@ -114,19 +105,19 @@
114105
Example</a>
115106
Most recent change to each line of a particular source file in a
116107
particular check-in.
117108
118109
* <a target='_blank' class='exbtn'
119
- href='$ROOT/taglist'>Example</a>
110
+ href='$ROOT/taglist'>(Example)</a> &rarr;
120111
List of tags on check-ins.
121112
122113
* <a target='_blank' class='exbtn'
123
- href='$ROOT/bigbloblist'>Example</a>
114
+ href='$ROOT/bigbloblist'>(Example)</a> &rarr;
124115
The largest objects in the repository.
125116
126117
* <a target='_blank' class='exbtn'
127
- href='$ROOT/hash-collisions'>Example</a>
118
+ href='$ROOT/hash-collisions'>(Example)</a> &rarr;
128119
Hash prefix collisions
129120
130121
* <a target='_blank' class='exbtn'
131
- href='$ROOT/sitemap'>Example</a>
122
+ href='$ROOT/sitemap'>(Example)</a> &rarr;
132123
The "sitemap" containing links to many other pages
133124
--- www/webpage-ex.md
+++ www/webpage-ex.md
@@ -2,112 +2,103 @@
2 =================
3
4 Here are just a few examples of the many web pages supported
5 by Fossil. Follow hyperlinks on the examples below to see many
6 other examples.
7 <style>
8 .exbtn {
9 border: 1px solid #000;
10 margin: 1ex;
11 border-radius: 1ex;
12 padding: 0 1ex;
13 background-color: #eee;
14 }
15 </style>
16
17 * <a target='_blank' class='exbtn'
18 href='$ROOT/timeline?y=ci&n=100'>Example</a>
19 100 most recent check-ins.
20
21 * <a target='_blank' class='exbtn'
22 href='$ROOT/finfo?name=src/file.c'>Example</a>
23 All changes to the <b>src/file.c</b> source file.
24
25 * <a target='_blank' class='exbtn'
26 href='$ROOT/timeline?n=200&uf=0c3c2d086a'>Example</a>
27 All check-ins using a particular version of the <b>src/file.c</b>
28 source file.
29
30 * <a target='_blank' class='exbtn'
31 href='$ROOT/timeline?n=11&y=ci&c=2014-01-01'>Example</a>
32 Check-ins proximate to an historical point in time (2014-01-01).
33
34 * <a target='_blank' class='exbtn'
35 href='$ROOT/timeline?n=11&y=ci&c=2014-01-01&v=1'>Example</a>
36 The previous example augmented with file changes.
37
38 * <a target='_blank' class='exbtn'
39 href='$ROOT/timeline?n=25&y=ci&a=1970-01-01'>Example</a>
40 First 25 check-ins after 1970-01-01. (The first 25 check-ins of
41 the project.)
42
43 * <a target='_blank' class='exbtn'
44 href='$ROOT/timeline?n=200&r=svn-import'>Example</a>
45 All check-ins of the "svn-import" branch together with check-ins
46 that merge with that branch.
47
48 * <a target='_blank' class='exbtn'
49 href='$ROOT/timeline?n=200&t=svn-import'>Example</a>
50 All check-ins of the "svn-import" branch only.
51
52 * <a target='_blank' class='exbtn'
53 href='$ROOT/timeline?n=100&y=ci&ubg'>Example</a>
54 100 most recent check-ins color coded by committer rather than by branch.
55
56 * <a target='_blank' class='exbtn'
57 href='$ROOT/timeline?from=version-1.27&to=version-1.28'>Example</a>
58 All check-ins on the most direct path from
59 version-1.27 to version-1.28
60
61 * <a target='_blank' class='exbtn'
62 href='$ROOT/timeline?namechng'>Example</a>
63 Show check-ins that contain file name changes
64
65 * <a target='_blank' class='exbtn'
66 href='$ROOT/timeline?u=drh&c=2014-01-08&y=ci'>Example</a>
67 Show check-ins circa 2014-01-08 by user "drh".
68
69 * <a target='_blank' class='exbtn'
70 href='$ROOT/timeline?from=version-1.34&to=version-1.35&chng=src/timeline.c,src/doc.c'>Example</a>
71 Show all check-ins between version-1.34 and version-1.35 that make
72 changes to either of the files src/timeline.c or src/doc.c.
73
74 <big><b>&rarr;</b></big> (Hint: In the pages above, click the graph nodes
75 for any two check-ins or files to see a diff.)
76 <big><b>&larr;</b></big>
77
78 * <a target='_blank' class='exbtn'
79 href='$ROOT/search?s=interesting+pages'>Example</a>
80 Full-text search for "interesting pages".
81
82 * <a target='_blank' class='exbtn'
83 href='$ROOT/tree?ci=daff9d20621&type=tree'>Example</a>
84 All files for a particular check-in (daff9d20621480)
85
86 * <a target='_blank' class='exbtn'
87 href='$ROOT/tree?ci=trunk&type=tree&mtime=1'>Example</a>
88 All files for the latest check-in on a branch (trunk) sorted by
89 last modification time.
90
91 * <a target='_blank' class='exbtn'
92 href='$ROOT/fileage?name=svn-import'>Example</a>
93 Age of all files in the latest checking for branch "svn-import".
94
95 * <a target='_blank' class='exbtn'
96 href='$ROOT/brlist'>Example</a>
97 Table of branches. (Click on column headers to sort.)
98
99 * <a target='_blank' class='exbtn'
100 href='$ROOT/stat'>Example</a>
101 Overall repository status.
102
103 * <a target='_blank' class='exbtn'
104 href='$ROOT/reports?type=ci&view=byuser'>Example</a>
105 Number of check-ins per committer.
106
107 * <a target='_blank' class='exbtn'
108 href='$ROOT/reports?view=byfile'>Example</a>
109 Number of check-ins for each source file.
110 (Click on column headers to sort.)
111
112 * <a target='_blank' class='exbtn'
113 href='$ROOT/blame?checkin=5260fbf63287&filename=src/rss.c&limit=-1'>
@@ -114,19 +105,19 @@
114 Example</a>
115 Most recent change to each line of a particular source file in a
116 particular check-in.
117
118 * <a target='_blank' class='exbtn'
119 href='$ROOT/taglist'>Example</a>
120 List of tags on check-ins.
121
122 * <a target='_blank' class='exbtn'
123 href='$ROOT/bigbloblist'>Example</a>
124 The largest objects in the repository.
125
126 * <a target='_blank' class='exbtn'
127 href='$ROOT/hash-collisions'>Example</a>
128 Hash prefix collisions
129
130 * <a target='_blank' class='exbtn'
131 href='$ROOT/sitemap'>Example</a>
132 The "sitemap" containing links to many other pages
133
--- www/webpage-ex.md
+++ www/webpage-ex.md
@@ -2,112 +2,103 @@
2 =================
3
4 Here are just a few examples of the many web pages supported
5 by Fossil. Follow hyperlinks on the examples below to see many
6 other examples.
 
 
 
 
 
 
 
 
 
7
8 * <a target='_blank' class='exbtn'
9 href='$ROOT/timeline?y=ci&n=100'>(Example)</a> &rarr;
10 100 most recent check-ins.
11
12 * <a target='_blank' class='exbtn'
13 href='$ROOT/finfo?name=src/file.c'>(Example)</a> &rarr;
14 All changes to the <b>src/file.c</b> source file.
15
16 * <a target='_blank' class='exbtn'
17 href='$ROOT/timeline?n=200&uf=0c3c2d086a'>(Example)</a> &rarr;
18 All check-ins using a particular version of the <b>src/file.c</b>
19 source file.
20
21 * <a target='_blank' class='exbtn'
22 href='$ROOT/timeline?n=11&y=ci&c=2014-01-01'>(Example)</a> &rarr;
23 Check-ins proximate to an historical point in time (2014-01-01).
24
25 * <a target='_blank' class='exbtn'
26 href='$ROOT/timeline?n=11&y=ci&c=2014-01-01&v=1'>(Example)</a> &rarr;
27 The previous example augmented with file changes.
28
29 * <a target='_blank' class='exbtn'
30 href='$ROOT/timeline?n=25&y=ci&a=1970-01-01'>(Example)</a> &rarr;
31 First 25 check-ins after 1970-01-01. (The first 25 check-ins of
32 the project.)
33
34 * <a target='_blank' class='exbtn'
35 href='$ROOT/timeline?n=200&r=svn-import'>(Example)</a> &rarr;
36 All check-ins of the "svn-import" branch together with check-ins
37 that merge with that branch.
38
39 * <a target='_blank' class='exbtn'
40 href='$ROOT/timeline?n=200&t=svn-import'>(Example)</a> &rarr;
41 All check-ins of the "svn-import" branch only.
42
43 * <a target='_blank' class='exbtn'
44 href='$ROOT/timeline?n=100&y=ci&ubg'>(Example)</a> &rarr;
45 100 most recent check-ins color coded by committer rather than by branch.
46
47 * <a target='_blank' class='exbtn'
48 href='$ROOT/timeline?from=version-1.27&to=version-1.28'>(Example)</a> &rarr;
49 All check-ins on the most direct path from
50 version-1.27 to version-1.28
51
52 * <a target='_blank' class='exbtn'
53 href='$ROOT/timeline?namechng'>(Example)</a> &rarr;
54 Show check-ins that contain file name changes
55
56 * <a target='_blank' class='exbtn'
57 href='$ROOT/timeline?u=drh&c=2014-01-08&y=ci'>(Example)</a> &rarr;
58 Show check-ins circa 2014-01-08 by user "drh".
59
60 * <a target='_blank' class='exbtn'
61 href='$ROOT/timeline?from=version-1.34&to=version-1.35&chng=src/timeline.c,src/doc.c'>(Example)</a> &rarr;
62 Show all check-ins between version-1.34 and version-1.35 that make
63 changes to either of the files src/timeline.c or src/doc.c.
64
65 <big><b>&rarr;</b></big> (Hint: In the pages above, click the graph nodes
66 for any two check-ins or files to see a diff.)
67 <big><b>&larr;</b></big>
68
69 * <a target='_blank' class='exbtn'
70 href='$ROOT/search?s=interesting+pages'>(Example)</a> &rarr;
71 Full-text search for "interesting pages".
72
73 * <a target='_blank' class='exbtn'
74 href='$ROOT/tree?ci=daff9d20621&type=tree'>(Example)</a> &rarr;
75 All files for a particular check-in (daff9d20621480)
76
77 * <a target='_blank' class='exbtn'
78 href='$ROOT/tree?ci=trunk&type=tree&mtime=1'>(Example)</a> &rarr;
79 All files for the latest check-in on a branch (trunk) sorted by
80 last modification time.
81
82 * <a target='_blank' class='exbtn'
83 href='$ROOT/fileage?name=svn-import'>(Example)</a> &rarr;
84 Age of all files in the latest checking for branch "svn-import".
85
86 * <a target='_blank' class='exbtn'
87 href='$ROOT/brlist'>(Example)</a> &rarr;
88 Table of branches. (Click on column headers to sort.)
89
90 * <a target='_blank' class='exbtn'
91 href='$ROOT/stat'>(Example)</a> &rarr;
92 Overall repository status.
93
94 * <a target='_blank' class='exbtn'
95 href='$ROOT/reports?type=ci&view=byuser'>(Example)</a> &rarr;
96 Number of check-ins per committer.
97
98 * <a target='_blank' class='exbtn'
99 href='$ROOT/reports?view=byfile'>(Example)</a> &rarr;
100 Number of check-ins for each source file.
101 (Click on column headers to sort.)
102
103 * <a target='_blank' class='exbtn'
104 href='$ROOT/blame?checkin=5260fbf63287&filename=src/rss.c&limit=-1'>
@@ -114,19 +105,19 @@
105 Example</a>
106 Most recent change to each line of a particular source file in a
107 particular check-in.
108
109 * <a target='_blank' class='exbtn'
110 href='$ROOT/taglist'>(Example)</a> &rarr;
111 List of tags on check-ins.
112
113 * <a target='_blank' class='exbtn'
114 href='$ROOT/bigbloblist'>(Example)</a> &rarr;
115 The largest objects in the repository.
116
117 * <a target='_blank' class='exbtn'
118 href='$ROOT/hash-collisions'>(Example)</a> &rarr;
119 Hash prefix collisions
120
121 * <a target='_blank' class='exbtn'
122 href='$ROOT/sitemap'>(Example)</a> &rarr;
123 The "sitemap" containing links to many other pages
124

Keyboard Shortcuts

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