You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2007/03/04 07:21:51 UTC

svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Author: gmcdonald
Date: Sat Mar  3 22:21:50 2007
New Revision: 514362

URL: http://svn.apache.org/viewvc?view=rev&rev=514362
Log:
Changes to make pelt theme more like pelt skin FOR-811, a little more to do.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?view=diff&rev=514362&r1=514361&r2=514362
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css Sat Mar  3 22:21:50 2007
@@ -234,9 +234,9 @@
     padding: 5px 15px 4px;
     width: .1em; /* IE/Win fix */
 }
-#nav-main li a:link {  color: #000000; }
-#nav-main li a:visited { color: #000000; }
-#nav-main li a:hover { color: #000000; }
+#nav-main li a:link {  color: #0F3660; }
+#nav-main li a:visited { color: #0F3660; }
+#nav-main li a:hover { color: #0F3660; }
 
 #nav-main > li a { width: auto; } /* Rest of IE/Win fix */
 
@@ -253,15 +253,15 @@
 #nav-main .current a {
     font-weight: bold;
     padding-bottom: 5px;
-    color: #000000;
+    color: #CFDCED;
     background-image: url(../themes/images/roundcorner-t-l-5-bg294563-stroke4A6D8C-fg4A6D8C.png);
     background-repeat: no-repeat;
     background-position: top left;
 }
 
-#nav-main .current a:link {  color: #000000;  }
-#nav-main .current a:visited { color: #000000; }
-#nav-main .current a:hover { color: #000000; }
+#nav-main .current a:link {  color: #CFDCED;  }
+#nav-main .current a:visited { color: #CFDCED; }
+#nav-main .current a:hover { color: #CFDCED; }
 
 #publishedStrip {
     position: relative;
@@ -285,10 +285,20 @@
     position:relative;
     background-color: #4A6D8C ;
 }
-#level2tabs a{padding-right: 5px;}
-#level2tabs a:link {  color: #000000; }
-#level2tabs a:visited {  color: #000000; }
-#level2tabs a:hover { color: #000066; }
+#level2tabs a {padding-right: 5px;
+background-color: #CFDCED;
+text-decoration:none;
+cursor: pointer;
+background-image: url('../themes/images/chapter.gif');
+background-repeat: no-repeat;
+background-position: center left;
+margin-left: 6px;
+padding-left : 6px;
+}
+#level2tabs a:link {  color: #000066; }
+#level2tabs a:visited {  color: #000066; }
+#level2tabs a:hover { color: #000066; text-decoration:underline; }
+#level2tabs a:selected {background-color: #4A6D8C; color: #CFDCED;}
 /*
 *    border-top: solid #4A6D8C 15px;
 */
@@ -353,11 +363,11 @@
     padding: 0px;
 }
 
-#leftbar a {  font-weight: normal;}
-#leftbar a:link { color: #000000; }
-#leftbar a:visited { color: #000000; }
-#leftbar a:active { color: #000000; }
-#leftbar a:hover { color: #FFCF00; }
+#leftbar a {  font-weight: normal; text-decoration: none;}
+#leftbar a:link { color: #FFFFFF; }
+#leftbar a:visited { color: #FFFFFF; }
+#leftbar a:active { color: #FFFFFF; }
+#leftbar a:hover { color: #FFCF00; text-decoration: underline; }
 
 #menuarea { width:10em;}
 
@@ -394,15 +404,15 @@
 }
 #nav-section .pagegroup span {
         background-image: url('../themes/images/chapter.gif');
