1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-05 18:50:41 +00:00
Commit Graph

114 Commits

Author SHA1 Message Date
makeworld
1da658c8a6
readme: project status 2023-08-05 20:43:56 -04:00
makeworld
0deee6d573 Put code highlighting roadmap item in italics bc it's in master only 2021-12-13 12:41:18 -05:00
mntn
77e3dbed87
Add Chroma support for syntax highlighting (#263) 2021-12-10 23:09:31 -05:00
makeworld
8596df2c7a Update deps list on README 2021-12-07 21:31:57 -05:00
makeworld
9a2c2ec1f8 Drop support for Go 1.14, update CI software 2021-12-01 11:09:36 -05:00
makeworld
545144c1a3 Link to geminiquickst.art in README 2021-11-01 12:11:52 -04:00
Herby Gillot
8dc34f7131
README: add MacPorts instructions (#250) 2021-08-11 10:14:31 -04:00
makeworld
cb3729f94a Update Homebrew HEAD install instructions 2021-07-03 13:59:19 -04:00
Dario Vladović
cde2960e35
Update install instructions (#247)
Formula for `amfora` got accepted to the official Homebrew core tap.
2021-07-02 23:52:40 -04:00
makeworld
4ef4d247d1 Remove word from README 2021-06-25 00:32:47 -04:00
makeworld
a4a56a6c05 📝 Correct some heading levels 2021-05-01 12:45:21 -04:00
makeworld
6fa3600e95 ⬆️ Switch off gofeed fork now that PR is merged 2021-04-19 10:01:48 -04:00
makeworld
9dd60e612b ⬆️ Switch off of progressbar fork now that PR is merged 2021-04-18 13:15:41 -04:00
makeworld
7dba1b257d ⬆️ Update cview location 2021-04-07 12:52:22 -04:00
makeworld
46d6c3fc04 📝 Move up repology badge 2021-04-06 18:07:25 -04:00
makeworld
fdbc1d5ad1 📝 Add termux install instructions 2021-04-06 17:52:28 -04:00
makeworld
0685127b72 ⬆️ Switch back to original cview
My PR was merged: https://gitlab.com/tslocum/cview/-/merge_requests/14
2021-03-31 10:37:32 -04:00
makeworld
b5644697ca
📝 Add repology badge and remove Linux distro-specific instructions 2021-03-27 20:23:15 -04:00
makeworld
0884dbeb2d 💬 Change default search to geminispace.info 2021-03-08 14:23:49 -05:00
makeworld
f52d1a04c1 Test Go 1.16 and drop 1.13 support 2021-03-04 20:59:48 -05:00
makeworld
00ab2f4542 📝 Update cview PR link 2021-02-28 16:42:45 -05:00
makeworld
767df356eb 📝 Remove Markdown rendering from roadmap 2021-02-28 16:37:01 -05:00
makeworld
180d108827 🔥 Removed favicon support - fixes #199 2021-02-22 17:41:48 -05:00
makeworld
53f6828379 📝 Remove Known Bugs section 2021-02-17 17:49:09 -05:00
makeworld
1b08f76bd8 📝 Cosmetic fixes 2021-02-17 15:37:36 -05:00
makeworld
0025742ff5 📝 Docs ready for v1.8.0 2021-02-17 15:31:06 -05:00
makeworld
9198572f34
cview update (#107)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.net>
Co-authored-by: Trevor Slocum <trevor@rocketnine.space>
Co-authored-by: Stephen Robinson <sudobash1@users.noreply.github.com>
2021-02-17 14:17:13 -05:00
Peter Steinberg
3111ac0bb0
Add install instructions for Void (#188) 2021-02-07 17:41:42 -05:00
git-bruh
7db8a8a819
Fix KISS url (#170) 2021-01-07 08:42:22 -05:00
makeworld
e42b24c6f2 Update doc for merge 2020-12-25 16:26:03 -05:00
makeworld
9ed1c638a4 Cleanup config and README 2020-12-24 16:52:04 -05:00
makeworld
7c2f59fcdc Merge branch 'master' into mediatype-handlers 2020-12-24 16:40:10 -05:00
Elijah Gregg
36d4f817c7
📝 Add AUR installation instructions (#158) 2020-12-24 16:28:28 -05:00
Jonathan Dahan
767239fb84
📝 add kiss linux instructions (#152)
Co-authored-by: makeworld
2020-12-21 13:01:41 -05:00
makeworld
1b92bc9bc4 🔖 Ready for v1.7.0 2020-12-20 17:26:39 -05:00
makeworld
0caf5011bc 📝 Update README 2020-12-15 14:35:43 -05:00
Stephen Robinson
0df5effdcf
Mediatypes support (#134)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.com>
2020-12-14 14:28:07 -05:00
makeworld
1cdcd1dbc0 Update docs to prep for merge 2020-12-07 15:18:47 -05:00
makeworld
d0c8184cc0 Merge branch 'master' into feeds 2020-12-06 22:11:05 -05:00
makeworld
dd7550dffb Add pagination 2020-12-06 20:57:57 -05:00
makeworld
1a2fba92c2 Add subscription manager, fix corrupt read/write & short URI panic
More info on corrupt reads and writes:
https://github.com/makeworld-the-better-one/amfora/issues/61#issuecomment-735042805

The panic was occuring due to lines like:

    if u[:6] == "about:"

These would cause panics for URIs that were shorter than 6, like "docs/".
strings.HasPrefix was used instead to fix this.
2020-12-05 20:35:15 -05:00
makeworld
e5891a52e7 📝 Reference wiki on readme 2020-12-01 10:52:06 -05:00
makeworld
f6e89fdaa1 Switch subscription-based naming 2020-11-27 17:01:29 -05:00
makeworld
7cd8abcf7e 📝 Remove travis shield 2020-11-25 10:11:12 -05:00
makeworld
ba28b2b5f9 Merge branch 'master' into feeds 2020-11-23 21:11:51 -05:00
makeworld
8ffc0ca29c Refine post prefix logic
Improved for hosted users and feeds with titles and authors.
2020-11-19 12:50:49 -05:00
makeworld
780cf41137 📝 Document user themes 2020-11-19 00:34:02 -05:00
makeworld
bc4c72bba9 Merge branch 'master' into feeds 2020-11-17 10:45:28 -05:00
makeworld
99c117589b 📝 Add 5 year expiry to openssl demo cmd 2020-11-05 11:09:37 -05:00
makeworld
adf03b9aed 📝 Add client cert gen command 2020-11-04 22:18:43 -05:00