[PATCH 3/3] Remove the kdessh page, as the program is in tags/unmaintained/4.
Raphael Kubo da Costa
kubito at gmail.com
Sat May 14 04:16:50 CEST 2011
---
projects/kdessh/contact.php | 16 ----------
projects/kdessh/development.php | 19 ------------
projects/kdessh/documentation.php | 13 --------
projects/kdessh/faq.php | 20 -------------
projects/kdessh/features.php | 17 -----------
projects/kdessh/index.php | 57 -------------------------------------
projects/kdessh/menu.inc | 12 --------
projects/kdessh/project.inc | 5 ---
8 files changed, 0 insertions(+), 159 deletions(-)
delete mode 100644 projects/kdessh/contact.php
delete mode 100644 projects/kdessh/development.php
delete mode 100644 projects/kdessh/documentation.php
delete mode 100644 projects/kdessh/faq.php
delete mode 100644 projects/kdessh/features.php
delete mode 100644 projects/kdessh/index.php
delete mode 100644 projects/kdessh/menu.inc
delete mode 100644 projects/kdessh/project.inc
diff --git a/projects/kdessh/contact.php b/projects/kdessh/contact.php
deleted file mode 100644
index efacb99..0000000
--- a/projects/kdessh/contact.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
- $site_root = "../";
- $page_title = 'KDE ssh - Contact';
-
- include( "header.inc" );
-
- include( "project.inc" );
-
- $contactOverview = new ContactOverview($project);
-
- $contactOverview->show();
-
- include( "footer.inc" );
-?>
-
-
diff --git a/projects/kdessh/development.php b/projects/kdessh/development.php
deleted file mode 100644
index 9c75778..0000000
--- a/projects/kdessh/development.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
- $site_root = "../";
- $page_title = 'KDE ssh - Development';
-
- include( "header.inc" );
-
- include( "project.inc" );
-
- $developmentOverview = new DevelopmentOverview($project);
-// $blogs = new BlogLinks();
-// $blogs->addBlogLink( "Joe", "http://joe.wordpress.com/tag/kdessh" );
-// $developmentOverview->setBlogs( $blogs );
-
- $developmentOverview->show();
-
- include( "footer.inc" );
-?>
-
-
diff --git a/projects/kdessh/documentation.php b/projects/kdessh/documentation.php
deleted file mode 100644
index 1e9df0f..0000000
--- a/projects/kdessh/documentation.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
- $site_root = "../";
- $page_title = 'KDE ssh - Documentation';
-
- include( "header.inc" );
-
- include( "project.inc" );
-
- $documentationOverview = new DocumentationOverview($project);
- $documentationOverview->show();
-
- include( "footer.inc" );
-?>
diff --git a/projects/kdessh/faq.php b/projects/kdessh/faq.php
deleted file mode 100644
index 2798fcd..0000000
--- a/projects/kdessh/faq.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
- $site_root = "../";
- $page_title = 'KDE ssh - FAQ';
-
- include( "header.inc" );
-
- $faq = new FAQ();
-
- $faq->addQuestion(
- "What is in it?",
- "<p>
- No idea.
- </p>" );
-
- $faq->show();
-
- include( "footer.inc" );
-?>
-
-
diff --git a/projects/kdessh/features.php b/projects/kdessh/features.php
deleted file mode 100644
index 6540b87..0000000
--- a/projects/kdessh/features.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
- $site_root = "../";
- $page_title = 'KDE ssh - Features';
-
- include( "header.inc" );
-?>
-
-<h2>General</h2>
- <p>
- <ul>
- <li>Editing and navigating similar to a text editor.</li>
- </ul>
- </p>
-
-<?php
- include( "footer.inc" );
-?>
diff --git a/projects/kdessh/index.php b/projects/kdessh/index.php
deleted file mode 100644
index 9c12016..0000000
--- a/projects/kdessh/index.php
+++ /dev/null
@@ -1,57 +0,0 @@
-<?php
- $site_root = "../";
- $page_title = 'kdessh';
-
- include ( "header.inc" );
-
- include( "project.inc" );
-
- $appinfo = new AppInfo( "kdessh" );
- // $appinfo->setIcon( "../../icons/ox32-app-okteta.png", "32", "32" );
- $appinfo->setVersion( "4.1.0" );
- $appinfo->setCopyright( "2000", "Geert Jansen" );
- $appinfo->setLicense("gpl");
-
- $appinfo->addAuthor("Geert Jansen", "jansen at kde.org", "Old maintainer");
-
-// $appinfo->show();
-?>
-
- <p>
- kdessh runs a program on a remote host.
- </p>
-
-
- <p>
-<?php
- $latestRelease = new LatestRelease($project);
- $latestRelease->show();
-?>
- </p>
-<!--
-<center>
-
-<a href="screenshots/okteta-promo.png" alt="KDE ssh Screenshot"><img src="screenshots/okteta-promo_small.png"/></a>
-
-</center>
--->
- <p>
- While kdessh was always released as part of kdeutils, it had been broken in the port to the KDE 4 Platform.
- Without a maintainer and obviously without any users, who would have complained about this otherwise,
- kdessh has been <b>removed</b> from the kdeutils module for version <b>4.4</b> and later of the KDE SC (to tags/unmaintained/4/kdessh).
- </p>
-
-
- <?php
-// kde_general_news("./news.rdf", 10, true);
- ?>
-
-<br />
-<hr width="30%" align="center" />
-<p>Last update: <?php echo date ("Y-m-d", filemtime(__FILE__)); ?>
-</p>
-
-<?php
- include "footer.inc";
-?>
-
diff --git a/projects/kdessh/menu.inc b/projects/kdessh/menu.inc
deleted file mode 100644
index eae2e6c..0000000
--- a/projects/kdessh/menu.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
- $this->appendLink("Info","./index.php");
-// $this->appendLink("Features", "features.php");
-// $this->appendLink("FAQ", "faq.php");
-// $this->appendLink("News","news.php",false);
-
-// reuse the tips and tricks file for KDE!
-// $this->appendLink("Tips and Tricks", "tips.php");
- $this->appendLink("Documentation", "documentation.php");
- $this->appendLink("Development", "development.php");
- $this->appendLink("Contact", "contact.php");
-?>
diff --git a/projects/kdessh/project.inc b/projects/kdessh/project.inc
deleted file mode 100644
index 193048f..0000000
--- a/projects/kdessh/project.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
- $project = new Project("kdessh","kdessh",array("4.3"=>"4.3","4.2"=>"4.2","4.1"=>"4.1","4.0"=>"4.0","3.5"=>"3.5"));
- $project->setDocPoFileNameList(null);
- $project->setManualList(null);
-?>
--
1.7.5.1
More information about the Kde-utils-devel
mailing list