diff options
author | Morgan Astra <m@morganastra.me> | 2018-11-14 22:12:23 -0800 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2018-11-14 22:12:23 -0800 |
commit | 8628d9705526e91664886e6b2588d4972716a8a5 (patch) | |
tree | b8510935b20a3396b46e275804156d02b7053065 | |
parent | 1af3772aa720663c81c08706a0ecf172283bc2ca (diff) |
Highly top five pronoun sets on the front page
-rw-r--r-- | resources/pronouns.tab | 50 | ||||
-rw-r--r-- | src/pronouns/pages.clj | 2 |
2 files changed, 26 insertions, 26 deletions
diff --git a/resources/pronouns.tab b/resources/pronouns.tab index 492f63c..03c521b 100644 --- a/resources/pronouns.tab +++ b/resources/pronouns.tab @@ -1,40 +1,40 @@ -ze hir hir hirs hirself -ze zir zir zirs zirself she her her hers herself he him his his himself they them their theirs themselves -they them their theirs themself +ze hir hir hirs hirself xey xem xyr xyrs xemself -xey xem xeir xeirs xemself -sie hir hir hirs hirself -it it its its itself -ey em eir eirs eirself +ae aer aer aers aerself e em eir eirs emself +ey em eir eirs eirself +fae faer faer faers faerself +fey fem feir feirs feirself hu hum hus hus humself +it it its its itself +jee jem jeir jeirs jemself +kit kit kits kits kitself +ne nem nir nirs nemself peh pehm peh's peh's pehself per per per pers perself +sie hir hir hirs hirself +se sim ser sers serself +shi hir hir hirs hirself +si hyr hyr hyrs hyrself +they them their theirs themself thon thon thons thons thonself -jee jem jeir jeirs jemself ve ver vis vis verself -xe xem xyr xyrs xemself -zie zir zir zirs zirself -ze zem zes zes zirself -zie zem zes zes zirself -ze mer zer zers zemself -se sim ser sers serself -zme zmyr zmyr zmyrs zmyrself ve vem vir virs vemself -zee zed zeta zetas zedself -fae faer faer faers faerself -zie hir hir hirs hirself -si hyr hyr hyrs hyrself -kit kit kits kits kitself -ne nem nir nirs nemself -fey fem feir feirs feirself -xie xer xer xers xerself vi ver ver vers verself vi vim vir virs vimself vi vim vim vims vimself +xie xer xer xers xerself +xe xem xyr xyrs xemself +xey xem xeir xeirs xemself yo yo yos yos yosself -shi hir hir hirs hirself -ae aer aer aers aerself +ze zir zir zirs zirself +ze zem zes zes zirself +ze mer zer zers zemself +zee zed zeta zetas zedself +zie zir zir zirs zirself +zie zem zes zes zirself +zie hir hir hirs hirself +zme zmyr zmyr zmyrs zmyrself diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 218caab..6d08519 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -156,7 +156,7 @@ [:li (href link label)])) (defn front [] - (let [abbreviations (take 10 (u/abbreviate *pronouns-table*)) + (let [abbreviations (take 5 (u/abbreviate *pronouns-table*)) links (map make-link abbreviations) title "Pronoun Island"] (html |