summaryrefslogtreecommitdiff
path: root/core/entries.go
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 custom footernytpu
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-03deduplicate code and unify footer and generation timenytpu
2021-04-19fix bug in renderingnytpu
2021-04-19move Version and Commit to corenytpu
2021-03-26relicense to AGPL 3.0 onlynytpu
2021-03-23add time zone to feed.gminytpu
2021-03-22Show time that was generatednytpu
2021-03-22Use custom header when writing feed.gminytpu
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-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