From dc6cf6c3e86e284d75dd095490593f720aba853e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 27 Aug 2004 11:06:45 +0000 Subject: drop obsolete controlcenter.html file --- Makefile | 2 +- controlcenter.html | 185 ----------------------------------------------------- 2 files changed, 1 insertion(+), 186 deletions(-) delete mode 100644 controlcenter.html diff --git a/Makefile b/Makefile index fa516c4c..93e78f4f 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* mkdir -p $(NAME)-$(VERSION) find . -not -name "$(NAME)-$(VERSION)" | cpio -pd $(NAME)-$(VERSION)/ - find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused -name control-center.rc -o -name controlcenter.html |xargs rm -rf + find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused -name control-center.rc |xargs rm -rf find $(NAME)-$(VERSION) -name '*.pl' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g' tar cjf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) diff --git a/controlcenter.html b/controlcenter.html deleted file mode 100644 index 93cdac79..00000000 --- a/controlcenter.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - Control-center specs - - - - - - - - - - - - - - - -
-

Control center group specs

-
- 12/19/00 -
-

Team : Daouda, dindinx, dam's(leader)

-
- Note : The previous document is adapted from http://intranet.mandrakesoft.com/products/works-8.0/controlcenter.html. -
-

Specifications

-

Introduction

- -

Groups descriptions

-Note : every names are here for reference, The names will be replaced by their -functions, like before (ex: 'startup services' instead of drakexservices) -

Menu customization

- - -

Boot Configuration

- -

Font Management

- -

Network and Internet Connection

- -

Hardware configuration

- -

Users and groups management

- -
-

Development schedule

-

Schedule format to be -defined later.

-

Development Notes

-

Free format text. Used by -developers to keep track of important issues.

-

First issue is detailed -snapshots with comments for all components, to be added here.

-
-

Validation and Test Plan

-Define -the specific test to be performed

- -

List Use case scenarios, and other test related reference documents

-
-

Product Release

-

Used to sign off project.

- - -- cgit v1.2.1