You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2016/02/17 13:24:52 UTC

svn commit: r1730821 - in /lucy/site/trunk: content/clownfish.mdtext templates/basic.html

Author: nwellnhof
Date: Wed Feb 17 12:24:52 2016
New Revision: 1730821

URL: http://svn.apache.org/viewvc?rev=1730821&view=rev
Log:
Add Clownfish page

Added:
    lucy/site/trunk/content/clownfish.mdtext   (with props)
Modified:
    lucy/site/trunk/templates/basic.html

Added: lucy/site/trunk/content/clownfish.mdtext
URL: http://svn.apache.org/viewvc/lucy/site/trunk/content/clownfish.mdtext?rev=1730821&view=auto
==============================================================================
--- lucy/site/trunk/content/clownfish.mdtext (added)
+++ lucy/site/trunk/content/clownfish.mdtext Wed Feb 17 12:24:52 2016
@@ -0,0 +1,45 @@
+Title:     Apache – Clownfish Symbiotic Object System
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+Apache Clownfish
+================
+
+The Apache Clownfish "symbiotic" object system pairs with "host" programming
+language environments and facilitates the development of high performance
+language extensions.
+
+Host language support
+---------------------
+
+Bindings for the following hosts are under development:
+
+* C (feature-complete)
+* Go (experimental)
+* Perl 5 (feature-complete)
+* Python 3 / CPython (nascent)
+* Ruby / MRI (nascent)
+
+Help wanted
+-----------
+
+The target audience for the current release of Clownfish is developers.
+Clownfish is developed by the Apache Lucy community, where it is used to
+provide host language bindings for the Lucy search engine library; we expect
+that as Clownfish matures it will eventually spin off as an independent
+project.  If you would like to contribute to Clownfish, please join the [Lucy
+developers mailing list](http://lucy.apache.org/mailing_lists).

Propchange: lucy/site/trunk/content/clownfish.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: lucy/site/trunk/templates/basic.html
URL: http://svn.apache.org/viewvc/lucy/site/trunk/templates/basic.html?rev=1730821&r1=1730820&r2=1730821&view=diff
==============================================================================
--- lucy/site/trunk/templates/basic.html (original)
+++ lucy/site/trunk/templates/basic.html Wed Feb 17 12:24:52 2016
@@ -44,6 +44,7 @@
           <h6>About</h6>
             <ul>
               <li><a href="/">Welcome</a></li>
+              <li><a href="/clownfish.html">Clownfish</a></li>
               <li><a href="/faq.html">FAQ</a></li>
               <li><a href="/people.html">People</a></li>
             </ul>