Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in

2002-09-10 Thread Bernd Koecke

Henri Gomez wrote:
 [EMAIL PROTECTED] wrote:
 
 jfclere 2002/09/09 08:00:58

   Modified:jk/xdocs menu.idx style.xsl.in
   Log:
   Add code to allow a dummy document/ in menu.idx: To separte jk and 
 jk2.
 
 
 Excellent, we just need now to pass the subpart name and will be ready ;)
 
 I'm still waiting comments on jk load-balancing settings after the
 commited lb patches from May 2002 (Costin, Bern, Matthias)

I got your mail and sent it to you directly. Should I send it to the list too?

Bernd

 
 
 
 
 
 -- 
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 


-- 
Dipl.-Inform. Bernd Koecke
UNIX-Entwicklung
Schlund+Partner AG
Fon: +49-721-91374-0
E-Mail: [EMAIL PROTECTED]



msg32976/pgp0.pgp
Description: PGP signature


cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in

2002-09-10 Thread hgomez

hgomez  2002/09/10 01:02:13

  Modified:jk/xdocs menu.idx style.xsl.in
  Log:
  Add section in document, allowing spacing in final HTML.
  
  Still behind JF for XSL but ...
  
  Revision  ChangesPath
  1.9   +14 -5 jakarta-tomcat-connectors/jk/xdocs/menu.idx
  
  Index: menu.idx
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/menu.idx,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- menu.idx  9 Sep 2002 15:00:57 -   1.8
  +++ menu.idx  10 Sep 2002 08:02:13 -  1.9
  @@ -1,18 +1,27 @@
   ?xml version=1.0?
   
   index
  +  section name=Presentation
 document href=index.xml/
  +  /section
  +  
  +  section name=Commons
 document href=common/AJPv13.xml/
 document href=common/AJPv14-proposal.xml/
  -  document/
  +  document href=faq.xml/
  +  /section
  +  
  +  section name=JK
 document href=jk/aphowto.xml/
  +  document href=jk/domhowto.xml/
 document href=jk/iishowto.xml/
 document href=jk/neshowto.xml/
  -  document href=jk/domhowto.xml/
 document href=jk/workershowto.xml/
  -  document/
  +  /section
  +  
  +  section name=JK2
 document href=jk2/configtc.xml/
 document href=jk2/configweb.xml/
  -  document/
  -  document href=faq.xml/
  +  /section
  +  
   /index
  
  
  
  1.10  +46 -36jakarta-tomcat-connectors/jk/xdocs/style.xsl.in
  
  Index: style.xsl.in
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- style.xsl.in  9 Sep 2002 15:00:57 -   1.9
  +++ style.xsl.in  10 Sep 2002 08:02:13 -  1.10
  @@ -150,50 +150,60 @@
 within the index.
   --
   xsl:variable name=root select=//
  -xsl:for-each select=document('menu.idx')/index/document
  -  xsl:variable name=href select=@href/
  -  xsl:if test=string-length($href) = 0
  -tr height=6/
  -  /xsl:if
  -  tr
  -td bgcolor=#cc width=150 colspan=2
  -  nobr
  -a class=menu
  -  xsl:call-template name=converturi
  -xsl:with-param name=href select=@href/
  -  /xsl:call-template
  -/a
  -  /nobr
  -/td
  -  /tr
  -  tr height=2
  +xsl:for-each select=document('menu.idx')/index/section
  +  tr height=6
  +  td bgcolor=#cc width=150 colspan=2
  +  xsl:value-of select=@name/
  +  /td
 /tr
  + xsl:for-each select=./document
  +   xsl:variable name=href select=@href/
  +   tr
  + td bgcolor=#cc width=150 colspan=2
  +   nobr
  + a class=menu
  +   xsl:call-template name=converturi
  + xsl:with-param name=href select=@href/
  +   /xsl:call-template
  + /a
  +   /nobr
  + /td
  +   /tr
  +   tr height=2
  +   /tr
   
  -  !--
  -Slightly more complicated, we use the document-location function
  -and compare against it to see whether we are in the same file or
  -not. If we actually are, we expand to the section level.
  -  --
  -  xsl:if test=$root/document/properties/title = 
