about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2019-01-23Added a few meta tags for the front page (#98)short tired lesbian
* Update pages.clj
2018-12-29minor syntax changesNathaniel Suchy
2018-11-15Refactor pages for testability and add testsMorgan Astra
2018-11-15Merge pull request #70 from lynn/feature/slash-orMorgan Astra
Allow slashes in pronoun alternative syntax
2018-11-15Make the pronouns table an atom and add `reload-table!`Morgan Astra
This is useful primarily for repl development
2018-11-15Merge branch 'master' into feature/slash-orMorgan Astra
2018-11-15Make logger middleware work againMorgan Astra
2018-11-14Remove superfluous commentsMorgan Astra
2018-11-14Make front page include ze/zir alsoMorgan Astra
Per feedback from Tavy, ze/zir is at least as common as ze/hir in modern usage, so it should be visible on the first page as well.
2018-11-14Add all-pronouns pageMorgan Astra
2018-11-14Highly top five pronoun sets on the front pageMorgan Astra
2018-11-14Make front page shorterMorgan Astra
Since this was currently the only place with a full list of all pronouns in the database, we should add a new page to serve that purpose (perhaps formatted into multiple columns so it isn't so incredibly long)
2018-11-14Add fixme notesMorgan Astra
2018-11-14Move license links to httpsMorgan Astra
2018-11-14Fix all remaining http self-links to httpsMorgan Astra
2018-11-14Add tests for table lookup functionsMorgan Astra
2018-11-14Update copyright yearMorgan Astra
2018-11-14Merge branch 'master' into developMorgan Astra
2018-11-14Update deps to modern versions and remove midjeMorgan Astra
2018-11-14Fix docstringsMorgan Astra
2018-08-11Fix spacing on not-found messageMat Schaffer
Not familiar with hiccup, but I see similar spacing on https://github.com/witch-house/pronoun.is/blob/master/src/pronouns/pages.clj#L78 so figured I'd roll with it.
2017-11-04remove defunct patreon linkMorgan Astra
2017-11-04A woman is not dead while her name is still spoken.Morgan Astra
2017-06-03Allow pronoun.is/she/or/xe syntaxLynn
2017-03-09remove unnecessary twitter card meta tags #56Morgan Astra
2017-03-09add meta tags needed for twitter preview card. this needs additional cleanup #56Morgan Astra
2017-03-08put an icon on the page so preview cards can grab it for #56Morgan Astra
2017-03-08put pronoun examples in meta description for #56Morgan Astra
2017-03-04add Patreon link; update copyright yearsMorgan Astra
2016-09-24use midje for testing per #57Morgan Astra
2016-09-24include pronouns in page titles (re #56)Morgan Astra
2016-09-22rename 'about' section to 'usage' for #56Morgan Astra
2016-09-22compute shortest unambiguous paths using ellipses where helpful fixes #46Morgan Astra
2016-09-21make the footer sections 0.8emMorgan Astra
2016-09-21add docstrings to functions in util and remove unused function, fixes #58Morgan Astra
2016-09-21rearrange p tags to get examples to show up in site preview per #56Morgan Astra
2016-09-20standardize the description of what pronoun.is isMorgan Astra
2016-09-20allow ellipses to shorten unambiguous path, e.g. /they/.../themself per #46Morgan Astra
2016-09-20add 'section' CSS class for repeated declarationsMorgan Astra
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-07use pretty formatting on not found page, remove github PR link fixes #54 ↵Morgan Astra
fixes #27 fixes #23
2016-08-07fix error with single pronoun setMorgan Astra
2016-08-07update @morganastra's pronounsMorgan Astra
2016-08-07remove errant println!Morgan Astra
2016-08-07add descriptive headers for multiple pronoun sets #38Morgan Astra
2016-08-07add experimental support for multiple pronoun setsMorgan Astra
2016-01-23html-escape path before parsing as pronoun string fixes #28Morgan Astra