today | current | recent ... categories | search ... mail | who ... syndication

posts brought to you by the category “religion”

Das eez kaput! Sometime around 2002 I spaced the entire database table that mapped individual entries to categories. Such is life. What follows is a random sampling of entries that were associated with the category. Over time, the entries will be updated and then it will be even more confusing. Wander around, though, it's still a fun way to find stuff.

posts brought to you by the category “reference” ←   → posts brought to you by the category “rituals”
 

The groom made me do it.

Narrowsburg, September 2003

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/09/13/5214/

pubdate

http://www.aaronland.info

created

2003-09-13T19:21:42-04:00

last modified

2003-10-11T10:37:00-04:00

revision

1.19

changes

http://www.aaronland.info/weblog/2003/09/13/5214/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Elliotte Rusty Harold : Remember Mixed Content

What's really telling in this example is that the community promptly hacked their own uglier version of mixed content back into RSS, even though the original developers had tried to avoid it.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/07/14/5140/

pubdate

http://www.aaronland.info

created

2003-07-14T09:38:04-04:00

last modified

2003-10-11T10:38:13-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/07/14/5140/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Movable Thoughts #19 : CGIPath != mod_dir.c

A "trailing slash" redirect is issued when the server receives a request for a URL http://servername/foo/dirname where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/.

