mirror of https://github.com/dirtbags/moth.git
Github wants docs/, not doc/
This commit is contained in:
parent
d48c4defd4
commit
e93197fc91
10
README.md
10
README.md
|
@ -7,13 +7,14 @@ which in the past has been called
|
||||||
"Project 2",
|
"Project 2",
|
||||||
"HACK",
|
"HACK",
|
||||||
"Queen Of The Hill",
|
"Queen Of The Hill",
|
||||||
and "Cyber FIRE".
|
"Cyber Spark",
|
||||||
|
and "Cyber Fire".
|
||||||
|
|
||||||
Information about these events is at
|
Information about these events is at
|
||||||
http://dirtbags.net/contest/
|
http://dirtbags.net/contest/
|
||||||
|
|
||||||
This software serves up puzzles in a manner similar to Jeopardy.
|
This software serves up puzzles in a manner similar to Jeopardy.
|
||||||
It also track scores,
|
It also tracks scores,
|
||||||
and comes with a JavaScript-based scoreboard to display team rankings.
|
and comes with a JavaScript-based scoreboard to display team rankings.
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,7 +22,7 @@ How everything works
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
This section wound up being pretty long.
|
This section wound up being pretty long.
|
||||||
Please check out [the overview](doc/overview.md)
|
Please check out [the overview](docs/overview.md)
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,6 +35,9 @@ Getting Started Developing
|
||||||
Then point a web browser at http://localhost:8080/
|
Then point a web browser at http://localhost:8080/
|
||||||
and start hacking on things in your `puzzles` directory.
|
and start hacking on things in your `puzzles` directory.
|
||||||
|
|
||||||
|
More on how the devel sever works in
|
||||||
|
[the devel server documentation](docs/devel-server.md)
|
||||||
|
|
||||||
|
|
||||||
Running A Production Server
|
Running A Production Server
|
||||||
====================
|
====================
|
||||||
|
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -90,8 +90,8 @@ There's stuff you can do here:
|
||||||
|
|
||||||
* [Available puzzles](/puzzles)
|
* [Available puzzles](/puzzles)
|
||||||
* [Raw filesystem view](/files/)
|
* [Raw filesystem view](/files/)
|
||||||
* [Documentation](/files/doc/)
|
* [Documentation](/files/docs/)
|
||||||
* [Instructions](/files/doc/devel-server.md) for using this server
|
* [Instructions](/files/docs/devel-server.md) for using this server
|
||||||
|
|
||||||
If you use this development server to run a contest,
|
If you use this development server to run a contest,
|
||||||
you are a fool.
|
you are a fool.
|
||||||
|
|
Loading…
Reference in New Issue