You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by se...@apache.org on 2007/08/18 12:59:48 UTC

svn commit: r567257 - in /jakarta/site/docs/site: news/200206.html news/200207.html news/200210.html news/200303.html news/200305.html pmc/01-03-19-meeting-agenda.html pmc/01-03-19-meeting-summary.html whoweare.html

Author: sebb
Date: Sat Aug 18 03:59:46 2007
New Revision: 567257

URL: http://svn.apache.org/viewvc?view=rev&rev=567257
Log:
Restore ISO-8859-1 characters (Ceki Gulcu and Ortwin Glueck)

Modified:
    jakarta/site/docs/site/news/200206.html
    jakarta/site/docs/site/news/200207.html
    jakarta/site/docs/site/news/200210.html
    jakarta/site/docs/site/news/200303.html
    jakarta/site/docs/site/news/200305.html
    jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html
    jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html
    jakarta/site/docs/site/whoweare.html

Modified: jakarta/site/docs/site/news/200206.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200206.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/news/200206.html (original)
+++ jakarta/site/docs/site/news/200206.html Sat Aug 18 03:59:46 2007
@@ -531,7 +531,7 @@
 <p>
 <div class="section-body">
 <p>
-<b>Editor:</b> Ceki G?lc? </p>
+<b>Editor:</b> Ceki Gülcü </p>
 <p>
 The month started with a question by John Armstrong [<a href="#log4j1">1</a>] on whether log4j offered any guarantees on binary compatibility between various versions.  To which Ceki replied by stating [<a href="#log4j2">2</a>] the current policy of not removing deprecated methods until at least two release cycles are completed. This reply did not seem to satisfy John Armstrong and a long discussion ensued. A historical perspective [<a href="#log4j3">3</a>] seemed to satisfy most people, at least the discussion petered off.</p>
 <p>

Modified: jakarta/site/docs/site/news/200207.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200207.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/news/200207.html (original)
+++ jakarta/site/docs/site/news/200207.html Sat Aug 18 03:59:46 2007
@@ -591,7 +591,7 @@
     <p>
 <b>Editor:</b> Mark Womack</p>
     <p>Mark Womack submitted an initial implementation of the Receiver concept he proposed in June ([<a href="#Log4j1">1</a>]) [<a href="#Log4j2">2</a>].  No decision has been made to include this design in the next major version of log4j, though most comments seem positive to date.</p>
-    <p>Ceki G?lc? announced the availability of a draft version of his ebook, "The Complete Log4j Manual" [<a href="#Log4j3">3</a>].</p>
+    <p>Ceki Gülcü announced the availability of a draft version of his ebook, "The Complete Log4j Manual" [<a href="#Log4j3">3</a>].</p>
     <p>Version 1.2.5 of log4j was released with minor changes and bug fixes [<a href="#Log4j4">4</a>].</p>
     <p>There was a good discussion about socket performance and methods to increase the throughput performance for remote logging [<a href="#Log4j5">5</a>]. Performance can be easily increased by having LoggingEvent implement the Externalizable interface instead of the Serializable interface, but at the cost of backward compatibility. Looking for ways to increase performance and still maintain backward compatibility.</p>
     <p>The log4j-cvs mailing list was folded into the log4j-dev mailing list [<a href="#Log4j6">6</a>]. CVS messages are now posted to the dev mailing list.</p>

Modified: jakarta/site/docs/site/news/200210.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200210.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/news/200210.html (original)
+++ jakarta/site/docs/site/news/200210.html Sat Aug 18 03:59:46 2007
@@ -466,7 +466,7 @@
 <i>"allows developers to control which log statements are output with arbitrary granularity"</i>
 </p>
             <p>
-<b>Editor:</b> Ceki G?lc?</p>
+<b>Editor:</b> Ceki Gülcü</p>
 
             <p>The main branch of the CVS repository is now in quasi-sync with the 1.2 branch [<a href="#Log4j1">1</a>]. Work on log4j version 1.3 has begun in earnest.</p>
 

Modified: jakarta/site/docs/site/news/200303.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200303.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/news/200303.html (original)
+++ jakarta/site/docs/site/news/200303.html Sat Aug 18 03:59:46 2007
@@ -511,7 +511,7 @@
 <strong>Editor:</strong> Mark Womack
 </p>
 <p>
-A new book on log4j entitled "The complete log4j manual", <code>ISBN 2-9700369-0-8</code>, authored by fellow log4j committer, Ceki G?lc?, has been published early March. The book is available directly from the author and in select bookshops throughout the world [<a href="#Log4j0">0</a>].
+A new book on log4j entitled "The complete log4j manual", <code>ISBN 2-9700369-0-8</code>, authored by fellow log4j committer, Ceki Gülcü, has been published early March. The book is available directly from the author and in select bookshops throughout the world [<a href="#Log4j0">0</a>].
 </p>
 <p>
 Development for the 1.3 version of log4j continues.
@@ -524,7 +524,7 @@
 
 <li>MDC support was added to the XMLLayout class and the Chainsaw gui tool by Paul Smith.  PatternLayout was also extended to support the output of all defined MDC key/values [<a href="#Log4j2">2</a>].</li>
 
