summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO5
-rw-r--r--lib/index.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..d606a92
--- /dev/null
+++ b/TODO
@@ -0,0 +1,5 @@
+- Fulltext search
+- Private access to non-public lists/aliases
+- Statistics of lists (per-month/per-year)
+ - top posters
+ - top threads
diff --git a/lib/index.rb b/lib/index.rb
index 3cc7537..328b74b 100644
--- a/lib/index.rb
+++ b/lib/index.rb
@@ -148,4 +148,4 @@ def get_child_data(list, parent_id)
else
return children['hits']['hits']
end
-end \ No newline at end of file
+end