[
https://issues.apache.org/jira/browse/CB-3997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13707442#comment-13707442
]
Carlos Santana commented on CB-3997:
------------------------------------
[~agrieve] I can't subscribe :-(
The rss.xml is broken doesn't have full urls
Update _config.yml
baseurl: http://cordova.apache.org
{noformat}
<atom:link href="{{ site.baseurl }}{{ site.rss_path }}" rel="self"
type="application/rss+xml" />
<link>{{ site.baseurl }}{{ site.rss_path }}</link>
<image>
<url>{{ site.baseurl }}{{ site.rss_logo }}</url>
<link>{{ site.baseurl }}{{ site.rss_path }}</link>
<item>
<link>{{ site.baseurl }}{{ post.url }}</link>
<guid>{{ site.baseurl }}{{ post.id }}</guid>
{noformat}
{code}
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<script/>
<channel>
<title>Apache Cordova</title>
<description>
Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile
app developer to access native device function from JavaScript.
</description>
<atom:link href="/rss.xml" rel="self" type="application/rss+xml"/>
<link>/rss.xml</link>
<lastBuildDate>Thu, 11 Jul 2013 17:51:15 -0400</lastBuildDate>
<pubDate>Thu, 11 Jul 2013 17:51:15 -0400</pubDate>
<ttl>1800</ttl>
<image>
<url/>
<title>Apache Cordova</title>
<link>/rss.xml</link>
<width>128</width>
<height>128</height>
<description>
Apache Cordova is a set of device APIs that allow a web mobile app developer to
access native device function from JavaScript.
</description>
</image>
<item>
<title>Apache Cordova Gets an Official Blog</title>
<description>
<p>Cordova now has a Blog! Look here to stay up-to-date with what’s
happening with the project. There is a major release <a
href='https://issues.apache.org/jira/browse/CB/fixforversion/12322491'>3.0</a>
just around the corner (July 19, 2013), and we are really excited about it!</p>
<p>Be sure to <a href='/rss.xml'>subscribe</a> using RSS</p>
</description>
<link>/blog/2013/07/11/cordova-has-a-blog.html</link>
<guid>/blog/2013/07/11/cordova-has-a-blog</guid>
<pubDate>Thu, 11 Jul 2013 15:45:04 -0400</pubDate>
</item>
</channel>
</rss>
{code}
> Add a Blog section to cordova.apache.org
> ----------------------------------------
>
> Key: CB-3997
> URL: https://issues.apache.org/jira/browse/CB-3997
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Website
> Reporter: Andrew Grieve
> Assignee: Carlos Santana
>
> ML discussion: http://callback.markmail.org/thread/ubude5trywrzbi6g
> Set up Jekyll's blogging system at cordova.apache.org/blog
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira