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
Age
Commit message (
Collapse
)
Author
2021-03-20
fix breaking bug when parsing atom/rss feeds
nytpu
2021-03-20
add regenerate command
nytpu
2021-03-19
Typo in readme
nytpu
2021-03-19
Added some cheese to the readme
nytpu
2021-03-19
fix typo in quickstart
nytpu
2021-03-19
add instance link to README
nytpu
2021-03-19
Bump version to v1.0.0
nytpu
2021-03-19
fix readme link
nytpu
2021-03-19
wrote quickstart
nytpu
2021-03-19
cleanup docs
nytpu
2021-03-19
Move attributions above license notice in README
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
fix breaking dereference error in gopher fetch funcs
nytpu
2021-03-18
write subscriptions.gmi after removing sub
nytpu
2021-03-18
Write subscriptions
nytpu
2021-03-18
stop using ioutil
nytpu
2021-03-18
Cleaned up and clarified documentation
nytpu
2021-03-18
add note about flags for refresh command in man page
nytpu
2021-03-18
implement atom/rss/json feeds over gopher.
nytpu
TODO: write gophermap->gemtext mapper so the same gemini feed parser can be used on both.
2021-03-18
change http error messages to be consistent with others
nytpu
2021-03-18
implement remove command
nytpu
2021-03-18
Implement list command using previously implemented core.FullData.Export()
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
clarify add flags, rename addTypeFlag to addPageFlag
nytpu
2021-03-18
factor out argument checking into function
nytpu
2021-03-18
Start refresh job for refresh command
nytpu
2021-03-18
add flag for number of refresh workers
nytpu
2021-03-18
add RefreshAll with workers
nytpu
2021-03-18
fix null dereference when getting old title
nytpu
2021-03-18
move saving json down since it's done after almost any function
nytpu
2021-03-18
Use strings for URLs internally for consistency.
nytpu
2021-03-18
cleanup and simplify error handling
nytpu
2021-03-18
why those comments dere?
nytpu
2021-03-18
ignore mutexes in json output/input
nytpu
2021-03-18
improve gemini feed parsing by stripping off more characters from title
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
Make sure datapath exists to prevent error
nytpu
2021-03-18
add method to write structs to disk
nytpu
2021-03-18
start building out different commands in main()
nytpu
2021-03-18
update flags to be more easily usable
nytpu
2021-03-18
initialize core in main()
nytpu
2021-03-18
Refactor fetch functions to use new FullData.Insert{Feed,Page} funcs
nytpu
2021-03-18
Implement Insert{Feed,Page} on FullData for easy insertions
nytpu
2021-03-18
remove this so it doesn't look inconsistent
nytpu
2021-03-18
fix several typos throughout core
nytpu
2021-03-18
refactor fetch functions to insert into FullData
nytpu
2021-03-18
add init for global FullData
nytpu
[next]