mbecke      2004/10/23 08:59:22

  Modified:    httpclient Tag: HTTPCLIENT_2_0_BRANCH project.xml
               httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH applications.xml
                        news.xml
  Log:
  Updates for new mailing lists, added Sunrise to applications page
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.35.2.17 +9 -15     jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.35.2.16
  retrieving revision 1.35.2.17
  diff -u -r1.35.2.16 -r1.35.2.17
  --- project.xml       11 Oct 2004 22:37:26 -0000      1.35.2.16
  +++ project.xml       23 Oct 2004 15:59:22 -0000      1.35.2.17
  @@ -93,22 +93,16 @@
   
     <mailingLists>
       <mailingList>
  -      <name>HttpClient Mailing List</name>
  -      <subscribe> [EMAIL PROTECTED] </subscribe>
  -      <unsubscribe> [EMAIL PROTECTED] </unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=128</archive>
  +      <name>HttpClient Developer List</name>
  +      <subscribe>[EMAIL PROTECTED]</subscribe>
  +      <unsubscribe>[EMAIL PROTECTED] </unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=281</archive>
       </mailingList>
       <mailingList>
  -      <name>Commons Developer List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=15</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>[EMAIL PROTECTED]</subscribe>
  -      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=105</archive>
  +      <name>HttpClient User List</name>
  +      <subscribe>[EMAIL PROTECTED]</subscribe>
  +      <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=280</archive>
       </mailingList>
     </mailingLists>
   
  @@ -260,7 +254,7 @@
     </dependencies>
   
       <build>
  -    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
  +    <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
       <sourceDirectory>src/java</sourceDirectory>
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
       <integrationUnitTestSourceDirectory/>
  
  
  
  No                   revision
  No                   revision
  1.14.2.7  +8 -4      jakarta-commons/httpclient/xdocs/applications.xml
  
  Index: applications.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/applications.xml,v
  retrieving revision 1.14.2.6
  retrieving revision 1.14.2.7
  diff -u -r1.14.2.6 -r1.14.2.7
  --- applications.xml  30 Sep 2004 03:21:22 -0000      1.14.2.6
  +++ applications.xml  23 Oct 2004 15:59:22 -0000      1.14.2.7
  @@ -202,14 +202,18 @@
            WebApps is enKoo's solution to provide secure remote access to web based 
(i.e. Intranet)
            application on a remote network.
           </dd>
  -
  +     <dt><a href="http://laurens.typepad.com/sunrise/tour/";>Sunrise</a></dt>
  +        <dd>
  +         Sunrise is a tool for converting websites and newsfeeds to Plucker 
documents for 
  +         offline reading on your handheld.
  +        </dd>
         </dl>
   
         <hr width="50%"/>
         <p>
           To have your application listed, write to
  -        <a href="mailto:[EMAIL PROTECTED]">
  -          [EMAIL PROTECTED]</a>.
  +        <a href="mailto:[EMAIL PROTECTED]">
  +          [EMAIL PROTECTED]</a>.
         </p>
       </section>
   
  
  
  
  1.20.2.16 +19 -4     jakarta-commons/httpclient/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
  retrieving revision 1.20.2.15
  retrieving revision 1.20.2.16
  diff -u -r1.20.2.15 -r1.20.2.16
  --- news.xml  11 Oct 2004 12:06:41 -0000      1.20.2.15
  +++ news.xml  23 Oct 2004 15:59:22 -0000      1.20.2.16
  @@ -10,6 +10,21 @@
     </properties>
   
     <body>
  +        <section name="23 October 2004 - New HttpClient mailing lists">
  +            <p>
  +                Starting today HttpClient has two new mailing lists for 
  +                <a href="mailto:[EMAIL PROTECTED]">developer</a> and 
  +                <a href="mailto:[EMAIL PROTECTED]">user</a>
  +                discussion.  People previously subscribed to 
<i>commons-httpclient-dev</i> have
  +                been automatically moved to the new developer mailing list.  People
  +                subscribed to <i>commons-user</i> who are interested in HttpClient 
will have 
  +                to join the HttpClient user mailing list manually.
  +            </p>
  +            <p>
  +                Please see the HttpClient <a href="mail-lists.html">mailing list 
page</a> for 
  +                (un)subscription and archive details.
  +            </p>
  +        </section>    
           <section name="11 October 2004 - HttpClient issue tracking in Bugzilla">
               <p>
                   HttpClient project has taken a very important step toward becoming 
  @@ -44,9 +59,9 @@
           <section name="11 October 2004 - HttpClient 2.0.2 released">
               <p>
                   We are pleased to announce the latest stable release of HttpClient, 
  -                version 2.0.2.  This release adds buffering for all reads.  In 
particular this 
  -                change greatly improves the performance of reading responses with 
little or no content.  
  -                Please see the <a 
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt";
  +                version 2.0.2.  This release greatly improves the performance of 
executing 
  +                methods where the response contains little or no content.  Please 
see the 
  +                <a 
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt";
                   >release notes</a> for more detail.
               </p>
               <p>
  
  
  

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

Reply via email to