]> Lady’s Gitweb - Shrine-XSLT/commit
Basic support for Atom feeds 0.3.0
authorLady <redacted>
Fri, 23 Dec 2022 21:01:51 +0000 (13:01 -0800)
committerLady <redacted>
Sat, 29 Apr 2023 03:05:05 +0000 (20:05 -0700)
commite56ab0f26f35e32120971057b6db350175672c90
treefbf3947f64bb8174b10af3b37e4eac371477abc7
parente909485e807eb94a39b384076d52c86cabadc07d
Basic support for Atom feeds

• Files with an `.atom` extension will be passed through the same
  X·S·L·T transform as `.xml` files, which now has Atom‐specific rules.

• Automatic generation for basic metadata. There is probably more work
  to do here to automatically pull things like titles and summaries.

Other small improvements added as a part of this work :—

• The `transform.xslt` file is now specified via a `$(TRANSFORM)`
  variable in the Makefile and can be overridden.

• The `xmlns:html` attribute is manually removed from the root element
  of outputted H·T·M·L (if it exists).

• Subdirectories are now properly created in the `public/` folder when
  needed.
GNUmakefile
README.markdown
sources/blog/1972-12-31.xml [new file with mode: 0644]
sources/feed.atom [new file with mode: 0644]
transform.xslt
This page took 0.019831 seconds and 4 git commands to generate.