|
@@ -4,6 +4,8 @@ A command-line and offline-first smolnet browser/feed reader for Gemini, Gopher,
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
+Official repository : https://notabug.org/ploum/offpunk/
|
|
|
|
+
|
|
![Screenshot HTML page with picture](/screenshot_offpunk1.png)
|
|
![Screenshot HTML page with picture](/screenshot_offpunk1.png)
|
|
![Screenshot Gemini page](/screenshot_offpunk2.png)
|
|
![Screenshot Gemini page](/screenshot_offpunk2.png)
|
|
|
|
|
|
@@ -78,9 +80,9 @@ To avoid using unstable or too recent libraries, the rule of thumb is that a lib
|
|
|
|
|
|
Run command `version` in offpunk to see if you are missing some dependencies.
|
|
Run command `version` in offpunk to see if you are missing some dependencies.
|
|
|
|
|
|
-Highly recommended (packagers should probably make those mandatory):
|
|
|
|
|
|
+Mandatory or highly recommended (packagers should probably make those mandatory):
|
|
* [less](http://www.greenwoodsoftware.com/less/): mandatory but is probably already on your system
|
|
* [less](http://www.greenwoodsoftware.com/less/): mandatory but is probably already on your system
|
|
-* [file](https://www.darwinsys.com/file/) is used to get the MIME type of cached objects. Should already be on your system.
|
|
|
|
|
|
+* [file](https://www.darwinsys.com/file/) is used to get the MIME type of cached objects. Should already be on your system and may become mandatory.
|
|
* [xdg-utils](https://www.freedesktop.org/wiki/Software/xdg-utils/) provides xdg-open which is highly recommended to open files without a renderer or a handler. It is also used for mailto: command.
|
|
* [xdg-utils](https://www.freedesktop.org/wiki/Software/xdg-utils/) provides xdg-open which is highly recommended to open files without a renderer or a handler. It is also used for mailto: command.
|
|
* The [cryptography library](https://pypi.org/project/cryptography/) will provide a better and slightly more secure experience when using the default TOFU certificate validation mode and is highly recommended (apt-get install python3-cryptography).
|
|
* The [cryptography library](https://pypi.org/project/cryptography/) will provide a better and slightly more secure experience when using the default TOFU certificate validation mode and is highly recommended (apt-get install python3-cryptography).
|
|
|
|
|