Procedural File: syndication.php
Source Location: /public_html/admin/syndication.php
Page Details:
Content syndication administration page: Here you can create, edit, and delete feeds in various formats for Geeklog and its plugins.
Includes:
changeFeedStatus [line 85]
void changeFeedStatus(
array $enabledfeeds, array $visiblefeeds)
|
|
Toggle status of a feed from enabled to disabled and back
Parameters
| array |
$enabledfeeds |
array containing ids of enabled feeds |
| array |
$visiblefeeds |
array containing ids of visible feeds |
deletefeed [line 598]
string deletefeed(
int $fid)
|
|
Delete a feed.
Tags:
Parameters
deleteFeedFile [line 67]
void deleteFeedFile(
string $filename)
|
|
Delete a feed's file
Parameters
| string |
$filename |
filename (without the path) of the feed |
editfeed [line 262]
string editfeed(
[int $fid = 0], [string $type = ''])
|
|
Display the feed editor.
Tags:
Parameters
| int |
$fid |
feed id (0 for new feeds) |
| string |
$type |
type of feed, e.g. 'article' |
find_feedFormats [line 134]
array find_feedFormats(
)
|
|
Get a list of feed formats from the feed parser factory.
Tags:
get_articleFeeds [line 155]
array get_articleFeeds(
)
|
|
Return list of types available for article feeds
Tags:
listfeeds [line 189]
newfeed [line 453]
Create a new feed. This is an extra step to take once you have a plugin installed that supports the new Feed functions in the Plugin API. This will let you select for which plugin (or Geeklog) you're creating the feed.
Tags:
savefeed [line 503]
string savefeed(
array $A)
|
|
Save feed.
Tags:
Parameters
|