Morgan Astra
e5a3e15964
compute shortest unambiguous paths using ellipses where helpful fixes #46
2016-09-22 17:12:54 -07:00
Morgan Astra
9a5a309ea5
make the footer sections 0.8em
2016-09-21 23:58:58 -07:00
Morgan Astra
02426e681b
add docstrings to functions in util and remove unused function, fixes #58
2016-09-21 21:36:39 -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
5d85c1a5e7
allow ellipses to shorten unambiguous path, e.g. /they/.../themself per #46
2016-09-20 18:04:16 -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
a228358111
update readme, add real site url to project.clj, remove obsolete doc comment from web.clj
2016-08-09 21:30:46 -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
171bef2d05
use syntax sugar for lambda #16
2015-07-04 01:27:09 +00:00
Morgan
9ee90b036f
some formatting cleanup in pages.clj
2015-07-04 01:20:49 +00:00
Morgan
8839c2f9c7
commit @duckinator's minimum-unambiguous-path fn, per #16
2015-07-04 01:19:36 +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
Thel Seraphim
7f8bfd2326
add a single comma.
2015-03-14 01:24:12 -07:00
Thel Seraphim
05615d20ed
re-organize examples and contact
2015-03-14 01:06:59 -07:00
Thel Seraphim
8274656847
add a title block, light refactoring
2015-03-14 00:57:03 -07:00
Thel Seraphim
46d62f4ae7
PRONOUN ISLAND
2015-03-14 00:50:02 -07:00
Thel Seraphim
7af20c2030
add styling and contact/github links to contributed frontpage
2015-03-14 00:47:26 -07:00
Morgan
98e7444f18
Merge pull request #8 from non/topic/pronoun-list
...
Add support for a global pronoun list at /.
2015-03-14 00:35:43 -07:00
Thel Seraphim
2a78ab1eb0
light refactoring, putting pieces in order
2015-03-13 23:41:38 -07:00
Erik Osheim
f74fa10cbb
Add support for a global pronoun list at /.
...
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-14 02:30:19 -04:00
Thel Seraphim
818f985232
slight refactor of sentence rendering and include capitalization.
2015-03-13 23:25:39 -07:00
Thel Seraphim
58ea3864d8
slight improvement of wording in reflexive pronoun example.
2015-03-13 23:05:16 -07:00
Thel Seraphim
8e71056c5a
pretty in pink
2015-03-13 21:37:38 -07:00
Thel Seraphim
a57cb49c2b
re-order routes to prevent 404 on loading css
2015-03-13 21:17:01 -07:00
Thel Seraphim
bb925b1e74
nothing broken but nothing happening either, now with more css
2015-03-13 21:14:23 -07:00
Thel Seraphim
e7f1120416
slight wording change
2015-03-13 20:55:45 -07:00
Morgan
3dc6c69536
Some formatting cleanup
2015-03-14 03:53:33 +00:00
Thel Seraphim
2661d6a276
nicer example modulo css
2015-03-13 20:39:54 -07:00
Thel Seraphim
ec62e36ee3
include hiccup library and small functioning example, don't merge until it looks nice.
2015-03-13 19:34:43 -07:00
Morgan
d88f645e26
factor out pages and util namespaces per #6
2015-03-10 09:29:58 +00:00
Morgan
c1c49e5ae2
Invite PRs in the 'pronouns not found' page
2015-03-10 07:21:20 +00:00
Morgan
30d4e781dc
print proper error page for unknown pronouns
2015-03-09 05:34:07 +00:00
Morgan
0150d805f3
add some more pronouns, fix a typo
2015-03-09 05:14:47 +00:00
Morgan
e3efc283be
Lookup table support!
2015-03-09 05:05:19 +00:00
Morgan
945fa4e9a6
Really ugly template thing, also formatting
2015-03-03 10:45:18 +00:00