spin-rss Change History

1.25 (2012-12-22)

When generating the RSS feed for book reviews, strip out the ebook disclaimer paragraph the same as is done for the HTML version.

Lines changed: +6 -2

1.24 (2011-12-11)

When converting journal pages, remove one fewer line from the end of the page. The previous behavior was fine for the sorts of pages I was converting before, but it didn't work properly with some sorts of lists.

Lines changed: +1 -2

1.23 (2010-10-12)

Always surround the description data for each entry with CDATA, and in the case of paragraphs generated directly from a description in an .rss file, also wrap them in <p> to create a valid HTML fragment.

Previously, descriptions taken directly from .rss were reproduced without change or further HTML wrapping in the RSS file, which caused problems if they contained escaped HTML tags like <body>.

Lines changed: +7 -5

1.22 (2010-04-12)

Correctly handle links to the base URL

If the link for a particular entry is /, treat that as a link to the base URL and don't add an additional / to the end of the base URL.

Lines changed: +6 -2

1.21 (2010-03-27)

Minor adjustments for my new journal entry formatting

Lines changed: +4 -3

1.20 (2008-11-08)

Recognize all URL schemes as not being relative, not just http and https, when rewriting HTML to fix relative URLs.

Lines changed: +2 -2

1.19 (2008-10-05)

Add POD documentation. Add a new metadata field, Recent, which defines how many recent entries to include in output files of type index or rss.

Lines changed: +314 -7

1.18 (2008-09-14)

Escape backslashes in thread output from simple descriptions in .rss files.

Lines changed: +2 -1

1.17 (2008-08-18)

Fix yet another problem with the previous change. Sigh.

Lines changed: +2 -2

1.16 (2008-08-18)

Fix a syntax error in the previous change.

Lines changed: +6 -1

1.15 (2008-08-18)

Rather than assuming that an .rss file defines only a single RSS output file with a URL given by RSS in the metadata, take an RSS-Base key in the metadata and form the URL by appending the base filename to that URL.

Lines changed: +17 -15

1.14 (2008-08-17)

Don't always append a \heading and \h1 tag to generated thread; instead, use only the Thread-Prefix if present and print the default \heading and \h1 tags only if no Thread-Prefix is set.

Lines changed: +4 -3

1.13 (2008-08-13)

Don't include seconds in the times in footers of index entries.

Lines changed: +2 -2

1.12 (2008-08-13)

Fix parsing of \rating commands when converting reviews into index thread files.

Lines changed: +2 -2

1.11 (2008-08-13)

Add support for converting image URLs in index output to relative paths so that the automatic sizing support in spin will work properly.

Lines changed: +27 -5

1.10 (2008-08-13)

Improve link canonicalization for RSS output.

Lines changed: +3 -3

1.9 (2008-08-13)

Add support for generating the journal index.th from the .rss file by adding a new file output type, index, which writes a different style of thread. Fixed URL canonicalization in both index and RSS output. Improved the status output.

Lines changed: +139 -9

1.8 (2008-05-29)

Put the title and author of a review into the RSS as the first paragraph, since otherwise we lose the author information.

Lines changed: +13 -2

1.7 (2008-05-18)

Fix formatting of the info section for magazines.

Lines changed: +2 -1

1.6 (2008-05-09)

Add support for a Thread-Prefix metadata header which, if set, defines text to add to the beginning of a generated thread file for an RSS feed.

Clean up the URLs for book reviews slightly.

Lines changed: +9 -5

1.5 (2008-04-24)

Fix newlines on continuation lines.

Lines changed: +2 -1

1.4 (2008-04-22)

Correctly handle creating empty RSS files when there are no matching entries.

Lines changed: +10 -2

1.3 (2008-04-20)

Fix the path to spin.

Lines changed: +3 -3

1.2 (2008-04-19)

Change the format of the input file to use an RFC-2822-style format. Add support for journal posts and reviews. Move the output specification into the input file rather than the command-line and support configuring both RSS and thread output and limiting the output for each file by tag. Limit RSS output to the latest 15 entries with the relevant tag.

Lines changed: +157 -48

1.1 (2008-04-18)

Initial working version. No documentation and only generates a top-level RSS feed and changes page from a .changes file.

Generated by cvs2xhtml 1.15 on 2022-02-06