adrianshort / planningalerts

Automatically exported from code.google.com/p/planningalerts
0 stars 0 forks source link

Allow users to set an arbitrary title for generated GeoRSS feeds #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In nearly all cases, when someone requests a feed from the API we do not
know the real intention or context of that set of data. We should allow the
user to set their own arbitrary feed title by passing a title parameter to
the API call.

eg.:

http://www.planningalerts.com/api.php?call=postcode&postcode=SM11AY&area_size=m&
title=Planning%20applications%20in%20Sutton%20town%20centre

The title parameter must be URL encoded.

We can discuss whether we should forcibly append " [from
PlanningAlerts.com]" to the end of the user's requested title.

Original issue reported on code.google.com by adrian.s...@gmail.com on 27 Feb 2008 at 10:06