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
/
fetch
/
gemini.go
Age
Commit message (
Expand
)
Author
2023-12-31
Bump copyright years
nytpu
2023-12-31
Recognize MIME type used for JSON feeds v1.1
nytpu
2021-05-19
add core.HistoryDays for variable history kept
nytpu
2021-05-11
translate gemini.go
nytpu
2021-04-19
don't include entries older than one year
nytpu
2021-04-17
fix time zone issue
nytpu
2021-03-26
relicense to AGPL 3.0 only
nytpu
2021-03-23
Fix bug in co refresh where contexts would be immediately cancelled
nytpu
2021-03-23
Use timeout for Gemini requests
nytpu
2021-03-18
Use strings for URLs internally for consistency.
nytpu
2021-03-18
improve gemini feed parsing by stripping off more characters from title
nytpu
2021-03-18
Changed url.URL to string so the json is less bloated
nytpu
2021-03-18
Refactor fetch functions to use new FullData.Insert{Feed,Page} funcs
nytpu
2021-03-18
refactor fetch functions to insert into FullData
nytpu
2021-03-17
add updateGeminiPage and refactor newGeminiPage to use updateGeminiPage.
nytpu
2021-03-16
implement New* routines for fetching and creating new feeds/pages.
nytpu