RE: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Uwe Schindler
Moin,

Why not use the Unicode Trandemark sign with #; instead of the HTML 
markup? Robert would be more happy :-)

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


 -Original Message-
 From: sar...@apache.org [mailto:sar...@apache.org]
 Sent: Friday, July 26, 2013 11:00 AM
 To: comm...@lucene.apache.org
 Subject: svn commit: r1507224 - in /lucene/dev/trunk:
 lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
 Author: sarowe
 Date: Fri Jul 26 09:00:27 2013
 New Revision: 1507224
 
 URL: http://svn.apache.org/r1507224
 Log:
 Add tradmmark signs in generated documentation pages for Lucene and Solr
 
 Modified:
 lucene/dev/trunk/lucene/site/xsl/index.xsl
 lucene/dev/trunk/solr/site/xsl/index.xsl
 
 Modified: lucene/dev/trunk/lucene/site/xsl/index.xsl
 URL:
 http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/site/xsl/index.xsl?r
 ev=1507224r1=1507223r2=1507224view=diff
 ==
 
 --- lucene/dev/trunk/lucene/site/xsl/index.xsl (original)
 +++ lucene/dev/trunk/lucene/site/xsl/index.xsl Fri Jul 26 09:00:27 2013
 @@ -36,7 +36,15 @@
/head
body
  diva href=http://lucene.apache.org/core/;img
 src=lucene_green_300.gif title=Apache Lucene Logo alt=Lucene
 border=0//a/div
 -h1xsl:textApache Lucene /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/h1
 +h1
 +  xsl:textApache Lucene/xsl:text
 +  span style=vertical-align: top; font-size: x-small
 +xsl:textTM/xsl:text
 +  /span
 +  xsl:text /xsl:text
 +  xsl:value-of select=$version/
 +  xsl:text Documentation/xsl:text
 +/h1
  pLucene is a Java full-text search engine. Lucene is not a complete
 application,
  but rather a code library and API that can easily be used to add 
 search
 capabilities
  to applications./p
 
 Modified: lucene/dev/trunk/solr/site/xsl/index.xsl
 URL:
 http://svn.apache.org/viewvc/lucene/dev/trunk/solr/site/xsl/index.xsl?rev
 =1507224r1=1507223r2=1507224view=diff
 ==
 
 --- lucene/dev/trunk/solr/site/xsl/index.xsl (original)
 +++ lucene/dev/trunk/solr/site/xsl/index.xsl Fri Jul 26 09:00:27 2013
 @@ -36,8 +36,23 @@
  titlexsl:textApache Solr /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/title
/head
body
 -diva href=http://lucene.apache.org/solr/;img src=solr.png
 title=Apache Solr Logo alt=Solr border=0//a/div
 -h1xsl:textApache Solr /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/h1
 +div
 +  a href=http://lucene.apache.org/solr/;
 +img src=solr.png title=Apache Solr Logo alt=Solr 
 border=0/
 +  /a
 +  div style=z-index:100;position:absolute;top:25px;left:252px
 +span style=font-size: x-smallTM/span
 +  /div
 +/div
 +h1
 +  xsl:textApache Solr/xsl:text
 +  span style=vertical-align: top; font-size: x-small
 +xsl:textTM/xsl:text
 +  /span
 +  xsl:text /xsl:text
 +  xsl:value-of select=$version/
 +  xsl:text Documentation/xsl:text
 +/h1
  pSolr is the popular, blazing fast open source enterprise search
 platform from the Apache Lucene project.
  Its major features include powerful full-text search, hit 
 highlighting,
 faceted search, dynamic clustering,
  database integration, rich document (e.g., Word, PDF) handling, and
 geospatial search. Solr is highly scalable,



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Steve Rowe
Didn't occur to me, that's all.  Would it actually be better in any tangible 
way? - Steve

