jasmine dc7f600ac7 | ||
---|---|---|
LICENSE | ||
README.md | ||
feed_generator.php |
README.md
xml-feed-generator
an RSS/atom feed generator for my personal site 🐱
the basic logic of this PHP script:
- matches files in a specificied directory
- parses values retrieved from the following strings/HTML elements, as children of a feed
<entry>
:<h2>
as<title>
- the
datetime
attribute of<time>
as<updated>
<element class="p-summary">
as<summary>
<element class="e-content">
(or<element class="entry"
for older markup) as<content>
/path/to/blog/entry
as<id>
/<link>
- outputs all of the above to
articles.xml
in another directory.
feel free to modify for your needs!