~ubuntu-branches/ubuntu/intrepid/liferea/intrepid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/01_ubuntu_feedlists.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-04 23:54:36 UTC
  • mfrom: (1.2.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20071204235436-lnkn24i00eeb3whz
Tags: 1.4.9-1ubuntu1
* New upstream release.
  - Adds a Ctrl+W shortcut to close tabs. LP: #138747.
  - Fixes a crash when the DB is locked. LP: #133066.
* debian/patches/01_ubuntu_feedlists.dpatch:
  - Added. Adds planet.ubuntu.com and fridge.ubuntu.com to all the
    feedlist, and also local planets where possible. LP: #51604.
  - Updated 00list accordingly.

* Sync with Debian, remaining Ubuntu changes:
  - debian/control:
    + Added firefox-dev and intltool to build-deps.
    + Removed libxul-dev and libwebkitgtk-dev from build-deps.
    + Build-depend on liblualib50-dev instead of liblua5.1-0-dev.
    + Changed Maintainer field to match DebianMaintainerSpec.
    + Added firefox to liferea dependencies.
    + Do not build transitional packages (not required due to Conflicts/
      Provides/Replaces).
    + Do not build webkit package.
  - debian/liferea-webkit.files:
    + Not needed. We don't build the webkit rendering plugin.
  - debian/rules:
    + Call intltool-update -p to generate translation template for Rosetta
    + Don't disable gecko, and don't enable xulrunner and webkit.
  - debian/patches/01_ubuntu_feedlists.dpatch:
    + Add Ubuntu specific feeds. LP #51604.
  - debian/patches/00list:
    + Do not apply lua5.1.pc, as lua5.1 is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 01_ubuntu_feedlists.dpatch by Emilio Pozuelo Monfort <pochu@ubuntu.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Let's put some Ubuntu English and localized feeds in the default feedlist.
 
6
## DP: https://bugs.launchpad.net/ubuntu/+source/liferea/+bug/51604
 
7
## DP: http://emilio.pozuelo.org/?p=24
 
8
 
 
9
@DPATCH@
 
10
diff -urNad liferea-1.4.9~/opml/feedlist.opml liferea-1.4.9/opml/feedlist.opml
 
11
--- liferea-1.4.9~/opml/feedlist.opml   2007-11-27 01:22:26.000000000 +0100
 
12
+++ liferea-1.4.9/opml/feedlist.opml    2007-12-02 19:14:42.000000000 +0100
 
13
@@ -7,6 +7,8 @@
 
14
        <!-- lets keep this default English block in sync over all feed lists! -->
 
15
        <outline text="International">          <!-- translate this for localized feed list -->
 
16
                <outline text="Open Source">            <!-- translate this for localized feed list -->
 
17
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
18
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
19
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
20
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
21
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
22
diff -urNad liferea-1.4.9~/opml/feedlist_ca.opml liferea-1.4.9/opml/feedlist_ca.opml
 
23
--- liferea-1.4.9~/opml/feedlist_ca.opml        2007-11-27 01:29:49.000000000 +0100
 
24
+++ liferea-1.4.9/opml/feedlist_ca.opml 2007-12-02 19:13:55.000000000 +0100
 
25
@@ -5,6 +5,9 @@
 
26
   </head>
 
27
   <body>
 
28
      <outline text="Canals d'exemple (català)">
 
29
+
 
30
+      <outline text="Planeta Ubuntu.cat" htmlUrl="http://planet.ubuntu.cat/" xmlUrl="http://planet.ubuntu.cat/rss20.xml" />
 
31
+
 
32
       <outline text="Notícies">
 
33
         <outline text="Vilaweb" htmlUrl="http://www.vilaweb.cat" xmlUrl="http://www.vilaweb.cat/media/rss/noticies_edicio_333_rss.xml" />
 
34
         <outline text="Avui" htmlUrl="http://www.avui.cat" xmlUrl="http://www.avui.cat/rss/articles.php" />
 
35
@@ -20,6 +23,8 @@
 
36
        <!-- lets keep this English block in sync over all feed lists! -->
 
37
        <outline text="Fuentes de ejemplo (inglés)">
 
38
                <outline text="Open Source">
 
39
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
40
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
41
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
42
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
43
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
44
diff -urNad liferea-1.4.9~/opml/feedlist_de.opml liferea-1.4.9/opml/feedlist_de.opml
 
45
--- liferea-1.4.9~/opml/feedlist_de.opml        2007-11-27 01:28:42.000000000 +0100
 
46
+++ liferea-1.4.9/opml/feedlist_de.opml 2007-12-02 19:16:25.000000000 +0100
 
47
@@ -6,6 +6,7 @@
 
48
   <body>
 
49
        <outline text="Beispiel Abonnements">
 
50
                <outline text="Deutsch">
 
51
+                       <outline text="Ubuntuusers Ikhaya" htmlUrl="http://www.ubuntuusers.de/ikhaya/" xmlUrl="http://www.ubuntuusers.de/rss/ikhaya.xml?showtext=true" />
 
52
                        <outline text="Tagesschau" htmlUrl="http://www.tagesschau.de/" xmlUrl="http://www.tagesschau.de/newsticker.rdf" />
 
53
                        <outline text="Netzeitung" htmlUrl="http://www.netzzeitung.de" xmlUrl="http://www.netzeitung.de/export/news/rss/titelseite.xml" />
 
54
                        <outline text="Heise Online" htmlUrl="http://www.heise.de" xmlUrl="http://www.heise.de/newsticker/heise.rdf" />
 
55
@@ -15,6 +16,8 @@
 
56
                <!-- lets keep this default English block in sync over all feed lists! -->
 
57
                <outline text="International">          <!-- translate this for localized feed list -->
 
58
                        <outline text="Open Source">            <!-- translate this for localized feed list -->
 
59
+                               <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
60
+                               <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
61
                                <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
62
                                <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
63
                                <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
64
diff -urNad liferea-1.4.9~/opml/feedlist_es.opml liferea-1.4.9/opml/feedlist_es.opml
 
65
--- liferea-1.4.9~/opml/feedlist_es.opml        2007-11-27 01:27:08.000000000 +0100
 
66
+++ liferea-1.4.9/opml/feedlist_es.opml 2007-12-02 19:19:05.000000000 +0100
 
67
@@ -6,6 +6,7 @@
 
68
   <body>
 
69
      <outline text="Fuentes de ejemplo (castellano)">
 
70
       <outline text="OSS">
 
71
+        <outline text="PlanetUbuntu.Es" htmlUrl="http://planetubuntu.es/" xmlUrl="http://feeds.feedburner.com/PlanetUbuntuEs" />
 
72
         <outline text="Hispalinux" htmlUrl="http://www.hispalinux.es/" xmlUrl="http://www.hispalinux.es/node/feed" />
 
73
        <outline text="Libertonia" htmlUrl="http://libertonia.escomposlinux.org/" xmlUrl="http://libertonia.escomposlinux.org/backend.rdf" />
 
74
        <outline text="Diarios de Libertonia" htmlUrl="http://libertonia.escomposlinux.org//section/Diary" xmlUrl="http://libertonia.escomposlinux.org/diary.rdf" />
 
75
@@ -17,6 +18,8 @@
 
76
        <!-- lets keep this default English block in sync over all feed lists! -->
 
77
        <outline text="Fuentes de ejemplo (inglés)">
 
78
              <outline text="Open Source">
 
79
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
80
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
81
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
82
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
83
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
84
diff -urNad liferea-1.4.9~/opml/feedlist_eu.opml liferea-1.4.9/opml/feedlist_eu.opml
 
85
--- liferea-1.4.9~/opml/feedlist_eu.opml        2007-11-27 01:26:20.000000000 +0100
 
86
+++ liferea-1.4.9/opml/feedlist_eu.opml 2007-12-02 19:19:48.000000000 +0100
 
87
@@ -27,6 +27,8 @@
 
88
        <!-- lets keep this default English block in sync over all feed lists! -->
 
89
        <outline text="International">          <!-- translate this for localized feed list -->
 
90
                <outline text="Open Source">            <!-- translate this for localized feed list -->
 
91
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
92
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
93
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
94
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
95
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
96
diff -urNad liferea-1.4.9~/opml/feedlist_fr.opml liferea-1.4.9/opml/feedlist_fr.opml
 
97
--- liferea-1.4.9~/opml/feedlist_fr.opml        2007-11-27 01:25:46.000000000 +0100
 
98
+++ liferea-1.4.9/opml/feedlist_fr.opml 2007-12-02 19:20:45.000000000 +0100
 
99
@@ -6,6 +6,7 @@
 
100
   <body>
 
101
     <outline text="Exemples de flux">
 
102
      <outline text="Français">
 
103
+       <outline text="Planet Ubuntu-fr" htmlUrl="http://planet.ubuntu-fr.org/" xmlUrl="http://planet.ubuntu-fr.org/feed/rss2" />
 
104
        <outline text="Standblog" htmlUrl="http://standblog.org/blog/" xmlUrl="http://standblog.org/dotclear/rss.php" />
 
105
        <outline text="Formats Ouverts" htmlUrl="http://formats-ouverts.org/blog/" xmlUrl="http://formats-ouverts.org/rss.php" />
 
106
        <outline text="Liberation.fr" htmlUrl="http://www.liberation.fr/" xmlUrl="http://www.liberation.fr/rss.php" />
 
107
@@ -25,6 +26,8 @@
 
108
        <!-- lets keep this default English block in sync over all feed lists! -->
 
109
        <outline text="International">          <!-- translate this for localized feed list -->
 
110
                <outline text="Open Source">            <!-- translate this for localized feed list -->
 
111
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
112
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
113
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
114
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
115
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
116
diff -urNad liferea-1.4.9~/opml/feedlist_nl.opml liferea-1.4.9/opml/feedlist_nl.opml
 
117
--- liferea-1.4.9~/opml/feedlist_nl.opml        2007-11-27 01:25:20.000000000 +0100
 
118
+++ liferea-1.4.9/opml/feedlist_nl.opml 2007-12-02 19:21:13.000000000 +0100
 
119
@@ -7,6 +7,8 @@
 
120
        <!-- lets keep this default English block in sync over all feed lists! -->
 
121
        <outline text="International">          <!-- translate this for localized feed list -->
 
122
                <outline text="Open Source">            <!-- translate this for localized feed list -->
 
123
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
124
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
125
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
126
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
127
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
128
@@ -24,6 +26,7 @@
 
129
        <!-- end of default block -->
 
130
 
 
131
     <outline text="Nederlandse bonusfeeds!">
 
132
+      <outline text="Planet Ubuntu NL" htmlUrl="http://planet.ubuntu-nl.org/" xmlUrl="http://planet.ubuntu-nl.org/rss20.xml" />      
 
133
       <outline text="Nieuws">
 
134
         <outline text="NRC Handelsblad | Binnenland" htmlUrl="http://www.nrc.nl/binnenland/" xmlUrl="http://www.nrc.nl/rss/binnenland/" />
 
135
         <outline text="nu.nl | Het laatste nieuws lees je het eerst op NU.nl" htmlUrl="http://www.nu.nl/" xmlUrl="http://www.nu.nl/deeplink_rss2/index.jsp?r=Algemeen" />
 
136
diff -urNad liferea-1.4.9~/opml/feedlist_pl.opml liferea-1.4.9/opml/feedlist_pl.opml
 
137
--- liferea-1.4.9~/opml/feedlist_pl.opml        2007-11-27 01:25:03.000000000 +0100
 
138
+++ liferea-1.4.9/opml/feedlist_pl.opml 2007-12-02 19:21:40.000000000 +0100
 
139
@@ -6,6 +6,7 @@
 
140
   <body>
 
141
     <outline text="Przykładowe Subskrypcje">
 
142
       <outline text="polskie">
 
143
+        <outline text="Planet Ubuntu-pl" htmlUrl="http://planet.ubuntu-pl.org/" xmlUrl="http://planet.ubuntu-pl.org/rss20.xml" />
 
144
         <outline text="7thGuard.net" htmlUrl="http://www.7thguard.net/" xmlUrl="http://rss.7thguard.net/7thguard.xml" />
 
145
         <outline text="LinuxNews.pl" htmlUrl="http://www.linuxnews.pl/" xmlUrl="http://www.linuxnews.pl/rss-index.html" />
 
146
         <outline text="Linux.pl" htmlUrl="http://linux.pl/" xmlUrl="http://www.linux.pl/rss.php" />
 
147
@@ -15,6 +16,8 @@
 
148
       <!-- lets keep this English block in sync over all feed lists! -->
 
149
       <outline text="międzynarodowe">
 
150
              <outline text="Open Source">
 
151
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
152
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
153
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
154
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
155
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
156
diff -urNad liferea-1.4.9~/opml/feedlist_pt_BR.opml liferea-1.4.9/opml/feedlist_pt_BR.opml
 
157
--- liferea-1.4.9~/opml/feedlist_pt_BR.opml     2007-11-27 01:24:39.000000000 +0100
 
158
+++ liferea-1.4.9/opml/feedlist_pt_BR.opml      2007-12-02 19:33:06.000000000 +0100
 
159
@@ -6,12 +6,15 @@
 
160
 <body>
 
161
     <outline text="Exemplos de Canais de Notícias">
 
162
         <outline text="Notícias">
 
163
+            <outline text="Planeta Ubuntu Brasil" htmlUrl="http://planeta.ubuntu-br.org/" xmlUrl="http://planeta.ubuntu-br.org/feed/atom" />
 
164
             <outline title="Planeta Gnu/Linux Brasil" text="Planeta Gnu/Linux Brasil" description="Planeta Gnu/Linux Brasil" type="pie" htmlUrl="http://planeta.gnulinuxbrasil.org/" xmlUrl="http://planeta.gnulinuxbrasil.org/atom.xml" />
 
165
             <outline title="BR-Linux.org - Linux levado a sério desde 1996" text="BR-Linux.org - Linux levado a sério desde 1996" description="BR-Linux.org - Linux levado a sério desde 1996" type="rss" htmlUrl="http://br-linux.org/linux" xmlUrl="http://br-linux.org/linux/node/feed" />
 
166
         </outline>
 
167
         <!-- lets keep this English block in sync over all feed lists! -->
 
168
         <outline text="internacional">
 
169
             <outline text="Open Source">
 
170
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
171
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
172
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
173
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
174
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
175
diff -urNad liferea-1.4.9~/opml/feedlist_ru.opml liferea-1.4.9/opml/feedlist_ru.opml
 
176
--- liferea-1.4.9~/opml/feedlist_ru.opml        2007-11-27 01:23:52.000000000 +0100
 
177
+++ liferea-1.4.9/opml/feedlist_ru.opml 2007-12-02 19:36:43.000000000 +0100
 
178
@@ -18,6 +18,8 @@
 
179
     <outline text="Международные ленты новостей">
 
180
       <outline text="Свободное программное обеспечение">
 
181
              <outline text="Open source">
 
182
+                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
183
+                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
184
                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
185
                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
186
                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
187
diff -urNad liferea-1.4.9~/opml/feedlist_sk.opml liferea-1.4.9/opml/feedlist_sk.opml
 
188
--- liferea-1.4.9~/opml/feedlist_sk.opml        2007-11-27 01:23:01.000000000 +0100
 
189
+++ liferea-1.4.9/opml/feedlist_sk.opml 2007-12-02 19:37:35.000000000 +0100
 
190
@@ -9,6 +9,8 @@
 
191
                        <!-- lets keep this default English block in sync over all feed lists! -->
 
192
                        <outline text="International">          <!-- translate this for localized feed list -->
 
193
                                <outline text="Open Source">            <!-- translate this for localized feed list -->
 
194
+                                       <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
195
+                                       <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
196
                                        <outline text="art.gnome.org" htmlUrl="http://art.gnome.org/" xmlUrl="http://art.gnome.org/backend.php" />
 
197
                                        <outline text="Debian Package a Day" htmlUrl="http://debaday.debian.net/" xmlUrl="http://debaday.debian.net/feed/atom/" />
 
198
                                        <outline text="Gnomefiles" htmlUrl="http://www.gnomefiles.org/" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" />
 
199
diff -urNad liferea-1.4.9~/opml/feedlist_sv.opml liferea-1.4.9/opml/feedlist_sv.opml
 
200
--- liferea-1.4.9~/opml/feedlist_sv.opml        2007-07-23 19:56:57.000000000 +0200
 
201
+++ liferea-1.4.9/opml/feedlist_sv.opml 2007-12-02 19:38:01.000000000 +0100
 
202
@@ -15,6 +15,8 @@
 
203
         <outline title="Nyheter fr&#xE5;n Expressen" text="Nyheter fr&#xE5;n Expressen" description="Nyheter fr&#xE5;n Expressen" type="rss" htmlUrl="http://expressen.se/1.573280.1175529352?standAlone=true" xmlUrl="http://expressen.se/1.573280?standAlone=true" lastPollTime="1176494844" lastFaviconPollTime="1176494844"/>
 
204
       </outline>
 
205
       <outline title="&#xD6;ppen k&#xE4;llkod" text="&#xD6;ppen k&#xE4;llkod" description="&#xD6;ppen k&#xE4;llkod" type="folder">
 
206
+        <outline text="Planet Ubuntu" htmlUrl="http://planet.ubuntu.com/" xmlUrl="http://planet.ubuntu.com/rss20.xml" />
 
207
+        <outline text="The Ubuntu Fridge" htmlUrl="http://fridge.ubuntu.com/" xmlUrl="http://fridge.ubuntu.com/node/feed" />
 
208
         <outline title="art.gnome.org" text="art.gnome.org" description="art.gnome.org" type="rss" htmlUrl="http://art.gnome.org" xmlUrl="http://art.gnome.org/backend.php" etag="05929c16ed169f933f77b664e34b3d90" lastModified="Fri, 13 Apr 2007 00:35:03 GMT" lastPollTime="1176493726" lastFaviconPollTime="1174974957"/>
 
209
         <outline title="Debian Package a Day" text="Debian Package a Day" description="Debian Package a Day" type="pie" htmlUrl="http://debaday.livejournal.com/" xmlUrl="http://www.livejournal.com/users/debaday/data/atom" lastModified="Mon, 15 Nov 2004 15:01:13 GMT" lastPollTime="1176493726" lastFaviconPollTime="1174974955"/>
 
210
         <outline title="Gnomefiles" text="Gnomefiles" description="Gnomefiles" type="rss" htmlUrl="http://www.gnomefiles.org" xmlUrl="http://www.gnomefiles.org/files/gnomefiles.rdf" etag="&quot;338080-3103-87904040&quot;" lastModified="Fri, 13 Apr 2007 19:30:01 GMT" lastPollTime="1176493726" lastFaviconPollTime="1174974955"/>