| [ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 750 lines (24 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 12 files inc/pageutils.php inc/events.php inc/indexer.php inc/search.php inc/parser/xhtml.php inc/media.php inc/IXR_Library.php inc/common.php inc/init.php inc/auth.php inc/fulltext.php inc/changelog.php |
dokuwiki_xmlrpc_server:: (18 methods):
dokuwiki_xmlrpc_server()
rawPage()
getAttachment()
getAttachmentInfo()
htmlPage()
listPages()
listAttachments()
listBackLinks()
pageInfo()
putPage()
putAttachment()
deleteAttachment()
_media_upload_action()
aclCheck()
listLinks()
getRecentChanges()
pageVersions()
wiki_RPCVersion()
Class: dokuwiki_xmlrpc_server - X-Ref
Contains needed wrapper functions and registers all available| dokuwiki_xmlrpc_server() X-Ref |
| Constructor. Register methods and run Server |
| rawPage($id,$rev='') X-Ref |
| Return a raw wiki page |
| getAttachment($id) X-Ref |
| Return a media file encoded in base64 author: Gina Haeussge <osd@foosel.net> |
| getAttachmentInfo($id) X-Ref |
| Return info about a media file author: Gina Haeussge <osd@foosel.net> |
| htmlPage($id,$rev='') X-Ref |
| Return a wiki page rendered to html |
| listPages() X-Ref |
| List all pages - we use the indexer list here |
| listAttachments($ns, $options = array() X-Ref |
| List all media files. Available options are 'recursive' for also including the subnamespaces in the listing, and 'pattern' for filtering the returned files against a regular expression matching their name. author: Gina Haeussge <osd@foosel.net> |
| listBackLinks($id) X-Ref |
| Return a list of backlinks |
| pageInfo($id,$rev='') X-Ref |
| Return some basic data about a page |
| putPage($id, $text, $params) X-Ref |
| Save a wiki page author: Michael Klier <chi@chimeric.de> |
| putAttachment($id, $file, $params) X-Ref |
| Uploads a file to the wiki. Michael Klier <chi@chimeric.de> |
| deleteAttachment($id) X-Ref |
| Deletes a file from the wiki. author: Gina Haeussge <osd@foosel.net> |
| _media_upload_action($data) X-Ref |
| Moves the temporary file to its final destination. Michael Klier <chi@chimeric.de> |
| aclCheck($id) X-Ref |
| Returns the permissions of a given wiki page |
| listLinks($id) X-Ref |
| Lists all links contained in a wiki page author: Michael Klier <chi@chimeric.de> |
| getRecentChanges($timestamp) X-Ref |
| Returns a list of recent changes since give timestamp author: Michael Klier <chi@chimeric.de> |
| pageVersions($id, $first) X-Ref |
| Returns a list of available revisions of a given wiki page author: Michael Klier <chi@chimeric.de> |
| wiki_RPCVersion() X-Ref |
| The version of Wiki RPC API supported |
| Generated: Tue Dec 2 01:30:01 2008 | Cross-referenced by PHPXref 0.7 |