On Jul 26, 2013, at 5:06 AM, Uwe Schindler u...@thetaphi.de wrote:

 Moin,
 
 Why not use the Unicode Trandemark sign with #; instead of the HTML 
 markup? Robert would be more happy :-)
 
 Uwe
 
 -
 Uwe Schindler
 H.-H.-Meier-Allee 63, D-28213 Bremen
 http://www.thetaphi.de
 eMail: u...@thetaphi.de
 
 
 -Original Message-
 From: sar...@apache.org [mailto:sar...@apache.org]
 Sent: Friday, July 26, 2013 11:00 AM
 To: comm...@lucene.apache.org
 Subject: svn commit: r1507224 - in /lucene/dev/trunk:
 lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
 Author: sarowe
 Date: Fri Jul 26 09:00:27 2013
 New Revision: 1507224
 
 URL: http://svn.apache.org/r1507224
 Log:
 Add tradmmark signs in generated documentation pages for Lucene and Solr
 
 Modified:
lucene/dev/trunk/lucene/site/xsl/index.xsl
lucene/dev/trunk/solr/site/xsl/index.xsl
 
 Modified: lucene/dev/trunk/lucene/site/xsl/index.xsl
 URL:
 http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/site/xsl/index.xsl?r
 ev=1507224r1=1507223r2=1507224view=diff
 ==
 
 --- lucene/dev/trunk/lucene/site/xsl/index.xsl (original)
 +++ lucene/dev/trunk/lucene/site/xsl/index.xsl Fri Jul 26 09:00:27 2013
 @@ -36,7 +36,15 @@
   /head
   body
 diva href=http://lucene.apache.org/core/;img
 src=lucene_green_300.gif title=Apache Lucene Logo alt=Lucene
 border=0//a/div
 -h1xsl:textApache Lucene /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/h1
 +h1
 +  xsl:textApache Lucene/xsl:text
 +  span style=vertical-align: top; font-size: x-small
 +xsl:textTM/xsl:text
 +  /span
 +  xsl:text /xsl:text
 +  xsl:value-of select=$version/
 +  xsl:text Documentation/xsl:text
 +/h1
 pLucene is a Java full-text search engine. Lucene is not a complete
 application,
 but rather a code library and API that can easily be used to add 
 search
 capabilities
 to applications./p
 
 Modified: lucene/dev/trunk/solr/site/xsl/index.xsl
 URL:
 http://svn.apache.org/viewvc/lucene/dev/trunk/solr/site/xsl/index.xsl?rev
 =1507224r1=1507223r2=1507224view=diff
 ==
 
 --- lucene/dev/trunk/solr/site/xsl/index.xsl (original)
 +++ lucene/dev/trunk/solr/site/xsl/index.xsl Fri Jul 26 09:00:27 2013
 @@ -36,8 +36,23 @@
 titlexsl:textApache Solr /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/title
   /head
   body
 -diva href=http://lucene.apache.org/solr/;img src=solr.png
 title=Apache Solr Logo alt=Solr border=0//a/div
 -h1xsl:textApache Solr /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/h1
 +div
 +  a href=http://lucene.apache.org/solr/;
 +img src=solr.png title=Apache Solr Logo alt=Solr 
 border=0/
 +  /a
 +  div style=z-index:100;position:absolute;top:25px;left:252px
 +span style=font-size: x-smallTM/span
 +  /div
 +/div
 +h1
 +  xsl:textApache Solr/xsl:text
 +  span style=vertical-align: top; font-size: x-small
 +xsl:textTM/xsl:text
 +  /span
 +  xsl:text /xsl:text
 +  xsl:value-of select=$version/
 +  xsl:text Documentation/xsl:text
 +/h1
 pSolr is the popular, blazing fast open source enterprise search
 platform from the Apache Lucene project.
 Its major features include powerful full-text search, hit 
 highlighting,
 faceted search, dynamic clustering,
 database integration, rich document (e.g., Word, PDF) handling, and
 geospatial search. Solr is highly scalable,
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org
 


-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



