15 Commits

Author SHA1 Message Date
0c87392910 Documents and Documentation (beta 1) (#23)
- Change to SQLite document store
- Complete documentation on usage of Feed Reader Central
- Update INSTALLING.md for new installation procedures

Reviewed-on: #23
2024-06-12 02:07:35 +00:00
9d59bfb1c6 Add search index (#15)
- Add utility rebuild script
- Add Search to header
- Add shell of search page
- Add search query support to ItemList
2024-05-26 14:18:20 -04:00
4fa4dcb831 Alpha 6: Feed-level Pages (#21)
Reviewed-on: #21
2024-05-23 23:04:41 +00:00
d8ba178c55 Add pruning support (#12) 2024-04-29 23:01:49 -04:00
cab26db255 First cut of log on page (#9)
- Add session support
- Refactor security handling to use db connection
- Fix db path issue
2024-04-15 23:25:58 -04:00
c74d9ccb74 Allow HTML in all item content
RSS description may contain encoded entities
2024-04-14 20:05:39 -04:00
da9a569e4a Add editing of feed URL (#4)
- Move feed-specific database calls to Feed class
- Detect when feed items have been updated
- Add const keys for $_REQUEST values
2024-04-11 22:01:36 -04:00
7d294b9be8 Add date for RSS feeds (#4)
- First cut of user message add/display
2024-04-11 19:07:39 -04:00
8ca4bf2109 Change from SimpleXML to DOM (#4)
This API is more reliable, and should help when implementing the "load a site's HTML and look for feed links" functionality coming before the final release
2024-04-10 20:50:45 -04:00
0530ed0dc9 WIP on adding feed items (#4) 2024-04-09 23:14:53 -04:00
5c92c8c7d6 Retrieve feed, add to database (#4) 2024-04-09 21:16:34 -04:00
7d30454d90 WIP on add/edit feed page (#4) 2024-04-06 11:02:48 -04:00
74bc83f266 Add single user security mode (#3)
- Tweaks to SQL column definitions
- Implement class autoloading
- Split user config into its own file
2024-04-05 22:14:24 -04:00
8db4216ea2 Fix table creation (#2)
- Add Caddyfile
- Add start of vanilla layout
2024-04-04 20:49:25 -04:00
9e027ca51e Add initial data tables (#2) 2024-04-04 19:15:58 -04:00