Fossil SCM
Adjust the webpage-ex.md page due to the fact that <style> is no longer allowed in Markdown, for security.
Commit
9f9fbb4b56a370e4412d3b2d4f09d679bd5522e5ef2dbd449563a799a9cd192a
Parent
c2875cb444676c9…
1 file changed
+25
-34
+25
-34
| --- www/webpage-ex.md | ||
| +++ www/webpage-ex.md | ||
| @@ -2,112 +2,103 @@ | ||
| 2 | 2 | ================= |
| 3 | 3 | |
| 4 | 4 | Here are just a few examples of the many web pages supported |
| 5 | 5 | by Fossil. Follow hyperlinks on the examples below to see many |
| 6 | 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 | 7 | |
| 17 | 8 | * <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> → | |
| 19 | 10 | 100 most recent check-ins. |
| 20 | 11 | |
| 21 | 12 | * <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> → | |
| 23 | 14 | All changes to the <b>src/file.c</b> source file. |
| 24 | 15 | |
| 25 | 16 | * <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> → | |
| 27 | 18 | All check-ins using a particular version of the <b>src/file.c</b> |
| 28 | 19 | source file. |
| 29 | 20 | |
| 30 | 21 | * <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> → | |
| 32 | 23 | Check-ins proximate to an historical point in time (2014-01-01). |
| 33 | 24 | |
| 34 | 25 | * <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> → | |
| 36 | 27 | The previous example augmented with file changes. |
| 37 | 28 | |
| 38 | 29 | * <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> → | |
| 40 | 31 | First 25 check-ins after 1970-01-01. (The first 25 check-ins of |
| 41 | 32 | the project.) |
| 42 | 33 | |
| 43 | 34 | * <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> → | |
| 45 | 36 | All check-ins of the "svn-import" branch together with check-ins |
| 46 | 37 | that merge with that branch. |
| 47 | 38 | |
| 48 | 39 | * <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> → | |
| 50 | 41 | All check-ins of the "svn-import" branch only. |
| 51 | 42 | |
| 52 | 43 | * <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> → | |
| 54 | 45 | 100 most recent check-ins color coded by committer rather than by branch. |
| 55 | 46 | |
| 56 | 47 | * <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> → | |
| 58 | 49 | All check-ins on the most direct path from |
| 59 | 50 | version-1.27 to version-1.28 |
| 60 | 51 | |
| 61 | 52 | * <a target='_blank' class='exbtn' |
| 62 | - href='$ROOT/timeline?namechng'>Example</a> | |
| 53 | + href='$ROOT/timeline?namechng'>(Example)</a> → | |
| 63 | 54 | Show check-ins that contain file name changes |
| 64 | 55 | |
| 65 | 56 | * <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> → | |
| 67 | 58 | Show check-ins circa 2014-01-08 by user "drh". |
| 68 | 59 | |
| 69 | 60 | * <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> → | |
| 71 | 62 | Show all check-ins between version-1.34 and version-1.35 that make |
| 72 | 63 | changes to either of the files src/timeline.c or src/doc.c. |
| 73 | 64 | |
| 74 | 65 | <big><b>→</b></big> (Hint: In the pages above, click the graph nodes |
| 75 | 66 | for any two check-ins or files to see a diff.) |
| 76 | 67 | <big><b>←</b></big> |
| 77 | 68 | |
| 78 | 69 | * <a target='_blank' class='exbtn' |
| 79 | - href='$ROOT/search?s=interesting+pages'>Example</a> | |
| 70 | + href='$ROOT/search?s=interesting+pages'>(Example)</a> → | |
| 80 | 71 | Full-text search for "interesting pages". |
| 81 | 72 | |
| 82 | 73 | * <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> → | |
| 84 | 75 | All files for a particular check-in (daff9d20621480) |
| 85 | 76 | |
| 86 | 77 | * <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> → | |
| 88 | 79 | All files for the latest check-in on a branch (trunk) sorted by |
| 89 | 80 | last modification time. |
| 90 | 81 | |
| 91 | 82 | * <a target='_blank' class='exbtn' |
| 92 | - href='$ROOT/fileage?name=svn-import'>Example</a> | |
| 83 | + href='$ROOT/fileage?name=svn-import'>(Example)</a> → | |
| 93 | 84 | Age of all files in the latest checking for branch "svn-import". |
| 94 | 85 | |
| 95 | 86 | * <a target='_blank' class='exbtn' |
| 96 | - href='$ROOT/brlist'>Example</a> | |
| 87 | + href='$ROOT/brlist'>(Example)</a> → | |
| 97 | 88 | Table of branches. (Click on column headers to sort.) |
| 98 | 89 | |
| 99 | 90 | * <a target='_blank' class='exbtn' |
| 100 | - href='$ROOT/stat'>Example</a> | |
| 91 | + href='$ROOT/stat'>(Example)</a> → | |
| 101 | 92 | Overall repository status. |
| 102 | 93 | |
| 103 | 94 | * <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> → | |
| 105 | 96 | Number of check-ins per committer. |
| 106 | 97 | |
| 107 | 98 | * <a target='_blank' class='exbtn' |
| 108 | - href='$ROOT/reports?view=byfile'>Example</a> | |
| 99 | + href='$ROOT/reports?view=byfile'>(Example)</a> → | |
| 109 | 100 | Number of check-ins for each source file. |
| 110 | 101 | (Click on column headers to sort.) |
| 111 | 102 | |
| 112 | 103 | * <a target='_blank' class='exbtn' |
| 113 | 104 | href='$ROOT/blame?checkin=5260fbf63287&filename=src/rss.c&limit=-1'> |
| @@ -114,19 +105,19 @@ | ||
| 114 | 105 | Example</a> |
| 115 | 106 | Most recent change to each line of a particular source file in a |
| 116 | 107 | particular check-in. |
| 117 | 108 | |
| 118 | 109 | * <a target='_blank' class='exbtn' |
| 119 | - href='$ROOT/taglist'>Example</a> | |
| 110 | + href='$ROOT/taglist'>(Example)</a> → | |
| 120 | 111 | List of tags on check-ins. |
| 121 | 112 | |
| 122 | 113 | * <a target='_blank' class='exbtn' |
| 123 | - href='$ROOT/bigbloblist'>Example</a> | |
| 114 | + href='$ROOT/bigbloblist'>(Example)</a> → | |
| 124 | 115 | The largest objects in the repository. |
| 125 | 116 | |
| 126 | 117 | * <a target='_blank' class='exbtn' |
| 127 | - href='$ROOT/hash-collisions'>Example</a> | |
| 118 | + href='$ROOT/hash-collisions'>(Example)</a> → | |
| 128 | 119 | Hash prefix collisions |
| 129 | 120 | |
| 130 | 121 | * <a target='_blank' class='exbtn' |
| 131 | - href='$ROOT/sitemap'>Example</a> | |
| 122 | + href='$ROOT/sitemap'>(Example)</a> → | |
| 132 | 123 | The "sitemap" containing links to many other pages |
| 133 | 124 |
| --- 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>→</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>←</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> → |
| 10 | 100 most recent check-ins. |
| 11 | |
| 12 | * <a target='_blank' class='exbtn' |
| 13 | href='$ROOT/finfo?name=src/file.c'>(Example)</a> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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> → |
| 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>→</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>←</b></big> |
| 68 | |
| 69 | * <a target='_blank' class='exbtn' |
| 70 | href='$ROOT/search?s=interesting+pages'>(Example)</a> → |
| 71 | Full-text search for "interesting pages". |
| 72 | |
| 73 | * <a target='_blank' class='exbtn' |
| 74 | href='$ROOT/tree?ci=daff9d20621&type=tree'>(Example)</a> → |
| 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> → |
| 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> → |
| 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> → |
| 88 | Table of branches. (Click on column headers to sort.) |
| 89 | |
| 90 | * <a target='_blank' class='exbtn' |
| 91 | href='$ROOT/stat'>(Example)</a> → |
| 92 | Overall repository status. |
| 93 | |
| 94 | * <a target='_blank' class='exbtn' |
| 95 | href='$ROOT/reports?type=ci&view=byuser'>(Example)</a> → |
| 96 | Number of check-ins per committer. |
| 97 | |
| 98 | * <a target='_blank' class='exbtn' |
| 99 | href='$ROOT/reports?view=byfile'>(Example)</a> → |
| 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> → |
| 111 | List of tags on check-ins. |
| 112 | |
| 113 | * <a target='_blank' class='exbtn' |
| 114 | href='$ROOT/bigbloblist'>(Example)</a> → |
| 115 | The largest objects in the repository. |
| 116 | |
| 117 | * <a target='_blank' class='exbtn' |
| 118 | href='$ROOT/hash-collisions'>(Example)</a> → |
| 119 | Hash prefix collisions |
| 120 | |
| 121 | * <a target='_blank' class='exbtn' |
| 122 | href='$ROOT/sitemap'>(Example)</a> → |
| 123 | The "sitemap" containing links to many other pages |
| 124 |