RE: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Uwe Schindler
Doesn't matter :-) To me it looks simplier to use the Unicode character instead 
of span/. Also the TM symbol in Unicode is already superscript, so the fonts 
match better. #8482; is the symbol in XML, so I would replace it by that one. 
I can do it if you like!

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


 -Original Message-
 From: Steve Rowe [mailto:sar...@gmail.com]
 Sent: Friday, July 26, 2013 11:17 AM
 To: dev@lucene.apache.org
 Subject: Re: svn commit: r1507224 - in /lucene/dev/trunk:
 lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
 Didn't occur to me, that's all.  Would it actually be better in any tangible 
 way?
 - Steve
 
 On Jul 26, 2013, at 5:06 AM, Uwe Schindler u...@thetaphi.de wrote:
 
  Moin,
 
  Why not use the Unicode Trandemark sign with #; instead of the
  HTML markup? Robert would be more happy :-)
 
  Uwe
 
  -
  Uwe Schindler
  H.-H.-Meier-Allee 63, D-28213 Bremen
  http://www.thetaphi.de
  eMail: u...@thetaphi.de
 
 
  -Original Message-
  From: sar...@apache.org [mailto:sar...@apache.org]
  Sent: Friday, July 26, 2013 11:00 AM
  To: comm...@lucene.apache.org
  Subject: svn commit: r1507224 - in /lucene/dev/trunk:
  lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
  Author: sarowe
  Date: Fri Jul 26 09:00:27 2013
  New Revision: 1507224
 
  URL: http://svn.apache.org/r1507224
  Log:
  Add tradmmark signs in generated documentation pages for Lucene and
  Solr
 
  Modified:
 lucene/dev/trunk/lucene/site/xsl/index.xsl
 lucene/dev/trunk/solr/site/xsl/index.xsl
 
  Modified: lucene/dev/trunk/lucene/site/xsl/index.xsl
  URL:
  http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/site/xsl/index.x
  sl?r ev=1507224r1=1507223r2=1507224view=diff
 
 ==
  
  --- lucene/dev/trunk/lucene/site/xsl/index.xsl (original)
  +++ lucene/dev/trunk/lucene/site/xsl/index.xsl Fri Jul 26 09:00:27
  +++ 2013
  @@ -36,7 +36,15 @@
/head
body
  diva href=http://lucene.apache.org/core/;img
  src=lucene_green_300.gif title=Apache Lucene Logo alt=Lucene
  border=0//a/div
  -h1xsl:textApache Lucene /xsl:textxsl:value-of
  select=$version/xsl:text Documentation/xsl:text/h1
  +h1
  +  xsl:textApache Lucene/xsl:text
  +  span style=vertical-align: top; font-size: x-small
  +xsl:textTM/xsl:text
  +  /span
  +  xsl:text /xsl:text
  +  xsl:value-of select=$version/
  +  xsl:text Documentation/xsl:text
  +/h1
  pLucene is a Java full-text search engine. Lucene is not a
  complete application,
  but rather a code library and API that can easily be used to
  add search capabilities
  to applications./p
 
  Modified: lucene/dev/trunk/solr/site/xsl/index.xsl
  URL:
  http://svn.apache.org/viewvc/lucene/dev/trunk/solr/site/xsl/index.xsl
  ?rev =1507224r1=1507223r2=1507224view=diff
 
 ==
  
  --- lucene/dev/trunk/solr/site/xsl/index.xsl (original)
  +++ lucene/dev/trunk/solr/site/xsl/index.xsl Fri Jul 26 09:00:27 2013
  @@ -36,8 +36,23 @@
  titlexsl:textApache Solr /xsl:textxsl:value-of
  select=$version/xsl:text Documentation/xsl:text/title
