added spartan to README

This commit is contained in:
Lionel Dricot 2022-03-05 16:36:39 +01:00
parent 100f69ebe7
commit 4e5dbe4882
3 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@
- Avoid deprecated SSL methods (thanks Phoebos for the report)
- Links in to_fetch are fetched, no matter the cache
- Fixed multiple crashes
=> gemini://rawtext.club/~ploum/2022-03-05-offpunk09.gmi
## 0.4 - Feb 21st 2022
UPGRADE: Users who subscribed to pages before 0.4 should run once the command "list subscribe subscribed". Without that, the subscribed list will be seen as a normal list by sync.

View File

@ -1,6 +1,6 @@
# OFFPUNK
A command-line and offline-first smolnet browser/feed reader for Gemini, Gopher and Web by [Ploum](https://ploum.net).
A command-line and offline-first smolnet browser/feed reader for Gemini, Gopher, Spartan and Web by [Ploum](https://ploum.net).
The goal of Offpunk is to be able to synchronise your content once (a day, a week, a month) and then browse/organise it while staying disconnected.
@ -89,7 +89,7 @@ Run command `version` in offpunk to see if you are missing some dependencies.
## Features
* Browse https/gemini/gopher without leaving your keyboard and without distractions
* Browse https/gemini/gopher/spartan without leaving your keyboard and without distractions
* Built-in documentation: type `help` to get the list of command or a specific help about a command.
* Offline mode to browse cached content without a connection. Requested elements are automatically fetched during the next synchronization and are added to your tour.
* HTML pages are prettified to focus on content. Read without being disturbed.

View File

@ -1455,8 +1455,8 @@ class GeminiClient(cmd.Cmd):
"auto_follow_redirects" : True,
"tls_mode" : "tofu",
"https_everywhere": False,
"archives_size" : 100,
"history_size" : 100,
"archives_size" : 200,
"history_size" : 200,
"max_size_download" : 20,
}
global TERM_WIDTH