Each of the items below is a command located in the
www-bin directory. FeedMagick commands are intended
to be self-documenting and provide human-usable forms to be used in
composing invocations. Click on one of the links below to begin
using one of these commands:
-
alias.php
Utility to build and use shortened alias URLs, useful for
long URLs resulting from many layers of filters.
-
alter-feed-header.php
Alter top-level header elements (ie. title, description, copyright) for a
given feed. Does not insert new header elements.
-
as-json.php
Converts feed data parsed by MagpieRSS into JSON structures
for use in browser-side applications.
-
combo-filter.php
Combine the unique, subject, header, and stylesheet filters into one
big filter. Useful, and demonstrates chaining.
-
ficlets-disabled.php
Special-purpose bootstrap for cached enhanced Ficlets feed.
-
passthru-dom.php
Pass-through using DOM feed filter. Used for testing the base DOM
filter.
-
passthru-sax.php
Pass-through using SAX feed filter. Used for testing the base SAX
filter.
-
stylesheet-adder.php
Associates an XSL stylesheet with a feed by injecting the appropriate
processing instruction into the feed source.
-
subject-filter.php
Filters feed items on dc:subject elements, matching a
whitespace-bounded word given in the subject query param.
-
summarize-feed.php
Produce a summary feed by stripping out HTML content and shortening
descriptions and summaries.
-
technorati-related.php
Injects Technorati related links into feed items. Very slow and
experimental.
-
uniq.php
Produce a feed of unique items, keyed on the contents of an item-level
element specified in the id_element parameter.