aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-02-04 17:20:08 +1100
committerDave Chinner <david@fromorbit.com>2014-02-04 17:20:08 +1100
commit1639731d950db12514557a082e1e6f1463d012ea (patch)
tree9822f721063f8624b9a896554606877979439c31
parent2c61c1cf91019b46b3c8265b60be93045479aa6b (diff)
downloadxfs-documentation-1639731d950db12514557a082e1e6f1463d012ea.tar.gz
readme: initial project description
Signed-off-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f838bdd
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+XFS Documentation README
+________________________
+
+This source tree contains the raw documentation for the XFS project.
+For more information and details on how to contribute to the
+XFS project see the web pages at:
+ http://xfs.org/
+
+The documentation within this repository is written in ASCIIDOC, and
+is designed to be as format neutral as possible. Information on
+ASCIIDOC can be found here:
+ http://asciidoc.org/
+
+The intent is to be able to build the documentation into the format
+you require for publication simply by building a different target.
+See the file INSTALL for build, installation and post-install
+configuration steps.