about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
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
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-16Add a viewport declaration; improve mobile viewJessica Stokes
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-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-14PRONOUN ISLANDThel Seraphim
2015-03-14add styling and contact/github links to contributed frontpageThel Seraphim
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
2015-03-13slight improvement of wording in reflexive pronoun example.Thel Seraphim
2015-03-13pretty in pinkThel Seraphim
2015-03-13re-order routes to prevent 404 on loading cssThel Seraphim
2015-03-13nothing broken but nothing happening either, now with more cssThel Seraphim
2015-03-13slight wording changeThel Seraphim
2015-03-14Some formatting cleanupMorgan
2015-03-13nicer example modulo cssThel Seraphim
2015-03-13include hiccup library and small functioning example, don't merge until it ↵Thel Seraphim
looks nice.
2015-03-10factor out pages and util namespaces per #6Morgan
2015-03-10Invite PRs in the 'pronouns not found' pageMorgan
2015-03-09print proper error page for unknown pronounsMorgan
2015-03-09add some more pronouns, fix a typoMorgan
2015-03-09Lookup table support!Morgan
2015-03-03Really ugly template thing, also formattingMorgan