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-23
Lower Go version to 1.13.
nytpu
2021-03-23
fix makefile flags
nytpu
2021-03-22
Bump version
nytpu
2021-03-22
update documentation to include new header.gmi
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
Rewrite section of README
nytpu
2021-03-21
bump version
nytpu
2021-03-21
don't overwrite title when updating feed
nytpu
2021-03-21
Add binary releases to README
nytpu
2021-03-21
Bump version
nytpu
2021-03-21
Remove usages of io.ReadFile and os.WriteFile to be compatible with 1.15
nytpu
2021-03-20
Bump version
nytpu
2021-03-20
Lower go-gemini version so it can be built on Go 1.15
nytpu
2021-03-20
bump version
nytpu
2021-03-20
fix minor issue in edge case where FeedLink doesn't exist
nytpu
2021-03-20
Bump version
nytpu
2021-03-20
fix typo
nytpu
2021-03-20
reduce repetition and inconsistency when writing subs and feeds.gmi
nytpu
2021-03-20
Add flags to remove for more fine-grained removals
nytpu
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
[next]