about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-08-07Merge pull request #47 from jculpon/developMorgan Astra
Add si/hyr pronouns
2016-08-07fix error with single pronoun setMorgan Astra
2016-08-07update @morganastra's pronounsMorgan Astra
2016-08-07Merge branch 'feature/multi-pronouns' into develop fixes #38Morgan 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-05-26Add si/hyr pronounsJamie Culpon
Add si/hyr pronouns, used by some nonbinary folks in the Vermont area.
2016-04-21Merge pull request #44 from finitud/patch-1Morgan Astra
Add zie/hir pronouns
2016-04-20Added zie/hir pronounsAlice Wyan
2016-02-09Merge pull request #37 from dariaphoebe/developMorgan Astra
add fae pronouns to the database
2016-02-09add fae pronouns to the databaseDaria Phoebe Brashear
2016-01-23html-escape path before parsing as pronoun string fixes #28Morgan Astra
2016-01-23add xey and sie pronouns, fix reflexive form of themMorgan Astra
2016-01-23too many problems to use WTFPL, removing for nowMorgan Astra
2015-11-10Merge branch 'subterran-patch-1' into developMorgan Astra
2015-11-10fix formatting on ve and zee pronouns #26Morgan Astra
2015-11-10Merge branch 'patch-1' of https://github.com/subterran/pronoun.is into ↵Morgan Astra
subterran-patch-1
2015-11-10Add WTFPL license, fixes #11Morgan Astra
2015-10-14Update pronouns.tabsubterran
i hope i did this right! just adding the pronoun sets ve/vem/vir and zee/zed/zeta to the list.
2015-09-08I get attention I don't want by putting my handle on this site.Thel Seraphim
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-04some formatting cleanup in pages.cljMorgan
2015-07-04commit @duckinator's minimum-unambiguous-path fn, per #16Morgan
2015-06-20Merge pull request #19 from grapegravity/add-viewportMorgan
Add a viewport declaration; improve mobile view
2015-06-20Merge pull request #20 from grapegravity/remove-invalid-cssMorgan
Remove invalid CSS, add generic to font stack
2015-06-16Remove invalid CSS, add generic to font stackJessica Stokes
`large` is not a valid `font` property, and this makes no change to the rendering of the site. Added `sans-serif` to the end of the font stack to avoid falling back to a serif font on systems without Futura installed.
2015-06-16Add a viewport declaration; improve mobile viewJessica Stokes
2015-06-01add zme pronouns with hard-tab formatting closes #18Morgan
2015-05-31Revert "Update pronouns.tab" - we already had those in the listMorgan
This reverts commit 947827c07ed39474c6ffcb8022c1015eb19198b4.
2015-05-30Update pronouns.tabMorgan
2015-04-04remove 'bro' pronounsMorgan
2015-03-15Merge pull request #17 from non/topic/disambiguateMorgan
Add code to disambiguate pronouns dynamically.
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-14Merge pull request #15 from witch-house/masterthelseraphim
Master
2015-03-14specified that we are working in EnglishThel Seraphim
2015-03-14add a single comma.Thel Seraphim
2015-03-14re-organize examples and contactThel Seraphim
2015-03-14add a title block, light refactoringThel Seraphim
2015-03-14Merge branch 'master' into developMorgan
2015-03-14PRONOUN ISLANDThel Seraphim
2015-03-14Merge branch 'master' into developMorgan
2015-03-14add styling and contact/github links to contributed frontpageThel Seraphim
2015-03-14Pronouns for bros! (omg this is a joke I hope no one seriously uses these)Morgan
2015-03-14Merge pull request #8 from non/topic/pronoun-listMorgan
Add support for a global pronoun list at /.
2015-03-13light refactoring, putting pieces in orderThel Seraphim
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-13slight refactor of sentence rendering and include capitalization.Thel Seraphim