document(@href)/document/properties/title
  -xsl:for-each select=document(@href)/document/section
  -  tr
  -td bgcolor=#cc width=10/
  -td bgcolor=#cc width=140
  -  a class=menu href=#{@name}
  -xsl:value-of select=@name/
  -  /a
  -/td
  -   /tr
  -   tr height=1
  -  /tr
  -/xsl:for-each
  -  /xsl:if
  +   !--
  + Slightly more complicated, we use the document-location 
function
  + and compare against it to see whether we are in the same 
file or
  + not. If we actually are, we expand to the section level.
  +   --
  +   xsl:if 

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in

2002-09-10 Thread Henri Gomez

 Excellent, we just need now to pass the subpart name and will be ready ;)

Fixed with latest menu.idx and style.xsl.in

 I'm still waiting comments on jk load-balancing settings after the
 commited lb patches from May 2002 (Costin, Bern, Matthias)
 
 
 I got your mail and sent it to you directly. Should I send it to the 
 list too?

Not needed since it's allready commited ;)




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in

2002-09-09 Thread jfclere

jfclere 2002/09/09 08:00:58

  Modified:jk/xdocs menu.idx style.xsl.in
  Log:
  Add code to allow a dummy document/ in menu.idx: To separte jk and jk2.
  
  Revision  ChangesPath
  1.8   +3 -0  jakarta-tomcat-connectors/jk/xdocs/menu.idx
  
  Index: menu.idx
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/menu.idx,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- menu.idx  9 Sep 2002 09:14:37 -   1.7
  +++ menu.idx  9 Sep 2002 15:00:57 -   1.8
  @@ -4,12 +4,15 @@
 document href=index.xml/
 document href=common/AJPv13.xml/
 document href=common/AJPv14-proposal.xml/
  +  document/
 document href=jk/aphowto.xml/
 document href=jk/iishowto.xml/
 document href=jk/neshowto.xml/
 document href=jk/domhowto.xml/
 document href=jk/workershowto.xml/
  +  document/
 document href=jk2/configtc.xml/
 document href=jk2/configweb.xml/
  +  document/
 document href=faq.xml/
   /index
  
  
  
  1.9   +4 -0  jakarta-tomcat-connectors/jk/xdocs/style.xsl.in
  
  Index: style.xsl.in
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- style.xsl.in  9 Sep 2002 09:15:15 -   1.8
  +++ style.xsl.in  9 Sep 2002 15:00:57 -   1.9
  @@ -151,6 +151,10 @@
   --
   xsl:variable name=root select=//
   xsl:for-each select=document('menu.idx')/index/document
  +  xsl:variable name=href select=@href/
  +  xsl:if test=string-length($href) = 0
  +tr height=6/
  +  /xsl:if
 tr
   td bgcolor=#cc width=150 colspan=2
 nobr
  
  
  

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in

2002-09-09 Thread Henri Gomez

[EMAIL PROTECTED] wrote:
 jfclere 2002/09/09 08:00:58
 
   Modified:jk/xdocs menu.idx style.xsl.in
   Log:
   Add code to allow a dummy document/ in menu.idx: To separte jk and jk2.

Excellent, we just need now to pass the subpart name and will be ready ;)

I'm still waiting comments on jk load-balancing settings after the
commited lb patches from May 2002 (Costin, Bern, Matthias)





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




cvs commit: jakarta-tomcat-connectors/jk/xdocs menu.idx style.xsl.in style.css.in index.xml

2002-09-05 Thread hgomez

hgomez  2002/09/05 01:39:26

  Modified:jk/xdocs menu.idx style.xsl.in style.css.in index.xml
  Log:
  Update to new jk docs layout, colors and entries
  
  Revision  ChangesPath
  1.5   +3 -1  jakarta-tomcat-connectors/jk/xdocs/menu.idx
  
  Index: menu.idx
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/menu.idx,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- menu.idx  2 Sep 2002 10:53:36 -   1.4
  +++ menu.idx  5 Sep 2002 08:39:26 -   1.5
  @@ -4,7 +4,9 @@
 document href=index.xml/
 document href=common/AJPv13.xml/
 document href=common/AJPv14-proposal.xml/
  -  document href=jk/buildjk.xml/
  +  document href=jk/aphowto.xml/
  +  document href=jk/iishowto.xml/
  +  document href=jk/neshowto.xml/
 document href=jk/configjk.xml/
 document href=jk2/configtc.xml/
 document href=jk2/configweb.xml/
  
  
  
  1.7   +13 -9 jakarta-tomcat-connectors/jk/xdocs/style.xsl.in
  
  Index: style.xsl.in
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- style.xsl.in  2 Sep 2002 10:55:30 -   1.6
  +++ style.xsl.in  5 Sep 2002 08:39:26 -   1.7
  @@ -95,7 +95,7 @@
   img src={$images}/jakarta.gif border=0 width=270 
