moved all references to sourcehut repository

This commit is contained in:
Lionel Dricot 2022-11-30 16:04:44 +01:00
parent 1c9380835c
commit fc8cb2f163
6 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,7 @@
# Offpunk History
## 1.8 - Unreleased
- Official URL is now https://sr.ht/~lioploum/offpunk/
- Add support for the finger protocol (by Sotiris Papatheodorou)
- "set accept_bad_ssl_certificates True" allows to lower HTTPS SSL requirements
- Accept "localhost" as a valid URL

View File

@ -4,7 +4,7 @@ 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.
Official repository : https://notabug.org/ploum/offpunk/
Official project page (repository/mailing lists) : https://sr.ht/~lioploum/offpunk/
![Screenshot HTML page with picture](screenshot_offpunk1.png)
![Screenshot Gemini page](screenshot_offpunk2.png)

2
debian/control vendored
View File

@ -9,7 +9,7 @@ Build-Depends-Indep:
dh-python,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://notabug.org/ploum/offpunk
Homepage: https://sr.ht/~lioploum/offpunk/
Package: offpunk
Architecture: all

2
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: offpunk
Source: https://notabug.org/ploum/offpunk
Source: https://sr.ht/~lioploum/offpunk/
Files: *
Copyright: 2022 Ploum <offpunk@ploum.eu> and contributors
License: BSD-2-Clause

2
make_deb.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
dpkg-buildpackage -rfakeroot -uc -us

View File

@ -6,7 +6,7 @@ setup(
description="Offline-First Gemini/Web/Gopher/RSS reader and browser",
author="Ploum",
author_email="offpunk@ploum.eu",
url='https://notabug.org/ploum/offpunk',
url='https://sr.ht/~lioploum/offpunk/',
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3 :: Only',