opus3: work around a bug with the bullet character for now - tgtimes - The Goph… | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9ee2cbee9cd5697247938ab64443609d76882e98 | |
parent 28e7b7085051b50921fa0e6d21fa12c00cedd110 | |
Author: Josuah Demangeon <[email protected]> | |
Date: Fri, 28 Jan 2022 00:50:54 +0100 | |
opus3: work around a bug with the bullet character for now | |
Diffstat: | |
M opus3/article-bitreich-stagit-1-0.… | 18 +++++++++--------- | |
M opus3/article-unix-calendar-comman… | 6 +++--- | |
M opus3/tgtimes3.pdf | 0 | |
M opus3/tgtimes3.txt | 26 +++++++++++++------------- | |
4 files changed, 25 insertions(+), 25 deletions(-) | |
--- | |
diff --git a/opus3/article-bitreich-stagit-1-0.mw b/opus3/article-bitreich-stag… | |
@@ -12,27 +12,27 @@ gopher://bitreich.org/1/releases/ | |
It has the following changes: | |
.PP | |
stagit: | |
-.IP • | |
+.IP - | |
Print the number of remaining commits. | |
-.IP • | |
+.IP - | |
Ignore '\r' in writing diffs and file blobs. | |
-.IP • | |
+.IP - | |
Percent encode characters in path names, like '?' and '#'. | |
-.IP • | |
+.IP - | |
Encode XML / HTML entities in the project name. | |
-.IP • | |
+.IP - | |
Add EXAMPLES section to the man pages. | |
.PP | |
stagit-gopher: | |
-.IP • | |
+.IP - | |
Print the number of remaining commits. | |
-.IP • | |
+.IP - | |
Add EXAMPLES section to the man pages. | |
.PP | |
Thanks to: | |
-.IP • | |
+.IP - | |
quinq: for the remaining commits patch. | |
-.IP • | |
+.IP - | |
srfsh: for suggesting to look into percent encoding characters. | |
.PP | |
(cl|g)it commander Bob | |
diff --git a/opus3/article-unix-calendar-command.mw b/opus3/article-unix-calend… | |
@@ -11,14 +11,14 @@ By storing events in a single file of text edited by hand, … | |
brings the comfort of your existing text editor to manage events with | |
a simple syntax: | |
. | |
-.IP • | |
+.IP - | |
one line per event: first a date, then a tab, then a description. | |
. | |
-.IP • | |
+.IP - | |
A line starting with a tab implicitly has the | |
same date as the previous event. | |
. | |
-.IP • | |
+.IP - | |
Empty lines are ignored, and the C preprocessor brings \fC#include\fR | |
and \fC/* comments */\fR as needed. | |
. | |
diff --git a/opus3/tgtimes3.pdf b/opus3/tgtimes3.pdf | |
Binary files differ. | |
diff --git a/opus3/tgtimes3.txt b/opus3/tgtimes3.txt | |
@@ -216,27 +216,27 @@ _________________________________________________________… | |
stagit: | |
- • Print the number of remaining commits. | |
- ' in writing diffs and file blobs. | |
- • Ignore ' | |
- • Percent encode characters in path names, like '?' | |
+ - Print the number of remaining commits. | |
+ ' in writing diffs and file blobs. | |
+ - Ignore ' | |
+ - Percent encode characters in path names, like '?' | |
and '#'. | |
- • Encode XML / HTML entities in the project name. | |
+ - Encode XML / HTML entities in the project name. | |
- • Add EXAMPLES section to the man pages. | |
+ - Add EXAMPLES section to the man pages. | |
stagit-gopher: | |
- • Print the number of remaining commits. | |
+ - Print the number of remaining commits. | |
- • Add EXAMPLES section to the man pages. | |
+ - Add EXAMPLES section to the man pages. | |
Thanks to: | |
- • quinq: for the remaining commits patch. | |
+ - quinq: for the remaining commits patch. | |
- • srfsh: for suggesting to look into percent encoding | |
+ - srfsh: for suggesting to look into percent encoding | |
characters. | |
(cl|g)it commander Bob | |
@@ -319,13 +319,13 @@ _________________________________________________________… | |
hand, calendar(1) brings the comfort of your existing | |
text editor to manage events with a simple syntax: | |
- • one line per event: first a date, then a tab, then a | |
+ - one line per event: first a date, then a tab, then a | |
description. | |
- • A line starting with a tab implicitly has the same | |
+ - A line starting with a tab implicitly has the same | |
date as the previous event. | |
- • Empty lines are ignored, and the C preprocessor | |
+ - Empty lines are ignored, and the C preprocessor | |
brings #include and /* comments */ as needed. | |
No need to format everything right away: taking notes |