<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ezcms.git/requirements.txt, 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-02-25T22:36:01Z</updated>
<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>Caching support. Separate views.py in 2 files</title>
<updated>2021-10-11T02:15:07Z</updated>
<author>
<name>mjfernez</name>
<email>mjfernez@gmail.com</email>
</author>
<published>2021-10-11T02:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=02a37ad308fbcc27a04787c84a76de7c2936a6d5'/>
<id>urn:sha1:02a37ad308fbcc27a04787c84a76de7c2936a6d5</id>
<content type='text'>
This commit adds the Flask-Caching module to the software stack and
enables the caching of views in a wide variety of ways, but implemented
here to be simple to understand to someone new to the concept of caching
(aka me).

Various documentation and formatting was applied to all files. views.py
internal functions (mostly related to filesystem operations of the
server). have been moved into view_functions.py
</content>
</entry>
<entry>
<title>Adds gzip support by default</title>
<updated>2021-10-07T01:47:10Z</updated>
<author>
<name>mjfernez</name>
<email>mjfernez@gmail.com</email>
</author>
<published>2021-10-07T01:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=a800163aeae0998fa49f011664f32a6c348db886'/>
<id>urn:sha1:a800163aeae0998fa49f011664f32a6c348db886</id>
<content type='text'>
This commit adds Flask-Compress to the stack, an excellent module that
makes the site load faster. This also adds and amends the default
siteconfig
</content>
</entry>
<entry>
<title>removed unnecessary requirement</title>
<updated>2021-06-07T05:00:01Z</updated>
<author>
<name>mjfernez</name>
<email>mjfernez@gmail.com</email>
</author>
<published>2021-06-07T05:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=e36167843d8b23c057d244d38a7f96b584db2912'/>
<id>urn:sha1:e36167843d8b23c057d244d38a7f96b584db2912</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first commit</title>
<updated>2021-06-07T04:40:39Z</updated>
<author>
<name>mjfernez</name>
<email>mjfernez@gmail.com</email>
</author>
<published>2021-06-07T04:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=ca5b85fb744221588859f3639ba7e4da0bc82649'/>
<id>urn:sha1:ca5b85fb744221588859f3639ba7e4da0bc82649</id>
<content type='text'>
</content>
</entry>
</feed>
