]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/blobdiff - TODO
Factor out parser.parse() into self._parse
[phdru.name/cgi-bin/blog-ru/search-tags.git] / TODO
diff --git a/TODO b/TODO
index 312cfd352b97e20a6252be608a1b2a32ab8bed42..07713412ff3d2bbe44556f0c89d674f001a974d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,10 @@
-Allow ' and ' and ' AND '.
+HTML-escape expression in the output (to quote &).
 
-Allow '||', ' or ' and ' OR '.
 
-Allow 'NOT ' and 'not '.
+Use grako instead of PLY.
 
-Forbid stupid expressions: double NOT, extra parens and so on.
+
+Sort posts by date or tags.
+
+
+Group posts by date or tags.