<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ezcms.git/README.md, branch master</title>
<subtitle>Basic flask app I made to serve mjfer.net
</subtitle>
<id>https://git.mjfer.net/ezcms.git/atom?h=master</id>
<link rel='self' href='https://git.mjfer.net/ezcms.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/'/>
<updated>2022-03-13T19:16:12Z</updated>
<entry>
<title>README updates</title>
<updated>2022-03-13T19:16:12Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2022-03-13T18:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=150b9695fdb0ebfeca0f8d5b268249bea46ea3f3'/>
<id>urn:sha1:150b9695fdb0ebfeca0f8d5b268249bea46ea3f3</id>
<content type='text'>
Adds changes to readme from mjfer.net branch. Fixes some grammar,
clarifies how to use git.
</content>
</entry>
<entry>
<title>Remove flask caching and unused imports</title>
<updated>2022-02-25T22:36:01Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2022-02-25T22:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=5589754533aab9b7edbdc41cc13c2cd189aa3c26'/>
<id>urn:sha1:5589754533aab9b7edbdc41cc13c2cd189aa3c26</id>
<content type='text'>
This removes Flask caching since it seems I'm dumb and can't implement
it correctly and it seems to serve pretty much no purpose anyway.
Caching can always be handled by the server in front

This commit also removes some unused imports that were leftover after
moving functionality to different files (like view_functions)

Flask compress might be useless too since nginx can also gzip. But I can
actually observe the change... is there any problem with double
gzipping?
</content>
</entry>
<entry>
<title>Turns off jinja caching. Fixes appropriate cache</title>
<updated>2021-10-16T22:20:46Z</updated>
<author>
<name>mjfernez</name>
<email>mjfernez@gmail.com</email>
</author>
<published>2021-10-16T22:20:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=04431658597c9b9ae489be3363c6b9478d946fcd'/>
<id>urn:sha1:04431658597c9b9ae489be3363c6b9478d946fcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adds RSS auto-generation for files in 'site'</title>
<updated>2021-10-15T00:14:53Z</updated>
<author>
<name>mjfernez</name>
<email>mjfernez@gmail.com</email>
</author>
<published>2021-10-15T00:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=c583a69362f86fcc8e1b35a45a06dd8377d6308f'/>
<id>urn:sha1:c583a69362f86fcc8e1b35a45a06dd8377d6308f</id>
<content type='text'>
This commit adds rss_generator.py which contains the main logic for
indexing the site directory and generating a feed on startup. It serves
as a sort of ad-hoc database which is accessed when /feed.xml is
requested.

Also corrects various typos, README nonsense, and expands the config
options for RSS. Instances of './templates/site' have been replaced with
the general BASE_DIR variable in the siteconfig.
</content>
</entry>
</feed>