/head
body
  -diva href=http://lucene.apache.org/solr/;img src=solr.png
  title=Apache Solr Logo alt=Solr border=0//a/div
  -h1xsl:textApache Solr /xsl:textxsl:value-of
  select=$version/xsl:text Documentation/xsl:text/h1
  +div
  +  a href=http://lucene.apache.org/solr/;
  +img src=solr.png title=Apache Solr Logo alt=Solr
 border=0/
  +  /a
  +  div style=z-index:100;position:absolute;top:25px;left:252px
  +span style=font-size: x-smallTM/span
  +  /div
  +/div
  +h1
  +  xsl:textApache Solr/xsl:text
  +  span style=vertical-align: top; font-size: x-small
  +xsl:textTM/xsl:text
  +  /span
  +  xsl:text /xsl:text
  +  xsl:value-of select=$version/
  +  xsl:text Documentation/xsl:text
  +/h1
  pSolr is the popular, blazing fast open source enterprise
  search platform from the Apache Lucene project.
  Its major features include powerful full-text search, hit
  highlighting, faceted search, dynamic clustering,
  database integration, rich document (e.g., Word, PDF)
  handling, and geospatial search. Solr is highly scalable,
 
 
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For
  additional commands, e-mail: dev-h...@lucene.apache.org
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional
 commands, e-mail: dev-h

Re: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Steve Rowe
I tried it, and without any font size control, it's huge - I was trying to make 
it visible but not dominant, and I'd actually have to add *more* markup to 
achieve that with the ™ sign (#x2122;)  (Funnily enough, when I was typing 
this, OS X's Mail.app auto-converted TM to ™… - I had to do extra work to 
get the plain text version :)

On Jul 26, 2013, at 5:25 AM, Uwe Schindler u...@thetaphi.de wrote:

 Doesn't matter :-) To me it looks simplier to use the Unicode character 
 instead of span/. Also the TM symbol in Unicode is already superscript, so 
 the fonts match better. #8482; is the symbol in XML, so I would replace it 
 by that one. I can do it if you like!
 
 Uwe
 
 -
 Uwe Schindler
 H.-H.-Meier-Allee 63, D-28213 Bremen
 http://www.thetaphi.de
 eMail: u...@thetaphi.de
 
 
 -Original Message-
 From: Steve Rowe [mailto:sar...@gmail.com]
 Sent: Friday, July 26, 2013 11:17 AM
 To: dev@lucene.apache.org
 Subject: Re: svn commit: r1507224 - in /lucene/dev/trunk:
 lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
 Didn't occur to me, that's all.  Would it actually be better in any tangible 
 way?
 - Steve
 
 On Jul 26, 2013, at 5:06 AM, Uwe Schindler u...@thetaphi.de wrote:
 
 Moin,
 
 Why not use the Unicode Trandemark sign with #; instead of the
 HTML markup? Robert would be more happy :-)
 
 Uwe
 
 -
 Uwe Schindler
 H.-H.-Meier-Allee 63, D-28213 Bremen
 http://www.thetaphi.de
 eMail: u...@thetaphi.de
 
 
 -Original Message-
 From: sar...@apache.org [mailto:sar...@apache.org]
 Sent: Friday, July 26, 2013 11:00 AM
 To: comm...@lucene.apache.org
 Subject: svn commit: r1507224 - in /lucene/dev/trunk:
 lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
 Author: sarowe
 Date: Fri Jul 26 09:00:27 2013
 New Revision: 1507224
 
 URL: http://svn.apache.org/r1507224
 Log:
 Add tradmmark signs in generated documentation pages for Lucene and
 Solr
 
 Modified:
   lucene/dev/trunk/lucene/site/xsl/index.xsl
   lucene/dev/trunk/solr/site/xsl/index.xsl
 
 Modified: lucene/dev/trunk/lucene/site/xsl/index.xsl
 URL:
 http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/site/xsl/index.x
 sl?r ev=1507224r1=1507223r2=1507224view=diff
 
 ==
 
 --- lucene/dev/trunk/lucene/site/xsl/index.xsl (original)
 +++ lucene/dev/trunk/lucene/site/xsl/index.xsl Fri Jul 26 09:00:27
 +++ 2013
 @@ -36,7 +36,15 @@
  /head
  body
