Author: bayard Date: Tue Jun 27 04:06:32 2006 New Revision: 417420 URL: http://svn.apache.org/viewvc?rev=417420&view=rev Log: Fixed i18n of non-US ascii characters....I think
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/news/news-2004-1stHalf.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?rev=417420&r1=417419&r2=417420&view=diff ============================================================================== --- jakarta/site/docs/site/news/200206.html (original) +++ jakarta/site/docs/site/news/200206.html Tue Jun 27 04:06:32 2006 @@ -540,7 +540,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?rev=417420&r1=417419&r2=417420&view=diff ============================================================================== --- jakarta/site/docs/site/news/200207.html (original) +++ jakarta/site/docs/site/news/200207.html Tue Jun 27 04:06:32 2006 @@ -600,7 +600,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?rev=417420&r1=417419&r2=417420&view=diff ============================================================================== --- jakarta/site/docs/site/news/200210.html (original) +++ jakarta/site/docs/site/news/200210.html Tue Jun 27 04:06:32 2006 @@ -475,7 +475,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?rev=417420&r1=417419&r2=417420&view=diff ============================================================================== --- jakarta/site/docs/site/news/200303.html (original) +++ jakarta/site/docs/site/news/200303.html Tue Jun 27 04:06:32 2006 @@ -520,7 +520,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. @@ -533,7 +533,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> @@ -541,7 +541,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?rev=417420&r1=417419&r2=417420&view=diff ============================================================================== --- jakarta/site/docs/site/news/200305.html (original) +++ jakarta/site/docs/site/news/200305.html Tue Jun 27 04:06:32 2006 @@ -598,7 +598,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/news/news-2004-1stHalf.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2004-1stHalf.html?rev=417420&r1=417419&r2=417420&view=diff ============================================================================== --- jakarta/site/docs/site/news/news-2004-1stHalf.html (original) +++ jakarta/site/docs/site/news/news-2004-1stHalf.html Tue Jun 27 04:06:32 2006 @@ -176,8 +176,8 @@ </div> <div class="section"> <div class="section-header"> -<a name="Farewell to Martin P?schl"> -<strong>Farewell to Martin P?schl</strong> +<a name="Farewell to Martin Pöschl"> +<strong>Farewell to Martin Pöschl</strong> </a> </div> <p> Modified: jakarta/site/docs/site/whoweare.html URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/whoweare.html?rev=417420&r1=417419&r2=417420&view=diff ============================================================================== --- jakarta/site/docs/site/whoweare.html (original) +++ jakarta/site/docs/site/whoweare.html Tue Jun 27 04:06:32 2006 @@ -167,7 +167,7 @@ <p> <div class="section-body"> <p> -Farewell, <a href="http://www.apache.org/foundation/martin.html">Martin P?schl</a>. Your words and works live on. +Farewell, <a href="http://www.apache.org/foundation/martin.html">Martin Pöschl</a>. Your words and works live on. </p> <p> Farewell, <a href="http://jakarta.apache.org/cactus/participating/nicolas.html">Nicolas Chalumeau</a>. Your words and works live on. @@ -375,13 +375,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/> @@ -498,7 +498,7 @@ <b>Christopher Lenz</b> (cmlenz at apache.org)<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> @@ -606,7 +606,7 @@ </p> <p> <b> -<a href="http://www.apache.org/foundation/martin.html">Martin P?schl</a> +<a href="http://www.apache.org/foundation/martin.html">Martin Pöschl</a> </b> <br/> Martin was involved with Jakarta and Turbine since the early days. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]