Create website iindex and hints pages.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 3 Jun 2017 18:57:07 +0000 (14:57 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 3 Jun 2017 18:57:39 +0000 (14:57 -0400)
Makefile
hints.adoc [new file with mode: 0644]
index.adoc [new file with mode: 0644]

index b3500c36bd0f0cdb021936573c04de7e83f7cd8e..7a8468c88b24e2d0afd8fe8564f8d75f6a1f499d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ ifeq ($(UNAME_S),Linux)
 endif
 
 OBJS=main.o init.o actions1.o actions2.o score.o misc.o database.o
-SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO adventure.text advent.adoc control advent.h funcs.h
+DOCS=COPYING NEWS README TODO advent.adoc history.adoc index.adoc hints.adoc
+SOURCES=$(OBJS:.o=.c) advent.h funcs.h adventure.text $(DOCS) control
 
 .c.o:
        $(CC) $(CCFLAGS) $(DBX) -c $<
@@ -41,7 +42,7 @@ database.c database.h: compile adventure.text
        $(CC) $(CCFLAGS) $(DBX) -c database.c
 
 clean:
-       rm -f *.o advent advent.html advent.6 database.[ch] compile
+       rm -f *.o advent *.html advent.6 database.[ch] compile *.gcno *.gcda
        cd tests; $(MAKE) --quiet clean
 
 check: advent
diff --git a/hints.adoc b/hints.adoc
new file mode 100644 (file)
index 0000000..a85fc2d
--- /dev/null
@@ -0,0 +1,14 @@
+Yes, the fissure in the Hall of Mists can be bridged.  By magic.
+
+"Free bird": It's more than an epic guitar solo. Do it twice!
+
+There is a legend that if you drink the blood of a dragon, you will
+be able to understand the speech of birds.
+
+That vending machine?  It would be better off dead.
+
+Ogres laugh at humans, but for some reason dwarves frighten them badly.
+
+When rust is a problem, oil can be helpful.
+
+A lucky rabbit's foot might help you keep your footing.
diff --git a/index.adoc b/index.adoc
new file mode 100644 (file)
index 0000000..ef29252
--- /dev/null
@@ -0,0 +1,17 @@
+= Open Adventure =
+
+Open Adventure is an open-source port of Colossal Cave Adventure
+approved by its original authors, Will Crowther and Don Woods. It is
+based not on the original 350-point version from 1977 with 15
+treasures, but on the 430-point version with 20 treasures that was the
+last one Don Woods released in 1995.
+
+You can read:
+
+* a web rendering of its link:advent.html[manual page].
+
+* a link:history.html[a more detailed history] of the game.
+
+* a file of link:hints.html[hints].  And these are hints, not spoilers.
+
+// end