I upgraded a copy of Movable Type to 2.64 the other day and, of course, it broke. Specifically the cookies that the program tries to set didn't seem to stick. Every time I tried to do anything I would be taken back to the login page. Well it's been a while since I've poked around MT, I thought, so I will suffer the MT support site that I hate so much (why do I need to log in just to search the bloody thing?!) and see if it's a known bug. Sure enough, there are no shortage of Dude, where's my cookie? style messages. Unfortunately, the only thing anyone seems to be saying in response is : Dude, just delete your cookies! Sure, thanks Wonder Bread. Anyway, eventually it dawned on me to actually look at the cookie and I discovered that the Path field contains a fully formed URI. Which explains why the cookies are failing but not why they're being set incorrectly. Line 374 of MT::App.pm reads :



 if ($path =~ m!^https?://[^/]+(/.*)$!i) {



where $1 (the first set of matching brackets : that would be everything after the first forward slash following the standard URI [insert protocol here]:// stuff) is assigned as your cookie's Path . Which means that unless your Movable Type CGIPath config variable contains a trailing slash, the program will seriously bork your cookies. DWIM-ing and user-centric idiot-proofing aside, I am inclined to think that this is a documentation bug rather than a problem with the code. Apache happens to do "trailing slash" redirects out of the box which is nice but probably not reason enough to expect every other web programmer to do the same thing. Now you know.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/07/09/5124/

pubdate

http://www.aaronland.info

created

2003-07-09T16:39:20-04:00

last modified

2003-10-11T10:38:29-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/07/09/5124/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : xml résumé (XSL) formatting extensions 0.1

These stylesheets extend those included with the XML Résumé Library to add better support for external links and to support a small number of elements that are not part of the DTD.

Why, why do I know how to do all of this shit?

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/19/5004/

pubdate

http://www.aaronland.info

created

2003-04-19T17:37:05-04:00

last modified

2003-10-11T10:40:27-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/19/5004/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Nichola Bouges : "I wrote a very basic SyncML server in PHP."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/04/03/4969/

pubdate

http://www.aaronland.info

created

2003-04-03T13:03:59-05:00

last modified

2003-10-11T10:41:02-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/04/03/4969/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : strip_unix_comments 1.0 (bloxsom plugin)

see also : docs .

refers to

meta

 

Me : Net::Google.pm 0.60_02

This, save for some changes to the POD, has already been blessed as version 0.60 in the CVS repository and will be sent off to the CPAN later today. I guess I have to add http_proxy -ing hooks to Net::Blogger now too...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2003/03/10/4895/

pubdate

http://www.aaronland.info

created

2003-03-10T13:05:28-05:00

last modified

2003-10-11T10:42:16-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2003/03/10/4895/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : eatdrinkfeelgood-1.1-to-indexcard-fo.xsl 0.91

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/12/31/4768/

pubdate

http://www.aaronland.info

created

2002-12-31T07:55:41-05:00

last modified

2003-10-11T10:44:23-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2002/12/31/4768/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : WebService::weblogUpdates.pm 0.35

Updated proxy URL for rssUpdate method. As always, while waiting for the CPAN listings to update, you can grab a copy over here . see also : docs

refers to

meta

 

Mina Naguib : Weather::Underground.pm

Since everyone seems to think I actually care what they're listening to when they post to their weblog, I think I might have to start telling them what the weather's like when I post to mine. Clear and one degree Celcius, in Montreal.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/28/4674/

pubdate

http://www.aaronland.info

created

2002-10-28T02:06:48-05:00

last modified

2003-10-11T10:45:57-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/28/4674/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Bill Stilwell : mt.el




;; This packages enables you to create new posts and edit old posts on



;; your Movable Type Weblog. It may be expanded so that any weblog



;; tool that supports the metaWeblog API can be used.



refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/22/4660/

pubdate

http://www.aaronland.info

created

2002-10-22T00:37:40-04:00

last modified

2003-10-11T10:46:11-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/22/4660/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

And in the "Small ingredients, loosely arranged" department :

www.cookmuse.com You might want to visit this site in a text-based browser; I nearly went blind when the index page loaded. via research buzz

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/10/21/4654/

pubdate

http://www.aaronland.info

created

2002-10-21T00:20:34-04:00

last modified

2003-10-11T10:46:17-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/10/21/4654/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : Net::Blogger.pm 0.7

Adds support for the metaWeblog and mt APIs to the MovableType engine. Which means you can do stuff like:



sub main {



  my $mt = Net::Blogger->new(engine=>"movabletype");







  $mt->Proxy("http://yaddayadda.com/mt-xmlrpc.cgi");



  $mt->Username("asc");



  $mt->Password("*****");



  $mt->BlogId(123);







  $mt->newPost(postbody=>\&fortune(),publish=>1)



    || croak $mt->LastError();







  my $id = $mt->metaWeblog()->newPost(title=>"test:".time,



                     description=>&fortune(),



                      publish=>1)



    || croak $mt->LastError();







  my $categories = $mt->mt()->getCategoryList()



    || croak $mt->LastError();







  my $cid = $categories->[0]->{categoryId};



  



  $mt->mt()->setPostCategories(postid=>$id,



                            categories=>[{categoryId=>$cid}])



    || croak $mt->LastError();







  print &Dumper($mt->mt()->getPostCategories(postid=>$id));



  return 1;



}







sub fortune {



  local $/;



  undef $/;







  system ("fortune > /home/asc/tmp/fortune");







  open F, "</home/asc/tmp/fortune";



  my $fortune = <F>;



  close F;







  return $fortune;



}



We will get a common API, one of these days, by hook or by crook...

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/05/04/4300/

pubdate

http://www.aaronland.info

created

2002-05-04T13:08:51-04:00

last modified

2003-10-11T10:52:10-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2002/05/04/4300/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dictified dictionary.com word of the day is : collude

Collude \Col*lude"\, v. i. [imp. & p. p. {Colluded}; p. pr. & vb. n. {Colluding}.] [L. colludere, -lusum; col- + ludere to play. See {Ludicrous}.] To have secretly a joint part or share in an action; to play into each other's hands; to conspire; to act in concert. If they let things take their course, they will be represented as colluding with sedition. --Burke. web1913
collude v : act in unison or agreement; "These two factors conspired to cause the stock market to fall" [syn: {conspire}] wn

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/04/20/4244/

pubdate

http://www.aaronland.info

created

2002-04-20T05:20:44-04:00

last modified

2003-10-11T10:53:06-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/04/20/4244/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Dave Winer : "Now imagine an outliner that works on the Internet.

In your bibliography, you cite a source. Link to it. When a reader double-clicks on the headline, the document expands, in place. Copy the citation into another outline, and you've got another link. Linking and outlining over the Internet. This is the start of something big." Me :
That said, I'm considering the additional of an embed tag (except that it's not a very good name) for version 1.1 of the DTD. The syntax, attributes and children would be the same as the xref element, except that there would be no expectation that the thingy on the other end is an otlml widget. How it is rendered would be left up to whatever is rendering the parent document; this would be a good place for individual document types to define entity declarations/attributes.
see also : &lt;xsl:if test = "@style"> and XLink, Who Cares?

refers to

meta

 

Benjamin Trott : "I've started implementing the common weblog API in Movable Type."

Meanwhile, Evan Williams says "All this means some breakage will occur..." Basically, it sounds like the Blogger API is going to support the metaWeblog API struct widget and, if I'm getting it, add a struct widget for authentication. Which ultimately begs the question : Ach! Why the fuck don't we just make a long story short and rig all the methods to accept a single struct as their argument?! I'm not really sure what the point of having an API is if we're just going to pass around whatever we want in cute method containers but atleast it would be one less argument we'd have to concern ourselves with. It would also make SOAP-ify the API that much easier .

refers to

meta

 

The random pseudodictionary.com word of the day is : resiprocal

ReCIPprocal--for drinking situations.
ex. Our drinking was resiprocal at the party.

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/02/02/3921/

pubdate

http://www.aaronland.info

created

2002-02-02T02:33:01-05:00

last modified

2003-10-11T10:58:29-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/02/02/3921/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The random pseudodictionary.com word of the day is : gripper

An obviously too tight piece of clothing.
ex. Come on, that`s a bit of gripper. We don`t want to see that.
see also : gripper dict-ified

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/31/3909/

pubdate

http://www.aaronland.info

created

2002-01-31T21:35:15-05:00

last modified

2003-10-11T10:58:41-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/31/3909/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

David Brownell : Producing SAX2 Events

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/11/3819/

pubdate

http://www.aaronland.info

created

2002-01-11T03:27:32-05:00

last modified

2003-10-11T11:00:11-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/11/3819/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Bran Van 3000 : What is Knabber Knossi?

and other nicht veröffentlichte songs (mp3)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/01/03/3766/

pubdate

http://www.aaronland.info

created

2002-01-03T10:23:07-05:00

last modified

2003-10-11T11:00:57-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/01/03/3766/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is tintinnabulation

| source : web1913 | Tintinnabulation \Tin`tin*nab`u*la"tion\, n. A tinkling sound, as of a bell or bells. --Poe. | source : wn | tintinnabulation n : the sound of a bell ringing; "the distinctive ring of the church bell"; "the ringing of the telephone"; "the tintinnabulation that so volumnously swells from the ringing and the dinging of the bells"--E. A. Poe [syn: {ring}, {ringing}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/12/26/3749/

pubdate

http://www.aaronland.info

created

2001-12-26T14:05:08-05:00

last modified

2003-10-11T11:01:14-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/26/3749/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

David Mertz : Using CSS2 to display XML documents

via dangerousmeta

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/12/13/3721/

pubdate

http://www.aaronland.info

created

2001-12-13T01:50:53-05:00

last modified

2003-10-11T11:01:42-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/13/3721/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is enjoin

| source : web1913 | Enjoin \En*join"\, v. t. To join or unite. [Obs.] --Hooker. | source : web1913 | Enjoin \En*join"\, v. t. [imp. & p. p. {Enjoined}; p. pr. & vb. n. {Enjoining}.] [F. enjoindre, L. injungere to join into, charge, enjoin; in + jungere to join. See {Join}, and cf. {Injunction}.] 1. To lay upon, as an order or command; to give an injunction to; to direct with authority; to order; to charge. High matter thou enjoin'st me. --Milton. I am enjoined by oath to observe three things. --Shak. 2. (Law) To prohibit or restrain by a judicial order or decree; to put an injunction on. This is a suit to enjoin the defendants from disturbing the plaintiffs. --Kent. Note: Enjoin has the force of pressing admonition with authority; as, a parent enjoins on his children the duty of obedience. But it has also the sense of command; as, the duties enjoined by God in the moral law. ``This word is more authoritative than direct, and less imperious than command.'' --Johnson. | source : wn | enjoin v 1: issue an injunction 2: tell somebody to do something; "I said to him to go home"; "She ordered him to do the shopping" [syn: {order}, {tell}, {say}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/12/05/3693/

pubdate

http://www.aaronland.info

created

2001-12-05T05:20:18-05:00

last modified

2003-10-11T11:02:10-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/05/3693/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is pantheon

| source : web1913 | Pantheon \Pan*the"on\, n. [L. pantheon, pantheum, Gr. ? (sc. ?), fr. ? of all gods; ?, ?, all + ? a god: cf. F. panth['e]on. See {Pan-}, and {Theism}.] 1. A temple dedicated to all the gods; especially, the building so called at Rome. 2. The collective gods of a people, or a work treating of them; as, a divinity of the Greek pantheon. | source : wn | pantheon n 1: all the gods of a religion 2: a monument commemorating a nation's dead heroes 3: (ancient Greece or Rome) a temple to all the gods

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/12/02/3681/

pubdate

http://www.aaronland.info

created

2001-12-02T04:31:24-05:00

last modified

2003-10-11T11:02:22-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2001/12/02/3681/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is bibulous

| source : web1913 | Bibulous \Bib"u*lous\, a. [L. bibulus, fr. bibere to drink. See {Bib}, v. t. ] 1. Readily imbibing fluids or moisture; spongy; as, bibulous blotting paper. 2. Inclined to drink; addicted to tippling. | source : wn | bibulous adj : given to or marked by the consumption of alcohol; "a bibulous fellow"; "a bibulous evening"; "his boozy drinking companions"; "thick boozy singing"; "a drunken binge"; "two drunken gentleman holding each other up"; "sottish behavior" [syn: {boozy}, {drunken}, {sottish}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/11/18/3649/

pubdate

http://www.aaronland.info

created

2001-11-18T22:05:10-05:00

last modified

2003-10-11T11:02:53-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/11/18/3649/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Me : weblogUpdates.xsl 0.4

Fixed a bunch a stupid mistakes and, more importantly, you can now do filtering on the list. Yay!

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/10/04/3490/

pubdate

http://www.aaronland.info

created

2001-10-04T11:41:47-04:00

last modified

2003-10-11T11:05:32-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/10/04/3490/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is frangible

| source : web1913 | Frangible \Fran"gi*ble\, a. [Cf. F. frangible.] Capable of being broken; brittle; fragile; easily broken. | source : wn | frangible adj : capable of being broken; "the museum stored all frangible articles in locked showcases"

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/30/3468/

pubdate

http://www.aaronland.info

created

2001-09-30T10:43:44-04:00

last modified

2003-10-11T11:05:52-04:00

revision

1.8

changes

http://www.aaronland.info/weblog/2001/09/30/3468/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Andrew Savige : Acme::EyeDrops.pm

"[allows you to make your program] look like a camel with: print sightly( { Shape => 'camel', SourceFile => 'helloworld.pl', Regex => 1 } ); "

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/09/23/3451/

pubdate

http://www.aaronland.info

created

2001-09-23T12:10:45-04:00

last modified

2003-10-11T11:06:09-04:00

revision

1.10

changes

http://www.aaronland.info/weblog/2001/09/23/3451/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Marco Pratesi : The PHP Layers Menu

"is a hierarchical dynamic menu system to rapidly choose among the items. It achieves a compact view and a reasonably small file size for the page also with a very large number of entries." via dangerousmeta

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/14/3276/

pubdate

http://www.aaronland.info

created

2001-08-14T10:02:56-04:00

last modified

2003-10-11T11:08:48-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/14/3276/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Websign: hyperlinks from a physical location to the web

"By using a simple form of augmented reality, the system allows users to visualize services related to physical objects of interest. The websign system provides infrastructure not just for detecting websigns but also for creating and deploying them. In this paper we present the concept, an overview of the prototype and the algorithms used in the implementation." If you're a cranky bastard, like me, you'll be sure to read An Introduction to Augmented Reality to learn what, exactly, the distinctions between augmented and virtual realities are. Let me just point out that the fact that art-nerds have three (?) volumes of Artspeak with which to sully the general discourse is nothing to be envious of. (pdf)

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/08/08/3252/

pubdate

http://www.aaronland.info

created

2001-08-08T22:40:52-04:00

last modified

2003-10-11T11:09:12-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/08/08/3252/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Kip Hampton : Creating Scalable Vector Graphics with Perl

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/07/12/3174/

pubdate

http://www.aaronland.info

created

2001-07-12T13:22:10-04:00

last modified

2003-10-11T11:10:28-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/07/12/3174/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

The dict-ified dictionary.com word of the day is jocular

| source : web1913 | Jocular \Joc"u*lar\, a. [L. jocularis, fr. joculus, dim. of jocus joke. See {Joke}.] 1. Given to jesting; jocose; as, a jocular person. 2. Sportive; merry. ``Jocular exploits.'' --Cowper. The style is serious and partly jocular. --Dryden. | source : wn | jocular adj : characterized by jokes and good humor [syn: {jesting}, {jocose}, {joking}] adv : with humor; "they tried to deal with this painful subject jocularly" [syn: {jocosely}]

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/05/05/3027/

pubdate

http://www.aaronland.info

created

2001-05-05T15:34:08-04:00

last modified

2003-10-11T11:12:49-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/05/05/3027/changes.html

categories

license

http://creativecommons.org/licenses/by-nd-nc/1.0/

external links

[x]
 

Brian Ingerson : Data::Denter.pm

"The main problem with Data::Dumper (one of my all-time favorite modules) is that you have to use eval() to deserialize the data you've dumped. This is great if you can trust the data you're evaling, but horrible if you can't. A good alternative is Storable.pm. It can safely thaw your frozen data. But if you want to read/edit the frozen data, your out of luck, because Storable uses a binary format. Even Data::Dumper's output can be a little cumbersome for larger data objects. ... Data::Denter is yet another Perl data serializer/deserializer. It formats nested data structures in an indented fashion. It is optimized for human readability/editability, safe deserialization, and (eventually) speed."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2001/04/27/3002/

pubdate

http://www.aaronland.info

created

2001-04-27T20:05:31-04:00

last modified

2003-10-11T11:13:14-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2001/04/27/3002/changes.html

categories