summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-18improve gemini feed parsing by stripping off more characters from titlenytpu
2021-03-18fix nil pointer error in GofeedConvertnytpu
2021-03-18Changed url.URL to string so the json is less bloatednytpu
2021-03-18Make sure datapath exists to prevent errornytpu
2021-03-18add method to write structs to disknytpu
2021-03-18start building out different commands in main()nytpu
2021-03-18update flags to be more easily usablenytpu
2021-03-18initialize core in main()nytpu
2021-03-18Refactor fetch functions to use new FullData.Insert{Feed,Page} funcsnytpu
2021-03-18Implement Insert{Feed,Page} on FullData for easy insertionsnytpu
2021-03-18remove this so it doesn't look inconsistentnytpu
2021-03-18fix several typos throughout corenytpu
2021-03-18refactor fetch functions to insert into FullDatanytpu
2021-03-18add init for global FullDatanytpu
2021-03-17resolve XXX question introduced by e42ebd8nytpu
2021-03-17make jsonData publicnytpu
2021-03-17add XXX to core.JsonData mutexnytpu
2021-03-17improve documentation for PageEntries functionsnytpu
2021-03-17implement sort.Interface for core.Feednytpu
2021-03-17fix bug in newHTTPFeednytpu
2021-03-17add (stubbed) updateGopherFeed functionnytpu
2021-03-17add updateGopherPage functionnytpu
2021-03-17add updateHTTPPage functionnytpu
2021-03-17add updateGeminiPage and refactor newGeminiPage to use updateGeminiPage.nytpu
2021-03-17add general Update* in fetch.gonytpu
2021-03-17fix comment and update readmenytpu
2021-03-16implement New* routines for fetching and creating new feeds/pages.nytpu
2021-03-16implement core package with structs, etc.nytpu
2021-03-16add man pagenytpu
2021-03-16add command parsingnytpu
2021-03-16initial commitnytpu