| [ Index ] |
|
Code source de GeekLog 1.4.1 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 562 lignes (21 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 2 fichiers public_html/admin/auth.inc.php public_html/lib-common.php |
| changeFeedStatus($fid) X-Ref |
| Toggle status of a feed from enabled to disabled and back param: int $fid ID of the feed return: void |
| find_feedFormats() X-Ref |
| Get a list of feed formats from the feed parser factory. return: array array of names of feed formats (and versions) |
| get_geeklogFeeds() X-Ref |
| Create a list of feed types that Geeklog offers. return: string an array with id/name pairs for every feed |
| listfeeds() X-Ref |
| Pas de description |
| editfeed($fid = 0, $type = '') X-Ref |
| Display the feed editor. param: int $fid feed id (0 for new feeds) param: string $type type of feed, e.g. 'geeklog' return: string HTML for the feed editor |
| newfeed() X-Ref |
| 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. return: string HTML for the complete page (selection or feed editor) |
| savefeed($A) X-Ref |
| Save feed. param: array $A return: string HTML redirect on success or feed editor + error message |
| deletefeed($fid) X-Ref |
| Delete a feed. param: int $fid feed id return: string HTML redirect |
| Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
|