Changes between Initial Version and Version 1 of ExploringAndPullingTexts


Ignore:
Timestamp:
Sep 21, 2024, 10:26:19 PM (2 months ago)
Author:
yakumo.izuru
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExploringAndPullingTexts

    v1 v1  
     1
     2== Exploring and pulling texts
     3Logarion repositories are collections of text files, accompanied by a special index file.\\
     4These collections can exist on any server and accessed by any transport protocol.\\
     5Kosuzu's client currently supports a plethora of protocols, HTTP, FTP, Gopher to name a few examples .[^1]\\
     6
     7A remote repository can be registered and texts copied locally.\\
     8To add a new remote run: {{{ txt pull <url> }}}, where {{{ <url> }}} is the address of the remote repository.\\
     9The program will connect to the server, copy the {{{ index.pck }}} file and use it to download each text file.\\
     10It will not redownload previous texts, unless their Date or Date-Edited dates are newer than the previous ones.\\
     11
     12The text files are by default downloaded to {{ $HOME/.local/share/texts/peers/ }}.
     13A new directory is created for each peer's unique id and the index & texts are stored in it.
     14Running {{{ txt pull }}} with no URL, will refetch indices from all previously pulled repositories, and new text files will be downloaded automatically.
     15
     16[^1]: {{{ curl }}} does not support pulling texts from Gemini servers, though