blog.ocs_url

Previous page  First page  Next page

blog.ocs_url is a string variable containing the URL for the OCS feed for the blog.

 

OCS is short for Open Content Syndication. An OCS feed is an XML document that allows client software such as a new aggregator to see what "channels" a web site has. In the case of blog system blogs, the OCS feed lets client software see what categories a blog contains and the URLs to access them.

 

A complete description of OCS is available in the OCS section of the Internet Alchemy Weblog.

 

 

Example

 

In the example below, the text OCS Feed is linked to the URL for the OCS feed of the blog:

 

<a href="{{blog.ocs_url}}">OCS Feed</a>