<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Content Management System &#187; Uncategorized</title>
	<atom:link href="http://wcms.wordpress.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://wcms.wordpress.com</link>
	<description>All about WCMS !!!</description>
	<lastBuildDate>Thu, 26 Jun 2008 07:27:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='wcms.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7d2caf1e8ffbb06e1fff17995ec2098f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web Content Management System &#187; Uncategorized</title>
		<link>http://wcms.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wcms.wordpress.com/osd.xml" title="Web Content Management System" />
		<item>
		<title>What is JCR?</title>
		<link>http://wcms.wordpress.com/2008/06/26/what-is-jcr/</link>
		<comments>http://wcms.wordpress.com/2008/06/26/what-is-jcr/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 07:13:27 +0000</pubDate>
		<dc:creator>ambuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Content Repository API for Java]]></category>
		<category><![CDATA[javax.jcr]]></category>
		<category><![CDATA[JCR]]></category>
		<category><![CDATA[JSR-170]]></category>
		<category><![CDATA[JSR-283]]></category>
		<category><![CDATA[Object Database]]></category>

		<guid isPermaLink="false">http://wcms.wordpress.com/?p=18</guid>
		<description><![CDATA[Content Repository API for Java (JCR) is a specification for a Java platform API for accessing content repositories in a uniform manner. The content repositories are used in content management systems to keep the content data and also the meta-data used in CMS such as versioning meta-data. The specification was developed under the Java Community [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=18&subd=wcms&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#567ca9;">Content Repository API for Java (JCR) is a specification for a Java platform API for accessing content repositories in a uniform manner. The content repositories are used in content management systems to keep the content data and also the meta-data used in CMS such as versioning meta-data. The specification was developed under the Java Community Process as JSR-170 (Version 1) and as JSR-283 (Version 2). The main Java package is javax.jcr.</span></p>
<p><span style="color:#567ca9;">A JCR is a type of Object Database tailored to the storage, searching, and retrieval of hierarchical data. The JCR API grew out of the needs of content management systems, which require storage of documents and other binary objects with associated metadata. However the API is applicable to many types of applications. In addition to object storage the JCR provides APIs for versioning of data, transactions, observation of changes in data, and import or export of data to XML in a standard way.</span></p>
<p><span style="color:#567ca9;">The data in a JCR consists of a tree of Nodes with associated Properties. Data is stored in the Properties, which may hold simple values such as numbers and strings or binary data of arbitrary length. Nodes may optionally have one or more types associated with them which dictate the kinds of properties, number and type of child nodes, and certain behavioral characteristics of the nodes. Nodes may point to other nodes via a special reference type property. In this way nodes in a JCR offer both referential integrity and object oriented concept of inheritance. Additional node types include the referenceable node type which allows the user to reference said node through use of a universally unique identifier. Another popular type is the versionable type. This makes the repository track a document&#8217;s history and store copies of each version of the document.</span></p>
<p><span style="color:#567ca9;">The Content Repository API for Java Technology (JCR) is an ongoing effort to define a standard repository interface for the J2SE/J2EETM platforms. The goal of a content repository API is to abstract the details of application data storage and retrieval such that many different applications can use the same interface, for multiple purposes, without significant performance degradation. Content services can then be layered on top of that abstraction to enable software reuse and reduce application development time.</span></p>
<p><span style="color:#567ca9;">A traditional application uses multiple data stores during its operation. For example, a typical email application will store its configuration in a property list, its address book in a table, messages within indexed files (folders), message properties in separate tables, and search indices in a binary hash. In most cases, each of those storage formats would have their own interface. The application developer would spend a significant portion of the development effort designing, creating, and maintaining those interfaces.</span></p>
<p><span style="color:#567ca9;">For detailed information read below URL.. </span></p>
<p><span style="color:#567ca9;"><a href="http://day.com/etc/medialib/day_download_documents/white_papers.Par.0001.File.tmp/JSR_170_White_Paper.pdf">Introduction to JSR-170</a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wcms.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wcms.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcms.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcms.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcms.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcms.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcms.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcms.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcms.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcms.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcms.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcms.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=18&subd=wcms&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wcms.wordpress.com/2008/06/26/what-is-jcr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f105ca71b5e0d280309478b7a440fd22?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ambuj</media:title>
		</media:content>
	</item>
		<item>
		<title>Types of CMS</title>
		<link>http://wcms.wordpress.com/2008/06/17/types-of-cms/</link>
		<comments>http://wcms.wordpress.com/2008/06/17/types-of-cms/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:38:28 +0000</pubDate>
		<dc:creator>ambuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CMS Types]]></category>
		<category><![CDATA[Types of CMS]]></category>

		<guid isPermaLink="false">http://wcms.wordpress.com/?p=15</guid>
		<description><![CDATA[Module-based CMS

Most tasks in a document&#8217;s life-cycle are served by CMS modules. Common modules are document creation/editing, transforming and publishing.

Document transformation language-based CMS

Another approach to CMS building with use of open standards. XSLT-based CMS compile ready documents from XML data and XSLT-template. XML Sapiens-based CMS compile a document from the stream of ‘pure’ data, design [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=15&subd=wcms&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#567ca9;"><strong>Module-based CMS</strong><br />
<span style="color:#567ca9;"><br />
Most tasks in a document&#8217;s life-cycle are served by CMS modules. Common modules are document creation/editing, transforming and publishing.<br />
<span style="color:#567ca9;"><br />
<strong>Document transformation language-based CMS<br />
</strong><span style="color:#567ca9;"><br />
Another approach to CMS building with use of open standards. XSLT-based CMS compile ready documents from XML data and XSLT-template. XML Sapiens-based CMS compile a document from the stream of ‘pure’ data, design template and functionality templates.<br />
<span style="color:#567ca9;"><br />
<strong>Web-based CMS</strong><br />
<span style="color:#567ca9;"><br />
Another approach to CMS building uses databases such as PostgreSQL, MySQL or MS SQL, and scripting languages or tools such as Coldfusion, PHP, jsp or ASP to interact with the data to parse them into visual content. Data stored in a database is queried and compiled into html pages or other documents and transformed using cascading style sheets. These systems can include a number of other functions, such as discussion boards, blogs, or email newsletters.<br />
</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wcms.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wcms.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcms.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcms.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcms.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcms.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcms.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcms.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcms.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcms.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcms.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcms.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=15&subd=wcms&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wcms.wordpress.com/2008/06/17/types-of-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f105ca71b5e0d280309478b7a440fd22?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ambuj</media:title>
		</media:content>
	</item>
		<item>
		<title>CMS &amp; WCMS</title>
		<link>http://wcms.wordpress.com/2008/06/17/cms-wcms/</link>
		<comments>http://wcms.wordpress.com/2008/06/17/cms-wcms/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:37:07 +0000</pubDate>
		<dc:creator>ambuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[WCMS]]></category>
		<category><![CDATA[Web Content Management System]]></category>

		<guid isPermaLink="false">http://wcms.wordpress.com/?p=14</guid>
		<description><![CDATA[A content management system (CMS) is a computer software system used to assist its users in the process of content management. CMS facilitates the organization, control, and publication of a large body of documents and other content, such as images and multimedia resources. A CMS often facilitates the collaborative creation of documents. A web content [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=14&subd=wcms&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#567ca9;">A <strong>content management system </strong>(CMS) is a computer software system used to assist its users in the process of content management. CMS facilitates the organization, control, and publication of a large body of documents and other content, such as images and multimedia resources. A CMS often facilitates the collaborative creation of documents. A web content management system is a content management system with additional features to ease the tasks required to publish web content to web sites.</span><br />
<span style="color:#567ca9;"><br />
<strong>Web content management systems </strong>are often used for storing, controlling, versioning, and publishing industry-specific documentation such as news articles, operators&#8217; manuals, technical manuals, sales guides, and marketing brochures. A content management system may support the following features:<br />
<span style="color:#567ca9;"><br />
• Import and creation of documents and multimedia material<br />
<span style="color:#567ca9;"><br />
• Identification of all key users and their content management roles<br />
<span style="color:#567ca9;"><br />
• The ability to assign roles and responsibilities to different content categories or types.<br />
<span style="color:#567ca9;"><br />
• Definition of the content workflow tasks, often coupled with event messaging so that content managers are alerted to changes in content.<br />
<span style="color:#567ca9;"><br />
• The ability to track and manage multiple versions of a single instance of content.<br />
<span style="color:#567ca9;"><br />
• The ability to publish the content to a repository to support access to the content. Increasingly, the repository is an inherent part of the system, and incorporates enterprise search and retrieval.<br />
<span style="color:#567ca9;"><br />
• Some content management systems allow the textual aspect of content to be separated to some extent from formatting. For example the CMS may automatically set default colour, fonts, or layout.<br />
<span style="color:#567ca9;"><br />
<strong>Web content management systems</strong><br />
<span style="color:#567ca9;"><br />
A web content management system is a computer system used to manage and control a large, dynamic collection of web material (HTML documents and their associated images). A CMS facilitates document control, auditing, editing, and timeline management. A Web CMS provides the following key features:<br />
<span style="color:#567ca9;"><br />
• <strong>Automated templates</strong>: Create standard visual templates that can be automatically applied to new and existing content, creating one central place to change that look across all content on a site.<br />
<span style="color:#567ca9;"><br />
• <strong>Easily editable content</strong>: Once your content is separate from the visual presentation of your site, it usually becomes much easier and quicker to edit and manipulate. Most CMS software include WYSIWYG editing tools allowing non-technical individuals to create and edit content.<br />
<span style="color:#567ca9;"><br />
• <strong>Scalable feature sets</strong>: Most CMS have plug-ins or modules that can be easily installed to extend an existing site&#8217;s functionality.<br />
<span style="color:#567ca9;"><br />
• <strong>Web standards upgrades</strong>: Active CMS solutions usually receive regular updates that include new feature sets and keep the system up to current web standards.<br />
<span style="color:#567ca9;"><br />
• <strong>Workflow management</strong>: Workflow is the process of creating cycles of sequential and parallel tasks that must be accomplished in the CMS. For example, a content creator submits a story but it&#8217;s not published on the website until the copy editor cleans it up, and the editor-in-chief approves it.<br />
<span style="color:#567ca9;"><br />
• <strong>Document management</strong>: CMS solutions always provide a means of managing the life cycle of a document from initial creation time, through revisions, publication, archive, and document destruction.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wcms.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wcms.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcms.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcms.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcms.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcms.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcms.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcms.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcms.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcms.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcms.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcms.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=14&subd=wcms&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wcms.wordpress.com/2008/06/17/cms-wcms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f105ca71b5e0d280309478b7a440fd22?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ambuj</media:title>
		</media:content>
	</item>
		<item>
		<title>History of WCMS !!!</title>
		<link>http://wcms.wordpress.com/2008/06/13/history-of-wcms/</link>
		<comments>http://wcms.wordpress.com/2008/06/13/history-of-wcms/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 10:41:22 +0000</pubDate>
		<dc:creator>ambuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[History of WCMS]]></category>
		<category><![CDATA[WCMS]]></category>

		<guid isPermaLink="false">http://wcms.wordpress.com/?p=12</guid>
		<description><![CDATA[Web Content Management Systems began to be formally developed as a commercial software product in 1995 by two startups, Sunnyvale, California-based Interwoven and it&#8217;s flagship TeamSite product and Austin, Texas-based Vignette&#8217;s Vignette Content Management product. As the internet began to grow, likewise, the importance of Web Content Management as a part of IT infrastructure began [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=12&subd=wcms&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal"><span style="color:#567ca9;">Web Content Management Systems began to be formally developed as a commercial software product in 1995 by two startups, Sunnyvale, California-based Interwoven and it&#8217;s flagship TeamSite product and Austin, Texas-based Vignette&#8217;s Vignette Content Management product. As the internet began to grow, likewise, the importance of Web Content Management as a part of IT infrastructure began to grow, other vendors in adjacent markets began to develop their own WCM solutions including Documentum and FileNet who had traditionally built Document Management software. Other WCM providers such as Stellent and Red Dot also began to appear.</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wcms.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wcms.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcms.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcms.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcms.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcms.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcms.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcms.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcms.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcms.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcms.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcms.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=12&subd=wcms&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wcms.wordpress.com/2008/06/13/history-of-wcms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f105ca71b5e0d280309478b7a440fd22?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ambuj</media:title>
		</media:content>
	</item>
		<item>
		<title>What is WCMS?</title>
		<link>http://wcms.wordpress.com/2008/06/13/hello-world/</link>
		<comments>http://wcms.wordpress.com/2008/06/13/hello-world/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 10:05:10 +0000</pubDate>
		<dc:creator>ambuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WCMS]]></category>
		<category><![CDATA[What is WCMS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A Web content management system (WCMS or Web CMS) is content management system (CMS) software, usually implemented as a Web application, for creating and managing HTML content. It is used to manage and control a large, dynamic collection of Web material (HTML documents and their associated images). A WCMS facilitates content creation, content control, editing, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=1&subd=wcms&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal"><span style="color:#567ca9;">A Web content management system (WCMS or Web CMS) is content management system (CMS) software, usually implemented as a Web application, for creating and managing HTML content. It is used to manage and control a large, dynamic collection of Web material (HTML documents and their associated images). A WCMS facilitates content creation, content control, editing, and many essential Web maintenance functions.</span></p>
<p class="MsoNormal"><span style="color:#5f497a;">Keep visiting this BLOG for more update on WCMS. </span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wcms.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wcms.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcms.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcms.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcms.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcms.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcms.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcms.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcms.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcms.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcms.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcms.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcms.wordpress.com&blog=3968726&post=1&subd=wcms&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://wcms.wordpress.com/2008/06/13/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f105ca71b5e0d280309478b7a440fd22?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ambuj</media:title>
		</media:content>
	</item>
	</channel>
</rss>