From 62f7e0111a963b822529bc166834303763842962 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 23 Aug 2015 00:15:48 -0400 Subject: [PATCH] README.md et. al. restructuring There is now only one README* file---README.md. Other files have been renamed (e.g. README.hacking=>HACKING), or consolidated. --- README.hacking => HACKING | 0 README | 51 --------------------------------------- README.md | 6 ++++- README.todo | 25 ------------------- README.traits => TODO | 41 ++++++++++++++++++++++++------- 5 files changed, 37 insertions(+), 86 deletions(-) rename README.hacking => HACKING (100%) delete mode 100644 README delete mode 100644 README.todo rename README.traits => TODO (74%) diff --git a/README.hacking b/HACKING similarity index 100% rename from README.hacking rename to HACKING diff --git a/README b/README deleted file mode 100644 index f9d1937..0000000 --- a/README +++ /dev/null @@ -1,51 +0,0 @@ -Configuring ease.js -******************* - - Copyright (C) 2013, 2014 Free Software Foundation, Inc. - - This file is part of GNU ease.js. - - Copying and distribution of this file, with or without modification, are - permitted in any medium without royalty provided the copyright notice and - this notice are preserved. This file is offered as-is, without warranty - of any kind. - - -This file contains information on configuring and building GNU ease.js; for -information on using the library, please see the Markdown-formatted README.md -file or the Texinfo manual. - - -Installing -========== - -For information on installing ease.js on your system, see INSTALL. -Alternatively, you may install the software using npm by issuing the -following command: - - $ npm install easejs - - - -Configuring -=========== - -If your distribution contains a `configure' file in the project root, you -may jump immediately to INSTALL. - -Otherwise, you likely have the sources as they exist in the project -repository, which does not contain the generated `configure' script; you -may generate it by issuing the following command: - - $ autoreconf -fvi - -Please note that certain files (such as AUTHORS, NEWS, and ChangeLog) are -generated as part of the `dist' target and do not exist as part of the -repository. - - - -Hacking -======= -For information on hacking and contributing to GNU ease.js, please see -README.hacking. diff --git a/README.md b/README.md index a088c90..356d76d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@