diff options
author | EuAndreh <eu@euandre.org> | 2021-06-19 17:18:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-19 17:18:14 -0300 |
commit | 4441f2f6a9d33e58708c143e8397d69a75610421 (patch) | |
tree | 6a9e687db018137cf4effb915d876a538774181a /doc/remembering.en.5 | |
parent | aux/ci/report.sh: Don't override signatures notes ref (diff) | |
download | remembering-4441f2f6a9d33e58708c143e8397d69a75610421.tar.gz remembering-4441f2f6a9d33e58708c143e8397d69a75610421.tar.xz |
Setup base i18n infrastructure
Diffstat (limited to '')
-rw-r--r-- | doc/remembering.en.5 (renamed from doc/remembering.5) | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/remembering.5 b/doc/remembering.en.5 index 1e481fe..c9b482b 100644 --- a/doc/remembering.5 +++ b/doc/remembering.en.5 @@ -8,8 +8,8 @@ remembering - format of the \fIPROFILE\fR text file. .SH PROFILE -The \fIPROFILE\fR is a text file, stored on \fC$XDG_DATA_HOME/profile-name\fR if \fC$XDG_DATA_HOME\fR is defined. -Otherwise, it lives in \fC~/.local/share/remembering/profile-name\fR. +The \fIPROFILE\fR is a text file, stored on \f(CR$XDG_DATA_HOME/profile-name\fR if \f(CR$XDG_DATA_HOME\fR is defined. +Otherwise, it lives in \f(CR~/.local/share/remembering/profile-name\fR. Each line of the \fIPROFILE\fR contains three pieces of information: @@ -17,12 +17,12 @@ Each line of the \fIPROFILE\fR contains three pieces of information: .IP 1 the \fBrank\fR of the current entry; .IP 2 -the \fC:\fR separator; +the \f(CR:\fR separator; .IP 3 the \fBentry\fR itself. .RE -The \fBrank\fR is a number, and the \fBentry\fR is all the text until the end of the line after the \fC:\fR separator: +The \fBrank\fR is a number, and the \fBentry\fR is all the text until the end of the line after the \f(CR:\fR separator: .RS .nf @@ -36,7 +36,7 @@ The \fBrank\fR is a number, and the \fBentry\fR is all the text until the end of Above is an example of a \fIPROFILE\fR file where all the entries have the default \fBrank\fR value: \fB0\fR. -If the \fICOMMAND\fR runs and chooses \fCbanana\fR, the new \fIPROFILE\fR will be: +If the \fICOMMAND\fR runs and chooses \f(CRbanana\fR, the new \fIPROFILE\fR will be: .RS .nf @@ -48,7 +48,7 @@ If the \fICOMMAND\fR runs and chooses \fCbanana\fR, the new \fIPROFILE\fR will b .fi .RE -Now the next time the \fICOMMAND\fR runs it will get \fCbanana\fR at the beginning of the list, and as new picks happen their weight will increase, and will keep going up in priority. +Now the next time the \fICOMMAND\fR runs it will get \f(CRbanana\fR at the beginning of the list, and as new picks happen their weight will increase, and will keep going up in priority. The entries of the \fIPROFILE\fR are created and kept sorted. \fBremembering\fR(1) expects to always find sorted entries in the \fIPROFILE\fR. @@ -74,10 +74,11 @@ and contributors. .IP \(bu Report bugs to the -.MT ~euandreh/public-inbox@lists.sr.ht +.MT ~euandreh/public\-inbox@lists.sr.ht mailing list .ME . -Use the subject "\fC[remembering] BUG or TASK: <description>\fR". +Use the subject "\f(CR[remembering] BUG or TASK: +<description>\fR". .IP \(bu Browse bugs .UR https://euandreh.xyz/remembering/TODOs.html @@ -88,6 +89,6 @@ online Homepage .UE . .IP \(bu -.UR https://lists.sr.ht/~euandreh/public-inbox?search=%5Bremembering%5D +.UR https://lists.sr.ht/~euandreh/public\-inbox?search=%5Bremembering%5D Comments and discussions .UE . |