activeRenderer API
 activeRenderer provides rendering web services through both REST and XML-RPC APIs.
 RESTful API calls are regular HTTP GET requests.
 REST APIs are very easy to experiment with.
 The activeRenderer REST server answers at http://api.activerenderer.com/activeRenderer/render/
 You need to add parameters to the server's URL: http://api.activerenderer.com/activeRenderer/render/?param=value&param=value...
 Parameters list
 XML-RPC transmits XML formatted function calls and returned values through HTTP POST requests.
 XML-RPC is great for calling rendering services from other programming languages, provided these languages support XML-RPC natively or through a library.
 The activeRenderer XML-RPC server answers at http:://rpc.activerenderer.com/, on port 80.
 You can call 2 rendering functions. Both functions return a string, including the HTML rendering of the string you've passed as first parameter, but not including the full HTML header/body structure.
 activeRenderer.opmlRenderer
 activeRenderer.rssRenderer
 Implementation notes
 Examples

activeRoll view OPML
 demos
 mailing lists
 tutorials
 faq
 advanced information
preview nodes
hide wedges
feedback: Click here to send feedback.
activeRenderer News view RSS
 Radio Upstreaming Beta and activeRenderer
 activeRenderer Users Gallery Update
 Outline link macros
 With the webOutliner tool installed...
XML version opml 1.0
updated: 8/26/05; 11:47:27 AM