From 3a4f800ec4d7d26dad3f840dbe603c2d70ca352a Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Aug 18 2011 18:04:21 +0000 Subject: Remove `BrowserDefaultPage' and `FirefoxServiceAgreement' from `trunk/Identity/Webenv/App' directory. They are worked out through DocBook under `trunk/Manuals/Distro' directory. --- diff --git a/Identity/Webenv/App/BrowserDefaultPage/Screenshot-324.png b/Identity/Webenv/App/BrowserDefaultPage/Screenshot-324.png deleted file mode 100644 index d0dc156..0000000 Binary files a/Identity/Webenv/App/BrowserDefaultPage/Screenshot-324.png and /dev/null differ diff --git a/Identity/Webenv/App/BrowserDefaultPage/img/centos-logo.png b/Identity/Webenv/App/BrowserDefaultPage/img/centos-logo.png deleted file mode 100755 index b61d554..0000000 Binary files a/Identity/Webenv/App/BrowserDefaultPage/img/centos-logo.png and /dev/null differ diff --git a/Identity/Webenv/App/BrowserDefaultPage/img/centos.png b/Identity/Webenv/App/BrowserDefaultPage/img/centos.png deleted file mode 100644 index c44b82a..0000000 Binary files a/Identity/Webenv/App/BrowserDefaultPage/img/centos.png and /dev/null differ diff --git a/Identity/Webenv/App/BrowserDefaultPage/img/header-background.png b/Identity/Webenv/App/BrowserDefaultPage/img/header-background.png deleted file mode 100755 index ff2a7b0..0000000 Binary files a/Identity/Webenv/App/BrowserDefaultPage/img/header-background.png and /dev/null differ diff --git a/Identity/Webenv/App/BrowserDefaultPage/img/html-background.png b/Identity/Webenv/App/BrowserDefaultPage/img/html-background.png deleted file mode 100644 index ccfa402..0000000 Binary files a/Identity/Webenv/App/BrowserDefaultPage/img/html-background.png and /dev/null differ diff --git a/Identity/Webenv/App/BrowserDefaultPage/index.html b/Identity/Webenv/App/BrowserDefaultPage/index.html deleted file mode 100755 index 87adb79..0000000 --- a/Identity/Webenv/App/BrowserDefaultPage/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - Welcome to CentOS - - - - - - -
- - CentOS - -

Welcome to CentOS

- -

The Community ENTerprise Operating System.

- -

CentOS is an -Enterprise-class Linux Distribution derived from sources freely -provided to the public by a prominent North American Enterprise Linux -vendor. CentOS conforms fully with the upstream vendors -redistribution policy and aims to be 100% binary compatible.

- -

CentOS mainly changes packages to remove upstream vendor branding and -artwork.

- -
- - - - - - - diff --git a/Identity/Webenv/App/BrowserDefaultPage/install.sh b/Identity/Webenv/App/BrowserDefaultPage/install.sh deleted file mode 100755 index b37ef31..0000000 --- a/Identity/Webenv/App/BrowserDefaultPage/install.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash -# -# Copy Browser Defaul Page files into their location. - -TARGET=/usr/share/doc/HTML - -# -# Copy information -# -printf 'Updating Browser Default Page ... ' -/bin/cp -r img/ $TARGET -/bin/cp index.html $TARGET -/bin/cp style.css $TARGET -printf "done.\n" - -# -# Update file permissions. -# -printf 'Updating file permissions ... ' -chmod -R 755 $TARGET -chown -R root.root $TARGET -printf "done.\n" - -# -# Update SELinux context -# -/usr/sbin/selinuxenabled -if [ "$?" == "0" ];then - printf 'Updating SELinux context ... ' - /sbin/restorecon -R $TARGET - /usr/bin/chcon -R system_u:object_r:usr_t $TARGET - printf "done.\n" -fi diff --git a/Identity/Webenv/App/BrowserDefaultPage/screenshot.png b/Identity/Webenv/App/BrowserDefaultPage/screenshot.png deleted file mode 100644 index 24cfbf4..0000000 Binary files a/Identity/Webenv/App/BrowserDefaultPage/screenshot.png and /dev/null differ diff --git a/Identity/Webenv/App/BrowserDefaultPage/style.css b/Identity/Webenv/App/BrowserDefaultPage/style.css deleted file mode 100755 index 242495b..0000000 --- a/Identity/Webenv/App/BrowserDefaultPage/style.css +++ /dev/null @@ -1,111 +0,0 @@ -/*** - * Browser Default Page Customization - * - * The CentOS Artwork SIG - */ - -html { - background-image:url(img/html-background.png); - background-color: white; - font-family: "DejaVu Sans", "Liberation Sans", sans-serif; - font-size: 0.85em; - line-height: 1.25em; - margin: 0 3% 0 3%; -} - -body { - margin:0; - padding: 10px; - background: #fff; -} - -/* Links */ - -a:link { border-bottom: 1px dotted #ccc; text-decoration: none; color: #204d92; } -a:hover { border-bottom:1px dotted #ccc; text-decoration: underline; color: green; } -a:active { border-bottom:1px dotted #ccc; text-decoration: underline; color: #204d92; } -a:visited { border-bottom:1px dotted #ccc; text-decoration: none; color: #204d92; } -a:visited:hover { border-bottom:1px dotted #ccc; text-decoration: underline; color: green; } - -#footer p.sysinfo a:link { border-bottom: 1px dotted #ddd; text-decoration: none; color: #ccc; } -#footer p.sysinfo a:hover { border-bottom:1px dotted #ddd; text-decoration: underline; color: #ccc; } -#footer p.sysinfo a:active { border-bottom:1px dotted #ddd; text-decoration: underline; color: #ccc; } -#footer p.sysinfo a:visited { border-bottom:1px dotted #ddd; text-decoration: none; color: #ccc; } -#footer p.sysinfo a:visited:hover { border-bottom:1px dotted #ddd; text-decoration: underline; color: #ccc; } - -/* Content */ - -p { - line-height:1.5em; -} - -h1 { line-height: 1.9em; } -h2 { line-height: 1.7em; } - -/* Error Message */ - -#errormsg { - clear: both; - background: #f8f8f8; - padding: 1.5em; - padding-top: 0; - padding-bottom: 0; - border-top: 5px solid #ddd; - border-bottom: 5px solid #ddd; - margin-bottom: 1em; -} - -#errormsg h1, -#errormsg h2 { - margin-top: 0; - margin-bottom: 0; -} - -#errormsg p, -#errormsg h1, -#errormsg h2 { - margin-top: 0; - margin-left: 170px; -} - -#errormsg img { - float: left; - margin: 1em; - margin-left: 0; - margin-top: 1.5em; -} - -/* CentOS Links */ - -#centoslinks { - margin-left: 1em; -} - -#centoslinks h2 { - clear: both; - margin-bottom: 0; -} - -#centoslinks ul.linkblock { - line-height: 1.9em; - float: left; - list-style: none; - padding-left: 1em; - padding-right: 1em; - border-right: 1px dotted #ccc; -} - -#centoslinks ul.linkblock.last { - border-right: none; -} - -#footer { - padding-top: 3em; - color: #ccc; - clear: both; -} - -#footer p.sysinfo { - font-size: small; - text-align: center; -} diff --git a/Identity/Webenv/App/FirefoxServiceAgreement/firefox-services-agreement.html b/Identity/Webenv/App/FirefoxServiceAgreement/firefox-services-agreement.html deleted file mode 100755 index ed3bd6c..0000000 --- a/Identity/Webenv/App/FirefoxServiceAgreement/firefox-services-agreement.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - Welcome to Mozilla Firefox - CentOS - - - - - - -
- -

Mozilla Firefox Website Services Agreement

- -

Version 3.0, June 2008

- -

During the Mozilla Firefox installation process, and at later -times, you may be given the option of installing additional components -from third-party software providers. The installation and use of those -third-party components may be governed by additional license -agreements.

- -

In this Mozilla Firefox Website Services Agreement -("Agreement"), the accompanying executable version of Mozilla Firefox -shall be referred to as "the Product".

- -

The Product utilizes website information services ("Services"), -such as safe-browsing features, which are provided by the Mozilla -Corporation ("Mozilla") and made available to you subject to the terms -below. By using the Services, you consent to the terms of this -Agreement. If you do not agree to the terms of this Agreement, do not -use the Services and disable the Services in the preferences/security -menu.

- -

1. USE OF SERVICES. Mozilla permits you to use the -Services via the Product. This Agreement will also govern the use of -Services made available to you as a result of your installing any -executable software upgrades to the Product provided to you by CentOS, -where those Services replace and/or supplement the Services provided -through use of the Product. In such a case, "the Product" shall also -refer to such installed upgrades. However, if such upgrades are -accompanied by a separate agreement from Mozilla, the terms of that -agreement will govern.

- -

2. TERMINATION. If you breach this Agreement your -right to use the Services will terminate immediately and without -notice, but all provisions of this Agreement except the Use of -Services (Paragraph 1) will survive termination and continue in -effect.

- -

3. PROPRIETARY RIGHTS. Subject to this Agreement -and to all applicable licensing terms governing your use of the -Product, Mozilla, for itself and on behalf of its licensors, hereby -reserves all intellectual property rights in the Services, except for -the rights expressly granted in this Agreement. You may not remove or -alter any trademark, logo, copyright or other proprietary notice in or -on the Product. This agreement does not grant you any right to use the -trademarks, service marks or logos of Mozilla or its licensors. -Nothing in this Agreement shall be construed to limit any rights -granted under open source licenses applicable to the Product and to -corresponding source code versions of the Product.

- -

4. PRIVACY POLICY. The Mozilla Firefox Privacy -Policy is made available online at http://www.mozilla.com/legal/privacy/, -as that policy may be updated from time to time.

- -

5. WEBSITE INFORMATION SERVICES. Mozilla and its -contributors, licensors and partners work to provide the most accurate -and up-to-date phishing and malware information. However, they cannot -guarantee that this information is comprehensive and error-free: some -risky sites may not be identified, and some safe sites may be -identified in error.

- -

6. DISCLAIMER OF WARRANTY. THE PRODUCT AND -SERVICES ARE PROVIDED "AS IS" WITH ALL FAULTS. TO THE EXTENT PERMITTED -BY LAW, MOZILLA AND MOZILLA'S DISTRIBUTORS, AND LICENSORS HEREBY -DISCLAIM ALL WARRANTIES, WHETHER EXPRESS OR IMPLIED, INCLUDING WITHOUT -LIMITATION WARRANTIES THAT THE PRODUCT AND SERVICES ARE FREE OF -DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE AND -NON-INFRINGING. YOU BEAR THE ENTIRE RISK AS TO SELECTING THE PRODUCT -AND SERVICES FOR YOUR PURPOSES AND AS TO THE QUALITY AND PERFORMANCE -OF THE PRODUCT AND SERVICES. THIS LIMITATION WILL APPLY -NOTWITHSTANDING THE FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY. SOME -JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF IMPLIED -WARRANTIES, SO THIS DISCLAIMER MAY NOT APPLY TO YOU.

- -

7. LIMITATION OF LIABILITY. EXCEPT AS REQUIRED BY -LAW, MOZILLA AND ITS DISTRIBUTORS, DIRECTORS, LICENSORS, CONTRIBUTORS -AND AGENTS (COLLECTIVELY, THE "MOZILLA GROUP") WILL NOT BE LIABLE FOR -ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES -ARISING OUT OF OR IN ANY WAY RELATING TO THIS AGREEMENT OR THE USE OF -OR INABILITY TO USE THE PRODUCT AND THE SERVICES, INCLUDING WITHOUT -LIMITATION DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, LOST PROFITS, -LOSS OF DATA, AND COMPUTER FAILURE OR MALFUNCTION, EVEN IF ADVISED OF -THE POSSIBILITY OF SUCH DAMAGES AND REGARDLESS OF THE THEORY -(CONTRACT, TORT OR OTHERWISE) UPON WHICH SUCH CLAIM IS BASED. THE -MOZILLA GROUP'S COLLECTIVE LIABILITY UNDER THIS AGREEMENT WILL NOT -EXCEED THE GREATER OF $500 (FIVE HUNDRED DOLLARS) AND THE FEES PAID BY -YOU UNDER THE LICENSE (IF ANY). SOME JURISDICTIONS DO NOT ALLOW THE -EXCLUSION OR LIMITATION OF INCIDENTAL, CONSEQUENTIAL OR SPECIAL -DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.

- -

8. U.S. GOVERNMENT END-USERS. This Product is a -"commercial item," as that term is defined in 48 C.F.R. 2.101, -consisting of "commercial computer software" and "commercial computer -software documentation," as such terms are used in 48 C.F.R. 12.212 -(Sept. 1995) and 48 C.F.R. 227.7202 (June 1995). Consistent with 48 -C.F.R. 12.212, 48 C.F.R. 27.405(b)(2) (June 1998) and 48 C.F.R. -227.7202, all U.S. Government End Users acquire the Product with only -those rights as set forth therein.

- -

9. MISCELLANEOUS. (a) This Agreement constitutes -the entire agreement between Mozilla and you concerning the subject -matter hereof, and it may only be modified by a written amendment -signed by an authorized executive of Mozilla. (b) Except to the extent -applicable law, if any, provides otherwise, this Agreement will be -governed by the laws of the state of California, U.S.A., excluding its -conflict of law provisions. (c) This Agreement will not be governed by -the United Nations Convention on Contracts for the International Sale -of Goods. (d) If any part of this Agreement is held invalid or -unenforceable, that part will be construed to reflect the parties' -original intent, and the remaining portions will remain in full force -and effect. (e) A waiver by either party of any term or condition of -this Agreement or any breach thereof, in any one instance, will not -waive such term or condition or any subsequent breach thereof. (f) -Except as required by law, the controlling language of this Agreement -is English. (g) You may assign your rights under this Agreement to any -party that consents to, and agrees to be bound by, its terms; the -Mozilla Corporation may assign its rights under this Agreement without -condition. (h) This Agreement will be binding upon and inure to the -benefit of the parties, their successors and permitted assigns.

- -
- - - - - diff --git a/Identity/Webenv/App/FirefoxServiceAgreement/index.html b/Identity/Webenv/App/FirefoxServiceAgreement/index.html deleted file mode 100755 index a4db222..0000000 --- a/Identity/Webenv/App/FirefoxServiceAgreement/index.html +++ /dev/null @@ -1,200 +0,0 @@ - - - - Mozilla Firefox Website Services Agreement - - - - - - - -
- - Firefox - -

Welcome to Mozilla Firefox

- -

The accompanying version of Mozilla Firefox utilizes website - information services ("Services"), such as safe-browsing features, - which are provided by the Mozilla Corporation and made available - to you under additional terms. By using the Services, you consent - to the terms of the referenced Mozilla Firefox Website Services Agreement. -

- -
- - - - - - -