Author: thorsten
Date: Sun Apr 10 11:47:14 2005
New Revision: 160794
URL: http://svn.apache.org/viewcvs?view=rev&rev=160794
Log:
removed the leather-dev documentation
Added:
forrest/trunk/site-author/content/xdocs/docs/images/snapshot-view-viewHelper.png
(with props)
forrest/trunk/site-author/content/xdocs/docs/views.xml (with props)
Removed:
forrest/trunk/site-author/content/xdocs/docs/images/snapshot-leather-dev.png
forrest/trunk/site-author/content/xdocs/docs/leather.xml
Modified:
forrest/trunk/site-author/content/xdocs/docs/skins.xml
forrest/trunk/site-author/content/xdocs/site.xml
Added:
forrest/trunk/site-author/content/xdocs/docs/images/snapshot-view-viewHelper.png
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/images/snapshot-view-viewHelper.png?view=auto&rev=160794
==============================================================================
Binary file - no diff available.
Propchange:
forrest/trunk/site-author/content/xdocs/docs/images/snapshot-view-viewHelper.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: forrest/trunk/site-author/content/xdocs/docs/skins.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/skins.xml?view=diff&r1=160793&r2=160794
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/skins.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/skins.xml Sun Apr 10 11:47:14
2005
@@ -56,15 +56,17 @@
</p>
</section>
- <section id="leather-dev">
- <title>leather-dev</title>
+ <section id="view">
+ <title>view/viewHelper</title>
<p>
- This is the evolution of the "pelt" skin, to have naming
- conventions for css elements. It is still in development.
+ This is the evolution of the "leather-dev" skin, to have contracts.
+ It allows the user to provide their own implementations of contracts.
+ The view is controlled by a config file that is easy to understand.
+ It is still in development. Note: you need to have both plugins
installed.
</p>
<p>Examples:
- <a href="images/snapshot-leather-dev.png">snapshot</a>
+ <a href="images/snapshot-view-viewHelper.png">snapshot</a>
</p>
</section>
Added: forrest/trunk/site-author/content/xdocs/docs/views.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/views.xml?view=auto&rev=160794
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/views.xml (added)
+++ forrest/trunk/site-author/content/xdocs/docs/views.xml Sun Apr 10 11:47:14
2005
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright 2002-2004 The Apache Software Foundation or its licensors,
+ as applicable.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+ <header>
+ <title>forrest:views concept (Draft -feature planed for 0.8)</title>
+ </header>
+ <body>
+ <warning>This document is heavily under development</warning>
+ <section id="introduction">
+ <title>Introduction</title>
+ <p>
+ Like stated in the <a href="site:documentation/skins">Skin
documentation
+ file</a> the aim of the forrest skins is to provide
+ many capabilities so that extra skins are not needed. Our experience
showed that many forrest user
+ had to create a new skin because the default skin did not offer the
feature their wanted to use.
+ That leaded us to develop a new concept of creating skins that would
be easily extensible by a user.
+ </p>
+ <p>
+ The aim of the upcoming "forrest:views" skinning concept is to provide
a flexible framework for creating
+ site and page specific layout in different formats.
+ </p>
+
+ </section>
+
+ <section id="background">
+ <title>Background</title>
+ <p>
+ The problem with the forrest skins so far has been that "only" the
design changed (html-skeleton),
+ but still we had to write a completely new skin and implement all
functionality.
+ Another problem was that the functionality was not easy extensible by
a user.
+ Then we decided to support the a standard regarding naming conventions
for css elements.
+ This standard has been developed on the <a
href="http://www.oscom.org/events/oscom4/proposals/skins">
+ OSCOM website</a>, where you can find some more background
informations.
+ </p>
+ </section>
+
+ <section id="nc-definition">
+ <title>Definition of naming conventions</title>
+ <p>
+ "A naming convention is an attempt to systematize names in a field so
+ they unambiguously convey similar information in a similar manner."
+ <a
href="http://www.wordiq.com/definition/Naming_convention">wordiq-definition</a>
+ </p>
+ </section>
+ <section id="leather">
+ <title>leather-dev</title>
+ <p>
+ That leaded to the development of the "leather-dev" skin which
established a semantic container approach for div elements.
+ The problems with leather-dev was pointed out on the mail
+ <a
href="http://marc.theaimsgroup.com/?l=forrest-dev m=111049344517653 w=2"
>status on leather-dev?</a>
+ </p>
+ </section>
+ </body>
+</document>
Propchange: forrest/trunk/site-author/content/xdocs/docs/views.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?view=diff&r1=160793&r2=160794
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Sun Apr 10 11:47:14 2005
@@ -52,8 +52,8 @@
<searching label="Searching" href="searching.html"/>
<skins label="Default Skins" href="skins.html"/>
<skin-package label="Skin Packages" href="skin-package.html"/>
- <skin-leather label="Leather-dev skin" href="leather.html"/>
<plugins label="Plugins" href="plugins/usingPlugins.html"/>
+ <views label="Views-dev" href="views.html"/>
<!--
<quick-xml label="XML Guide" href="quick-xml.html"/>
-->