]> git.deb.at Git - deb/hackedgotchi.git/commitdiff
Add initial Planet Debian Derivatives configuration and heads
authorpabs <pabs@c2f067bf-98e0-425f-9c98-e76020cfa380>
Tue, 14 Jun 2011 08:54:08 +0000 (08:54 +0000)
committerpabs <pabs@c2f067bf-98e0-425f-9c98-e76020cfa380>
Tue, 14 Jun 2011 08:54:08 +0000 (08:54 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1447 c2f067bf-98e0-425f-9c98-e76020cfa380

31 files changed:
config/config.ini.deriv [new file with mode: 0644]
heads/deriv/Aptosid [new file with mode: 0644]
heads/deriv/ArchivistaBox [new file with mode: 0644]
heads/deriv/BCCD [new file with mode: 0644]
heads/deriv/BOSSlinux [new file with mode: 0644]
heads/deriv/Bayanihan [new file with mode: 0644]
heads/deriv/BlankOn [new file with mode: 0644]
heads/deriv/Canaima [new file with mode: 0644]
heads/deriv/CoreBiz [new file with mode: 0644]
heads/deriv/Crunchbang [new file with mode: 0644]
heads/deriv/Debathena [new file with mode: 0644]
heads/deriv/Emdebian [new file with mode: 0644]
heads/deriv/Epidemic-Linux [new file with mode: 0644]
heads/deriv/Finnix [new file with mode: 0644]
heads/deriv/GNUSTEP [new file with mode: 0644]
heads/deriv/Grml [new file with mode: 0644]
heads/deriv/Inquisitor [new file with mode: 0644]
heads/deriv/Lihuen [new file with mode: 0644]
heads/deriv/LinEx [new file with mode: 0644]
heads/deriv/Maemo [new file with mode: 0644]
heads/deriv/MetamorphoseLinux [new file with mode: 0644]
heads/deriv/Parsix [new file with mode: 0644]
heads/deriv/SPACEflight [new file with mode: 0644]
heads/deriv/Tails [new file with mode: 0644]
heads/deriv/Tucunare [new file with mode: 0644]
heads/deriv/Ubuntu [new file with mode: 0644]
heads/deriv/UniventionCorporateServer [new file with mode: 0644]
heads/deriv/VoyageLinux [new file with mode: 0644]
heads/deriv/Vyatta [new file with mode: 0644]
heads/deriv/ZevenOS-Neptune [new file with mode: 0644]
heads/deriv/gNewSense [new file with mode: 0644]

diff --git a/config/config.ini.deriv b/config/config.ini.deriv
new file mode 100644 (file)
index 0000000..1d6a50b
--- /dev/null
@@ -0,0 +1,235 @@
+# Planet configuration file
+
+# The following rules apply for a new language planet:
+#
+# * The feeds contain the same content as one would put on planet.debian.org,
+#   ie. mostly Debian related / from people involved in Debian
+#
+# * The feeds provide an own category with only the language for this planet.
+#
+# * At least 10 feeds have to be there before a new language gets added.
+#
+# * Language planets will appear as planet.debian.org/$LANGUAGE,
+#   where $LANGUAGE will be the two-letter code for it.
+
+
+# Little documentation for multi-language planet:
+
+# In the following, above "Do not change", replace $LANGUAGE with the
+# name of your language, $2LETTERCODE with the 2 letter iso code.
+# For example, a german planet would use Deutsch and DE.
+# Feel free to edit the other values as shown.
+# Please do not touch the config values below "Do not change", just
+# skip to the feed list.
+
+# When you are done, send this file to planet@debian.org and ask for the
+# addition of the new language planet. Do NOT just commit it, it won't get
+# picked up by the scripts.
+
+# After the new language is activated, feel free to edit this file following
+# the normal rules for all planet config.ini files.
+
+# Hint: You can use hackergotchis the same way as on main planet. But it is
+# *one* central storage for hackergotchis, not one per different language.
+
+
+# Every planet needs a [Planet] section
+[Planet]
+# name: Your planet's name.
+name = Planet Debian Derivatives
+# link: Link to the main planet page
+link = http://planet.debian.org/deriv/
+
+# output_dir: Directory to place output files. Add your 2letter Language code
+output_dir = www/deriv
+# date_format: strftime format for the default 'date' template variable
+date_format = %d %B, %Y %I:%M%p
+# new_date_format: strftime format for the 'new_date' template variable
+new_date_format = %B %d, %Y
+# cache_directory: Where cached feeds are stored. Add your 2letter Language code
+cache_directory = cache-deriv
+
+# Translate the following to your language. Do not change the names, just the
+# text after the =
+syndicationtext = A complete feed is available in any of your favourite syndication formats linked by the buttons below.
+searchtext = Search
+lastupdatetext = Last updated:
+utctext = All times are UTC.
+contacttext = Contact:
+hiddenfeedstext = Hidden Feeds
+hiddenfeedstext2 = You currently have hidden entries.
+showalltext = Show all
+subscriptionstext = Subscriptions
+feedtext = feed
+otherplanettext = Planetarium
+
+
+# Do not change config values below here, just skip to the feeds
+# Do not change config values below here, just skip to the feeds
+owner_name = Debian Planet Maintainers
+owner_email = planet@debian.org
+
+# Currently no search for Language planets
+search = false
+# new_feed_items: Number of items to take from new feeds
+# log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL
+new_feed_items = 1
+log_level = DEBUG
+spider_threads = 15
+
+# template_files: Space-separated list of output template files
+template_files = templates/index.html.dj templates/atom.xml.dj templates/rss20.xml.dj templates/rss10.xml.dj templates/opml.xml.dj templates/foafroll.xml.dj
+
+# The following provide defaults for each template:
+# items_per_page: How many items to put on each page
+# days_per_page: How many complete days of posts to put on each page
+#                This is the absolute, hard limit (over the item limit)
+# encoding: output encoding for the file, Python 2.3+ users can use the
+#           special "xml" value to output ASCII with XML character references
+# locale: locale to use for (e.g.) strings in dates, default is taken from your
+#         system
+items_per_page = 60
+days_per_page = 0
+encoding = utf-8
+# locale = C
+
+[templates/index.html.dj]
+date_format = %I:%M%P
+
+
+# Options placed in the [DEFAULT] section provide defaults for the feed
+# sections.  Placing a default here means you only need to override the
+# special cases later.
+[DEFAULT]
+# Hackergotchi default size.
+# If we want to put a face alongside a feed, and it's this size, we
+# can omit these variables.
+facewidth = 65
+faceheight = 85
+future_dates = ignore_date
+
+
+############################## FEEDS ##############################
+#
+#                      DO    NOT    EDIT
+#
+# This section is generated from the Debian derivatives census:
+# http://wiki.debian.org/Derivatives/Census
+# http://wiki.debian.org/Derivatives/Integration
+#
+###################################################################
+
+[http://aptosid.com/index.php?module=News&func=view&theme=rss]
+name = aptosid
+face = deriv/Aptosid
+facewidth = 100
+faceheight = 30
+
+[http://bayanihan.gov.ph/index.php?format=feed&type=rss]
+name = Bayanihan Linux
+face = deriv/Bayanihan
+facewidth = 100
+faceheight = 100
+
+[http://www.lis-blog.com/feed/]
+name = CoreBiz
+face = deriv/CoreBiz
+facewidth = 100
+faceheight = 37
+
+[http://crunchbanglinux.org/blog/feed/]
+name = CrunchBang
+face = deriv/Crunchbang
+facewidth = 48
+faceheight = 48
+
+[http://corenominal.org/feed/]
+name = CrunchBang developers
+face = deriv/Crunchbang
+facewidth = 48
+faceheight = 48
+
+[http://www.linux.codehelp.co.uk/serendipity/index.php?/feeds/index.rss2]
+name = Emdebian developers
+face = deriv/Emdebian
+facewidth = 100
+faceheight = 19
+
+[http://tux-a-solta.blogspot.com/feeds/posts/default]
+name = Epidemic-Linux developers
+face = deriv/Epidemic-Linux
+facewidth = 91
+faceheight = 86
+
+[http://rweu.blogspot.com/feeds/posts/default]
+name = Epidemic-Linux developers
+face = deriv/Epidemic-Linux
+facewidth = 91
+faceheight = 86
+
+[http://blog.finnix.org/feed/]
+name = Finnix
+face = deriv/Finnix
+facewidth = 100
+faceheight = 29
+
+[http://blog.grml.org/feeds/index.rss2]
+name = Grml
+face = deriv/Grml
+facewidth = 100
+faceheight = 47
+
+[http://planet.grml.org/rss20.xml]
+name = Grml developers
+face = deriv/Grml
+facewidth = 100
+faceheight = 47
+
+[http://blog.linuxmint.com/?feed=rss2]
+name = LMDE
+
+[http://maemo.org/news/planet-maemo/rss.xml]
+name = Maemo developers
+face = deriv/Maemo
+facewidth = 100
+faceheight = 12
+
+[http://blog.serviceplatform.org/atom.xml]
+name = SPACEflight
+face = deriv/SPACEflight
+facewidth = 100
+faceheight = 35
+
+[https://tails.boum.org/news/index.en.rss]
+name = Tails
+face = deriv/Tails
+facewidth = 96
+faceheight = 96
+
+[http://ubuntu-news.org/feed/]
+name = Ubuntu
+face = deriv/Ubuntu
+facewidth = 100
+faceheight = 22
+
+[http://planet.ubuntu.com/rss20.xml]
+name = Ubuntu developers
+face = deriv/Ubuntu
+facewidth = 100
+faceheight = 22
+
+[http://www.punknix.com/node/feed]
+name = Voyage Linux developers
+face = deriv/VoyageLinux
+facewidth = 100
+faceheight = 47
+
+[http://www.vyatta.org/blog/feed]
+name = Vyatta
+face = deriv/Vyatta
+facewidth = 100
+faceheight = 23
+
+[http://semplicedev.posterous.com/rss.xml]
+name = Semplice
+
diff --git a/heads/deriv/Aptosid b/heads/deriv/Aptosid
new file mode 100644 (file)
index 0000000..81ffd0f
Binary files /dev/null and b/heads/deriv/Aptosid differ
diff --git a/heads/deriv/ArchivistaBox b/heads/deriv/ArchivistaBox
new file mode 100644 (file)
index 0000000..49f273d
Binary files /dev/null and b/heads/deriv/ArchivistaBox differ
diff --git a/heads/deriv/BCCD b/heads/deriv/BCCD
new file mode 100644 (file)
index 0000000..14a8350
Binary files /dev/null and b/heads/deriv/BCCD differ
diff --git a/heads/deriv/BOSSlinux b/heads/deriv/BOSSlinux
new file mode 100644 (file)
index 0000000..dc42ca5
Binary files /dev/null and b/heads/deriv/BOSSlinux differ
diff --git a/heads/deriv/Bayanihan b/heads/deriv/Bayanihan
new file mode 100644 (file)
index 0000000..b4c4b7d
Binary files /dev/null and b/heads/deriv/Bayanihan differ
diff --git a/heads/deriv/BlankOn b/heads/deriv/BlankOn
new file mode 100644 (file)
index 0000000..ff537bb
Binary files /dev/null and b/heads/deriv/BlankOn differ
diff --git a/heads/deriv/Canaima b/heads/deriv/Canaima
new file mode 100644 (file)
index 0000000..2396ee2
Binary files /dev/null and b/heads/deriv/Canaima differ
diff --git a/heads/deriv/CoreBiz b/heads/deriv/CoreBiz
new file mode 100644 (file)
index 0000000..acd59bb
Binary files /dev/null and b/heads/deriv/CoreBiz differ
diff --git a/heads/deriv/Crunchbang b/heads/deriv/Crunchbang
new file mode 100644 (file)
index 0000000..8abafdb
Binary files /dev/null and b/heads/deriv/Crunchbang differ
diff --git a/heads/deriv/Debathena b/heads/deriv/Debathena
new file mode 100644 (file)
index 0000000..cfe158b
Binary files /dev/null and b/heads/deriv/Debathena differ
diff --git a/heads/deriv/Emdebian b/heads/deriv/Emdebian
new file mode 100644 (file)
index 0000000..2e82baf
Binary files /dev/null and b/heads/deriv/Emdebian differ
diff --git a/heads/deriv/Epidemic-Linux b/heads/deriv/Epidemic-Linux
new file mode 100644 (file)
index 0000000..234317e
Binary files /dev/null and b/heads/deriv/Epidemic-Linux differ
diff --git a/heads/deriv/Finnix b/heads/deriv/Finnix
new file mode 100644 (file)
index 0000000..ac45bdd
Binary files /dev/null and b/heads/deriv/Finnix differ
diff --git a/heads/deriv/GNUSTEP b/heads/deriv/GNUSTEP
new file mode 100644 (file)
index 0000000..fa6cd46
Binary files /dev/null and b/heads/deriv/GNUSTEP differ
diff --git a/heads/deriv/Grml b/heads/deriv/Grml
new file mode 100644 (file)
index 0000000..8e3e1af
Binary files /dev/null and b/heads/deriv/Grml differ
diff --git a/heads/deriv/Inquisitor b/heads/deriv/Inquisitor
new file mode 100644 (file)
index 0000000..dfd56ac
Binary files /dev/null and b/heads/deriv/Inquisitor differ
diff --git a/heads/deriv/Lihuen b/heads/deriv/Lihuen
new file mode 100644 (file)
index 0000000..7553ec3
Binary files /dev/null and b/heads/deriv/Lihuen differ
diff --git a/heads/deriv/LinEx b/heads/deriv/LinEx
new file mode 100644 (file)
index 0000000..a30b238
Binary files /dev/null and b/heads/deriv/LinEx differ
diff --git a/heads/deriv/Maemo b/heads/deriv/Maemo
new file mode 100644 (file)
index 0000000..9e39be8
Binary files /dev/null and b/heads/deriv/Maemo differ
diff --git a/heads/deriv/MetamorphoseLinux b/heads/deriv/MetamorphoseLinux
new file mode 100644 (file)
index 0000000..cf950ab
Binary files /dev/null and b/heads/deriv/MetamorphoseLinux differ
diff --git a/heads/deriv/Parsix b/heads/deriv/Parsix
new file mode 100644 (file)
index 0000000..3fcaf65
Binary files /dev/null and b/heads/deriv/Parsix differ
diff --git a/heads/deriv/SPACEflight b/heads/deriv/SPACEflight
new file mode 100644 (file)
index 0000000..6d230ac
Binary files /dev/null and b/heads/deriv/SPACEflight differ
diff --git a/heads/deriv/Tails b/heads/deriv/Tails
new file mode 100644 (file)
index 0000000..800faf0
Binary files /dev/null and b/heads/deriv/Tails differ
diff --git a/heads/deriv/Tucunare b/heads/deriv/Tucunare
new file mode 100644 (file)
index 0000000..408d52a
Binary files /dev/null and b/heads/deriv/Tucunare differ
diff --git a/heads/deriv/Ubuntu b/heads/deriv/Ubuntu
new file mode 100644 (file)
index 0000000..4da260a
Binary files /dev/null and b/heads/deriv/Ubuntu differ
diff --git a/heads/deriv/UniventionCorporateServer b/heads/deriv/UniventionCorporateServer
new file mode 100644 (file)
index 0000000..fa65240
Binary files /dev/null and b/heads/deriv/UniventionCorporateServer differ
diff --git a/heads/deriv/VoyageLinux b/heads/deriv/VoyageLinux
new file mode 100644 (file)
index 0000000..b1c0085
Binary files /dev/null and b/heads/deriv/VoyageLinux differ
diff --git a/heads/deriv/Vyatta b/heads/deriv/Vyatta
new file mode 100644 (file)
index 0000000..46b72a6
Binary files /dev/null and b/heads/deriv/Vyatta differ
diff --git a/heads/deriv/ZevenOS-Neptune b/heads/deriv/ZevenOS-Neptune
new file mode 100644 (file)
index 0000000..1208948
Binary files /dev/null and b/heads/deriv/ZevenOS-Neptune differ
diff --git a/heads/deriv/gNewSense b/heads/deriv/gNewSense
new file mode 100644 (file)
index 0000000..f7a3876
Binary files /dev/null and b/heads/deriv/gNewSense differ