Merge branch 'CLOWNFISH-65-refresh-readme' Update README, INSTALL, CONTRIBUTING and Clownfish.md.
* Move all documents to .md so that they show up better on Github and the like. * Emphasize Clownfish as polyglot project and de-emphasize Perl now that we have more hosts further along. * Prefer contributions via Github. * Market this release of Clownfish to developers. This fixes #51. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/105f76c1 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/105f76c1 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/105f76c1 Branch: refs/heads/master Commit: 105f76c1ef77d584625e2631e139eeae6db13212 Parents: 6b4b61d da25c96 Author: Marvin Humphrey <[email protected]> Authored: Thu Jan 14 17:51:00 2016 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Thu Jan 14 17:51:00 2016 -0800 ---------------------------------------------------------------------- CONTRIBUTING | 89 ------------------------------------------ CONTRIBUTING.md | 87 +++++++++++++++++++++++++++++++++++++++++ INSTALL | 33 ---------------- INSTALL.md | 24 ++++++++++++ README | 14 ------- README.md | 34 ++++++++++++++++ compiler/c/INSTALL | 44 --------------------- compiler/c/INSTALL.md | 44 +++++++++++++++++++++ compiler/go/INSTALL | 20 ---------- compiler/go/INSTALL.md | 25 ++++++++++++ compiler/perl/INSTALL | 15 ------- compiler/perl/INSTALL.md | 11 ++++++ runtime/c/INSTALL | 46 ---------------------- runtime/c/INSTALL.md | 46 ++++++++++++++++++++++ runtime/core/Clownfish.md | 28 ++++++++++--- runtime/go/INSTALL | 19 --------- runtime/go/INSTALL.md | 15 +++++++ runtime/perl/INSTALL | 15 ------- runtime/perl/INSTALL.md | 11 ++++++ 19 files changed, 320 insertions(+), 300 deletions(-) ----------------------------------------------------------------------
