A tool for searching ArcArc, the Arcade Archive.
  • CSS 56.3%
  • HTML 38.4%
  • Clojure 4.1%
  • JavaScript 0.7%
  • Python 0.3%
  • Other 0.2%
Find a file
2023-09-10 10:42:09 -07:00
pins Frst pass at pinball acronyms 2014-12-20 13:06:51 -08:00
resources Use HTTPS. Update index. 2023-09-10 10:41:31 -07:00
src/sark Use HTTPS. Update index. 2023-09-10 10:41:31 -07:00
test/sark Use a proper test fixture. 2022-12-26 21:44:41 -08:00
.gitignore Ignore nREPL port. 2023-09-10 09:45:54 -07:00
Dockerfile Use a Dockerfile to build. 2023-09-10 10:40:16 -07:00
project.clj Bump version for next release. 2023-09-10 10:42:09 -07:00
README.org → v1.5.0 2022-08-07 09:05:14 -07:00

eeeee eeeee eeeee  e   e
8   " 8   8 8   8  8   8
8eeee 8eee8 8eee8e 8eee8e
   88 88  8 88   8 88   8
8ee88 88  8 88   8 88   8

Sark is a tool for searching the contents of ArcArc, the Arcade Archive. ArcArc has thousands of documents for coin-operated machines, and Sark makes it easy to find them.

Hacking on Sark

You’ll need Leiningen 2.0 or better.

For development, it should be as simple as running lein ring server. For running Sark in production, you can either build an uberjar (lein uberjar) and run it with:

  java -jar target/sark-*-standalone.jar

…or you can build a war (lein ring war) and use your favorite servlet container.