<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ezcms.git/siteconfig.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-03-10T23:34:22Z</updated>
<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>accidentally merged the example siteconfig woops</title>
<updated>2022-02-25T22:53:09Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2022-02-25T22:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=1ac3a30c46e099436ccdb254a55a07cb62d9588a'/>
<id>urn:sha1:1ac3a30c46e099436ccdb254a55a07cb62d9588a</id>
<content type='text'>
</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>Removed "/site" appendage. CSS fixes</title>
<updated>2021-12-22T21:38:35Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2021-12-22T21:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=e4b7179c121473be2e53999cc50933521498c7a9'/>
<id>urn:sha1:e4b7179c121473be2e53999cc50933521498c7a9</id>
<content type='text'>
This commit removes the "/site" appended to every directory and solved
the problem of redirecting links correctly by setting 'parent_dir' in
the main view context to point to '/' by default.

This also changes how titles appear to conform to my sensibilities.
</content>
</entry>
<entry>
<title>Merge branch 'master' into mjfer.net</title>
<updated>2021-11-26T20:25:43Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2021-11-26T20:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=5265b6ffb405f019647fd28ede8458fd6ab40dc5'/>
<id>urn:sha1:5265b6ffb405f019647fd28ede8458fd6ab40dc5</id>
<content type='text'>
Updates branch to the saner config setup
</content>
</entry>
<entry>
<title>Separates user configuration siteconfig from core</title>
<updated>2021-11-26T20:22:22Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2021-11-26T20:22:22Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=274a23b6fe167d30ce063aa1cc2f07374d18bc04'/>
<id>urn:sha1:274a23b6fe167d30ce063aa1cc2f07374d18bc04</id>
<content type='text'>
Creates config.py to handle all filesystem stuff
</content>
</entry>
<entry>
<title>Commit all local files for mjfer.net</title>
<updated>2021-11-07T20:37:34Z</updated>
<author>
<name>mjfernez</name>
<email>mjf@mjfer.net</email>
</author>
<published>2021-11-07T20:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.mjfer.net/ezcms.git/commit/?id=9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5'/>
<id>urn:sha1:9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5</id>
<content type='text'>
Excepting files in site-files.git
</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>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>
