~hxii/saisho

1163d049 — Paul (hxii) Glushak 4 years ago master
Remove custom page form. oopsie
92320f63 — Paul (hxii) Glushak 4 years ago
Update to 20200830
0afe9ea9 — Paul (hxii) Glushak 4 years ago
Upstream minor changes. See https://sho.glushak.net/changelog for details
04c2ae8e — Paul (hxii) Glushak 4 years ago
Revert "Code rewritten. See https://sho.glushak.net/about#but-what-is-saisho-mk-2"

This reverts commit caa5d4c2226989b373304a0a63c9e244e932b927, reversing
changes made to e50e29d44b14db31ed143dcbde9f97e098ad292d.
caa5d4c2 — Paul (hxii) Glushak 4 years ago
Code rewritten. See https://sho.glushak.net/about#but-what-is-saisho-mk-2
e50e29d4 — Paul (hxii) Glushak 4 years ago
Code rewritten. See https://sho.glushak.net/about#but-what-is-saisho-mk-2
d978b204 — Paul (hxii) Glushak 4 years ago
0.1.1 - New Muji template and feed generation
c4348375 — Paul (hxii) Glushak 4 years ago
0.1.1

- Added RSS feed. Runs on every load. Generates feed only if the XML file is too old (based on feed_time).
- New Muji Template (old one is under home.old).
- Hopefully cleaner code.
- Using CRC32 instead of MD5 as it's faster.
- Using `str_replace` instead of `preg_replace` for content injection as it's faster.
- Minor modification to template (both files are there) with a grid layout.
- 404 template.
- Version and header added.
Upstream changes

- Hopefully cleaner code.
- Using CRC32 instead of MD5 as it's faster.
- Using `str_replace` instead of `preg_replace` for content injection as it's faster.
- Minor modification to template (both files are there) with a grid layout.
- 404 template.
- Version and header added.
Position Sorting
Position sorting
- Fixed homepage content not showing. This was due to this: https://stackoverflow.com/a/45643569
- Metadata removal by universal regex rather than specific tags.
- Skip homepage from get_list().
- Metadata filter now using strpos instead of comparison.
- Template fixes.
Bug fixes

- Fixed homepage content not showing. This was due to this: https://stackoverflow.com/a/45643569
- Metadata removal by universal regex rather than specific tags.
- Skip homepage from get_list().
- Metadata filter now using strpos instead of comparison.
- Template fixes.
Init commit
Initial commit
Filter & Sorting update
Update README
Next