You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mb...@apache.org on 2004/10/23 17:59:22 UTC

cvs commit: jakarta-commons/httpclient/xdocs applications.xml news.xml

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> commons-httpclient-dev-subscribe@jakarta.apache.org </subscribe>
  -      <unsubscribe> commons-httpclient-dev-unsubscribe@jakarta.apache.org </unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=128</archive>
  +      <name>HttpClient Developer List</name>
  +      <subscribe>httpclient-dev-subscribe@jakarta.apache.org</subscribe>
  +      <unsubscribe>httpclient-dev-unsubscribe@jakarta.apache.org </unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=281</archive>
       </mailingList>
       <mailingList>
  -      <name>Commons Developer List</name>
  -      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=15</archive>
  -    </mailingList>
  -    <mailingList>
  -      <name>Commons User List</name>
  -      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
  -      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
  -      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=105</archive>
  +      <name>HttpClient User List</name>
  +      <subscribe>httpclient-user-subscribe@jakarta.apache.org</subscribe>
  +      <unsubscribe>httpclient-user-unsubscribe@jakarta.apache.org</unsubscribe>
  +      <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listId=280</archive>
       </mailingList>
     </mailingLists>
   
  @@ -260,7 +254,7 @@
     </dependencies>
   
       <build>
  -    <nagEmailAddress>commons-httpclient-dev@jakarta.apache.org</nagEmailAddress>
  +    <nagEmailAddress>httpclient-dev@jakarta.apache.org</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:commons-httpclient-dev@jakarta.apache.org?subject=HttpClient%20Powered">
  -          commons-httpclient-dev@jakarta.apache.org</a>.
  +        <a href="mailto:httpclient-dev@jakarta.apache.org?subject=HttpClient%20Powered">
  +          httpclient-dev@jakarta.apache.org</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:httpclient-dev@jakarta.apache.org">developer</a> and 
  +                <a href="mailto:httpclient-user@jakarta.apache.org">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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org