-        color: #000000;
+        color: #CEDFEF;
 }
 .pagegroupselected span {
         background-image: url('../themes/images/chapter_open.gif');
-        color: #000000;
+        color: #CEDFEF;
 }
 .pagegroupopen span {
         background-image: url('../themes/images/chapter_open.gif');
-        color: #000000;
+        color: #CEDFEF;
 }
 
 .pagegroupselected {
@@ -446,6 +456,7 @@
         color: #000000;
         padding: 0px 0px 0px 6px;
         font-style : normal;
+		font-weight : normal;
         border-style: solid;
         border-width: 1px;
         margin-right: 10px;

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml?view=diff&rev=514362&r1=514361&r2=514362
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml Sat Mar  3 22:21:50 2007
@@ -174,6 +174,34 @@
             </forrest:property>
           </forrest:contract>
           <forrest:contract name="nav-section-round-bottom"/>
+          <!-- This content displays below the navigation. the below example displays
+          ApacheCon logos and links, but can be used for whatever, or commented out -->
+          <forrest:hook name="below-nav">
+          <forrest:contract name="siteinfo-credits">
+          <forrest:property name="box-location">credit2</forrest:property>
+          <forrest:property name="top-separator">false</forrest:property>
+          <forrest:property name="use-br">false</forrest:property>
+          <forrest:property name="siteinfo-credits">
+            <credits>
+              <credit>
+                <name>ApacheCon Europe 2007</name>
+                <url>http://apachecon.com/2007/EU/</url>
+                <image>http://apache.org/ads/ApacheCon/2007-europe-125x125.png</image>
+                <width>125</width>
+                <height>125</height>
+              </credit>
+              <credit>
+                <name>ApacheCon US 2007</name>
+                <url>http://people.apache.org/calendar.html#200711</url>
+                <image>http://apache.org/ads/ApacheCon/2007-usa-125x125.png</image>
+                <width>125</width>
+                <height>125</height>
+              </credit>
+            </credits>
+          </forrest:property>
+        </forrest:contract>
+</forrest:hook>
+<!-- end of below-nav content -->
         </forrest:hook>
         <forrest:hook name="export-link">
           <forrest:contract name="content-pdf-link"/>
@@ -215,7 +243,7 @@
           <forrest:contract name="siteinfo-copyright">
             <forrest:property name="siteinfo-copyright">
               <copyright>
-                <year inception="true">2002</year>
+                <year inception="true">2007</year>
                 <vendor>The Acme Software Organisation.</vendor>
                 <copyright-link>http://www.acme.org/licenses/</copyright-link>
               </copyright>
@@ -256,4 +284,4 @@
   </forrest:contract>-->
       </forrest:hook>
     </forrest:hook>
-</forrest:template>
\ No newline at end of file
+</forrest:template>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db?view=diff&rev=514362&r1=514361&r2=514362
==============================================================================
Binary files - no diff available.

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif?view=diff&rev=514362&r1=514361&r2=514362
==============================================================================
Binary files - no diff available.

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif?view=diff&rev=514362&r1=514361&r2=514362
==============================================================================
Binary files - no diff available.



RE: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: Brian M Dube [mailto:brian.dube@gmail.com]
> Sent: Sunday, 4 March 2007 4:09 PM
> To: Forrest Developers List
> Subject: Re: svn commit: r514362 - in
> /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pe
> lt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db
> images/chapter.gif images/chapter_open.gif
> 
> gmcdonald@apache.org wrote:
> > Author: gmcdonald
> > Date: Sat Mar  3 22:21:50 2007
> > New Revision: 514362
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=514362
> > Log:
> > Changes to make pelt theme more like pelt skin FOR-811, a little more to
> do.
> >
> > Modified:
> >
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/css/pelt.screen.css
> >
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/html/pelt-html.vt.xml
> >
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/images/Thumbs.db
> >
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/images/chapter.gif
> >
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/images/chapter_open.gif
> 
> Thumbs.db caught my eye.
> 
> find $FORREST_HOME -type f -name Thumbs.db
> 
> There are several of these Windows files lying around. Were they
> committed by mistake?
> 
> Brian

Thanks Brian, yes saw that, I know why Windows creates them, but I don't
know why SVN commits them when I am not explicitly adding them, must have
Been added at another time and so my SVN recognises it.

Any thumbs.db should be deleted and an ignore set for them, which I'll get 
Onto. Cheers

Gav...


Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by Brian M Dube <br...@gmail.com>.
gmcdonald@apache.org wrote:
> Author: gmcdonald
> Date: Sat Mar  3 22:21:50 2007
> New Revision: 514362
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=514362
> Log:
> Changes to make pelt theme more like pelt skin FOR-811, a little more to do.
> 
> Modified:
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif

Thumbs.db caught my eye.

find $FORREST_HOME -type f -name Thumbs.db

There are several of these Windows files lying around. Were they 
committed by mistake?

Brian

Re: copyright example : was (svn commit: r514362 )

Posted by David Crossley <cr...@apache.org>.
Gav.... wrote:
> 
> And before I commit, I'll put it back to 2002, for the other info:-
> 
>               <copyright>
>                 <year inception="true">2002</year>
>                 <vendor>An Example Organisation.</vendor>
>                 <copyright-link>http://www.example.org/</copyright-link>
>               </copyright>
> 
> Is that ok, the page exists with a default test message
> 
> Or for copyright we could have
> 
> <copyright-link>http://www.example.org/license</copyright-link>
> 
> Or
> 
> <copyright-link>http://www.example.org/copyright</copyright-link>
> 
> And are guaranteed to give a 404.
> 
> What is the preferred outcome?

I reckon the former because otherwise site maintainers will
get broken links reported when they run a LinkAlarm-type tool.

-David

RE: copyright example : was (svn commit: r514362 )

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: Gav... [mailto:brightoncomputers@brightontown.com.au]
> Sent: Tuesday, 6 March 2007 9:21 AM
> To: dev@forrest.apache.org
> Subject: Re: svn commit: r514362 - in
> /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/theme
> s/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db
> images/chapter.gif images/chapter_open.gif
> 
> 
> <quote who="Brian M Dube">
> > David Crossley wrote:
> >> Gav.... wrote:
> >>>> From: Cyriaque Dupoirieux wrote:
> >>>>>>>            <forrest:contract name="siteinfo-copyright">
> >>>>>>>              <forrest:property name="siteinfo-copyright">
> >>>>>>>                <copyright>
> >>>>>>> -                <year inception="true">2002</year>
> >>>>>>> +                <year inception="true">2007</year>
> >>>>>>>
> >>>>>>>
> >>>>>> No, inception year of Acme Software Organisation is still 2002.
> >>>>>> The actual year 2007 will be automatically calculated...
> >>>>> I realise how inception and current date work, I was just bringing
> it
> >>>> upto
> >>>>> Date for the example. 'Acme' is a generic that anyone is allowed to
> >>>>> use,
> >>>>> There is no inception date as such - Acme has been in cartoons etc
> >>>>> since
> >>>> the
> >>>>> Early 20's. Clicking on the link to acme.org/licenses/ will take you
> >>>>> to
> >>>> some
> >>>>> Random place at the moment you can buy cheap travel there.
> >>
> >> Then we should point to somewhere that completely breaks
> >> and isn't likely to become squatted. How about: myacmeorgfao.org
> >
> > Why not use one of the domains [1] created for testing and
> > documentation? They are reserved and cannot become squatted.
> >
> > Brian
> >
> > [1]
> > http://www.rfc-editor.org/rfc/rfc2606.txt
> > example.com, example.net, example.org
> >
> 
> I think that's a good idea Brian, thanks.
> 
> --
> Gav...

And before I commit, I'll put it back to 2002, for the other info:-

              <copyright>
                <year inception="true">2002</year>
                <vendor>An Example Organisation.</vendor>
                <copyright-link>http://www.example.org/</copyright-link>
              </copyright>

Is that ok, the page exists with a default test message

Or for copyright we could have

<copyright-link>http://www.example.org/license</copyright-link>

Or

<copyright-link>http://www.example.org/copyright</copyright-link>

And are guaranteed to give a 404.

What is the preferred outcome?

Gav...




Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/theme s/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by "Gav..." <br...@brightontown.com.au>.
<quote who="Brian M Dube">
> David Crossley wrote:
>> Gav.... wrote:
>>>> From: Cyriaque Dupoirieux wrote:
>>>>>>>            <forrest:contract name="siteinfo-copyright">
>>>>>>>              <forrest:property name="siteinfo-copyright">
>>>>>>>                <copyright>
>>>>>>> -                <year inception="true">2002</year>
>>>>>>> +                <year inception="true">2007</year>
>>>>>>>
>>>>>>>
>>>>>> No, inception year of Acme Software Organisation is still 2002.
>>>>>> The actual year 2007 will be automatically calculated...
>>>>> I realise how inception and current date work, I was just bringing it
>>>> upto
>>>>> Date for the example. 'Acme' is a generic that anyone is allowed to
>>>>> use,
>>>>> There is no inception date as such - Acme has been in cartoons etc
>>>>> since
>>>> the
>>>>> Early 20's. Clicking on the link to acme.org/licenses/ will take you
>>>>> to
>>>> some
>>>>> Random place at the moment you can buy cheap travel there.
>>
>> Then we should point to somewhere that completely breaks
>> and isn't likely to become squatted. How about: myacmeorgfao.org
>
> Why not use one of the domains [1] created for testing and
> documentation? They are reserved and cannot become squatted.
>
> Brian
>
> [1]
> http://www.rfc-editor.org/rfc/rfc2606.txt
> example.com, example.net, example.org
>

I think that's a good idea Brian, thanks.

-- 
Gav...


Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by Brian M Dube <br...@gmail.com>.
David Crossley wrote:
> Gav.... wrote:
>>> From: Cyriaque Dupoirieux wrote:
>>>>>>            <forrest:contract name="siteinfo-copyright">
>>>>>>              <forrest:property name="siteinfo-copyright">
>>>>>>                <copyright>
>>>>>> -                <year inception="true">2002</year>
>>>>>> +                <year inception="true">2007</year>
>>>>>>
>>>>>>
>>>>> No, inception year of Acme Software Organisation is still 2002.
>>>>> The actual year 2007 will be automatically calculated...
>>>> I realise how inception and current date work, I was just bringing it
>>> upto
>>>> Date for the example. 'Acme' is a generic that anyone is allowed to use,
>>>> There is no inception date as such - Acme has been in cartoons etc since
>>> the
>>>> Early 20's. Clicking on the link to acme.org/licenses/ will take you to
>>> some
>>>> Random place at the moment you can buy cheap travel there.
> 
> Then we should point to somewhere that completely breaks
> and isn't likely to become squatted. How about: myacmeorgfao.org

Why not use one of the domains [1] created for testing and 
documentation? They are reserved and cannot become squatted.

Brian

[1]
http://www.rfc-editor.org/rfc/rfc2606.txt
example.com, example.net, example.org

Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by David Crossley <cr...@apache.org>.
Gav.... wrote:
> > From: Cyriaque Dupoirieux wrote:
> > >
> > >>>            <forrest:contract name="siteinfo-copyright">
> > >>>              <forrest:property name="siteinfo-copyright">
> > >>>                <copyright>
> > >>> -                <year inception="true">2002</year>
> > >>> +                <year inception="true">2007</year>
> > >>>
> > >>>
> > >> No, inception year of Acme Software Organisation is still 2002.
> > >> The actual year 2007 will be automatically calculated...
> > >
> > > I realise how inception and current date work, I was just bringing it
> > upto
> > > Date for the example. 'Acme' is a generic that anyone is allowed to use,
> > > There is no inception date as such - Acme has been in cartoons etc since
> > the
> > > Early 20's. Clicking on the link to acme.org/licenses/ will take you to
> > some
> > > Random place at the moment you can buy cheap travel there.

Then we should point to somewhere that completely breaks
and isn't likely to become squatted. How about: myacmeorgfao.org

> > > If it really makes that much of a difference, I'll put it back.
> >
> > Ok sorry for the noise...
> 
> Don't be sorry, I could be entirely wrong, it's just my interpretation. I am 
> Fully open to being corrected on any commits I make without regarding them
> As being criticism. (and I often am corrected :) )

