Flutterby™! : Entry #1. Also where we hang test comments.

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Entry #1. Also where we hang test comments.

1998-02-01 09:00:00+01 by Dan Lyke 22 comments

The Blue Dot is what the web was built for. Art that makes you go "Hmmmm."

Webmention links

comments in ascending chronological order (reverse):

#Comment made: 2002-02-21 06:29:47+01 by: Dan Lyke

THis too should be a omment that shows up as a new comment.

#Comment made: 2002-02-21 06:29:47+01 by: Dan Lyke

This is another comment on my very first entry

#Comment made: 2002-02-21 06:29:49+01 by: Dan Lyke

This is my very first edit of my very first comment on my very first entry

#Comment made: 2002-02-21 06:29:50+01 by: Dan Lyke

This is another comment 'cause I got me a bug.

#Comment made: 2002-02-21 06:29:50+01 by: Dan Lyke

This is another comment 'cause I got me a bug.

#Comment made: 2002-02-21 06:29:50+01 by: Dan Lyke

This should be a comment that shows up as a new comment.

#Comment made: 2002-02-21 06:29:50+01 by: Dan Lyke

THis too should be a omment that shows up as a new comment.

#Comment made: 2002-02-21 06:29:50+01 by: Dan Lyke

Another one that should show up as a new comment.

#Comment made: 2002-02-21 06:29:53+01 by: Dan Lyke

Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.

#Comment made: 2002-02-21 06:29:53+01 by: Dan Lyke

Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.

#Comment made: 2002-02-21 06:29:53+01 by: Dan Lyke

Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.

#Comment made: 2002-02-21 06:29:53+01 by: Dan Lyke

Now we're testing to make sure that <bogus> html </bogus> tags show up as expected.

#Comment made: 2002-02-21 06:30:01+01 by: Dan Lyke [edit history]

What part of stuff isn't working?

#Comment made: 2002-02-21 06:30:03+01 by: Dan Lyke

Attempt to do a new comment while creating a user ID

#Comment made: 2002-02-21 06:30:03+01 by: dan's test account

Adding a new comment while creating a user ID

#Comment made: 2002-02-21 06:30:40+01 by: Dan Lyke

Adding a new comment while creating a user ID

#Comment made: 2002-02-21 06:30:40+01 by: Dan Lyke [edit history]

Adding a new comment while creating a user ID

#Comment Re: made: 2007-09-06 00:39:40.489771+02 by: Mark A. Hershberger

test The Institute’s mission is tw

#Comment Re: Entry #1. Also where we hang test comments. made: 2014-10-16 23:47:20.7061+02 by: Dan Lyke [edit history]

Testing UTF-8 ‒ – — ―

#Comment Re: Entry #1. Also where we hang test comments. made: 2014-10-18 02:28:42.487191+02 by: spc476

Iñtërnâtiônàlizætiøn

#Comment Re: Entry #1. Also where we hang test comments. made: 2014-10-18 02:35:49.455354+02 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 02:39:31.287058+02 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.