height=75 align=left/
 /td
 td align=right
  -img src={$images}/mod_jk.jpeg border=0 width=400 
height=75 align=right/
  +img src={$images}/mod_jk.jpeg border=0 align=right/
 /td
   /tr
 /table
  @@ -249,7 +249,7 @@
   /tr
 /table
   /a
  -xsl:apply-templates 
select=subsection|p|ul|img|screen|screendos|screen5250|todo/
  +xsl:apply-templates 
select=subsection|p|ul|ol|img|screen|screendos|screen5250|todo/
   br/
 /xsl:template
   
  @@ -267,7 +267,7 @@
   /tr
 /table
   /a
  -xsl:apply-templates 
select=subsection|p|ul|img|screen|screendos|screen5250|todo/
  +xsl:apply-templates 
select=subsection|p|ul|ol|img|screen|screendos|screen5250|todo/
   br/
 /xsl:template
   
  @@ -282,7 +282,7 @@
 /xsl:template
   
 xsl:template match=p
  -p class=sectionxsl:apply-templates 
select=author|code|source|screen|screendos|screen5250|table|ul|br|b|a|text()//p
  +p class=sectionxsl:apply-templates 
select=author|code|source|screen|screendos|screen5250|table|ul|ol|br|b|a|text()//p
 /xsl:template
   
 xsl:template match=b
  @@ -303,11 +303,15 @@
 /xsl:template
   
 xsl:template match=ul
  -ulxsl:apply-templates select=li//ul
  +ulxsl:apply-templates select=li|ul|ol//ul
  +  /xsl:template
  +
  +  xsl:template match=ol
  +olxsl:apply-templates select=li|ul|ol//ol
 /xsl:template
   
 xsl:template match=li
  -lixsl:apply-templates select=br|b|a|text()//li
  +lixsl:apply-templates select=br|b|a|ul|ol|text()//li
 /xsl:template
   
 !-- JFC added --
  @@ -438,7 +442,7 @@
 /xsl:template
   
 xsl:template match=read
  -code
  +code class=screen
 nobr
   xsl:apply-templates select=text()|enter/
 /nobr
  @@ -463,7 +467,7 @@
 /xsl:template
   
 xsl:template match=readdos
  -code
  +code class=screendos
 nobr
   xsl:apply-templates select=text()|enterdos/
 /nobr
  @@ -521,7 +525,7 @@
 /xsl:template
   
 xsl:template match=read5250
  -code
  +code class=screen5250
 nobr
   xsl:apply-templates select=text()|enter5250/
 /nobr
  
  
  
  1.5   +27 -0 jakarta-tomcat-connectors/jk/xdocs/style.css.in
  
  Index: style.css.in
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.css.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- style.css.in  2 Sep 2002 16:02:10 -   1.4
  +++ style.css.in  5 Sep 2002 08:39:26 -   1.5
  @@ -147,6 +147,15 @@
 text-align: left;
   }
   
  +code.screen {
  +  background-color: #cc;
  +  border-style: none;
  +  color: #00;
  +  margin-left: 10px;
  +  margin-right: 0px;
  +  text-align: left;
  +}
  +
   p.screendos {
 background-color: #00;
 border-style: none;
  @@ -156,7 +165,25 @@
 text-align: left;
   }
   
  +code.screendos {
  +  background-color: #00;
  +  border-style: none;
  +  color: #c0c0c0;
  +  margin-left: 10px;
  +  margin-right: 0px;
  +  text-align: left;
  +}
  +
   p.screen5250 {
  +  background-color: #00;
  +  border-style: none;
  +  color: #00ff00;
  +  margin-left: 10px;
  +  margin-right: 0px;
  +  text-align: left;
  +}
  +