Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | Remove superfluous comments | Morgan Astra | |
2018-11-14 | Make front page include ze/zir also | Morgan 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-14 | Add all-pronouns page | Morgan Astra | |
2018-11-14 | Highly top five pronoun sets on the front page | Morgan Astra | |
2018-11-14 | Make front page shorter | Morgan 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-14 | Add fixme notes | Morgan Astra | |
2018-11-14 | Move license links to https | Morgan Astra | |
2018-11-14 | Fix all remaining http self-links to https | Morgan Astra | |
2018-11-14 | Update copyright year | Morgan Astra | |
2018-11-14 | Merge branch 'master' into develop | Morgan Astra | |
2018-08-11 | Fix spacing on not-found message | Mat 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-04 | remove defunct patreon link | Morgan Astra | |
2017-03-09 | remove unnecessary twitter card meta tags #56 | Morgan Astra | |
2017-03-09 | add meta tags needed for twitter preview card. this needs additional cleanup #56 | Morgan Astra | |
2017-03-08 | put an icon on the page so preview cards can grab it for #56 | Morgan Astra | |
2017-03-08 | put pronoun examples in meta description for #56 | Morgan Astra | |
2017-03-04 | add Patreon link; update copyright years | Morgan Astra | |
2016-09-24 | use midje for testing per #57 | Morgan Astra | |
2016-09-24 | include pronouns in page titles (re #56) | Morgan Astra | |
2016-09-22 | rename 'about' section to 'usage' for #56 | Morgan Astra | |
2016-09-21 | make the footer sections 0.8em | Morgan Astra | |
2016-09-21 | rearrange p tags to get examples to show up in site preview per #56 | Morgan Astra | |
2016-09-20 | standardize the description of what pronoun.is is | Morgan Astra | |
2016-09-20 | add 'section' CSS class for repeated declarations | Morgan Astra | |
2016-09-20 | remove superfluous println calls | Morgan Astra | |
2016-09-20 | Add GPL license fixes #11 | Morgan Astra | |
2016-08-09 | get rid of useless config var and use dynamic var for *pronouns-table*, ↵ | Morgan Astra | |
clean up project.clj | |||
2016-08-07 | use pretty formatting on not found page, remove github PR link fixes #54 ↵ | Morgan Astra | |
fixes #27 fixes #23 | |||
2016-08-07 | fix error with single pronoun set | Morgan Astra | |
2016-08-07 | update @morganastra's pronouns | Morgan Astra | |
2016-08-07 | remove errant println! | Morgan Astra | |
2016-08-07 | add descriptive headers for multiple pronoun sets #38 | Morgan Astra | |
2016-08-07 | add experimental support for multiple pronoun sets | Morgan Astra | |
2016-01-23 | html-escape path before parsing as pronoun string fixes #28 | Morgan Astra | |
2015-09-08 | I get attention I don't want by putting my handle on this site. | Thel Seraphim | |
2015-07-04 | DRY up pages definition using minimum-unambiguous-path closes #16 (woo big ↵ | Morgan | |
negative line-count commit thanks @duckinator!) | |||
2015-07-04 | some formatting cleanup in pages.clj | Morgan | |
2015-06-16 | Add a viewport declaration; improve mobile view | Jessica Stokes | |
2015-03-15 | Fix style issues brought up in review. | Erik Osheim | |
2015-03-15 | Add 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-14 | specified that we are working in English | Thel Seraphim | |
2015-03-14 | add a single comma. | Thel Seraphim | |
2015-03-14 | re-organize examples and contact | Thel Seraphim | |
2015-03-14 | add a title block, light refactoring | Thel Seraphim | |
2015-03-14 | PRONOUN ISLAND | Thel Seraphim | |
2015-03-14 | add styling and contact/github links to contributed frontpage | Thel Seraphim | |
2015-03-14 | Merge pull request #8 from non/topic/pronoun-list | Morgan | |
Add support for a global pronoun list at /. | |||
2015-03-13 | light refactoring, putting pieces in order | Thel Seraphim | |
2015-03-14 | Add 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-13 | slight refactor of sentence rendering and include capitalization. | Thel Seraphim | |