diva href=http://lucene.apache.org/core/;img
 src=lucene_green_300.gif title=Apache Lucene Logo alt=Lucene
 border=0//a/div
 -h1xsl:textApache Lucene /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/h1
 +h1
 +  xsl:textApache Lucene/xsl:text
 +  span style=vertical-align: top; font-size: x-small
 +xsl:textTM/xsl:text
 +  /span
 +  xsl:text /xsl:text
 +  xsl:value-of select=$version/
 +  xsl:text Documentation/xsl:text
 +/h1
pLucene is a Java full-text search engine. Lucene is not a
 complete application,
but rather a code library and API that can easily be used to
 add search capabilities
to applications./p
 
 Modified: lucene/dev/trunk/solr/site/xsl/index.xsl
 URL:
 http://svn.apache.org/viewvc/lucene/dev/trunk/solr/site/xsl/index.xsl
 ?rev =1507224r1=1507223r2=1507224view=diff
 
 ==
 
 --- lucene/dev/trunk/solr/site/xsl/index.xsl (original)
 +++ lucene/dev/trunk/solr/site/xsl/index.xsl Fri Jul 26 09:00:27 2013
 @@ -36,8 +36,23 @@
titlexsl:textApache Solr /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/title
  /head
  body
 -diva href=http://lucene.apache.org/solr/;img src=solr.png
 title=Apache Solr Logo alt=Solr border=0//a/div
 -h1xsl:textApache Solr /xsl:textxsl:value-of
 select=$version/xsl:text Documentation/xsl:text/h1
 +div
 +  a href=http://lucene.apache.org/solr/;
 +img src=solr.png title=Apache Solr Logo alt=Solr
 border=0/
 +  /a
 +  div style=z-index:100;position:absolute;top:25px;left:252px
 +span style=font-size: x-smallTM/span
 +  /div
 +/div
 +h1
 +  xsl:textApache Solr/xsl:text
 +  span style=vertical-align: top; font-size: x-small
 +xsl:textTM/xsl:text
 +  /span
 +  xsl:text /xsl:text
 +  xsl:value-of select=$version/
 +  xsl:text Documentation/xsl:text
 +/h1
pSolr is the popular, blazing fast open source enterprise
 search platform from the Apache Lucene project.
Its major features include powerful full-text search, hit
 highlighting, faceted search, dynamic clustering,
database integration, rich document (e.g., Word, PDF)
 handling, and geospatial search. Solr is highly scalable

RE: svn commit: r1507224 - in /lucene/dev/trunk: lucene/site/xsl/index.xsl solr/site/xsl/index.xsl

2013-07-26 Thread Uwe Schindler
Ah, because it was part of the h1 heading the TM was larger than in standard 
floating text! OK - I'm fine then :-) Sorry for disturbing!

Uwe

-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de


 -Original Message-
 From: Steve Rowe [mailto:sar...@gmail.com]
 Sent: Friday, July 26, 2013 11:29 AM
 To: dev@lucene.apache.org
 Subject: Re: svn commit: r1507224 - in /lucene/dev/trunk:
 lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
 I tried it, and without any font size control, it's huge - I was trying to 
 make it
 visible but not dominant, and I'd actually have to add *more* markup to
 achieve that with the ™ sign (#x2122;)  (Funnily enough, when I was typing
 this, OS X's Mail.app auto-converted TM to ™… - I had to do extra work to
 get the plain text version :)
 
 On Jul 26, 2013, at 5:25 AM, Uwe Schindler u...@thetaphi.de wrote:
 
  Doesn't matter :-) To me it looks simplier to use the Unicode character
 instead of span/. Also the TM symbol in Unicode is already superscript, so
 the fonts match better. #8482; is the symbol in XML, so I would replace it by
 that one. I can do it if you like!
 
  Uwe
 
  -
  Uwe Schindler
  H.-H.-Meier-Allee 63, D-28213 Bremen
  http://www.thetaphi.de
  eMail: u...@thetaphi.de
 
 
  -Original Message-
  From: Steve Rowe [mailto:sar...@gmail.com]
  Sent: Friday, July 26, 2013 11:17 AM
  To: dev@lucene.apache.org
  Subject: Re: svn commit: r1507224 - in /lucene/dev/trunk:
  lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
  Didn't occur to me, that's all.  Would it actually be better in any 
  tangible
 way?
  - Steve
 
  On Jul 26, 2013, at 5:06 AM, Uwe Schindler u...@thetaphi.de wrote:
 
  Moin,
 
  Why not use the Unicode Trandemark sign with #; instead of the
  HTML markup? Robert would be more happy :-)
 
  Uwe
 
  -
  Uwe Schindler
  H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de
  eMail: u...@thetaphi.de
 
 
  -Original Message-
  From: sar...@apache.org [mailto:sar...@apache.org]
  Sent: Friday, July 26, 2013 11:00 AM
  To: comm...@lucene.apache.org
  Subject: svn commit: r1507224 - in /lucene/dev/trunk:
  lucene/site/xsl/index.xsl solr/site/xsl/index.xsl
 
  Author: sarowe
  Date: Fri Jul 26 09:00:27 2013
  New Revision: 1507224
 
  URL: http://svn.apache.org/r1507224
  Log:
  Add tradmmark signs in generated documentation pages for Lucene
 and
  Solr
 
  Modified:
