about summary refs log tree commit diff
path: root/src/pronouns/util.clj
AgeCommit message (Expand)Author
2017-03-04add Patreon link; update copyright yearsMorgan Astra
2016-09-22compute shortest unambiguous paths using ellipses where helpful fixes #46Morgan Astra
2016-09-21add docstrings to functions in util and remove unused function, fixes #58Morgan Astra
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*, clean...Morgan Astra
2016-08-07add experimental support for multiple pronoun setsMorgan Astra
2015-07-04DRY up pages definition using minimum-unambiguous-path closes #16 (woo big ne...Morgan
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
2015-03-10factor out pages and util namespaces per #6Morgan