That's the spirit.

I think that Cyriaque was right. If you make it 2007
then it prevents the demonstration of the automatic
ability to generate the date-range. 

Also if we keep updating that example, then it becomes
a maintenance task.

-David

RE: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: Cyriaque Dupoirieux [mailto:Cyriaque.Dupoirieux@pcotech.fr]
> Sent: Monday, 5 March 2007 6:52 PM
> To: dev@forrest.apache.org
> Subject: Re: svn commit: r514362 - in
> /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pe
> lt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db
> images/chapter.gif images/chapter_open.gif
> 
> le 05/03/2007 10:21 Gav.... a écrit :
> >
> >> -----Original Message-----
> >> From: Cyriaque Dupoirieux [mailto:Cyriaque.Dupoirieux@pcotech.fr]
> >> Sent: Monday, 5 March 2007 5:41 PM
> >> To: Forrest Developers List
> >> Subject: Re: svn commit: r514362 - in
> >>
> /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pe
> >> lt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db
> >> images/chapter.gif images/chapter_open.gif
> >>
> >> le 04/03/2007 07:21 gmcdonald@apache.org a écrit :
> >>
> > <snip>
> >
> >
> >>>            <forrest:contract name="siteinfo-copyright">
> >>>              <forrest:property name="siteinfo-copyright">
> >>>                <copyright>
> >>> -                <year inception="true">2002</year>
> >>> +                <year inception="true">2007</year>
> >>>
> >>>
> >> No, inception year of Acme Software Organisation is still 2002.
> >> The actual year 2007 will be automatically calculated...
> >>
> >
> > I Cyriaque,
> >
> > I realise how inception and current date work, I was just bringing it
> upto
> > Date for the example. 'Acme' is a generic that anyone is allowed to use,
> > There is no inception date as such - Acme has been in cartoons etc since
> the
> > Early 20's. Clicking on the link to acme.org/licenses/ will take you to
> some
> > Random place at the moment you can buy cheap travel there.
> >
> > If it really makes that much of a difference, I'll put it back.
> >
> Ok sorry for the noise...

