<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ezcms.git/rss_generator.py, branch mjfer.net</title>
<subtitle>Basic flask app I made to serve mjfer.net
</subtitle>
<id>https://git.mjfer.net/ezcms.git/atom?h=mjfer.net</id>
<link rel='self' href='https://git.mjfer.net/ezcms.git/atom?h=mjfer.net'/>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/'/>
<updated>2022-09-10T21:19:49Z</updated>
<entry>
<title>Ignore RSS descriptions for special character text</title>
<updated>2022-09-10T21:19:49Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2022-09-10T21:19:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=74183573ed3b62adb34e15383a6ce513de22b887'/>
<id>urn:sha1:74183573ed3b62adb34e15383a6ce513de22b887</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes RSS issues. Changes time tracking to git</title>
<updated>2022-03-10T23:34:22Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2022-03-10T23:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=c0be486968fe3d375d1f408eae7f954e1f5f82fc'/>
<id>urn:sha1:c0be486968fe3d375d1f408eae7f954e1f5f82fc</id>
<content type='text'>
This commit primarily changes the code base to base the file last
modified time on the output of "git log". This adds dateutil and git
itself as a dependency, but those are pretty common...

This also fixes some minor issues including:

- missing / between mjfer.net and the URI
- README up to date with latest changes
- linting
</content>
</entry>
<entry>
<title>Merge server changes from branch master</title>
<updated>2022-02-25T22:41:46Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2022-02-25T22:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=b7333699e61837793e128ae0628ac6b0b111e6dd'/>
<id>urn:sha1:b7333699e61837793e128ae0628ac6b0b111e6dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize mobile CSS. Add last update time default</title>
<updated>2021-11-02T03:56:07Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2021-11-02T03:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=ec6feec81ebab89dc6779027649b1ce517042d22'/>
<id>urn:sha1:ec6feec81ebab89dc6779027649b1ce517042d22</id>
<content type='text'>
This commit optimizes the mobile and web css to be responsive on zoom
(in supported browsers) and responsive on mobile screens. This is a
minimal optimization and lot can be done to improve it, particularly
for wider screen devices like tablets

This also adds the last update time to all views (except home).
Function logic was moved to view functions to support this and
rss_generator was changed to depend on it
</content>
</entry>
<entry>
<title>Fixes is_hidden_path, RSS. Adds txt support, RSS</title>
<updated>2021-10-18T23:53:03Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2021-10-18T23:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=7c16beb6538ccf024b552d475a26b9345bf550ec'/>
<id>urn:sha1:7c16beb6538ccf024b552d475a26b9345bf550ec</id>
<content type='text'>
This commit fixes the is_hidden_path function to work for subdirectories
and also remove entries from the RSS file

view_functions.py has been refactored use the siteconfig
file instead of the app to remove unecessary imports and avoid
circularly imports

This also moves logic for the default site directories from server.py to
siteconfig.py so it's accessible before the app runs. This has the
benefit of cleaning up the server file, but the drawback of adding the
os import to the siteconfig file. Settings have been moved around for
(hopefully) easier reading
</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>
