From aeeec7cb42c489786f4e42dc8e642f2103c71bae Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 17 Aug 2012 17:46:41 +0200 Subject: [PATCH] add introduction index page that people can use --- .gitignore | 1 + www/index.surrogator.html | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 www/index.surrogator.html diff --git a/.gitignore b/.gitignore index 6082bd7..ee21d94 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ var/* raw/* data/surrogator.config.php README.html +www/index.html diff --git a/www/index.surrogator.html b/www/index.surrogator.html new file mode 100644 index 0000000..96a161a --- /dev/null +++ b/www/index.surrogator.html @@ -0,0 +1,26 @@ + + + + + Surrogator + + + + + +

Libravatar image server

+

+ This is a + Libravatar + compatible avatar image server powered by + Surrogator. +

+

+ Libravatar is a federated and open source alternative to the Gravatar + service and has one goal: + + Providing avatar images for email and OpenID addresses. + +

+ + \ No newline at end of file -- 2.30.2