Don't be sorry, I could be entirely wrong, it's just my interpretation. I am

Fully open to being corrected on any commits I make without regarding them
As being criticism. (and I often am corrected :) )

Gav...

> 
> > Gav...
> >
> >
> >> Salutations,
> >> Cyriaque,
> >>
> >>
> >>>                  <vendor>The Acme Software Organisation.</vendor>
> >>>                  <copyright-
> >>>
> >> link>http://www.acme.org/licenses/</copyright-link>
> >>
> >>>                </copyright>
> >>> @@ -256,4 +284,4 @@
> >>>    </forrest:contract>-->
> >>>        </forrest:hook>
> >>>      </forrest:hook>
> >>> -</forrest:template>
> >>> \ No newline at end of file
> >>> +</forrest:template>
> >>>
> >>> Modified:
> >>>
> >>
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> >> t/images/Thumbs.db
> >>
> >>> URL:
> >>>
> >>
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
> >>
> orrest.themes.core/themes/pelt/images/Thumbs.db?view=diff&rev=514362&r1=51
> >> 4361&r2=514362
> >>
> >>
> ==========================================================================
> >> ====
> >>
> >>> Binary files - no diff available.
> >>>
> >>> Modified:
> >>>
> >>
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> >> t/images/chapter.gif
> >>
> >>> URL:
> >>>
> >>
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
> >>
> orrest.themes.core/themes/pelt/images/chapter.gif?view=diff&rev=514362&r1=
> >> 514361&r2=514362
> >>
> >>
> ==========================================================================
> >> ====
> >>
> >>> Binary files - no diff available.
> >>>
> >>> Modified:
> >>>
> >>
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> >> t/images/chapter_open.gif
> >>
> >>> URL:
> >>>
> >>
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
> >>
> orrest.themes.core/themes/pelt/images/chapter_open.gif?view=diff&rev=51436
> >> 2&r1=514361&r2=514362
> >>
> >>
> ==========================================================================
> >> ====
> >>
> >>> Binary files - no diff available.
> >>>
> >>>
> >>>
> >>>
> >>>
> >
> >
> >


Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by Cyriaque Dupoirieux <Cy...@pcotech.fr>.
le 05/03/2007 10:21 Gav.... a écrit :
>   
>> -----Original Message-----
>> From: Cyriaque Dupoirieux [mailto:Cyriaque.Dupoirieux@pcotech.fr]
>> Sent: Monday, 5 March 2007 5:41 PM
>> To: Forrest Developers List
>> Subject: Re: svn commit: r514362 - in
>> /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pe
>> lt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db
>> images/chapter.gif images/chapter_open.gif
>>
>> le 04/03/2007 07:21 gmcdonald@apache.org a écrit :
>>     
> <snip>
>
>   
>>>            <forrest:contract name="siteinfo-copyright">
>>>              <forrest:property name="siteinfo-copyright">
>>>                <copyright>
>>> -                <year inception="true">2002</year>
>>> +                <year inception="true">2007</year>
>>>
>>>       
>> No, inception year of Acme Software Organisation is still 2002.
>> The actual year 2007 will be automatically calculated...
>>     
>
> I Cyriaque,
>
> I realise how inception and current date work, I was just bringing it upto
> Date for the example. 'Acme' is a generic that anyone is allowed to use, 
> There is no inception date as such - Acme has been in cartoons etc since the
> Early 20's. Clicking on the link to acme.org/licenses/ will take you to some
> Random place at the moment you can buy cheap travel there.
>
> If it really makes that much of a difference, I'll put it back.
>   
Ok sorry for the noise...

