| | @@ -1,11 +1,11 @@ |
| 1 | 1 | Web-Page Examples |
| 2 | 2 | ================= |
| 3 | 3 | |
| 4 | | -Here are a few examples of the many web pages supported |
| 5 | | -by Fossil. This is not an exhaustive list. |
| 6 | | -Explore hyperlinks to see more. |
| 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 | 7 | <style> |
| 8 | 8 | .exbtn { |
| 9 | 9 | border: 1px solid #000; |
| 10 | 10 | margin: 1ex; |
| 11 | 11 | border-radius: 1ex; |
| | @@ -31,11 +31,11 @@ |
| 31 | 31 | href='../../../timeline?n=11&y=ci&c=2014-01-01'>Example</a> |
| 32 | 32 | Check-ins proximate to an historical point in time (2014-01-01). |
| 33 | 33 | |
| 34 | 34 | * <a target='_blank' class='exbtn' |
| 35 | 35 | href='../../../timeline?n=11&y=ci&c=2014-01-01&v=1'>Example</a> |
| 36 | | - The previous augmented with file changes. |
| 36 | + The previous example augmented with file changes. |
| 37 | 37 | |
| 38 | 38 | * <a target='_blank' class='exbtn' |
| 39 | 39 | href='../../../timeline?n=25&y=ci&a=1970-01-01'>Example</a> |
| 40 | 40 | First 25 check-ins after 1970-01-01. (The first 25 check-ins of |
| 41 | 41 | the project.) |
| | @@ -49,19 +49,32 @@ |
| 49 | 49 | href='../../../timeline?n=200&t=svn-import'>Example</a> |
| 50 | 50 | All check-ins of the "svn-import" branch only. |
| 51 | 51 | |
| 52 | 52 | * <a target='_blank' class='exbtn' |
| 53 | 53 | href='../../../timeline?n=100&y=ci&ubg'>Example</a> |
| 54 | | - 100 most recent check-ins color coded by committer. |
| 54 | + 100 most recent check-ins color coded by committer rather than by branch. |
| 55 | 55 | |
| 56 | 56 | * <a target='_blank' class='exbtn' |
| 57 | 57 | href='../../../timeline?from=version-1.27&to=version-1.28'>Example</a> |
| 58 | 58 | All check-ins on the most direct path from |
| 59 | 59 | version-1.27 to version-1.28 |
| 60 | 60 | |
| 61 | | - (Hint: In any graph above, click the square node boxes |
| 62 | | - for two check-ins or files to see a diff.) |
| 61 | + * <a target='_blank' class='exbtn' |
| 62 | + href='../../../timeline?namechng'>Example</a> |
| 63 | + Show check-ins that contain file name changes |
| 64 | + |
| 65 | + * <a target='_blank' class='exbtn' |
| 66 | + href='../../../timeline?u=drh&c=2014-01-08&y=ci'>Example</a> |
| 67 | + Show check-ins circa 2014-01-08 by user "drh". |
| 68 | + |
| 69 | + <big><b>→</b></big> (Hint: In the pages above, click the graph nodes |
| 70 | + for any two check-ins or files to see a diff.) |
| 71 | + <big><b>←</b></big> |
| 72 | + |
| 73 | + * <a target='_blank' class='exbtn' |
| 74 | + href='../../../search?s=interesting+pages'>Example</a> |
| 75 | + Full-text search for "interesting pages". |
| 63 | 76 | |
| 64 | 77 | * <a target='_blank' class='exbtn' |
| 65 | 78 | href='../../../tree?ci=daff9d20621&type=tree'>Example</a> |
| 66 | 79 | All files for a particular check-in (daff9d20621480) |
| 67 | 80 | |
| | @@ -80,10 +93,14 @@ |
| 80 | 93 | |
| 81 | 94 | * <a target='_blank' class='exbtn' |
| 82 | 95 | href='../../../stat'>Example</a> |
| 83 | 96 | Overall repository status. |
| 84 | 97 | |
| 98 | + * <a target='_blank' class='exbtn' |
| 99 | + href='../../../reports?type=ci&view=byuser'>Example</a> |
| 100 | + Number of check-ins per committer. |
| 101 | + |
| 85 | 102 | * <a target='_blank' class='exbtn' |
| 86 | 103 | href='../../../reports?view=byfile'>Example</a> |
| 87 | 104 | Number of check-ins for each source file. |
| 88 | 105 | (Click on column headers to sort.) |
| 89 | 106 | |
| | @@ -94,5 +111,13 @@ |
| 94 | 111 | particular check-in. |
| 95 | 112 | |
| 96 | 113 | * <a target='_blank' class='exbtn' |
| 97 | 114 | href='../../../taglist'>Example</a> |
| 98 | 115 | List of tags on check-ins. |
| 116 | + |
| 117 | + * <a target='_blank' class='exbtn' |
| 118 | + href='../../../bigbloblist'>Example</a> |
| 119 | + The largest objects in the repository. |
| 120 | + |
| 121 | + * <a target='_blank' class='exbtn' |
| 122 | + href='../../../hash-collisions'>Example</a> |
| 123 | + SHA1 prefix collisions |
| 99 | 124 | |