You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bl...@apache.org on 2015/10/07 20:14:43 UTC

svn commit: r1707355 - in /avro/trunk: ./ doc/src/ doc/src/content/xdocs/ lang/c++/ lang/c/ lang/c/docs/ lang/perl/ lang/perl/lib/ lang/py/ lang/py3/ lang/ruby/

Author: blue
Date: Wed Oct  7 18:14:43 2015
New Revision: 1707355

URL: http://svn.apache.org/viewvc?rev=1707355&view=rev
Log:
AVRO-1739. Update Avro URLs and mailing lists. Contributed by Gabor Liptak.

Modified:
    avro/trunk/CHANGES.txt
    avro/trunk/doc/src/content/xdocs/site.xml
    avro/trunk/doc/src/content/xdocs/tabs.xml
    avro/trunk/doc/src/skinconf.xml
    avro/trunk/lang/c++/AUTHORS
    avro/trunk/lang/c++/MainPage.dox
    avro/trunk/lang/c++/NEWS
    avro/trunk/lang/c/AUTHORS
    avro/trunk/lang/c/NEWS
    avro/trunk/lang/c/docs/index.txt
    avro/trunk/lang/perl/README
    avro/trunk/lang/perl/lib/Avro.pm
    avro/trunk/lang/py/setup.py
    avro/trunk/lang/py3/setup.py
    avro/trunk/lang/ruby/Rakefile

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Wed Oct  7 18:14:43 2015
@@ -102,8 +102,10 @@ Avro 1.8.0 (10 August 2014)
     AVRO-1692. Allow more than one logical type for a Java class. (blue via
     tomwhite)
 
-	AVRO-1697. Ruby: Add support for the Snappy codec to the Ruby library.
-	(Daniel Schierbeck via tomwhite)
+    AVRO-1697. Ruby: Add support for the Snappy codec to the Ruby library.
+    (Daniel Schierbeck via tomwhite)
+
+    AVRO-1739. Update Avro URLs and mailing lists. (Gabor Liptak via blue)
 
   BUG FIXES
 

Modified: avro/trunk/doc/src/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/avro/trunk/doc/src/content/xdocs/site.xml?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/doc/src/content/xdocs/site.xml (original)
+++ avro/trunk/doc/src/content/xdocs/site.xml Wed Oct  7 18:14:43 2015
@@ -57,13 +57,13 @@ See http://forrest.apache.org/docs/linki
   </docs>
   
   <external-refs>
-    <site      href="http://hadoop.apache.org/avro/"/>
-    <lists     href="http://hadoop.apache.org/avro/mailing_lists.html"/>
+    <site      href="http://avro.apache.org/"/>
+    <lists     href="http://avro.apache.org/mailing_lists.html"/>
     <archive   href="http://mail-archives.apache.org/mod_mbox/hadoop-avro-commits/"/>
-    <releases  href="http://hadoop.apache.org/avro/releases.html">
+    <releases  href="http://avro.apache.org/releases.html">
       <download href="#Download" />
     </releases>
-    <jira      href="http://hadoop.apache.org/avro/issue_tracking.html"/>
+    <jira      href="http://avro.apache.org/issue_tracking.html"/>
     <wiki      href="http://wiki.apache.org/hadoop/Avro/" />
     <faq       href="http://wiki.apache.org/hadoop/Avro/FAQ" />
     <json      href="http://www.json.org/" />

Modified: avro/trunk/doc/src/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/avro/trunk/doc/src/content/xdocs/tabs.xml?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/doc/src/content/xdocs/tabs.xml (original)
+++ avro/trunk/doc/src/content/xdocs/tabs.xml Wed Oct  7 18:14:43 2015
@@ -32,7 +32,7 @@
     directory (ends in '/'), in which case /index.html will be added
   -->
 
-  <tab label="Project" href="http://hadoop.apache.org/avro/" />
+  <tab label="Project" href="http://avro.apache.org/" />
   <tab label="Wiki" href="http://wiki.apache.org/hadoop/Avro/" />
   <tab label="Avro &AvroVersion; Documentation" dir="" />  
   