> Gav...
>
>   
>> Salutations,
>> Cyriaque,
>>
>>     
>>>                  <vendor>The Acme Software Organisation.</vendor>
>>>                  <copyright-
>>>       
>> link>http://www.acme.org/licenses/</copyright-link>
>>     
>>>                </copyright>
>>> @@ -256,4 +284,4 @@
>>>    </forrest:contract>-->
>>>        </forrest:hook>
>>>      </forrest:hook>
>>> -</forrest:template>
>>> \ No newline at end of file
>>> +</forrest:template>
>>>
>>> Modified:
>>>       
>> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
>> t/images/Thumbs.db
>>     
>>> URL:
>>>       
>> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
>> orrest.themes.core/themes/pelt/images/Thumbs.db?view=diff&rev=514362&r1=51
>> 4361&r2=514362
>>     
>> ==========================================================================
>> ====
>>     
>>> Binary files - no diff available.
>>>
>>> Modified:
>>>       
>> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
>> t/images/chapter.gif
>>     
>>> URL:
>>>       
>> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
>> orrest.themes.core/themes/pelt/images/chapter.gif?view=diff&rev=514362&r1=
>> 514361&r2=514362
>>     
>> ==========================================================================
>> ====
>>     
>>> Binary files - no diff available.
>>>
>>> Modified:
>>>       
>> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
>> t/images/chapter_open.gif
>>     
>>> URL:
>>>       
>> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
>> orrest.themes.core/themes/pelt/images/chapter_open.gif?view=diff&rev=51436
>> 2&r1=514361&r2=514362
>>     
>> ==========================================================================
>> ====
>>     
>>> Binary files - no diff available.
>>>
>>>
>>>
>>>
>>>       
>
>
>   

