summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-05-19add custom footernytpu
2021-05-11fix passing value to pointer argumentnytpu
2021-05-11translate core.gonytpu
2021-05-11add TranslateStringLocalizer() and improve core.go documentationnytpu
2021-05-11add commit to footernytpu
2021-05-11translate feed.gminytpu
2021-05-11translate subscriptions.gminytpu
2021-05-11translate genDay() and AGPL footernytpu
2021-05-11translate strings in core.gonytpu
2021-05-11add TranslateString() utility functionnytpu
2021-05-11add core.Localizernytpu
2021-05-03deduplicate code and unify footer and generation timenytpu
2021-04-19fix bug in renderingnytpu
2021-04-19don't overwrite old title when updating pagenytpu
2021-04-19move Version and Commit to corenytpu
2021-04-19don't include entries older than one yearnytpu
2021-03-26relicense to AGPL 3.0 onlynytpu
2021-03-23add time zone to feed.gminytpu
2021-03-23add timeout flag to refreshnytpu
2021-03-22Show time that was generatednytpu
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-21don't overwrite title when updating feednytpu
2021-03-21Remove usages of io.ReadFile and os.WriteFile to be compatible with 1.15nytpu
2021-03-20fix minor issue in edge case where FeedLink doesn't existnytpu
2021-03-20fix breaking bug when parsing atom/rss feedsnytpu
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-18Write subscriptionsnytpu
2021-03-18stop using ioutilnytpu
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-18fix null dereference when getting old titlenytpu
2021-03-18Use strings for URLs internally for consistency.nytpu
2021-03-18ignore mutexes in json output/inputnytpu
2021-03-18fix nil pointer error in GofeedConvertnytpu
2021-03-18Changed url.URL to string so the json is less bloatednytpu
2021-03-18add method to write structs to disknytpu
2021-03-18Implement Insert{Feed,Page} on FullData for easy insertionsnytpu
2021-03-18fix several typos throughout corenytpu
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 comment and update readmenytpu
2021-03-16implement core package with structs, etc.nytpu