Entry #1. Also where we hang test comments.
1998-02-01 08:00:00+00 by Dan Lyke 22 comments
The Blue Dot is what the web was built for. Art that makes you go "Hmmmm."
1998-02-01 08:00:00+00 by Dan Lyke 22 comments
The Blue Dot is what the web was built for. Art that makes you go "Hmmmm."
Webmention links
test comment for Dan Lyke’s reluctant webmention endpoint :)
comments in ascending chronological order (reverse):
#Comment made: 2002-02-21 05:29:47+00 by: Dan Lyke
THis too should be a omment that shows up as a new comment.
#Comment made: 2002-02-21 05:29:47+00 by: Dan Lyke
This is another comment on my very first entry
#Comment made: 2002-02-21 05:29:49+00 by: Dan Lyke
This is my very first edit of my very first comment on my very first entry
#Comment made: 2002-02-21 05:29:50+00 by: Dan Lyke
This is another comment 'cause I got me a bug.
#Comment made: 2002-02-21 05:29:50+00 by: Dan Lyke
This is another comment 'cause I got me a bug.
#Comment made: 2002-02-21 05:29:50+00 by: Dan Lyke
This should be a comment that shows up as a new comment.
#Comment made: 2002-02-21 05:29:50+00 by: Dan Lyke
THis too should be a omment that shows up as a new comment.
#Comment made: 2002-02-21 05:29:50+00 by: Dan Lyke
Another one that should show up as a new comment.
#Comment made: 2002-02-21 05:29:53+00 by: Dan Lyke
Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.
#Comment made: 2002-02-21 05:29:53+00 by: Dan Lyke
Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.
#Comment made: 2002-02-21 05:29:53+00 by: Dan Lyke
Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.
#Comment made: 2002-02-21 05:29:53+00 by: Dan Lyke
Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.
#Comment made: 2002-02-21 05:30:01+00 by: Dan Lyke [edit history]
What part of stuff isn't working?
#Comment made: 2002-02-21 05:30:03+00 by: Dan Lyke
Attempt to do a new comment while creating a user ID
#Comment made: 2002-02-21 05:30:03+00 by: dan's test account
Adding a new comment while creating a user ID
#Comment made: 2002-02-21 05:30:40+00 by: Dan Lyke
Adding a new comment while creating a user ID
#Comment made: 2002-02-21 05:30:40+00 by: Dan Lyke [edit history]
Adding a new comment while creating a user ID
#Comment Re: made: 2007-09-05 22:39:40.489771+00 by: Mark A. Hershberger
test The Institutes mission is tw
#Comment Re: Entry #1. Also where we hang test comments. made: 2014-10-16 21:47:20.7061+00 by: Dan Lyke [edit history]
Testing UTF-8 ‒ ―
#Comment Re: Entry #1. Also where we hang test comments. made: 2014-10-18 00:28:42.487191+00 by: spc476
Iñtërnâtiônà lizætiøn
#Comment Re: Entry #1. Also where we hang test comments. made: 2014-10-18 00:35:49.455354+00 by: spc476 [edit history]
I got UTF-8 working with my website by adding the following to the Apache config file:
AddDefaultCharset UTF-8
And by adding to each HTML page:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
.
The standards for detecting the character set for webpages is someone wonky and very baroque (pun intended) so I found it best to be redundant with the information.
#Comment Re: Entry #1. Also where we hang test comments. made: 2014-10-18 00:39:31.287058+00 by: spc476
Hmm ... I see you are already doing that. Perhaps when you execute whatever code to generate flutterby, you need to set the $LANG environment variable to "en_US.UTF-8" to hopefully ensure proper character handling.