Modified: avro/trunk/doc/src/skinconf.xml
URL: http://svn.apache.org/viewvc/avro/trunk/doc/src/skinconf.xml?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/doc/src/skinconf.xml (original)
+++ avro/trunk/doc/src/skinconf.xml Wed Oct  7 18:14:43 2015
@@ -31,7 +31,7 @@ which will be used to configure the chos
     In other words google will search the @domain for the query string.
 
   -->
-  <search name="Avro" domain="hadoop.apache.org" provider="google"/>
+  <search name="Avro" domain="avro.apache.org" provider="google"/>
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  

Modified: avro/trunk/lang/c++/AUTHORS
URL: http://svn.apache.org/viewvc/avro/trunk/lang/c%2B%2B/AUTHORS?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/c++/AUTHORS (original)
+++ avro/trunk/lang/c++/AUTHORS Wed Oct  7 18:14:43 2015
@@ -1,4 +1,4 @@
 
-See http://hadoop.apache.org/avro/ for a list of authors
+See http://avro.apache.org/ for a list of authors
 
 

Modified: avro/trunk/lang/c++/MainPage.dox
URL: http://svn.apache.org/viewvc/avro/trunk/lang/c%2B%2B/MainPage.dox?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/c++/MainPage.dox (original)
+++ avro/trunk/lang/c++/MainPage.dox Wed Oct  7 18:14:43 2015
@@ -22,7 +22,7 @@
 <h2>Introduction to Avro C++</h2>
 
 <p>Avro is a data serialization system. See
-<a href="http://hadoop.apache.org/avro/docs/current/">http://avro.apache.org/docs/current/</a>
+<a href="http://avro.apache.org/docs/current/">http://avro.apache.org/docs/current/</a>
 for background information.</p>
 <p>Avro C++ is a C++ library which implementats parts of the <a href="http://avro.apache.org/docs/current/spec.html"> Avro Specification</a>. The library includes the following functionality:</p>
 <ul>

Modified: avro/trunk/lang/c++/NEWS
URL: http://svn.apache.org/viewvc/avro/trunk/lang/c%2B%2B/NEWS?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/c++/NEWS (original)
+++ avro/trunk/lang/c++/NEWS Wed Oct  7 18:14:43 2015
@@ -1,5 +1,5 @@
 
 For news, visit the Avro web site at
-http://hadoop.apache.org/avro/
+http://avro.apache.org/
 
 

Modified: avro/trunk/lang/c/AUTHORS
URL: http://svn.apache.org/viewvc/avro/trunk/lang/c/AUTHORS?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/c/AUTHORS (original)
+++ avro/trunk/lang/c/AUTHORS Wed Oct  7 18:14:43 2015
@@ -1,4 +1,4 @@
 
-See http://hadoop.apache.org/avro/ for a list of authors
+See http://avro.apache.org/ for a list of authors
 
 

Modified: avro/trunk/lang/c/NEWS
URL: http://svn.apache.org/viewvc/avro/trunk/lang/c/NEWS?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/c/NEWS (original)
+++ avro/trunk/lang/c/NEWS Wed Oct  7 18:14:43 2015
@@ -1,5 +1,5 @@
 
 For news, visit the Avro web site at
-http://hadoop.apache.org/avro/
+http://avro.apache.org/
 
 

Modified: avro/trunk/lang/c/docs/index.txt
URL: http://svn.apache.org/viewvc/avro/trunk/lang/c/docs/index.txt?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/c/docs/index.txt (original)
+++ avro/trunk/lang/c/docs/index.txt Wed Oct  7 18:14:43 2015
@@ -16,7 +16,7 @@ Avro provides:
 * Remote procedure call (RPC).
 
 This document will focus on the C implementation of Avro.  To learn more about
