about summary refs log tree commit diff
path: root/src/pronouns/util.clj
AgeCommit message (Collapse)Author
2016-09-20allow ellipses to shorten unambiguous path, e.g. /they/.../themself per #46Morgan Astra
2016-09-20Add GPL license fixes #11Morgan Astra
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-07-04use syntax sugar for lambda #16Morgan
2015-07-04commit @duckinator's minimum-unambiguous-path fn, per #16Morgan
2015-03-15Fix style issues brought up in review.Erik Osheim
2015-03-15Add code to disambiguate pronouns dynamically.Erik Osheim
This commit improves the display code so that the smallest unambiguous abbreviation is calculated based on the contents of pronouns.tab.
2015-03-10factor out pages and util namespaces per #6Morgan