Fix links in website footer
Closed, ResolvedPublic

Description

The footer on the krusader site (krusader.org) links to a bunch of external(-ish) KDE sites:

  • bugs.kde.org (this one's ok)
  • projects.kde.org (actually links to kde.org/.../krusader, text should probably be different since projects went away)
  • quickgit.kde.org (should go to https://cgit.kde.org/krusader.git/)
  • kde-files.org (should go to store.kde.org somewhere)
  • donate (this one's ok)
  • forums (this one's ok)
adridg created this task.Dec 29 2016, 2:30 PM

Possible patch to krusader-org repo:

From 24157df1c9315572fb7c0ab7a0e6fbff0d9be806 Mon Sep 17 00:00:00 2001
From: Yuri Chornoivan <yurchor@ukr.net>
Date: Thu, 29 Dec 2016 17:19:17 +0200
Subject: [PATCH] Update links


index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 0bcc568..c0be9e4 100644

  • a/index.html

+++ b/index.html
@@ -91,9 +91,9 @@

<div id="footer">
    <ul>
        <li><a class="external" href="https://bugs.kde.org/buglist.cgi?bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_id=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDSINFO&amp;bug_status=VERIFIED&amp;bugidtype=include&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;email1=&amp;email2=&amp;emailassigned_to1=1&amp;emailassigned_to2=1&amp;emailcc2=1&amp;emailreporter2=1&amp;emailtype1=substring&amp;emailtype2=substring&amp;field-1-0-0=product&amp;field-1-1-0=bug_status&amp;field0-0-0=noop&amp;keywords=&amp;keywords_type=allwords&amp;long_desc=&amp;long_desc_type=substring&amp;product=krusader&amp;query_format=advanced&amp;remaction=&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;type-1-0-0=anyexact&amp;type-1-1-0=anyexact&amp;type0-0-0=noop&amp;value-1-0-0=krusader&amp;value-1-1-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED%2CNEEDSINFO%2CVERIFIED&amp;value0-0-0=&amp;votes=&amp;order=bugs.bug_id%20desc&amp;query_based_on=">Bugs.kde.org</a></li>

+ <li><a class="external" href="https://phabricator.kde.org/tag/krusader/">phabricator.kde.org</a></li>
+ <li><a class="external" href="https://cgit.kde.org/krusader.git">cgit.kde.org</a></li>
+ <li><a class="external" href="https://store.kde.org/">store.kde.org</a></li>

    <li><a class="external" href="http://sourceforge.net/donate/index.php?group_id=6488">Make&nbsp;a&nbsp;donation</a></li>
    <li><a href="https://forum.kde.org/viewforum.php?f=225">Forum.kde.org</a></li>
</ul>

2.7.4

abika added a subscriber: abika.Dec 29 2016, 7:08 PM
  • projects.kde.org (actually links to kde.org/.../krusader, text should probably be different since projects went away)

Replaced with Phabricator link

Done

  • kde-files.org (should go to store.kde.org somewhere)

Removed. Krusader is not (yet?) included in the KDE store.

  • donate (this one's ok)

Removed. People should better donate to KDE e.v. instead.

abika added a comment.Jan 3 2017, 8:48 PM

If you think everything is resolved please close this.

@yurchor
Thanks for the patch btw! But because the current site is made with static HTML pages, all the links had be changed for every subpage.

adridg closed this task as Resolved.Aug 4 2017, 9:30 AM
adridg claimed this task.

Looks resolved, and thanks also to @yurchor