-Avro in general, http://hadoop.apache.org/avro/[visit the Avro website].
+Avro in general, http://avro.apache.org/[visit the Avro website].
 
 == Introduction to Avro C 
 
@@ -55,8 +55,7 @@ To learn about the API, take a look at t
 later in this document.
 
 We're always looking for contributions so, if you're a C hacker, please
-feel free to http://hadoop.apache.org/avro/[submit patches to the
-project].
+feel free to http://avro.apache.org/[submit patches to the project].
 
 
 == Error reporting

Modified: avro/trunk/lang/perl/README
URL: http://svn.apache.org/viewvc/avro/trunk/lang/perl/README?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/perl/README (original)
+++ avro/trunk/lang/perl/README Wed Oct  7 18:14:43 2015
@@ -6,7 +6,7 @@ SYNOPSIS
 
 DESCRIPTION
 AUTHOR
-    Apache Avro <av...@hadoop.apache.org>
+    Apache Avro <de...@avro.apache.org>
 
 HISTORY
     Before contribution to the Apache Avro project, this module was

Modified: avro/trunk/lang/perl/lib/Avro.pm
URL: http://svn.apache.org/viewvc/avro/trunk/lang/perl/lib/Avro.pm?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/perl/lib/Avro.pm (original)
+++ avro/trunk/lang/perl/lib/Avro.pm Wed Oct  7 18:14:43 2015
@@ -38,7 +38,7 @@ Avro - official Perl API for the Avro se
 
 =head1 AUTHOR
 
-Apache Avro <av...@hadoop.apache.org>
+Apache Avro <de...@avro.apache.org>
 
 =head1 HISTORY
 

Modified: avro/trunk/lang/py/setup.py
URL: http://svn.apache.org/viewvc/avro/trunk/lang/py/setup.py?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/py/setup.py (original)
+++ avro/trunk/lang/py/setup.py Wed Oct  7 18:14:43 2015
@@ -38,11 +38,11 @@ setup(
 
   # metadata for upload to PyPI
   author = 'Apache Avro',
-  author_email = 'avro-dev@hadoop.apache.org',
+  author_email = 'dev@avro.apache.org',
   description = 'Avro is a serialization and RPC framework.',
   license = 'Apache License 2.0',
   keywords = 'avro serialization rpc',
-  url = 'http://hadoop.apache.org/avro',
+  url = 'http://avro.apache.org/',
   extras_require = {
     'snappy': ['python-snappy'],
   },

Modified: avro/trunk/lang/py3/setup.py
URL: http://svn.apache.org/viewvc/avro/trunk/lang/py3/setup.py?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/py3/setup.py (original)
+++ avro/trunk/lang/py3/setup.py Wed Oct  7 18:14:43 2015
@@ -142,11 +142,11 @@ def Main():
 
       # metadata for upload to PyPI
       author = 'Apache Avro',
-      author_email = 'avro-dev@hadoop.apache.org',
+      author_email = 'dev@avro.apache.org',
       description = 'Avro is a serialization and RPC framework.',
       license = 'Apache License 2.0',
       keywords = 'avro serialization rpc',
-      url = 'http://hadoop.apache.org/avro',
+      url = 'http://avro.apache.org/',
   )
 
 

Modified: avro/trunk/lang/ruby/Rakefile
URL: http://svn.apache.org/viewvc/avro/trunk/lang/ruby/Rakefile?rev=1707355&r1=1707354&r2=1707355&view=diff
==============================================================================
--- avro/trunk/lang/ruby/Rakefile (original)
+++ avro/trunk/lang/ruby/Rakefile Wed Oct  7 18:14:43 2015
@@ -22,7 +22,7 @@ Echoe.new('avro', VERSION) do |p|
   p.email = "avro-dev@hadoop.apache.org"
   p.summary = "Apache Avro for Ruby"
   p.description = "Avro is a data serialization and RPC format"
-  p.url = "http://hadoop.apache.org/avro/"
+  p.url = "http://avro.apache.org/"
   p.runtime_dependencies = %w[multi_json]
 end