summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-08-13 15:47:55 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-08-13 15:47:55 +0000
commit6f5e187a9e5cd348296dba2fd89d2e206e775a01 (patch)
tree3d30f3a25538f0d15db30a08a1644963e0197698
parent25e3b928b4380da2cf68011abd240ccb4b094aa4 (diff)
downloadcrawl-ref-6f5e187a9e5cd348296dba2fd89d2e206e775a01.tar.gz
crawl-ref-6f5e187a9e5cd348296dba2fd89d2e206e775a01.zip
Added a brief "this isn't the main crawl distribution" blurb.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@14 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/README.crawl_ref13
1 files changed, 13 insertions, 0 deletions
diff --git a/crawl-ref/README.crawl_ref b/crawl-ref/README.crawl_ref
new file mode 100644
index 0000000000..776e48758b
--- /dev/null
+++ b/crawl-ref/README.crawl_ref
@@ -0,0 +1,13 @@
+Dungeon Crawl Reference Notes
+------- ----- --------- -----
+
+What you have downloaded is *not* Linley's Dungeon Crawl. It's a parallel
+effort, currently not quite a fork.
+
+The goal of this version is to provide a stable base platform for
+experimentation and patches, and to fill in the gaps during times when
+Dungeon Crawl's main maintainer is not available.
+
+Please do not send bug reports for this code to the main Dungeon Crawl
+maintainers -- the odds are good that the code that's causing you problems
+isn't code they wrote, and they won't be able to help you.