Commit Graph

67 Commits

Author SHA1 Message Date
610bba0ff9 🏗️ update project name 2024-05-03 11:40:30 +02:00
fd81d145da 🏗️ update domain name 2024-05-03 11:38:27 +02:00
short tired lesbian
fc3e82380e Added a few meta tags for the front page (#98)
* Update pages.clj
2019-01-23 23:25:52 -08:00
Nathaniel Suchy
d5d49aee67
minor syntax changes 2018-12-29 14:14:28 -05:00
Morgan Astra
c63934ec56 Refactor pages for testability and add tests 2018-11-15 22:16:19 -08:00
Morgan Astra
ef32711b17
Merge pull request #70 from lynn/feature/slash-or
Allow slashes in pronoun alternative syntax
2018-11-15 19:19:32 -08:00
Morgan Astra
0581a381ae Make the pronouns table an atom and add reload-table!
This is useful primarily for repl development
2018-11-15 19:07:12 -08:00
Morgan Astra
4ec5220185
Merge branch 'master' into feature/slash-or 2018-11-15 12:19:10 -08:00
Morgan Astra
f00ebc56b5 Remove superfluous comments 2018-11-14 23:33:39 -08:00
Morgan Astra
6550a2e413 Make front page include ze/zir also
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 23:09:06 -08:00
Morgan Astra
8238eb6e0c Add all-pronouns page 2018-11-14 22:22:15 -08:00
Morgan Astra
8628d97055 Highly top five pronoun sets on the front page 2018-11-14 22:12:23 -08:00
Morgan Astra
c450428939 Make front page shorter
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 14:39:46 -08:00
Morgan Astra
41a9133d3d Add fixme notes 2018-11-14 14:35:06 -08:00
Morgan Astra
b507619c7c Move license links to https 2018-11-14 14:17:47 -08:00
Morgan Astra
fde31a129a Fix all remaining http self-links to https 2018-11-14 14:16:18 -08:00
Morgan Astra
80e1c5eb26 Update copyright year 2018-11-14 13:00:58 -08:00
Morgan Astra
4eb4553681 Merge branch 'master' into develop 2018-11-14 12:52:52 -08:00
Mat Schaffer
864746273d
Fix spacing on not-found message
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.
2018-08-11 22:18:15 +09:00
Morgan Astra
61b41e10f9 remove defunct patreon link 2017-11-04 16:11:30 -07:00
Lynn
7d0d3a445b Allow pronoun.is/she/or/xe syntax 2017-06-03 13:35:17 +02:00
Morgan Astra
3c933e4258 remove unnecessary twitter card meta tags #56 2017-03-09 18:10:38 -08:00
Morgan Astra
acbea12b93 add meta tags needed for twitter preview card. this needs additional cleanup #56 2017-03-09 00:27:51 -08:00
Morgan Astra
368c73b55e put an icon on the page so preview cards can grab it for #56 2017-03-08 22:48:40 -08:00
Morgan Astra
b16cf5d7c9 put pronoun examples in meta description for #56 2017-03-08 12:30:45 -08:00
Morgan Astra
b2aeacd131 add Patreon link; update copyright years 2017-03-04 23:05:52 -08:00
Morgan Astra
349a4a2201 use midje for testing per #57 2016-09-24 01:28:13 -07:00
Morgan Astra
cf48e336da include pronouns in page titles (re #56) 2016-09-24 00:32:23 -07:00
Morgan Astra
0729341510 rename 'about' section to 'usage' for #56 2016-09-22 17:44:16 -07:00
Morgan Astra
9a5a309ea5 make the footer sections 0.8em 2016-09-21 23:58:58 -07:00
Morgan Astra
4fc7685f16 rearrange p tags to get examples to show up in site preview per #56 2016-09-21 16:25:33 -07:00
Morgan Astra
65866ca391 standardize the description of what pronoun.is is 2016-09-20 18:33:33 -07:00
Morgan Astra
93c3797168 add 'section' CSS class for repeated declarations 2016-09-20 16:17:58 -07:00
Morgan Astra
364552f49a remove superfluous println calls 2016-09-20 16:02:48 -07:00
Morgan Astra
06f82d6837 Add GPL license fixes #11 2016-09-20 15:40:01 -07:00
Morgan Astra
e3c5f5d366 get rid of useless config var and use dynamic var for *pronouns-table*, clean up project.clj 2016-08-09 21:05:50 -07:00
Morgan Astra
cd832bcd70 use pretty formatting on not found page, remove github PR link fixes #54 fixes #27 fixes #23 2016-08-07 05:47:00 -07:00
Morgan Astra
1afca666f4 fix error with single pronoun set 2016-08-07 03:55:53 -07:00
Morgan Astra
3c2bf7a8f8 update @morganastra's pronouns 2016-08-07 03:26:45 -07:00
Morgan Astra
a4369bf849 remove errant println! 2016-08-07 03:20:31 -07:00
Morgan Astra
f7e3f082ce add descriptive headers for multiple pronoun sets #38 2016-08-07 03:18:47 -07:00
Morgan Astra
f0f6c207da add experimental support for multiple pronoun sets 2016-08-07 03:04:39 -07:00
Morgan Astra
e5a03f5260 html-escape path before parsing as pronoun string fixes #28 2016-01-23 15:55:21 -08:00
Thel Seraphim
f068e11ef0 I get attention I don't want by putting my handle on this site. 2015-09-08 20:37:34 -07:00
Morgan
d74578c804 DRY up pages definition using minimum-unambiguous-path closes #16 (woo big negative line-count commit thanks @duckinator!) 2015-07-04 01:46:21 +00:00
Morgan
9ee90b036f some formatting cleanup in pages.clj 2015-07-04 01:20:49 +00:00
Jessica Stokes
ede4b1e5bd Add a viewport declaration; improve mobile view 2015-06-16 18:28:07 +10:00
Erik Osheim
2be8d2cd5e Fix style issues brought up in review. 2015-03-15 03:12:03 -04:00
Erik Osheim
573294ba75 Add code to disambiguate pronouns dynamically.
This commit improves the display code so that the
smallest unambiguous abbreviation is calculated
based on the contents of pronouns.tab.
2015-03-15 01:37:15 -04:00
Thel Seraphim
08cadfb6d3 specified that we are working in English 2015-03-14 01:25:45 -07:00