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 (™)  (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" <[email protected]> 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: [email protected]
> 
> 
>> -----Original Message-----
>> From: Steve Rowe [mailto:[email protected]]
>> Sent: Friday, July 26, 2013 11:17 AM
>> To: [email protected]
>> 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 <[email protected]> wrote:
>> 
>>> Moin,
>>> 
>>> Why not use the Unicode Trandemark sign with &#XXXX; 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: [email protected]
>>> 
>>> 
>>>> -----Original Message-----
>>>> From: [email protected] [mailto:[email protected]]
>>>> Sent: Friday, July 26, 2013 11:00 AM
>>>> To: [email protected]
>>>> 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=1507224&r1=1507223&r2=1507224&view=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>
>>>>        <div><a href="http://lucene.apache.org/core/";><img
>>>> src="lucene_green_300.gif" title="Apache Lucene Logo" alt="Lucene"
>>>> border="0"/></a></div>
>>>> -        <h1><xsl:text>Apache Lucene </xsl:text><xsl:value-of
>>>> select="$version"/><xsl:text> Documentation</xsl:text></h1>
>>>> +        <h1>
>>>> +          <xsl:text>Apache Lucene</xsl:text>
>>>> +          <span style="vertical-align: top; font-size: x-small">
>>>> +            <xsl:text>TM</xsl:text>
>>>> +          </span>
>>>> +          <xsl:text> </xsl:text>
>>>> +          <xsl:value-of select="$version"/>
>>>> +          <xsl:text> Documentation</xsl:text>
>>>> +        </h1>
>>>>        <p>Lucene 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 =1507224&r1=1507223&r2=1507224&view=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 @@
>>>>        <title><xsl:text>Apache Solr </xsl:text><xsl:value-of
>>>> select="$version"/><xsl:text> Documentation</xsl:text></title>
>>>>      </head>
>>>>      <body>
>>>> -        <div><a href="http://lucene.apache.org/solr/";><img src="solr.png"
>>>> title="Apache Solr Logo" alt="Solr" border="0"/></a></div>
>>>> -        <h1><xsl:text>Apache Solr </xsl:text><xsl: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-small">TM</span>
>>>> +          </div>
>>>> +        </div>
>>>> +        <h1>
>>>> +          <xsl:text>Apache Solr</xsl:text>
>>>> +          <span style="vertical-align: top; font-size: x-small">
>>>> +            <xsl:text>TM</xsl:text>
>>>> +          </span>
>>>> +          <xsl:text> </xsl:text>
>>>> +          <xsl:value-of select="$version"/>
>>>> +          <xsl:text> Documentation</xsl:text>
>>>> +        </h1>
>>>>        <p>Solr 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: [email protected] For
>>> additional commands, e-mail: [email protected]
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected] For additional
>> commands, e-mail: [email protected]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to