Fix branding in INSTALL and README. Use "Apache Clownfish" first, and use it as an adjective per trademark guidelines.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/b02caa05 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/b02caa05 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/b02caa05 Branch: refs/heads/master Commit: b02caa05cc5e5214a53c12f9f0bb181740aee340 Parents: bc93301 Author: Marvin Humphrey <[email protected]> Authored: Mon Aug 18 18:31:06 2014 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed Aug 20 16:59:52 2014 -0700 ---------------------------------------------------------------------- INSTALL | 16 ++++++++-------- README | 15 +++++++-------- 2 files changed, 15 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/b02caa05/INSTALL ---------------------------------------------------------------------- diff --git a/INSTALL b/INSTALL index 41034e9..75c0a2c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +1,13 @@ Build Instructions ================== -Clownfish is a "symbiotic" object system for C which is designed to pair with -a "host" dynamic language environment, facilitating the development of high -performance host language extensions. Currently it is available for Perl and -plain C libraries. +The Apache Clownfish "symbiotic" object system pairs with "host" dynamic +language environments and facilitates the development of high performance host +language extensions. Currently, it is available for Perl and plain C +libraries. -Clownfish runtime ------------------ +Apache Clownfish runtime +------------------------ To build the Clownfish runtime for Perl, chdir to the "runtime/perl" subdirectory underneath the "clownfish" top level and follow the instructions @@ -20,8 +20,8 @@ INSTALL document there. The Clownfish runtime build requires the Clownfish compiler and will build it first. -Clownfish compiler ------------------- +Apache Clownfish compiler +------------------------- To only build the Clownfish compiler with Perl bindings, chdir to the "compiler/perl" subdirectory underneath the "clownfish" top level and follow http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/b02caa05/README ---------------------------------------------------------------------- diff --git a/README b/README index 4aae8c1..8bc4d46 100644 --- a/README +++ b/README @@ -1,15 +1,14 @@ -Clownfish -========= +Apache Clownfish +================ OVERVIEW -Clownfish is a "symbiotic" object system for C which is designed to pair with -a "host" dynamic language environment, facilitating the development of high -performance host language extensions. Currently, it is a subproject of Apache -Lucy. +The Apache Clownfish "symbiotic" object system pairs with "host" dynamic +language environments and facilitates the development of high performance host +language extensions. Currently, it is a subproject of Apache Lucy. INSTALLATION -To build and install Clownfish, follow the instructions in the accompanying -"INSTALL" document. +To build and install Apache Clownfish, follow the instructions in the +accompanying "INSTALL" document.
