diff --git a/plasmaMenu.inc b/plasmaMenu.inc deleted file mode 100644 index baae6b9..0000000 --- a/plasmaMenu.inc +++ /dev/null @@ -1,51 +0,0 @@ -addMenu("Home", "/", "red.icon.png", "#ff96af"); - $plasmaMenu->addMenuEntry("About KMyMoney", "index.php"); - $plasmaMenu->addMenuEntry("Install", "https://techbase.kde.org/Projects/KMyMoney#Installation"); - $plasmaMenu->addMenuEntry("News", "news.php"); - $plasmaMenu->addMenuEntry("Release notes", "release-notes.php"); - $plasmaMenu->addMenuEntry("Screenshots", "screenshots.php"); - $plasmaMenu->addMenuEntry("User compliments", "user-comments.php"); - $plasmaMenu->addMenuEntry("The Developers", "people.php"); - - $plasmaMenu->addMenu("Support", "support.php", "purple.icon.png", "#e285ff"); - $plasmaMenu->addMenuEntry("FAQ", "faq.php"); - $plasmaMenu->addMenuEntry("User's Manual", "documentation.php"); - $plasmaMenu->addMenuEntry("Mailing List","https://mail.kde.org/mailman/listinfo/kmymoney"); - $plasmaMenu->addMenuEntry("Forum", "https://forum.kde.org/viewforum.php?f=69"); - $plasmaMenu->addMenuEntry("IRC WebChat","http://webchat.freenode.net/?channels=kmymoney"); - $plasmaMenu->addMenuEntry("IRC Channel","irc://irc.freenode.net/kmymoney"); - $plasmaMenu->addMenuEntry("Report a Bug", "https://bugs.kde.org/enter_bug.cgi?product=kmymoney&format=guided"); - $plasmaMenu->addMenuEntry("Userbase Wiki", "https://userbase.kde.org/KMyMoney"); - $plasmaMenu->addMenuEntry("Recovery key", "recovery.php"); - - $plasmaMenu->addMenu("Community", "https://www.kde.org/community/", "green.icon.png", "#acff08"); - $plasmaMenu->addMenuEntry("About KDE", "https://www.kde.org/community/whatiskde/"); - $plasmaMenu->addSubMenuEntry("Software Compilation", "https://www.kde.org/community/whatiskde/softwarecompilation.php"); - $plasmaMenu->addSubMenuEntry("Project Management", "https://www.kde.org/community/whatiskde/management.php"); - $plasmaMenu->addSubMenuEntry("Development Model", "https://www.kde.org/community/whatiskde/devmodel.php"); - $plasmaMenu->addSubMenuEntry("Internationalization", "https://www.kde.org/community/whatiskde/i18n.php"); - $plasmaMenu->addSubMenuEntry("KDE e.V. Foundation", "https://ev.kde.org"); - $plasmaMenu->addSubMenuEntry("Free Qt Foundation", "https://www.kde.org/community/whatiskde/kdefreeqtfoundation.php"); - $plasmaMenu->addSubMenuEntry("History", "https://www.kde.org/community/whatiskde/../history/"); - $plasmaMenu->addSubMenuEntry("Awards", "https://www.kde.org/community/whatiskde/../awards/"); - $plasmaMenu->addSubMenuEntry("Press Contact", "https://www.kde.org/community/whatiskde/../../contact/"); - $plasmaMenu->addSubMenuEntry("Join The Game", "https://jointhegame.kde.org/"); - $plasmaMenu->addMenuEntry("Announcements", "https://www.kde.org/announcements/"); - $plasmaMenu->addMenuEntry("Events", "https://www.kde.org/events"); - $plasmaMenu->addMenuEntry("Get Involved", "https://community.kde.org/Get_Involved"); - $plasmaMenu->addMenuEntry("Donate", "https://www.kde.org/community/donations/"); - $plasmaMenu->addMenuEntry("Code Of Conduct", "https://www.kde.org/code-of-conduct/"); - $plasmaMenu->addMenuEntry("Press Page", "https://www.kde.org/presspage/"); - - $plasmaMenu->addMenu("Developer Resources", "", "gray.icon.png", "#aaa"); - $plasmaMenu->addMenuEntry("Developer Mailing List","https://mail.kde.org/mailman/listinfo/kmymoney-devel"); - $plasmaMenu->addMenuEntry("Git repository","https://cgit.kde.org/kmymoney.git"); - $plasmaMenu->addMenuEntry("Techbase Wiki","https://techbase.kde.org/Projects/KMyMoney"); - $plasmaMenu->addMenuEntry("Phabricator page","https://phabricator.kde.org/project/profile/167/"); - $plasmaMenu->addMenuEntry("API Docs", "https://api.kde.org/"); - $plasmaMenu->addMenuEntry("CI Status", "https://kmymoney.org/build.php"); - $plasmaMenu->addMenuEntry("Krazy Code Checker", "http://ebn.kde.org/krazy/reports/extragear/office/kmymoney/index.html"); - $plasmaMenu->addMenuEntry("Static Code analysis", "https://scan.coverity.com/projects/5215"); -?> diff --git a/site.inc b/site.inc deleted file mode 100644 index fb00e8f..0000000 --- a/site.inc +++ /dev/null @@ -1,23 +0,0 @@ - -