about summary refs log tree commit diff
path: root/src/pronouns/web.clj
AgeCommit message (Collapse)Author
2016-09-20remove superfluous println callsMorgan Astra
2016-09-20Add GPL license fixes #11Morgan Astra
2016-08-09update readme, add real site url to project.clj, remove obsolete doc comment ↵Morgan Astra
from web.clj
2016-08-09get rid of useless config var and use dynamic var for *pronouns-table*, ↵Morgan Astra
clean up project.clj
2016-08-07add experimental support for multiple pronoun setsMorgan Astra
2015-07-04DRY up pages definition using minimum-unambiguous-path closes #16 (woo big ↵Morgan
negative line-count commit thanks @duckinator!)
2015-03-14Add support for a global pronoun list at /.Erik Osheim
This commit displsy a linkified view of the pronouns database when users hit /. Currently, each link is shown with the first two words in the database entry (which is enough to be unambiguous). Results are sorted alphabetically for easy browsing.
2015-03-13re-order routes to prevent 404 on loading cssThel Seraphim
2015-03-13nothing broken but nothing happening either, now with more cssThel Seraphim
2015-03-13nicer example modulo cssThel Seraphim
2015-03-10factor out pages and util namespaces per #6Morgan
2015-03-10Invite PRs in the 'pronouns not found' pageMorgan
2015-03-09print proper error page for unknown pronounsMorgan
2015-03-09add some more pronouns, fix a typoMorgan
2015-03-09Lookup table support!Morgan
2015-03-03Really ugly template thing, also formattingMorgan
2015-03-03fix logic in default portThel Seraphim
2015-03-03IT WORKS (but only if you put all 5 cases)Morgan
2015-03-03lol parensMorgan
2015-03-03listen on the right pordtMorgan
2015-03-03initialize repoMorgan