publish_web
Description:
If the local web server has been executed (with hub_switch) this
function exposes the given channel as an Atom formatted file avalable to http://[LOCAL_IP:DEFINED_PORT]/id .
Parameters:
| this | |
| channel |
the FeedChannel to dump in the file. |
| items |
list of FeedItems to be added in the feed. |
| id |
name used in the external URL of the feed. |
Returns:
|
true if the file is successfully written, false otherwise. |