RE: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by "Gav...." <br...@brightontown.com.au>.

> -----Original Message-----
> From: Cyriaque Dupoirieux [mailto:Cyriaque.Dupoirieux@pcotech.fr]
> Sent: Monday, 5 March 2007 5:41 PM
> To: Forrest Developers List
> Subject: Re: svn commit: r514362 - in
> /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pe
> lt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db
> images/chapter.gif images/chapter_open.gif
> 
> le 04/03/2007 07:21 gmcdonald@apache.org a écrit :
<snip>

> >            <forrest:contract name="siteinfo-copyright">
> >              <forrest:property name="siteinfo-copyright">
> >                <copyright>
> > -                <year inception="true">2002</year>
> > +                <year inception="true">2007</year>
> >
> No, inception year of Acme Software Organisation is still 2002.
> The actual year 2007 will be automatically calculated...

I Cyriaque,

I realise how inception and current date work, I was just bringing it upto
Date for the example. 'Acme' is a generic that anyone is allowed to use, 
There is no inception date as such - Acme has been in cartoons etc since the
Early 20's. Clicking on the link to acme.org/licenses/ will take you to some
Random place at the moment you can buy cheap travel there.

If it really makes that much of a difference, I'll put it back.

Gav...

> 
> Salutations,
> Cyriaque,
> 
> >                  <vendor>The Acme Software Organisation.</vendor>
> >                  <copyright-
> link>http://www.acme.org/licenses/</copyright-link>
> >                </copyright>
> > @@ -256,4 +284,4 @@
> >    </forrest:contract>-->
> >        </forrest:hook>
> >      </forrest:hook>
> > -</forrest:template>
> > \ No newline at end of file
> > +</forrest:template>
> >
> > Modified:
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/images/Thumbs.db
> > URL:
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
> orrest.themes.core/themes/pelt/images/Thumbs.db?view=diff&rev=514362&r1=51
> 4361&r2=514362
> >
> ==========================================================================
> ====
> > Binary files - no diff available.
> >
> > Modified:
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/images/chapter.gif
> > URL:
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
> orrest.themes.core/themes/pelt/images/chapter.gif?view=diff&rev=514362&r1=
> 514361&r2=514362
> >
> ==========================================================================
> ====
> > Binary files - no diff available.
> >
> > Modified:
> forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pel
> t/images/chapter_open.gif
> > URL:
> http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.f
> orrest.themes.core/themes/pelt/images/chapter_open.gif?view=diff&rev=51436
> 2&r1=514361&r2=514362
> >
> ==========================================================================
> ====
> > Binary files - no diff available.
> >
> >
> >
> >


