<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Over the line - fedora</title><link>https://axilleas.me/</link><description></description><lastBuildDate>Wed, 30 Jul 2014 00:00:00 +0300</lastBuildDate><item><title>IsItFedoraRuby new design</title><link>https://axilleas.me/en/blog/2014/isitfedoraruby-new-design/</link><description>&lt;p&gt;The past week I tried to do something about the looks of isitfedoraruby.
It was fun using bootstrap (my first time) and I think the outcome is cool.
I tried to use Fedora like colors and the font is &lt;em&gt;Liberation Sans&lt;/em&gt;,
same as &lt;a href="https://admin.fedoraproject.org/pkgdb," title="Fedora Package Database"&gt;Fedora pkgdb&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can check the overall …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Wed, 30 Jul 2014 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2014-07-30:/en/blog/2014/isitfedoraruby-new-design/</guid><category>fedora</category><category>gsoc</category><category>ruby</category><category>rails</category><category>webdev</category><category>isitfedoraruby</category></item><item><title>isitfedoraruby gsoc midterm sum up</title><link>https://axilleas.me/en/blog/2014/isitfedoraruby-gsoc-midterm-sum-up/</link><description>&lt;p&gt;This sums up my past month involvement with the project. A lot of reading in
between...&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#changelog"&gt;Changelog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#railsruby-style-guide"&gt;Rails/Ruby style guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#tests"&gt;Tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#bugs-fixed"&gt;Bugs fixed&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#wrong-owners"&gt;wrong owners&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#dependencies-shown-twice"&gt;dependencies shown twice&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#duplicate-homepage-and-source-uri"&gt;duplicate homepage and source uri&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#enhancements"&gt;Enhancements&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#show-more-info-in-fedorarpm-show-page"&gt;Show more info in fedorarpm show page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#rake-tasks"&gt;Rake tasks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="changelog"&gt;Changelog&lt;/h2&gt;
&lt;p&gt;I added a changelog so …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Sun, 13 Jul 2014 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2014-07-13:/en/blog/2014/isitfedoraruby-gsoc-midterm-sum-up/</guid><category>fedora</category><category>gsoc</category><category>ruby</category><category>rails</category><category>webdev</category><category>isitfedoraruby</category></item><item><title>Rails development tools</title><link>https://axilleas.me/en/blog/2014/ruby-on-rails-development-tools/</link><description>&lt;p&gt;During the past two months I have been reading constantly about Rails and
how I could get more productive when writing code and testing my apps.
There is a ton of information about those matters on the web and I'll try
to include as many articles as I could find …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 01 Jul 2014 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2014-07-01:/en/blog/2014/ruby-on-rails-development-tools/</guid><category>fedora</category><category>gsoc</category><category>ruby</category><category>rails</category><category>webdev</category></item><item><title>Rubocop to the rescue!</title><link>https://axilleas.me/en/blog/2014/rubocop-to-the-rescue/</link><description>&lt;p&gt;&lt;em&gt;I decided to drop the GSoC related titles and focus on the things
that I work during the week. That means I'll probably blog more often :p&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;This week I mostly focused on cleaning the code of &lt;a href="https://github.com/axilleas/isitfedoraruby" title="isitfedoraruby at github"&gt;fedoraruby&lt;/a&gt; and
conforming to the &lt;a href="https://github.com/bbatsov/ruby-style-guide" title="Ruby style guide"&gt;ruby&lt;/a&gt;/&lt;a href="https://github.com/bbatsov/rails-style-guide" title="Rails style guide"&gt;rails&lt;/a&gt; community
guidelines.&lt;/p&gt;
&lt;p&gt;The gem that helps …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Mon, 16 Jun 2014 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2014-06-16:/en/blog/2014/rubocop-to-the-rescue/</guid><category>fedora</category><category>isitfedoraruby</category><category>gsoc</category><category>ruby</category><category>rails</category><category>webdev</category><category>rubocop</category></item><item><title>GSoC-2014 isitfedoraruby - Week 3</title><link>https://axilleas.me/en/blog/2014/gsoc2014-week-three/</link><description>&lt;p&gt;Testing, testing, testing.
Diving into BDD for the first time can be a little tedious but you sure learn
a lot. In the ruby/rails world there is a ton of excellent tools to help you
test your app. Some more popular than the others. I'm no exception so I …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Mon, 09 Jun 2014 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2014-06-09:/en/blog/2014/gsoc2014-week-three/</guid><category>fedora</category><category>isitfedoraruby</category><category>gsoc</category><category>ruby</category><category>rails</category><category>webdev</category></item><item><title>GSoC-2014 isitfedoraruby - Week 2</title><link>https://axilleas.me/en/blog/2014/gsoc2014-week-two/</link><description>&lt;p&gt;Here's what I've been doing last week.&lt;/p&gt;
&lt;h1 id="previous-week"&gt;Previous week&lt;/h1&gt;
&lt;h2 id="architecture-analysis"&gt;Architecture analysis&lt;/h2&gt;
&lt;p&gt;Getting to know an app from the ground up takes some time, especially if that's
a framework you are not too familiar with. Luckilly, I found the &lt;a href="https://railroady.prestonlee.com/" title="railroady home page"&gt;railroady&lt;/a&gt; gem
that helped me visualize how the app is structured, you …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 03 Jun 2014 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2014-06-03:/en/blog/2014/gsoc2014-week-two/</guid><category>fedora</category><category>isitfedoraruby</category><category>gsoc</category><category>ruby</category><category>rails</category><category>webdev</category></item><item><title>GSoC-2014 isitfedoraruby - Week 1</title><link>https://axilleas.me/en/blog/2014/gsoc2014-week-one/</link><description>&lt;p&gt;In case you haven't heard, I have been accepted again this year
for Google Summer of Code :) This time I will be working on enhancing
a Rails app that provides information about the state of rubygem
packaging in Fedora.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://isitfedoraruby.com" title="Rubygem packaging state in Fedora"&gt;isitfedoraruby&lt;/a&gt; is a project that was crafted in GSoC 2012 by …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 27 May 2014 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2014-05-27:/en/blog/2014/gsoc2014-week-one/</guid><category>fedora</category><category>isitfedoraruby</category><category>gsoc</category><category>ruby</category><category>rails</category><category>webdev</category></item><item><title>GSoC - Weekly update 11 and 12</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-11-and-12/</link><description>&lt;p&gt;So far, I managed to &lt;a href="https://fedora.axilleas.me"&gt;deploy GitLab&lt;/a&gt; on a Fedora 19 machine using only packaged gems either from
the official repos or a &lt;a href="https://repos.fedorapeople.org/repos/axilleas/gitlab/fedora-19/"&gt;custom&lt;/a&gt; one I have created.&lt;/p&gt;
&lt;p&gt;Below you will find some more info as well as the url of the testing environment. 
You can use/test it and …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Thu, 12 Sep 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-09-12:/en/blog/2013/gsoc-weekly-update-11-and-12/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category><category>packaging</category></item><item><title>GSoC - Weekly update 9 and 10</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-9-and-10/</link><description>&lt;p&gt;I've been busy the past two weeks with some personal stuff so I got a little behind.
Here's what happened in the GitLab front.&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#finish-packaging-remaining-gems"&gt;Finish packaging remaining gems&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#gitlab-deploy"&gt;GitLab deploy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#coordinate-packaging-with-debian"&gt;Coordinate packaging with Debian&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#todo"&gt;TODO&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="finish-packaging-remaining-gems"&gt;Finish packaging remaining gems&lt;/h2&gt;
&lt;p&gt;Now, all (hopefully) runtime dependencies are packaged and pushed in my …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Thu, 29 Aug 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-08-29:/en/blog/2013/gsoc-weekly-update-9-and-10/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category><category>packaging</category></item><item><title>SELinux policy for nginx and GitLab unix socket in Fedora 19</title><link>https://axilleas.me/en/blog/2013/selinux-policy-for-nginx-and-gitlab-unix-socket-in-fedora-19/</link><description>&lt;p&gt;The installation of GitLab in Fedora 19 went fine. I followed the official installation
guide with some deviations where necessary, mostly taken from the CentOS guide in
&lt;a href="https://github.com/gitlabhq/gitlab-recipes"&gt;gitlab-recipes&lt;/a&gt;. I setup nginx using the ssl &lt;a href="https://github.com/gitlabhq/gitlab-recipes/blob/master/web-server/nginx/gitlab-ssl"&gt;config&lt;/a&gt;, and poked some holes
in &lt;a href="https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos#8-configure-the-firewall"&gt;iptables&lt;/a&gt;. For systemd services I used &lt;a href="https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd"&gt;these files&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So, everything …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 27 Aug 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-08-27:/en/blog/2013/selinux-policy-for-nginx-and-gitlab-unix-socket-in-fedora-19/</guid><category>selinux</category><category>fedora</category><category>gitlab</category><category>unixsocket</category><category>nginx</category></item><item><title>GSoC - Weekly update 7 and 8</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-7-and-8/</link><description>&lt;p&gt;The past week or so, I have been trying to package every gem GitLab needs, in Fedora 19.
This is something I should have done from the start, but better late than never.
Now that I have quite learnt the rubygem packaging process, I follow a certain
workflow that gets …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 13 Aug 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-08-13:/en/blog/2013/gsoc-weekly-update-7-and-8/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category><category>packaging</category></item><item><title>GSoC - Weekly update 6</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-6/</link><description>&lt;p&gt;Here is what I have been doing the past week.&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#packages"&gt;Packages&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#charlock_holmes"&gt;charlock_holmes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#omniauth"&gt;omniauth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#sanitize"&gt;sanitize&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#orm_adapter"&gt;orm_adapter&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#update-to-gitlab-54"&gt;Update to GitLab 5.4&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="packages"&gt;Packages&lt;/h2&gt;
&lt;h3 id="charlock_holmes"&gt;charlock_holmes&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://bugzilla.redhat.com/show_bug.cgi?id=989143"&gt;Pending review&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This one gave me some headaches as it is a gem with c extensions and as it turned
out I didn't ship the soname in the …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 30 Jul 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-07-30:/en/blog/2013/gsoc-weekly-update-6/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category><category>packaging</category></item><item><title>GSoC - Weekly update 5</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-5/</link><description>&lt;p&gt;I can't believe that a month has already passed! I keep learning new things, mostly
on packaging, and the cool fact is that many of them are through my Review Requests.
The discussion between the reviewer and the reviewee can sometimes be very productive
leading to learning new things I …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Mon, 22 Jul 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-07-22:/en/blog/2013/gsoc-weekly-update-5/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category><category>packaging</category></item><item><title>I got approved as a packager, now what?</title><link>https://axilleas.me/en/blog/2013/i-got-approved-as-a-packager-now-what/</link><description>&lt;p&gt;This must have been the most intense week in terms of learning how the build 
system/process work in Fedora. I finally got approved as a packager and that means
more responsibility from my side. Unfortunately, the instrusctions in the wiki
are sometimes sparsed into different places and one has …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Sun, 21 Jul 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-07-21:/en/blog/2013/i-got-approved-as-a-packager-now-what/</guid><category>fedora</category><category>packaging</category><category>fedpkg</category><category>bodhi</category><category>git</category></item><item><title>GSoC - Weekly update 3 and 4</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-3-and-4/</link><description>&lt;p&gt;Here is what I have been doing the last two weeks.&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#work-on-packages"&gt;Work on packages&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#sanitize"&gt;sanitize&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#boostrap-sass"&gt;boostrap-sass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#orm_adapter"&gt;orm_adapter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#devise"&gt;devise&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#gems-and-their-versions-in-json-format"&gt;Gems and their versions in json format&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#version-table-in-wiki"&gt;Version table in wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#init-repository"&gt;Init repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#rubygem-packaging-article"&gt;Rubygem packaging article&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#todo-next-week"&gt;TODO next week&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="work-on-packages"&gt;Work on packages&lt;/h2&gt;
&lt;p&gt;I ran gem2rpm on all gems and saved their specs …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 09 Jul 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-07-09:/en/blog/2013/gsoc-weekly-update-3-and-4/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category></item><item><title>GSoC - Weekly update 2</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-2/</link><description>&lt;p&gt;Unfortunately this week hasn't been very productive due to lack of time. I managed
to package 5-6 more gems, but I haven't submit them in Bugzilla yet. As always, the
most difficult and time consuming task is to make all the test suites provided
with each gem pass. And believe …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 02 Jul 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-07-02:/en/blog/2013/gsoc-weekly-update-2/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category></item><item><title>GSoC - Weekly update 1</title><link>https://axilleas.me/en/blog/2013/gsoc-weekly-update-1/</link><description>&lt;p&gt;It's been over a week that GSoC started and here is a weekly report of what achieved
so far.&lt;/p&gt;
&lt;h2 id="weekly-process"&gt;Weekly process&lt;/h2&gt;
&lt;h3 id="workflow"&gt;Workflow&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://trello.com/board/gitlab/51b844202ed21a6735011b25"&gt;Trello board&lt;/a&gt; - This is a web app in which you can manage your workflow by adding
tasks that are to be completed. I set it up to remind …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Tue, 25 Jun 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-06-25:/en/blog/2013/gsoc-weekly-update-1/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category></item><item><title>Accepted for GSoC 2013</title><link>https://axilleas.me/en/blog/2013/accepted-for-gsoc-2013/</link><description>&lt;p&gt;&lt;img alt="gsoc-logo" src="https://1-ps.googleusercontent.com/sx/s.google-melange.appspot.com/www.google-melange.com/soc/content/2-1-20130521/images/gsoc/logo/924x156xbanner-gsoc2013.png.pagespeed.ic.Z9V_lgyiqp.jpg"&gt;&lt;/p&gt;
&lt;p&gt;Sooo, I am happy to announce that I got accepted to this year's Google Summer of Code!
Couldn't be more happy right now :)&lt;/p&gt;
&lt;p&gt;For those that have no idea, here is my &lt;a href="https://fedoraproject.org/wiki/GSOC_2013/Student_Application_Axilleas/Gitlab%28463%29"&gt;proposal&lt;/a&gt; on Fedora's wiki (&lt;a href="https://fedoraproject.org/wiki/User:Axilleas"&gt;my user&lt;/a&gt;). 
I have in mind to make a follow post on how I …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Mon, 27 May 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-05-27:/en/blog/2013/accepted-for-gsoc-2013/</guid><category>gsoc</category><category>fedora</category><category>gitlab</category><category>superexcited</category></item><item><title>Bringing GitLab to Fedora</title><link>https://axilleas.me/en/blog/2013/bringing-gitlab-in-fedora/</link><description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Update&lt;/em&gt;&lt;/strong&gt;: I just got a confirmation mail that my proposal got accepted! &lt;a href="https://axilleas.me/posts/en/2013-05-27-accepted-for-gsoc-2013.md"&gt;Read here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So, I decided to write some info regarding my involvement for this year's
&lt;a href="https://www.google-melange.com/gsoc/homepage/google/gsoc2013" title="Google Summer of Code 2013"&gt;Google Summer of Code&lt;/a&gt;. I have been using/testing GitLab since
version 2.0 (almost a year now) and I am thrilled to …&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">axil</dc:creator><pubDate>Sun, 07 Apr 2013 00:00:00 +0300</pubDate><guid isPermaLink="false">tag:axilleas.me,2013-04-07:/en/blog/2013/bringing-gitlab-in-fedora/</guid><category>fedora</category><category>gitlab</category><category>gsoc</category><category>ruby</category><category>rails</category></item></channel></rss>