lucene/dev/trunk/lucene/site/xsl/index.xsl
lucene/dev/trunk/solr/site/xsl/index.xsl
 
  Modified: lucene/dev/trunk/lucene/site/xsl/index.xsl
  URL:
  http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/site/xsl/index
  .x sl?r ev=1507224r1=1507223r2=1507224view=diff
 
 
 ==
  
  --- lucene/dev/trunk/lucene/site/xsl/index.xsl (original)
  +++ lucene/dev/trunk/lucene/site/xsl/index.xsl Fri Jul 26 09:00:27
  +++ 2013
  @@ -36,7 +36,15 @@
   /head
   body
 diva href=http://lucene.apache.org/core/;img
  src=lucene_green_300.gif title=Apache Lucene Logo alt=Lucene
  border=0//a/div
  -h1xsl:textApache Lucene /xsl:textxsl:value-of
  select=$version/xsl:text Documentation/xsl:text/h1
  +h1
  +  xsl:textApache Lucene/xsl:text
  +  span style=vertical-align: top; font-size: x-small
  +xsl:textTM/xsl:text
  +  /span
  +  xsl:text /xsl:text
  +  xsl:value-of select=$version/
  +  xsl:text Documentation/xsl:text
  +/h1
 pLucene is a Java full-text search engine. Lucene is not a
  complete application,
 but rather a code library and API that can easily be used to
  add search capabilities
 to applications./p
 
  Modified: lucene/dev/trunk/solr/site/xsl/index.xsl
  URL:
  http://svn.apache.org/viewvc/lucene/dev/trunk/solr/site/xsl/index.x
  sl ?rev =1507224r1=1507223r2=1507224view=diff
 
 
 ==
  
  --- lucene/dev/trunk/solr/site/xsl/index.xsl (original)
  +++ lucene/dev/trunk/solr/site/xsl/index.xsl Fri Jul 26 09:00:27
  +++ 2013
  @@ -36,8 +36,23 @@
 titlexsl:textApache Solr /xsl:textxsl:value-of
  select=$version/xsl:text Documentation/xsl:text/title
   /head
   body
  -diva href=http://lucene.apache.org/solr/;img
 src=solr.png
  title=Apache Solr Logo alt=Solr border=0//a/div
  -h1xsl:textApache Solr /xsl:textxsl:value-of
  select=$version/xsl:text Documentation/xsl:text/h1
  +div
  +  a href=http://lucene.apache.org/solr/;
  +img src=solr.png title=Apache Solr Logo alt=Solr
  border=0/
  +  /a
  +  div 
  style=z-index:100;position:absolute;top:25px;left:252px
  +span style=font-size: x-smallTM/span
  +  /div
  +/div
  +h1
  +  xsl:textApache Solr/xsl:text
  +  span style=vertical-align: top; font