Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Convert Atom feed dates to UTCv1.0.7 | Nicholas Johnson | 2023-10-15 |
| | | | | | | Atom feed dates reported as UTC were not necessarily UTC. The entry archetype converts from local to UTC by default, but the user may override that behavior. | ||
* | Convert archetype dates to UTC | Nicholas Johnson | 2023-10-15 |
| | | | | | | For privacy reasons, user time zones are not recorded at the moment they are created by an archetype. Without knowing the time zone offset, the true date is ambiguous. To correct this, all dates are converted to UTC. | ||
* | Fix date rendering of rights tag in Atom feeds | Nicholas Johnson | 2023-02-24 |
| | |||
* | Add back self-closing tags | Nicholas Johnson | 2022-04-30 |
| | |||
* | Change date format in Atom feed | Nicholas Johnson | 2022-04-30 |
| | |||
* | Escape HTML content in Atom feed | Nicholas Johnson | 2022-04-30 |
| | |||
* | Fix XML version string | Nicholas Johnson | 2022-04-30 |
| | |||
* | Clean up Atom feed templates | Nicholas Johnson | 2022-04-30 |
| | |||
* | Remove self-closing tags from Atom feeds | Nicholas Johnson | 2022-04-30 |
| | |||
* | Remove extra dollar signs from atom feed template | Nicholas Johnson | 2022-04-30 |
| | |||
* | Use site title for Atom feed title | Nicholas Johnson | 2022-04-30 |
| | |||
* | Remove CDATA from Atom feed | Nicholas Johnson | 2022-04-30 |
| | |||
* | Remove variable declaractions and conditions from Atom feed templates | Nicholas Johnson | 2022-04-30 |
| | |||
* | Add XML version to website atom feed | Nicholas Johnson | 2022-04-30 |
| | |||
* | Initial commit | Nicholas Johnson | 2022-04-28 |