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

Monday, March 18 2002

Me : Blogger::Engine::Userland::metaWeblog.pm




my $radio = Blogger->new(engine=>"radio");



$radio->Proxy(PROXY);



$radio->Username(USERNAME);



$radio->Password(PASSWORD);







my $postid = undef;







$postid = $radio->newPost(



      postbody => \"hello world",



      publish=>1);







$postid = $radio->metaWeblog()->newPost(



        title=>"hello",



        description=>"world",



        publish=>1);







my $post = $radio->metaWeblog()->getPost(postid=>$postid);







$radio->metaWeblog()->editPost(



		 postid=>$postid,



		 title => $post->{title}." edited",



		 description => "wakka wakka wakka",



		 categories => [ "Perl" ],



		 publish => 1,



		 );







$radio->deletePost(postid=>$postid);



I will finish this up tonight, but I may not post a tarball until the morning. I need to add the category methods and maybe export a metaWeblog object rather than simply overriding the Blogger API methods; something anyway. Currently these methods are only available through the Blogger.pm "radio" engine. Props to Dave for setting up the public site for testing.

meta

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 : <xsl:if test = "@style"> and XLink, Who Cares?

refers to

meta

LogiLab : VCalSax

"is a simple Python module for managing scheduler data in XML. VCalSax allows to load data from VCalendar files into DOM trees. And to rewrite such trees as VCalendar files."

refers to

meta

PalmSync

"is a Ruby(Scripting Language) library for syncing your PalmPilot with DBMS(MySQL and so on). You can also read/modify/create records in your PalmPilot using Ruby script in PalmSync."

refers to

meta

[x]

permalink

http://www.aaronland.info/weblog/2002/03/18/4108/

pubdate

http://www.aaronland.info/weblog/2002/03/18

created

2002-03-18T18:16:12-05:00

last modified

2003-10-11T10:55:22-04:00

revision

1.9

changes

http://www.aaronland.info/weblog/2002/03/18/4108//changes.html

categories

license

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

external links

[x]

Using XML-Topic Map on a PDA

"Palm Navigator is a shareware program that is designed to help import an XML/Topic-Map onto a PDA (Personal Digital Assistant), and to enable navigation, jumping from one topic to another as easily as Web surfing. Palm Navigator is fully compliant with the ISO Topic Maps standard (ISO/IEC 13250) which enables exchanges between Web sites."

refers to

meta

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

In the state of vomiting.
ex. Jerry's had 14 beers, and now he's vomitose.

refers to

meta

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

Aspersion \As*per"sion\, n. [L. aspersio, fr. aspergere: cf. F. aspersion.] 1. A sprinkling, as with water or dust, in a literal sense. Behold an immersion, not and aspersion. --Jer. Taylor. 2. The spreading of calumniations reports or charges which tarnish reputation, like the bespattering of a body with foul water; calumny. Every candid critic would be ashamed to cast wholesale aspersions on the entire body of professional teachers. --Grote. Who would by base aspersions blot thy virtue. --Dryden. web1913
aspersion n 1: a disparaging remark [syn: {slur}] 2: the act of defaming [syn: {calumny}, {slander}, {defamation}] 3: the act of sprinkling water in baptism (rare) [syn: {sprinkling}] wn

refers to

meta

 
 
Sunday, March 17 2002 ←  → Tuesday, March 19 2002