Skip to content

Commit ac2b1c1

Browse files
committed
readme: talk nicely about the web app.
1 parent 130a0ce commit ac2b1c1

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

README.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
It is designed to allow writing feed reader applications
66
without any business code,
7-
and without depending on a particular framework.
7+
and without depending on a particular framework;
8+
in MVC 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

5961
What *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

docs/guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Reader object
2121
Most *reader* functionality is available through a :class:`Reader` instance,
2222
which persists feed and entry state
2323
and provides operations on them;
24-
in :abbr:`MVC (model–view–controller)` parlance,
24+
in :abbr:`MVC (model–view–controller)` terms,
2525
you would probably call it a fat model.
2626

2727

0 commit comments

Comments
 (0)