From 7c8412c86ec1efdf8860d1b1b31ef7a24e0d8d5d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 25 2011 22:54:57 +0000 Subject: Update trunk/Identity/Models/Themes/Default/Distro/5/Notes directory structure. Use xhtml to produce the notes, but first fix the `render' functionality to produce images required (e.g., logos, tabs, icons, etc.) --- diff --git a/Identity/Models/Themes/Default/Distro/5/Notes/Eula/eula.docbook b/Identity/Models/Themes/Default/Distro/5/Notes/Eula/eula.docbook new file mode 100644 index 0000000..be51955 --- /dev/null +++ b/Identity/Models/Themes/Default/Distro/5/Notes/Eula/eula.docbook @@ -0,0 +1,15 @@ + + +
+ + CentOS =RELEASE= EULA + + + CentOS =RELEASE= comes with no guarantees or warranties of any + sorts, either written or implied. + + The Distribution is released as GPL. Individual packages in + the distribution come with their own licences. + +
diff --git a/Identity/Models/Themes/Default/Distro/5/Notes/Release/release-notes.docbook b/Identity/Models/Themes/Default/Distro/5/Notes/Release/release-notes.docbook new file mode 100644 index 0000000..5007013 --- /dev/null +++ b/Identity/Models/Themes/Default/Distro/5/Notes/Release/release-notes.docbook @@ -0,0 +1,39 @@ + + +
+ + CentOS =RELEASE= Release Notes + + =COPYRIGHT_YEAR= + =COPYRIGHT_HOLDER= + + + License: =LICENSE=. + + + + The CentOS project welcomes you to CentOS =RELEASE=. + + The complete release notes for CentOS =RELEASE= can be found + online at: =URL_WIKI=Manuals/ReleaseNotes/=RELEASE=/. + + A list of frequently asked questions and answers about + CentOS =MAJOR_RELEASE= can be found online at: =URL_WIKI=FAQs/=MAJOR_RELEASE=/. + + If you are looking for help with CentOS, we recommend you + start at the =URL_WIKI=GettingHelp/ for + pointers to the different sources where you can get help. + + If you would like to contribute to the CentOS Project, see + =URL_WIKI=Contribute/ + for areas where you could help. + + For more information about The CentOS Project in general + please visit our homepage at: =URL=. + +
diff --git a/Identity/Models/Themes/Default/Distro/5/Notes/Welcome/index.xhtml b/Identity/Models/Themes/Default/Distro/5/Notes/Welcome/index.xhtml new file mode 100644 index 0000000..b3919be --- /dev/null +++ b/Identity/Models/Themes/Default/Distro/5/Notes/Welcome/index.xhtml @@ -0,0 +1,120 @@ + + + + + + + + + + + + + The CentOS Project + + + + + + + + + +
+ + + +
+ +
+ + +

The CentOS Project

+ + +

+ +
+ +
+ +
+ + + + diff --git a/Identity/Models/Themes/Default/Distro/5/Notes/Welcome/stylesheet.css b/Identity/Models/Themes/Default/Distro/5/Notes/Welcome/stylesheet.css new file mode 100644 index 0000000..82af61f --- /dev/null +++ b/Identity/Models/Themes/Default/Distro/5/Notes/Welcome/stylesheet.css @@ -0,0 +1,43 @@ +/* CSS + * + * stylesheet.css -- This file provides the visual style for the + * welcome page installed as browser default page + * (i.e., /usr/share/doc/HTML/index.html). + * + * Copyright (C) 2009-2010 Alain Reguera Delgado + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA. + * + * ---------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------- + */ + +/* Common: + * + * CSS definitions used to build the base visual style of CentOS web + * environment. It should always be loaded in first place. + */ + +@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base.css") screen, projection; +@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base-app.css") screen, projection; + +/* Miscellaneous: + * + * CSS definitions used to build visual effects. New definitions may + * be added as time goes by. + */ +@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/tabs.css") screen, projection; diff --git a/Identity/Models/Themes/Default/Distro/5/Notes/eula.docbook b/Identity/Models/Themes/Default/Distro/5/Notes/eula.docbook deleted file mode 100644 index be51955..0000000 --- a/Identity/Models/Themes/Default/Distro/5/Notes/eula.docbook +++ /dev/null @@ -1,15 +0,0 @@ - - -
- - CentOS =RELEASE= EULA - - - CentOS =RELEASE= comes with no guarantees or warranties of any - sorts, either written or implied. - - The Distribution is released as GPL. Individual packages in - the distribution come with their own licences. - -
diff --git a/Identity/Models/Themes/Default/Distro/5/Notes/release-notes.docbook b/Identity/Models/Themes/Default/Distro/5/Notes/release-notes.docbook deleted file mode 100644 index 5007013..0000000 --- a/Identity/Models/Themes/Default/Distro/5/Notes/release-notes.docbook +++ /dev/null @@ -1,39 +0,0 @@ - - -
- - CentOS =RELEASE= Release Notes - - =COPYRIGHT_YEAR= - =COPYRIGHT_HOLDER= - - - License: =LICENSE=. - - - - The CentOS project welcomes you to CentOS =RELEASE=. - - The complete release notes for CentOS =RELEASE= can be found - online at: =URL_WIKI=Manuals/ReleaseNotes/=RELEASE=/. - - A list of frequently asked questions and answers about - CentOS =MAJOR_RELEASE= can be found online at: =URL_WIKI=FAQs/=MAJOR_RELEASE=/. - - If you are looking for help with CentOS, we recommend you - start at the =URL_WIKI=GettingHelp/ for - pointers to the different sources where you can get help. - - If you would like to contribute to the CentOS Project, see - =URL_WIKI=Contribute/ - for areas where you could help. - - For more information about The CentOS Project in general - please visit our homepage at: =URL=. - -