AtomPub Server
| Author: | Event Systems AS (profile at wordpress.org) |
| WordPress version required: | |
| WordPress version tested: | |
| Plugin version: | 1.0 |
| Added to WordPress repository: | 11-02-2011 |
| Last updated: | 11-02-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://github.com/arktekk/wordpress-atompub/... |
| Total downloads: | 1 765 |
| Active installs: | 10+ |
![]() Click to start download |
|
o Use the XML writer API to instead of creating gigantic strings.
URL Design
Types:
page index: positive integer
page type: enum: abc (post), xyz (page)
Service Document
/?atompub=service
Returns a application/atomsvc+xml resource
List of feeds
- List feed
- All children of a specific page
List feed
A list of all posts of a type (post or page)
/?atompub=list&page_type=&page=
Mime type: application/atom+xml
Atom id: /?atompub&page_type=
Children of a specific page
/?atompub=list&page_type=&page=&parent=
Mime type: application/atom+xml
Atom id: /?atompub&page_type=
