]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2010/05/31-rss-feed-(and-other-problems)-fixed.rst
Update resume with The Podcast App
[personal/website.git] / source / blog / posts / 2010 / 05 / 31-rss-feed-(and-other-problems)-fixed.rst
1 Title: RSS feed (and other problems) fixed
2 Tags: en, rss, feed, fix, self
3
4 After moving my home page (and this blog) from home to a proper (VPS__) hosting,
5 there were some problems because I have to migrate from Apache__ to LIGHTTPD__.
6
7 The `RSS feed`__ was affected, so if you read this blog using an aggregator, you
8 probably didn't received any updates in the last weeks. I also fixed some other
9 problems that made the feed not W3C__ valid__. Fortunately now `it is`__. =)
10
11
12 __ http://en.wikipedia.org/wiki/Virtual_private_server
13 __ http://www.apache.org/
14 __ http://www.lighttpd.net/
15 __ /blog/blog/atom
16 __ http://www.w3.org/
17 __ http://validator.w3.org/feed/
18 __ https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fllucax.com%2Fblog%2Fblog%2Fatom
19
20 .. vim: set et sw=3 sts=3 :