You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2020/06/05 13:06:15 UTC

svn commit: r1878508 - in /avro/site/author: content/xdocs/mailing_lists.xml skinconf.xml

Author: rskraba
Date: Fri Jun  5 13:06:15 2020
New Revision: 1878508

URL: http://svn.apache.org/viewvc?rev=1878508&view=rev
Log:
AVRO-2735: Remove search box from website

Update mailing list information.

Modified:
    avro/site/author/content/xdocs/mailing_lists.xml
    avro/site/author/skinconf.xml

Modified: avro/site/author/content/xdocs/mailing_lists.xml
URL: http://svn.apache.org/viewvc/avro/site/author/content/xdocs/mailing_lists.xml?rev=1878508&r1=1878507&r2=1878508&view=diff
==============================================================================
--- avro/site/author/content/xdocs/mailing_lists.xml (original)
+++ avro/site/author/content/xdocs/mailing_lists.xml Fri Jun  5 13:06:15 2020
@@ -1,16 +1,16 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
           "http://forrest.apache.org/dtd/document-v20.dtd">
 
 <document>
-  
+
   <header>
     <title>Apache Avro&#153; Mailing Lists</title>
   </header>
-  
+
   <body>
-  
+
     <section>
       <title>Users</title>
 
@@ -19,16 +19,15 @@
       <p>
         The Avro user mailing list is :
         <a href="mailto:user@avro.apache.org">user@avro.apache.org</a>.
-      </p>      
+      </p>
       <ul>
         <li><a href="mailto:user-subscribe@avro.apache.org">Subscribe to List</a></li>
         <li><a href="mailto:user-unsubscribe@avro.apache.org">Unsubscribe from List</a></li>
-        <li><a href="http://search-hadoop.com/?q=&amp;fc_project=Avro">Search List Archive</a></li>
-        <li><a href="http://mail-archives.apache.org/mod_mbox/avro-user/">Archives</a></li>
+        <li><a href="https://lists.apache.org/list.html?user@avro.apache.org">Archives</a></li>
       </ul>
       <note>In order to post to the list, it is necessary to first subscribe to it.</note>
     </section>
-  
+
     <section>
       <title>Developers</title>
 
@@ -38,16 +37,28 @@
       <p>
         The Avro developer mailing list is :
         <a href="mailto:dev@avro.apache.org">dev@avro.apache.org</a>.
-      </p>      
+      </p>
       <ul>
         <li><a href="mailto:dev-subscribe@avro.apache.org">Subscribe to List</a></li>
         <li><a href="mailto:dev-unsubscribe@avro.apache.org">Unsubscribe from List</a></li>
-        <li><a href="http://search-hadoop.com/?q=&amp;fc_project=Avro">Search List Archive</a></li>
-        <li><a href="http://mail-archives.apache.org/mod_mbox/avro-dev/">Archives</a></li>
+        <li><a href="https://lists.apache.org/list.html?dev@avro.apache.org">Archives</a></li>
       </ul>
       <note>In order to post to the list, it is necessary to first subscribe to it.</note>
     </section>
-  
+
+    <section>
+      <title>Issues</title>
+
+      <p>If you'd like to see notifications related to Avro bugs and pull requests, then subscribe
+      to the Avro issues mailing list.</p>
+
+      <ul>
+        <li><a href="mailto:commits-subscribe@avro.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:commits-unsubscribe@avro.apache.org">Unsubscribe from List</a></li>
+        <li><a href="https://lists.apache.org/list.html?commits@avro.apache.org">Archives</a></li>
+      </ul>
+    </section>
+
     <section>
       <title>Commits</title>
 
@@ -58,10 +69,10 @@
       <ul>
         <li><a href="mailto:commits-subscribe@avro.apache.org">Subscribe to List</a></li>
         <li><a href="mailto:commits-unsubscribe@avro.apache.org">Unsubscribe from List</a></li>
-        <li><a href="http://mail-archives.apache.org/mod_mbox/avro-commits/">Archives</a></li>
+        <li><a href="https://lists.apache.org/list.html?commits@avro.apache.org">Archives</a></li>
       </ul>
     </section>
 
   </body>
-  
-</document>
+
+</document>
\ No newline at end of file

Modified: avro/site/author/skinconf.xml
URL: http://svn.apache.org/viewvc/avro/site/author/skinconf.xml?rev=1878508&r1=1878507&r2=1878508&view=diff
==============================================================================
--- avro/site/author/skinconf.xml (original)
+++ avro/site/author/skinconf.xml Fri Jun  5 13:06:15 2020
@@ -30,7 +30,9 @@ which will be used to configure the chos
     In other words google will search the @domain for the query string.
 
   -->
+  <!-- Disable search.  The search-hadoop domain has been abandoned.
   <search provider="search-hadoop" name="avro"/>
+  -->
 
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>