You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ A simple, opinionated, RSS feed aggregator.
8
8
9
9
The following features are built into the application:
10
10
11
+
- Supports RSS and ATOM formats.
11
12
- Regular auto-fetching of RSS feeds (Every hour).
12
13
- Custom feed names and colors.
13
14
- Feed-based tags for categorization.
@@ -30,6 +31,8 @@ This is not a list of planned features. Please see the [Low Maintenance Project]
30
31
- No customization, extension or plugin system.
31
32
- No organisation upon feed-level tagging.
32
33
34
+
Upon the above, it's quite likely you'll come across issues. This project was created to meet a personal need while learning some new technologies. Much of the logic is custom written instead of using battle-tested libraries.
$this->assertEquals('BookStack v22.06 is now here! This release was primarily refinement focused but it does include some great new features that may streamline your usage of the platform.', $posts[0]->description);
@@ -75,6 +76,7 @@ public function test_it_parses_single_post()
$this->assertEquals('BookStack v22.06 is now here! This release was primarily refinement focused but it does include some great new features that may streamline your usage of the platform.', $posts[0]->description);
@@ -156,4 +158,106 @@ public function test_descriptions_in_html_are_parsed()
156
158
$this->assertEquals('Some really cool text & with £ entities within', $posts[0]->description);
0 commit comments