From 6f61e72f307205933ca17ab6b7f7d7a1a88ed83a Mon Sep 17 00:00:00 2001 From: jordi Date: Mon, 8 Nov 2010 19:17:56 +0000 Subject: [PATCH] Add a link to the Wiki page. git-svn-id: svn+ssh://svn.debian.org/svn/planet-debian/trunk@1348 c2f067bf-98e0-425f-9c98-e76020cfa380 --- config/config.ini | 5 ++++- templates/index.html.dj | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/config.ini b/config/config.ini index 2f5b4fd..52a2215 100644 --- a/config/config.ini +++ b/config/config.ini @@ -29,12 +29,15 @@ showalltext = Show all subscriptionstext = Subscriptions feedtext = feed otherplanettext = Planetarium +wikitext = More info on Planet Debian is available in our +wikiname = wiki page -# 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 +wiki_url = http://wiki.debian.org/PlanetDebian + search = true # new_feed_items: Number of items to take from new feeds # log_level: One of DEBUG, INFO, WARNING, ERROR or CRITICAL diff --git a/templates/index.html.dj b/templates/index.html.dj index 965620a..607a1f0 100644 --- a/templates/index.html.dj +++ b/templates/index.html.dj @@ -90,7 +90,8 @@

{{ Config.lastupdatetext }} {{ date|date:"d M Y H:i" }}
{{ Config.utctext }}
- {{ Config.contacttext }} {{ owner_name }} + {{ Config.contacttext }} {{ owner_name }}
+ {{ Config.wikitext }} {{ wikiname }}

{{ Config.otherplanettext }}

-- 2.39.2