Last change
on this file since 75 was 65, checked in by Izuru Yakumo, 8 months ago |
Replace Cmdliner with Ocmd, re-add documentation
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
1.1 KB
|
Rev | Line | |
---|
[65] | 1 | ID: 3sqd84
|
---|
| 2 | Date: 2022-11-06T13:01:19Z
|
---|
| 3 | Title: Exploring & pulling texts from Logarion repositories
|
---|
| 4 | Authors: orbifx
|
---|
| 5 | Topics: Logarion
|
---|
| 6 |
|
---|
| 7 | Logarion repositories are collections of text files, accompanied by a special index file. These collections can exist on any server and accessed by any transport protocol. Logarion's client currently supports a plethora of protocols, HTTP, FTP, Gopher to name a few examples.
|
---|
| 8 |
|
---|
| 9 | A remote repository can be registered and texts copied locally. To add a new remote run: `txt pull <url>`, where <url> is the address of the remote repository. The program will connect to the server, copy the `index.pck` file and use it to download each text file. It will not redownload previous texts, unless their Date or Date-Edited dates are newer than the previous ones.
|
---|
| 10 |
|
---|
| 11 | The text files are by default downloaded to `.local/share/texts/peers/`. A new directory is created for each peer's unique id and the index & texts are stored in it. Running `txt pull` with no URL, will refetch indices from all previously pulled repositories, and new text files will be downloaded automatically.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.