Commit Graph

79 Commits

Author SHA1 Message Date
nytpu 3081d41758 don't overwrite title when updating feed 2021-03-21 09:20:14 -06:00
nytpu fb7be24b7f Add binary releases to README 2021-03-21 07:53:31 -06:00
nytpu 197ec225ff Bump version 2021-03-21 07:37:55 -06:00
nytpu 69a7ab13ff Remove usages of io.ReadFile and os.WriteFile to be compatible with 1.15 2021-03-21 07:36:04 -06:00
nytpu a6914cb410 Bump version 2021-03-20 16:00:57 -06:00
nytpu 8ca0991895 Lower go-gemini version so it can be built on Go 1.15 2021-03-20 16:00:33 -06:00
nytpu f2cadc4bd1 bump version 2021-03-20 11:56:00 -06:00
nytpu 379a8637a4 fix minor issue in edge case where FeedLink doesn't exist 2021-03-20 11:54:36 -06:00
nytpu 6766a4bd37 Bump version 2021-03-20 10:14:14 -06:00
nytpu c8bdd059c4 fix typo 2021-03-20 10:12:03 -06:00
nytpu 05c193a53a reduce repetition and inconsistency when writing subs and feeds.gmi 2021-03-20 10:10:15 -06:00
nytpu 6639a4288f Add flags to remove for more fine-grained removals 2021-03-20 10:10:01 -06:00
nytpu 71f087b2ad fix breaking bug when parsing atom/rss feeds 2021-03-20 09:59:55 -06:00
nytpu d342b6f542 add regenerate command 2021-03-20 09:59:50 -06:00
nytpu fece24eed9 Typo in readme 2021-03-19 19:27:32 -06:00
nytpu 8a64c73974 Added some cheese to the readme 2021-03-19 19:26:48 -06:00
nytpu d9e853a7b6 fix typo in quickstart 2021-03-19 19:08:33 -06:00
nytpu eb0a50d9a7 add instance link to README 2021-03-19 19:06:50 -06:00
nytpu eb8cd579a0 Bump version to v1.0.0 2021-03-19 18:58:45 -06:00
nytpu 1c99eac0d2 fix readme link 2021-03-19 18:58:14 -06:00
nytpu b3a9ee7001 wrote quickstart 2021-03-19 18:57:24 -06:00
nytpu 7c45ad1f06 cleanup docs 2021-03-19 17:52:00 -06:00
nytpu 5a4d499d81 Move attributions above license notice in README 2021-03-19 17:17:22 -06:00
nytpu d4ca695043 add footer to page to be agpl compliant 2021-03-19 17:16:52 -06:00
nytpu 2974c5413c remove list command and instead write "subscriptions.gmi" & "feed.gmi" 2021-03-19 08:29:44 -06:00
nytpu db626e0c66 fix breaking dereference error in gopher fetch funcs 2021-03-18 17:02:26 -06:00
nytpu 562869c8ac write subscriptions.gmi after removing sub 2021-03-18 17:02:12 -06:00
nytpu b4d303e24e Write subscriptions 2021-03-18 16:28:02 -06:00
nytpu c3f5f7c682 stop using ioutil 2021-03-18 16:10:37 -06:00
nytpu f9f6a99094 Cleaned up and clarified documentation 2021-03-18 15:48:31 -06:00
nytpu fcfd59a756 add note about flags for refresh command in man page 2021-03-18 15:17:23 -06:00
nytpu ee43bf1084 implement atom/rss/json feeds over gopher.
TODO: write gophermap->gemtext mapper so the same gemini feed parser can
be used on both.
2021-03-18 15:08:24 -06:00
nytpu 8dfb63e640 change http error messages to be consistent with others 2021-03-18 15:03:25 -06:00
nytpu eb7d8cf21e implement remove command 2021-03-18 15:02:22 -06:00
nytpu fbfa123d2d Implement list command using previously implemented core.FullData.Export() 2021-03-18 15:01:51 -06:00
nytpu 77982cb60e add Export function to core.FullData 2021-03-18 15:01:25 -06:00
nytpu d0a71b360d first write to .new then move after finishing writing to prevent data corruption 2021-03-18 14:50:40 -06:00
nytpu 843d1b677a clarify add flags, rename addTypeFlag to addPageFlag 2021-03-18 14:39:32 -06:00
nytpu 2487727329 factor out argument checking into function 2021-03-18 14:39:32 -06:00
nytpu 1065ed7a18 Start refresh job for refresh command 2021-03-18 13:48:35 -06:00
nytpu a80d3f29ff add flag for number of refresh workers 2021-03-18 13:48:26 -06:00
nytpu 326edc97c5 add RefreshAll with workers 2021-03-18 13:43:22 -06:00
nytpu 364e8fbc21 fix null dereference when getting old title 2021-03-18 13:34:02 -06:00
nytpu 6f2f4ac4b1 move saving json down since it's done after almost any function 2021-03-18 13:33:31 -06:00
nytpu f8601b82ab Use strings for URLs internally for consistency. 2021-03-18 13:02:17 -06:00
nytpu 794b1fc04f cleanup and simplify error handling 2021-03-18 12:05:16 -06:00
nytpu f05d1e6c2a why those comments dere? 2021-03-18 11:47:10 -06:00
nytpu e9ade7f33f ignore mutexes in json output/input 2021-03-18 11:41:13 -06:00
nytpu 7d0600f5f0 improve gemini feed parsing by stripping off more characters from title 2021-03-18 11:37:32 -06:00
nytpu df2e3bfa02 fix nil pointer error in GofeedConvert 2021-03-18 11:37:12 -06:00