Revisions for jonah/delivery/rss.php

Location: [ Horde ] / jonah / delivery / rss.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.35 (+2 -2 lines) 08/18/2008 09:36 AM Jan Schneider jan

Escape

1.34 (+3 -2 lines) 08/12/2008 01:21 AM Chuck Hagenbuch chuck

This is all set by user input anyway, but we should use Util::nonInputVar when
checking for variables that may or may not be set by an including file.

1.33 (+24 -11 lines) 08/11/2008 03:29 PM Ben Klang bklang

Make delivery usable via RESTful methods.

Example: http://site/jonah/delivery/rss/channel_id/1
Example: http://site/jonah/delivery/html/tag_id/1/channel_id/2

Todo: Implement lookups of channel and tag IDs via human-friendly names

1.32 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.31 (+2 -2 lines) 10/08/2007 08:52 PM Michael Rubinsky mrubinsk

This may not be set (like when we are publishing an rss feed for a channel that *we* get externally).

1.30 (+14 -6 lines) 07/31/2007 10:25 PM Chuck Hagenbuch chuck

Add tag search support for RSS delivery.

1.29 (+2 -2 lines) 01/02/2007 07:48 AM Jan Schneider jan

Happy New Year

1.28 (+4 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.27 (+2 -2 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.26 (+2 -2 lines) 09/10/2006 01:50 PM Chuck Hagenbuch chuck

Remove Jonah_News::singleton() and unnecessary references. Use
Jonah_News::factory() instead.

1.25 (+2 -2 lines) 05/15/2006 01:30 PM Jan Schneider jan

Allow to set channel URL for internal channels.

1.24 (+2 -3 lines) 05/12/2006 05:51 AM Jan Schneider jan

Send content type of text/xml. application/rss+xml is not an official mime
type anyway, and this way the xsl stylesheets are actually usable.

1.23 (+13 -6 lines) 05/11/2006 06:43 PM Jan Schneider jan

Add RSS 2.0 feed generator, which is also the default feed now.

1.22 (+1 -8 lines) 05/11/2006 09:32 AM Jan Schneider jan

$story_url is no longer used.

1.21 (+2 -2 lines) 05/10/2006 04:54 PM Jan Schneider jan

Clean up url generation. story_url is always the value from the backend now,
and story_link the link that will be used in all story listings.

1.20 (+4 -2 lines) 03/03/2006 07:46 PM Chuck Hagenbuch chuck

Add XSL stylesheets for clients that try to show feeds in the browser.
This would work better in at least Firefox if we sent the content-type
as text/xml, but that goes against the idea of USM. Not sure if one is
more useful than the other.

1.19 (+2 -2 lines) 02/24/2006 04:03 PM Chuck Hagenbuch chuck

Avoid questions on where to place the & by simply removing it where
there's no point to having it. :)

1.18 (+3 -2 lines) 02/24/2006 03:55 PM Chuck Hagenbuch chuck

[cjh] Deliver RSS feeds in a way that supports USM
(http://www.kbcafe.com/rss/usm.html, Request #2593).

1.17 (+11 -3 lines) 01/25/2006 05:45 AM Chuck Hagenbuch chuck

better error handling

1.16 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.15 (+2 -1 lines) 06/21/2005 05:36 PM Chuck Hagenbuch chuck

- html cleanup
- don't instantiate $template variable in base.php
- menu item cleanups and accesskeys
- lots of htmlspecialchars fixes

1.14 (+2 -2 lines) 03/13/2005 09:41 AM Jan Schneider jan

Add support for release dates.

1.13 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.12 (+2 -2 lines) 12/11/2004 08:40 AM Jan Schneider jan

Don't encode URL.

1.11 (+1 -0 lines) 08/29/2004 07:59 PM Jan Schneider jan

Spoke too early.

1.10 (+2 -2 lines) 08/29/2004 07:50 PM Jan Schneider jan

Parameters don't get double encoded anymore.

1.9 (+2 -2 lines) 08/19/2004 11:39 AM Jan Schneider jan

Fix link generation and charset of sent stories.

1.8 (+8 -4 lines) 08/19/2004 10:41 AM Jan Schneider jan

Allow to specify an alternative story URL.

1.7 (+6 -5 lines) 07/26/2004 04:49 AM Jan Schneider jan

Fix channel date and add channel link.

1.6 (+8 -7 lines) 07/11/2004 07:53 AM Jan Schneider jan

Set correct charset in RSS feed.

1.5 (+2 -2 lines) 07/10/2004 01:58 PM Jan Schneider jan

Fix error string.

1.4 (+3 -3 lines) 05/24/2004 03:07 PM Chuck Hagenbuch chuck

trailing ws

1.3 (+2 -2 lines) 03/02/2004 07:58 PM mdjukic

update paths

1.2 (+2 -2 lines) 03/02/2004 10:52 AM mdjukic

change template name

1.1 03/01/2004 07:46 AM mdjukic

clean this script up to display only rss feeds