Commits
- Commit:
9e0ba934362a7537b7f206c419f40c138508d96b
- From:
- Matthew Streatfield <StreatCodes@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #3 from ollytom/main
add opml package
- Commit:
8dfb72dda0321813659e4a002f69ac988a0143fd
- From:
- Oliver Lowe <o@olowe.co>
- Date:
add opml package
Feed readers use OPML to exchange lists of feeds, which is what any
applications developed here may do at some point, too. This package
only does decoding for now; I dumped my own feeds out of my own feed
reader app as a quick test to see how tricky this would be!
- Commit:
ccfca0aabb4388eed90e53cb4bad4798a81e6458
- From:
- Matthew Streatfield <StreatCodes@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #2 from ollytom/main
atom: implement feed decoding
- Commit:
848b29c4c69a1837ec426676170747fd0d830885
- From:
- Oliver Lowe <o@olowe.co>
- Date:
atom: implement feed decoding
Terrible test but hopefully enough for a sanity check in these
(very!) early stages!
- Commit:
33d9e23c99af8e8c059dd587cf9ee8d61734d300
- From:
- Matthew Streatfield <StreatCodes@users.noreply.github.com>
- Via:
- GitHub <noreply@github.com>
- Date:
Merge pull request #1 from ollytom/main
import atom package
- Commit:
a9f96a604b510116b1178805feac471ee101a3d8
- From:
- Oliver Lowe <o@olowe.co>
- Date:
import atom package
Atom is easier feed format to parse as it's stricter than RSS 2.0.
Both are common in the wild but I thought Atom would be a good start.
And of course this a better place for the package rather than my
random Go package repo.
- Commit:
3f7e247f5e371934a15857d90f183e254bec9d2d
- From:
- Matt Streatfield <matt.r.streatfield@gmail.com>
- Date:
Fix header not showing when it should
- Commit:
c5d28ad2701eddf2b1c05d0cc3d59240aae93dce
- From:
- Matt Streatfield <matt.r.streatfield@gmail.com>
- Date:
Add search result handler
Redo templates so they're more re-usable
- Commit:
ddd1846e580ab46048219bf6f2ab758da62320f3
- From:
- Matt Streatfield <matt.r.streatfield@gmail.com>
- Date:
Continue building out search page
- Commit:
fa8f6cc14f8f49fbee4c61d007f8a36c0c39253f
- From:
- Matt Streatfield <matt.r.streatfield@gmail.com>
- Date:
Add HTMX
- Commit:
c37c785b3570259cde7bdaa2a5133aae4cb0c21b
- From:
- Matt Streatfield <matt.r.streatfield@gmail.com>
- Date:
Initial search view
- Commit:
d95718e9ce49029c8c2d565030da7ba34db4a192
- From:
- Matt Streatfield <matt.r.streatfield@gmail.com>
- Date:
Initial commit