index
:
comitium.git
master
feed aggregator for gemini supporting many formats and protocols. fork of
git+comitium@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2021-03-23
add timeout flag to refresh
nytpu
2021-03-22
Show time that was generated
nytpu
2021-03-22
Use custom header when writing feed.gmi
nytpu
2021-03-22
read header.gmi and set header variable to that or to the default
nytpu
2021-03-21
don't overwrite title when updating feed
nytpu
2021-03-21
Remove usages of io.ReadFile and os.WriteFile to be compatible with 1.15
nytpu
2021-03-20
fix minor issue in edge case where FeedLink doesn't exist
nytpu
2021-03-20
fix breaking bug when parsing atom/rss feeds
nytpu
2021-03-19
add footer to page to be agpl compliant
nytpu
2021-03-19
remove list command and instead write "subscriptions.gmi" & "feed.gmi"
nytpu
2021-03-18
Write subscriptions
nytpu
2021-03-18
stop using ioutil
nytpu
2021-03-18
add Export function to core.FullData
nytpu
2021-03-18
first write to .new then move after finishing writing to prevent data corruption
nytpu
2021-03-18
fix null dereference when getting old title
nytpu
2021-03-18
Use strings for URLs internally for consistency.
nytpu
2021-03-18
ignore mutexes in json output/input
nytpu
2021-03-18
fix nil pointer error in GofeedConvert
nytpu
2021-03-18
Changed url.URL to string so the json is less bloated
nytpu
2021-03-18
add method to write structs to disk
nytpu
2021-03-18
Implement Insert{Feed,Page} on FullData for easy insertions
nytpu
2021-03-18
fix several typos throughout core
nytpu
2021-03-18
add init for global FullData
nytpu
2021-03-17
resolve XXX question introduced by e42ebd8
nytpu
2021-03-17
make jsonData public
nytpu
2021-03-17
add XXX to core.JsonData mutex
nytpu
2021-03-17
improve documentation for PageEntries functions
nytpu
2021-03-17
implement sort.Interface for core.Feed
nytpu
2021-03-17
fix comment and update readme
nytpu
2021-03-16
implement core package with structs, etc.
nytpu