-<li>Ceki G?lc? recently extended LoggingEvent to allow properties [<a href="#Log4j3">3</a>].  Properties are meant to be set by Layout and Appender classes as they output/process logging events.  Properties are per logging event where MDC values are per thread.</li>
+<li>Ceki Gülcü recently extended LoggingEvent to allow properties [<a href="#Log4j3">3</a>].  Properties are meant to be set by Layout and Appender classes as they output/process logging events.  Properties are per logging event where MDC values are per thread.</li>
 
 <li>Mark Womack added LoggingEvent display and filtering to the Chainsaw gui tool.</li>
 
@@ -532,7 +532,7 @@
 
 <li>Richard Bair proposed an interesting Configuration gui tool [<a href="#Log4j5">5</a>][<a href="#Log4j6">6</a>].</li>
 
-<li>Sub-component configuration within the xml configuration file was recently added by Ceki G?lc? [<a href="#Log4j7">7</a>].</li>
+<li>Sub-component configuration within the xml configuration file was recently added by Ceki Gülcü [<a href="#Log4j7">7</a>].</li>
 
 <li>Raymond DeCampo started a discussion about cleaning up and extending the existing JDBCAppender.  This is a goal for the 1.3 release [<a href="#Log4j8">8</a>].</li>
 

Modified: jakarta/site/docs/site/news/200305.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/200305.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/news/200305.html (original)
+++ jakarta/site/docs/site/news/200305.html Sat Aug 18 03:59:46 2007
@@ -589,7 +589,7 @@
 <i>" Log4j allows developers to control which log statements are output with arbitrary granularity "</i>
 </p>
 <p>
-<b>Editor:</b> Mark Womack, Ceki G?lc?</p>
+<b>Editor:</b> Mark Womack, Ceki Gülcü</p>
 <p>
 Scott Deboy and Paul Smith have been enthusiastically voted in as log4j committers. They have done extensive work on improving chainsaw and other parts of log4j. In relation with this vote, Mark Womack stated: 
 </p>

Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html (original)
+++ jakarta/site/docs/site/pmc/01-03-19-meeting-agenda.html Sat Aug 18 03:59:46 2007
@@ -163,7 +163,7 @@
   <p>Peter Donald</p>
   <p>Diane Holt</p>
   <p>Ted Husted</p>
-  <p>Ceki G?lc?</p>
+  <p>Ceki Gülcü</p>
   <p>Geir Magnusson Jr.</p>
   <p>Daniel F. Savarese</p>
   <p>Jason van Zyl</p>

Modified: jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html (original)
+++ jakarta/site/docs/site/pmc/01-03-19-meeting-summary.html Sat Aug 18 03:59:46 2007
@@ -163,7 +163,7 @@
   <p style="margin-top: 0; margin-bottom: 0">Peter Donald</p>
   <p style="margin-top: 0; margin-bottom: 0">Diane Holt</p>
   <p style="margin-top: 0; margin-bottom: 0">Ted Husted</p>
-  <p style="margin-top: 0; margin-bottom: 0">Ceki G?lc?</p>
+  <p style="margin-top: 0; margin-bottom: 0">Ceki Gülcü</p>
   <p style="margin-top: 0; margin-bottom: 0">Geir Magnusson Jr.</p>
   <p style="margin-top: 0; margin-bottom: 0">Daniel F. Savarese</p>
   <p style="margin-top: 0; margin-bottom: 0">Jason van Zyl</p>
@@ -207,7 +207,7 @@
   Pier Paolo Fumagalli     &lt;pier.AT.apache.DOT.org&gt;
   Diane Holt         &lt;holtdl.AT.apache.DOT.org&gt;
   Ted Husted         &lt;husted.AT.apache.DOT.org&gt;
-  Ceki G?lc?         &lt;ceki.AT.apache.DOT.org&gt;
+  Ceki Gülcü         &lt;ceki.AT.apache.DOT.org&gt;
   Geir Magnusson Jr.     &lt;geirm.AT.apache.DOT.org&gt;
   Craig McClanahan     &lt;craigmcc.AT.apache.DOT.org&gt;
   Sam Ruby         &lt;rubys.AT.apache.DOT.org&gt;
@@ -248,7 +248,7 @@
 </tr>
   <tr>
 <td>jakarta-log4j            </td>
-<td>Ceki G?lc?</td>
+<td>Ceki Gülcü</td>
 </tr>
   <tr>
 <td>jakarta-oro            </td>

Modified: jakarta/site/docs/site/whoweare.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/whoweare.html?view=diff&rev=567257&r1=567256&r2=567257
==============================================================================
--- jakarta/site/docs/site/whoweare.html (original)
+++ jakarta/site/docs/site/whoweare.html Sat Aug 18 03:59:46 2007
@@ -374,13 +374,13 @@
 <b>dIon Gillard</b> (dion at apache.org)<br/>
 </p>
       <p>
-        <b>Ortwin Gl?ck</b> (oglueck at apache.org) <br/>
+        <b>Ortwin Glück</b> (oglueck at apache.org) <br/>
         Ortwin is a Software Engineer who makes large J2EE applications for a
         logistics company. He has been a member of the HttpClient
         team since 2002 and enjoys life downtown Zurich Switzerland.
       </p>
       <p>
-    <b>Ceki G?lc?</b> (ceki at apache.org) 
+    <b>Ceki Gülcü</b> (ceki at apache.org) 
 
     <br/> 
 
@@ -501,7 +501,7 @@
 <br/>
 </p>
              <p>
-<b>Stefan L?tzkendorf</b> (luetzkendorf at apache.org)<br/>
+<b>Stefan Lützkendorf</b> (luetzkendorf at apache.org)<br/>
 </p>
             <p>
                 <b>John McNally</b>



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org