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
/
comitium.go
Age
Commit message (
Expand
)
Author
2021-05-19
add history flag
nytpu
2021-05-19
add core.HistoryDays for variable history kept
nytpu
2021-05-12
add Italian to language lists
nytpu
2021-05-11
add translation for writing files in comitium.json (I didn't notice them before)
nytpu
2021-05-11
fixup 3dcbb9b
nytpu
2021-05-11
rework no_argument to be easier to translate
nytpu
2021-05-11
add French to language list
nytpu
2021-05-11
translate errors in comitium.go
nytpu
2021-05-11
add localization generation and add to build system
nytpu
2021-05-11
add core.Localizer
nytpu
2021-05-11
add getLang() to parse language
nytpu
2021-04-19
move Version and Commit to core
nytpu
2021-03-26
relicense to AGPL 3.0 only
nytpu
2021-03-23
add timeout flag to refresh
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
add regenerate command
nytpu
2021-03-19
remove list command and instead write "subscriptions.gmi" & "feed.gmi"
nytpu
2021-03-18
write subscriptions.gmi after removing sub
nytpu
2021-03-18
Write subscriptions
nytpu
2021-03-18
implement remove command
nytpu
2021-03-18
Implement list command using previously implemented core.FullData.Export()
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
move saving json down since it's done after almost any function
nytpu
2021-03-18
cleanup and simplify error handling
nytpu
2021-03-18
why those comments dere?
nytpu
2021-03-18
Make sure datapath exists to prevent error
nytpu
2021-03-18
start building out different commands in main()
nytpu
2021-03-18
initialize core in main()
nytpu
2021-03-16
add command parsing
nytpu