diff options
author | Evan Winslow <evan@elgg.org> | 2011-06-16 01:39:05 -0700 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2011-06-16 01:39:05 -0700 |
commit | 3a0cefe2df0b87f218573c023d46021e92858b51 (patch) | |
tree | 75a1040e895eaceb4a961d9b7197929d9775e6f7 | |
parent | 9fe1979a5a3b3bc2c393eb7be3ce8c197feed21a (diff) | |
download | elgg-3a0cefe2df0b87f218573c023d46021e92858b51.tar.gz elgg-3a0cefe2df0b87f218573c023d46021e92858b51.tar.bz2 |
Added a README
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000..266368f80 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Registration Terms for Elgg 1.8 #
+
+This is a simple little plugin that adds a checkbox to your registration form
+and forces users to check it before they can proceed.
+
+## Customization ##
+
+If you'd like to customize the wording or translate it into other languages,
+just override the language strings in languages/en.php
\ No newline at end of file |