File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 44
55It is designed to allow writing feed reader applications
66without any business code,
7- and without depending on a particular framework.
7+ and without depending on a particular framework;
8+ in :abbr: `MVC ( model–view–controller ) ` terms,
9+ you'd probably call it a fat model.
810
911.. end-intro
1012
@@ -58,19 +60,13 @@ and without depending on a particular framework.
5860
5961What *reader * doesn't do:
6062
61- * provide an UI
62- * provide a REST API (yet)
6363* depend on a web framework
64- * have an opinion of how/ where you use it
64+ * have an opinion of how or where you use it
6565
66- The following exist, but are optional (and frankly, a bit unpolished) :
66+ In addition, * reader * provides :
6767
68- * a minimal web interface
69-
70- * that works even with text-only browsers
71- * with automatic tag fixing for podcasts (MP3 enclosures)
72-
73- * a command-line interface
68+ * an optional web application based on Flask, Bootstrap, and htmx
69+ * an optional command-line interface
7470
7571.. end-features
7672
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The Reader object
2121Most *reader * functionality is available through a :class: `Reader ` instance,
2222which persists feed and entry state
2323and provides operations on them;
24- in :abbr: `MVC ( model–view–controller ) ` parlance ,
24+ in :abbr: `MVC ( model–view–controller ) ` terms ,
2525you would probably call it a fat model.
2626
2727
You can’t perform that action at this time.
0 commit comments