diff options
| author | mjfernez <mjf@mjfer.net> | 2022-03-13 14:50:25 -0400 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2022-03-13 14:50:25 -0400 | 
| commit | 85857a4bdb4043c23db268474f4fb3d7ff2d9da8 (patch) | |
| tree | a07af772871f1648f1382e3d6d0309dc84f84c62 | |
| parent | c0be486968fe3d375d1f408eae7f954e1f5f82fc (diff) | |
| download | ezcms-85857a4bdb4043c23db268474f4fb3d7ff2d9da8.tar.gz | |
README updates
Removes caching from the README. Adds git as a requirement for setting
the last update date according to the output of git log
| -rw-r--r-- | README.md | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -175,12 +175,12 @@ replace the HTML with your own license (or none), by editing  `templates/site/license.html` -### RSS and Caching +### RSS  This app comes packaged with an auto-RSS generator that makes a feed  based on the files in the site directory, presuming you use git to keep -track of your files. You can omit files by adding -them to the omit file from the perspective of the site dir. +track of your files. You can omit files by adding them to the omit file +from the perspective of the site dir.  For example: | 
