about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-09-22remove errant punctuation from README.mdMorgan Astra
2016-09-22Merge branch 'release/v1.10' into developMorgan Astra
2016-09-22add :license to project.cljMorgan Astra
2016-09-22bump version number for deploymentMorgan 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-10add .nrepl-port to .gitignoreMorgan Astra
2016-08-09Merge pull request #55 from ardnaxelarak/patch-1Morgan Astra
Add ne/nem pronouns
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 ne/nem pronounsKara Alexandra
2016-08-07use pretty formatting on not found page, remove github PR link fixes #54 ↵Morgan Astra
fixes #27 fixes #23
2016-08-07Merge branch 'develop' of github.com:witch-house/pronoun.is into developMorgan Astra
2016-08-07Merge branch 'patch-1' of git://github.com/CassieKitten/pronoun.is into ↵Morgan Astra
CassieKitten-patch-1
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-30add kit pronounsCassie Peele
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.