summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-10 20:27:06 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-10 20:27:06 +0200
commitf473802d5ebe9192c635c477d053523b2baaa3a3 (patch)
tree93715c463006a28fddcd2dd55fb49abae9169e71 /README.md
parenta59474f202b8115a8bff58101b1b9847551764ce (diff)
Change ctls -> catlfish.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index e9fe990..13cb679 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# ctls
+# catlfish
-ctls is a Certificate Transparency log server (RFC 6962).
+catlfish is a Certificate Transparency log server (RFC 6962).
# Compile
@@ -15,8 +15,8 @@ jiffie for JSON encoding and decoding.
# Start
-NOTE: Kludge ahead! ctls will turn into a proper OTP application at
-some point in the future.
+NOTE: Kludge ahead! catlfish will turn into a proper OTP application
+at some point in the future.
Make sure mnesia and plop are running and that plop has been
installed, i.e. has a database. See `plop/README`. You might also want
@@ -34,4 +34,5 @@ To enable a crazy amount of tracing information from inets, do
# To do
-- Stop using inets httpd mod_esi and make ctls a proper application.
+- Stop using inets httpd mod_esi and make catlfish a proper
+ application.