summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2026-04-30Revert "add date for each feed entry's link, to match gemlog specs."HEADmasternytpu
This reverts commit e68b88405f682efac033e447801a8f994b9ba6e0. Reverting because it creates huge amounts of visual clutter and redundancy for actual readers, as there are many entries per day (unlike a normal single gemlog) with a header separating each day.
2026-04-26add date for each feed entry's link, to match gemlog specs.cage
Hi! This is a little patch (and I guess not well written as I never coded in golang, before!) to make the output of comitium matches the gemlog specification. This way clients can subscribe to the feed (if clients supports the standard, of course!). Please consider merging if you find useful. Bye! C.
2021-05-19fix issue with pages still being shown before datenytpu
2021-05-19add core.HistoryDays for variable history keptnytpu
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