summaryrefslogtreecommitdiff
path: root/comitium.go
AgeCommit message (Expand)Author
2021-05-19add history flagnytpu
2021-05-19add core.HistoryDays for variable history keptnytpu
2021-05-12add Italian to language listsnytpu
2021-05-11add translation for writing files in comitium.json (I didn't notice them before)nytpu
2021-05-11fixup 3dcbb9bnytpu
2021-05-11rework no_argument to be easier to translatenytpu
2021-05-11add French to language listnytpu
2021-05-11translate errors in comitium.gonytpu
2021-05-11add localization generation and add to build systemnytpu
2021-05-11add core.Localizernytpu
2021-05-11add getLang() to parse languagenytpu
2021-04-19move Version and Commit to corenytpu
2021-03-26relicense to AGPL 3.0 onlynytpu
2021-03-23add timeout flag to refreshnytpu
2021-03-20fix typonytpu
2021-03-20reduce repetition and inconsistency when writing subs and feeds.gminytpu
2021-03-20Add flags to remove for more fine-grained removalsnytpu
2021-03-20add regenerate commandnytpu
2021-03-19remove list command and instead write "subscriptions.gmi" & "feed.gmi"nytpu
2021-03-18write subscriptions.gmi after removing subnytpu
2021-03-18Write subscriptionsnytpu
2021-03-18implement remove commandnytpu
2021-03-18Implement list command using previously implemented core.FullData.Export()nytpu
2021-03-18clarify add flags, rename addTypeFlag to addPageFlagnytpu
2021-03-18factor out argument checking into functionnytpu
2021-03-18Start refresh job for refresh commandnytpu
2021-03-18add flag for number of refresh workersnytpu
2021-03-18move saving json down since it's done after almost any functionnytpu
2021-03-18cleanup and simplify error handlingnytpu
2021-03-18why those comments dere?nytpu
2021-03-18Make sure datapath exists to prevent errornytpu
2021-03-18start building out different commands in main()nytpu
2021-03-18initialize core in main()nytpu
2021-03-16add command parsingnytpu