Fossil SCM
Applied a variant of drh's fix to the label spacing in the "museum" directory tree diagram in the gitusers doc.
Commit
54001a4efef57c30a12107bffb79b3b87f99d57e8803162c5d0b914b13dbcf54
Parent
77541c8b29ca33f…
1 file changed
+22
-6
+22
-6
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -63,23 +63,39 @@ | ||
| 63 | 63 | |
| 64 | 64 | This author uses a scheme like the following on mobile machines that |
| 65 | 65 | shuttle between home and the office: |
| 66 | 66 | |
| 67 | 67 | ``` pikchr toggle indent |
| 68 | -box "~/museum/" fit ; right ; "where one stores valuable fossils" | |
| 68 | +box "~/museum/" fit | |
| 69 | +move right 0.1 | |
| 70 | +line right dotted | |
| 71 | +move right 0.05 | |
| 72 | +box invis "where one stores valuable fossils" ljust | |
| 69 | 73 | |
| 70 | -arrow down 50% from previous box.s then right 50% | |
| 71 | -box "work/" fit ; line dashed right ; "projects from $dayjob" | |
| 74 | +arrow down 50% from first box.s then right 50% | |
| 75 | +box "work/" fit | |
| 76 | +move right 0.1 | |
| 77 | +line dotted | |
| 78 | +move right 0.05 | |
| 79 | +box invis "projects from $dayjob" ljust | |
| 72 | 80 | |
| 73 | 81 | arrow down 50% from 2nd vertex of previous arrow then right 50% |
| 74 | -box "home/" fit ; line dashed right until even with previous text.w ; "personal at-home projects" | |
| 82 | +box "home/" fit | |
| 83 | +move right 0.1 | |
| 84 | +line dotted right until even with previous line.end | |
| 85 | +move right 0.05 | |
| 86 | +box invis "personal at-home projects" ljust | |
| 75 | 87 | |
| 76 | 88 | arrow down 50% from 2nd vertex of previous arrow then right 50% |
| 77 | -box "other/" fit ; line dashed right until even with previous text.w ; "clones of Fossil itself, SQLite, etc." | |
| 89 | +box "other/" fit | |
| 90 | +move right 0.1 | |
| 91 | +line dotted right until even with previous line.end | |
| 92 | +move right 0.05 | |
| 93 | +box invis "clones of Fossil itself, SQLite, etc." ljust | |
| 78 | 94 | ``` |
| 79 | 95 | |
| 80 | -On a Windows box, you might choose "`C:\Fossils`" instead | |
| 96 | +On a Windows box, you might instead choose "`C:\Fossils`" | |
| 81 | 97 | and do without the subdirectory scheme, for example. |
| 82 | 98 | |
| 83 | 99 | |
| 84 | 100 | #### <a id="scw"></a> Single-Checkout Workflows |
| 85 | 101 | |
| 86 | 102 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -63,23 +63,39 @@ | |
| 63 | |
| 64 | This author uses a scheme like the following on mobile machines that |
| 65 | shuttle between home and the office: |
| 66 | |
| 67 | ``` pikchr toggle indent |
| 68 | box "~/museum/" fit ; right ; "where one stores valuable fossils" |
| 69 | |
| 70 | arrow down 50% from previous box.s then right 50% |
| 71 | box "work/" fit ; line dashed right ; "projects from $dayjob" |
| 72 | |
| 73 | arrow down 50% from 2nd vertex of previous arrow then right 50% |
| 74 | box "home/" fit ; line dashed right until even with previous text.w ; "personal at-home projects" |
| 75 | |
| 76 | arrow down 50% from 2nd vertex of previous arrow then right 50% |
| 77 | box "other/" fit ; line dashed right until even with previous text.w ; "clones of Fossil itself, SQLite, etc." |
| 78 | ``` |
| 79 | |
| 80 | On a Windows box, you might choose "`C:\Fossils`" instead |
| 81 | and do without the subdirectory scheme, for example. |
| 82 | |
| 83 | |
| 84 | #### <a id="scw"></a> Single-Checkout Workflows |
| 85 | |
| 86 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -63,23 +63,39 @@ | |
| 63 | |
| 64 | This author uses a scheme like the following on mobile machines that |
| 65 | shuttle between home and the office: |
| 66 | |
| 67 | ``` pikchr toggle indent |
| 68 | box "~/museum/" fit |
| 69 | move right 0.1 |
| 70 | line right dotted |
| 71 | move right 0.05 |
| 72 | box invis "where one stores valuable fossils" ljust |
| 73 | |
| 74 | arrow down 50% from first box.s then right 50% |
| 75 | box "work/" fit |
| 76 | move right 0.1 |
| 77 | line dotted |
| 78 | move right 0.05 |
| 79 | box invis "projects from $dayjob" ljust |
| 80 | |
| 81 | arrow down 50% from 2nd vertex of previous arrow then right 50% |
| 82 | box "home/" fit |
| 83 | move right 0.1 |
| 84 | line dotted right until even with previous line.end |
| 85 | move right 0.05 |
| 86 | box invis "personal at-home projects" ljust |
| 87 | |
| 88 | arrow down 50% from 2nd vertex of previous arrow then right 50% |
| 89 | box "other/" fit |
| 90 | move right 0.1 |
| 91 | line dotted right until even with previous line.end |
| 92 | move right 0.05 |
| 93 | box invis "clones of Fossil itself, SQLite, etc." ljust |
| 94 | ``` |
| 95 | |
| 96 | On a Windows box, you might instead choose "`C:\Fossils`" |
| 97 | and do without the subdirectory scheme, for example. |
| 98 | |
| 99 | |
| 100 | #### <a id="scw"></a> Single-Checkout Workflows |
| 101 | |
| 102 |