summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-22Use custom header when writing feed.gminytpu
2021-03-22read header.gmi and set header variable to that or to the defaultnytpu
2021-03-21Rewrite section of READMEnytpu
2021-03-21bump versionnytpu
2021-03-21don't overwrite title when updating feednytpu
2021-03-21Add binary releases to READMEnytpu
2021-03-21Bump versionnytpu
2021-03-21Remove usages of io.ReadFile and os.WriteFile to be compatible with 1.15nytpu
2021-03-20Bump versionnytpu
2021-03-20Lower go-gemini version so it can be built on Go 1.15nytpu
2021-03-20bump versionnytpu
2021-03-20fix minor issue in edge case where FeedLink doesn't existnytpu
2021-03-20Bump versionnytpu
2021-03-20fix typonytpu
2021-03-20reduce repetition and inconsistency when writing subs and feeds.gminytpu
2021-03-20Add flags to remove for more fine-grained removalsnytpu
2021-03-20fix breaking bug when parsing atom/rss feedsnytpu
2021-03-20add regenerate commandnytpu
2021-03-19Typo in readmenytpu
2021-03-19Added some cheese to the readmenytpu
2021-03-19fix typo in quickstartnytpu
2021-03-19add instance link to READMEnytpu
2021-03-19Bump version to v1.0.0nytpu
2021-03-19fix readme linknytpu
2021-03-19wrote quickstartnytpu
2021-03-19cleanup docsnytpu
2021-03-19Move attributions above license notice in READMEnytpu
2021-03-19add footer to page to be agpl compliantnytpu
2021-03-19remove list command and instead write "subscriptions.gmi" & "feed.gmi"nytpu
2021-03-18fix breaking dereference error in gopher fetch funcsnytpu
2021-03-18write subscriptions.gmi after removing subnytpu
2021-03-18Write subscriptionsnytpu
2021-03-18stop using ioutilnytpu
2021-03-18Cleaned up and clarified documentationnytpu
2021-03-18add note about flags for refresh command in man pagenytpu
2021-03-18implement atom/rss/json feeds over gopher.nytpu
2021-03-18change http error messages to be consistent with othersnytpu
2021-03-18implement remove commandnytpu
2021-03-18Implement list command using previously implemented core.FullData.Export()nytpu
2021-03-18add Export function to core.FullDatanytpu
2021-03-18first write to .new then move after finishing writing to prevent data corruptionnytpu
2021-03-18clarify add flags, rename addTypeFlag to addPageFlagnytpu
2021-03-18factor out argument checking into functionnytpu
2021-03-18Start refresh job for refresh commandnytpu
2021-03-18add flag for number of refresh workersnytpu
2021-03-18add RefreshAll with workersnytpu
2021-03-18fix null dereference when getting old titlenytpu
2021-03-18move saving json down since it's done after almost any functionnytpu
2021-03-18Use strings for URLs internally for consistency.nytpu
2021-03-18cleanup and simplify error handlingnytpu