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/d1f3cea7 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/d1f3cea7 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/d1f3cea7 Branch: refs/heads/prep_0.4.0 Commit: d1f3cea7179a80858a66b99e2a1c2623669d3f35 Parents: ec05030 Author: Marvin Humphrey <[email protected]> Authored: Mon Aug 18 18:31:06 2014 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Aug 18 18:36:11 2014 -0700 ---------------------------------------------------------------------- INSTALL | 16 ++++++++-------- README | 15 +++++++-------- 2 files changed, 15 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/d1f3cea7/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/d1f3cea7/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.
