diff --git a/bugs.php b/bugs.php deleted file mode 100644 index 7b2702c..0000000 --- a/bugs.php +++ /dev/null @@ -1,25 +0,0 @@ - -# -# common wrapper for showing bug lists from bug.kde.org -# -# syntax: -# bugs.php?/ -# -# - references the $urls array keys in lib.inc -# - version to show e.g 4.8.1 for the related version -# or 4.8 for all versions in this branch -# - include(dirname(__FILE__)."/lib.inc"); - $query = isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : ""; - if (strpos($query,'/') !== FALSE) - list($type, $version) = explode('/',$query); - else { - $type = $query; - $version = ""; - } - $url = buglist($type, $version); - if ($url) - Header("Location: $url"); -?> \ No newline at end of file diff --git a/openbugs.php b/openbugs.php deleted file mode 100644 index 9f85c5b..0000000 --- a/openbugs.php +++ /dev/null @@ -1,16 +0,0 @@ - -# -# redirect to bugs.kde.org and shows a list of open bugs -# -# syntax: -# openbugs.php - shows all open bugs -# openbugs.php? - shows bugs of e.g. 4.8.1 or 4.8 -# for all releases of the mentioned branch -# - include(dirname(__FILE__)."/lib.inc"); - $version = isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : ""; - $url = buglist('openbugs',$version); - Header("Location: $url"); -?> \ No newline at end of file diff --git a/resolvedbugs.php b/resolvedbugs.php deleted file mode 100644 index 2970679..0000000 --- a/resolvedbugs.php +++ /dev/null @@ -1,16 +0,0 @@ - -# -# redirect to bugs.kde.org and shows a list of resolved bugs -# -# syntax: -# resolvedbugs.php - shows all resolved bugs -# resolvedbugs.php? - shows resolved bugs of e.g. 4.8.1 -# or 4.8 for all releases of the mentioned branch -# - include(dirname(__FILE__)."/lib.inc"); - $version = isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : ""; - $url = buglist('resolvedbugs',$version); - Header("Location: $url"); -?> \ No newline at end of file diff --git a/resolvedfeatures.php b/resolvedfeatures.php deleted file mode 100644 index 0fb28e5..0000000 --- a/resolvedfeatures.php +++ /dev/null @@ -1,16 +0,0 @@ - -# -# redirect to bugs.kde.org and shows a list of resolved features -# -# syntax: -# resolvedfeatures.php - shows all resolved features -# resolvedfeatures.php? - shows resolved features of e.g. 4.8.1 -# or 4.8 for all releases of the mentioned branch -# - include(dirname(__FILE__)."/lib.inc"); - $version = isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : ""; - $url = buglist('resolvedfeatures',$version); - Header("Location: $url"); -?> \ No newline at end of file diff --git a/support.php b/support.php deleted file mode 100644 index b8d563e..0000000 --- a/support.php +++ /dev/null @@ -1,46 +0,0 @@ - - -

How can we help You?

- -For new users, it is recommended to read the user's manual. Many frequently asked questions are collected in the FAQ. -Should there still be any questions, you should take a look at the -Forum or the -Mailing List. If you just have a little question you could also use the -IRC Webchat. - - -
    -
  • FAQ Here you can find Frequently Asked Questions. - If you have a question that is not answered on this FAQ, please do not hesitate to - post it on the KMyMoney Developers List or KMyMoney Users List and we will try to - get an answer for you as soon as possible.
  • - -
  • User's Manual Here you can visit the documentation to read about all the functions KMyMoney provides, maybe even in your own language.
  • - -
  • Mailing List Do you want to subscribe the KDE mailing list or send an E-Mail to all List - Members of kmymoney.org? Then you are right here.
  • - -
  • Forum In the Forum for KMyMoney it is possible to write about an existing topic or - create a new topic.
  • - -
  • IRC Webchat
  • - -
  • IRC Channel
  • - -
  • Report a Bug Did you find some bugs? Please report them in the KDE Bugtracking System for kmymoney.org
  • - -
  • Suggest a Feature Are you missing some functionality? Please open a wishlist item in the KDE Bugtracking System for kmymoney.org and make sure it is not already listed.
  • - -
  • Userbase Wiki That's the Wiki for the users. The Wiki for the programmers is called - Techbase Wiki. -
  • - -
  • Recovery key To prevent accidental lockout from your encrypted KMyMoney file you can use the recovery key.
  • -
- - diff --git a/todofeatures.php b/todofeatures.php deleted file mode 100644 index 8f2d98f..0000000 --- a/todofeatures.php +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file