Re: svn commit: r514362 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt: css/pelt.screen.css html/pelt-html.vt.xml images/Thumbs.db images/chapter.gif images/chapter_open.gif

Posted by Cyriaque Dupoirieux <Cy...@pcotech.fr>.
le 04/03/2007 07:21 gmcdonald@apache.org a écrit :
> Author: gmcdonald
> Date: Sat Mar  3 22:21:50 2007
> New Revision: 514362
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=514362
> Log:
> Changes to make pelt theme more like pelt skin FOR-811, a little more to do.
>
> Modified:
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif
>     forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif
>
> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css
> URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css?view=diff&rev=514362&r1=514361&r2=514362
> ==============================================================================
> --- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css (original)
> +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/css/pelt.screen.css Sat Mar  3 22:21:50 2007
> @@ -234,9 +234,9 @@
>      padding: 5px 15px 4px;
>      width: .1em; /* IE/Win fix */
>  }
> -#nav-main li a:link {  color: #000000; }
> -#nav-main li a:visited { color: #000000; }
> -#nav-main li a:hover { color: #000000; }
> +#nav-main li a:link {  color: #0F3660; }
> +#nav-main li a:visited { color: #0F3660; }
> +#nav-main li a:hover { color: #0F3660; }
>  
>  #nav-main > li a { width: auto; } /* Rest of IE/Win fix */
>  
> @@ -253,15 +253,15 @@
>  #nav-main .current a {
>      font-weight: bold;
>      padding-bottom: 5px;
> -    color: #000000;
> +    color: #CFDCED;
>      background-image: url(../themes/images/roundcorner-t-l-5-bg294563-stroke4A6D8C-fg4A6D8C.png);
>      background-repeat: no-repeat;
>      background-position: top left;
>  }
>  
> -#nav-main .current a:link {  color: #000000;  }
> -#nav-main .current a:visited { color: #000000; }
> -#nav-main .current a:hover { color: #000000; }
> +#nav-main .current a:link {  color: #CFDCED;  }
> +#nav-main .current a:visited { color: #CFDCED; }
> +#nav-main .current a:hover { color: #CFDCED; }
>  
>  #publishedStrip {
>      position: relative;
> @@ -285,10 +285,20 @@
>      position:relative;
>      background-color: #4A6D8C ;
>  }
> -#level2tabs a{padding-right: 5px;}
> -#level2tabs a:link {  color: #000000; }
> -#level2tabs a:visited {  color: #000000; }
> -#level2tabs a:hover { color: #000066; }
> +#level2tabs a {padding-right: 5px;
> +background-color: #CFDCED;
> +text-decoration:none;
> +cursor: pointer;
> +background-image: url('../themes/images/chapter.gif');
> +background-repeat: no-repeat;
> +background-position: center left;
> +margin-left: 6px;
> +padding-left : 6px;
> +}
> +#level2tabs a:link {  color: #000066; }
> +#level2tabs a:visited {  color: #000066; }
> +#level2tabs a:hover { color: #000066; text-decoration:underline; }
> +#level2tabs a:selected {background-color: #4A6D8C; color: #CFDCED;}
>  /*
>  *    border-top: solid #4A6D8C 15px;
>  */
> @@ -353,11 +363,11 @@
>      padding: 0px;
>  }
>  
> -#leftbar a {  font-weight: normal;}
> -#leftbar a:link { color: #000000; }
> -#leftbar a:visited { color: #000000; }
> -#leftbar a:active { color: #000000; }
> -#leftbar a:hover { color: #FFCF00; }
> +#leftbar a {  font-weight: normal; text-decoration: none;}
> +#leftbar a:link { color: #FFFFFF; }
> +#leftbar a:visited { color: #FFFFFF; }
> +#leftbar a:active { color: #FFFFFF; }
> +#leftbar a:hover { color: #FFCF00; text-decoration: underline; }
>  
>  #menuarea { width:10em;}
>  
> @@ -394,15 +404,15 @@
>  }
>  #nav-section .pagegroup span {
>          background-image: url('../themes/images/chapter.gif');
> -        color: #000000;
> +        color: #CEDFEF;
>  }
>  .pagegroupselected span {
>          background-image: url('../themes/images/chapter_open.gif');
> -        color: #000000;
> +        color: #CEDFEF;
>  }
>  .pagegroupopen span {
>          background-image: url('../themes/images/chapter_open.gif');
> -        color: #000000;
> +        color: #CEDFEF;
>  }
>  
>  .pagegroupselected {
> @@ -446,6 +456,7 @@
>          color: #000000;
>          padding: 0px 0px 0px 6px;
>          font-style : normal;
> +		font-weight : normal;
>          border-style: solid;
>          border-width: 1px;
>          margin-right: 10px;
>
> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml
> URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml?view=diff&rev=514362&r1=514361&r2=514362
> ==============================================================================
> --- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml (original)
> +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/html/pelt-html.vt.xml Sat Mar  3 22:21:50 2007
> @@ -174,6 +174,34 @@
>              </forrest:property>
>            </forrest:contract>
>            <forrest:contract name="nav-section-round-bottom"/>
> +          <!-- This content displays below the navigation. the below example displays
> +          ApacheCon logos and links, but can be used for whatever, or commented out -->
> +          <forrest:hook name="below-nav">
> +          <forrest:contract name="siteinfo-credits">
> +          <forrest:property name="box-location">credit2</forrest:property>
> +          <forrest:property name="top-separator">false</forrest:property>
> +          <forrest:property name="use-br">false</forrest:property>
> +          <forrest:property name="siteinfo-credits">
> +            <credits>
> +              <credit>
> +                <name>ApacheCon Europe 2007</name>
> +                <url>http://apachecon.com/2007/EU/</url>
> +                <image>http://apache.org/ads/ApacheCon/2007-europe-125x125.png</image>
> +                <width>125</width>
> +                <height>125</height>
> +              </credit>
> +              <credit>
> +                <name>ApacheCon US 2007</name>
> +                <url>http://people.apache.org/calendar.html#200711</url>
> +                <image>http://apache.org/ads/ApacheCon/2007-usa-125x125.png</image>
> +                <width>125</width>
> +                <height>125</height>
> +              </credit>
> +            </credits>
> +          </forrest:property>
> +        </forrest:contract>
> +</forrest:hook>
> +<!-- end of below-nav content -->
>          </forrest:hook>
>          <forrest:hook name="export-link">
>            <forrest:contract name="content-pdf-link"/>
> @@ -215,7 +243,7 @@
>            <forrest:contract name="siteinfo-copyright">
>              <forrest:property name="siteinfo-copyright">
>                <copyright>
> -                <year inception="true">2002</year>
> +                <year inception="true">2007</year>
>   
No, inception year of Acme Software Organisation is still 2002.
The actual year 2007 will be automatically calculated...

Salutations,
Cyriaque,

>                  <vendor>The Acme Software Organisation.</vendor>
>                  <copyright-link>http://www.acme.org/licenses/</copyright-link>
>                </copyright>
> @@ -256,4 +284,4 @@
>    </forrest:contract>-->
>        </forrest:hook>
>      </forrest:hook>
> -</forrest:template>
> \ No newline at end of file
> +</forrest:template>
>
> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db
> URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/Thumbs.db?view=diff&rev=514362&r1=514361&r2=514362
> ==============================================================================
> Binary files - no diff available.
>
> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif
> URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter.gif?view=diff&rev=514362&r1=514361&r2=514362
> ==============================================================================
> Binary files - no diff available.
>
> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif
> URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt/images/chapter_open.gif?view=diff&rev=514362&r1=514361&r2=514362
> ==============================================================================
> Binary files - no diff available.
>
>
>
>