Updated: 5/9/2002; 5:32:31 AM.
PHP
The PHP web development language.
        

Tuesday, April 09, 2002

And then there was OPML...

I'm the author of the PHP Mailing Lists FAQ application.  A multilingual FAQ tool.  Take a look at:

http://www.fuzzygroup.com/php/faq/faqadd.php?language="EN"

http://www.fuzzygroup.com/php/faq/faqadd.php?language="ES"

Very cool when it changes from English to Spanish.  Just plain neat.  Anyway...

I just added OPML output to the FAQ application.  Try:

http://www.fuzzygroup.com/php/faq/faqview_o.php?action=opml

If you're into OPML, its pretty neat.  I tried subscribing to the URL above as an OPML document with Subscribe to Outline and all it does is launch it in Radio, not stay in the Outliner.  Thoughts anyone?  Help please...

NOTE to People Implementing OPML: Whether or not you include a slash on your first outline node makes all the difference.  In other words, the below is right:

<outline text="General -- Mailing List Basics" created="Mon, 08 Apr 2002 18:59:03 GMT">
<
outline text="How do I post? What are the guidelines?" url="http://www.fuzzygroup.com/php/faq/faqview.php?id=51" created="Mon, 08 Apr 2002 18:59:03 GMT" />
<
outline text="What is this newsgroup?" url="http://www.fuzzygroup.com/php/faq/faqview.php?id=50" created="Mon, 08 Apr 2002 18:59:03 GMT" />

This is WRONG:

   <outline text="General -- Mailing List Basics" created="Mon, 08 Apr 2002 18:59:03 GMT" />
<
outline text="How do I post? What are the guidelines?" url="http://www.fuzzygroup.com/php/faq/faqview.php?id=51" created="Mon, 08 Apr 2002 18:59:03 GMT" />
<
outline text="What is this newsgroup?" url="http://www.fuzzygroup.com/php/faq/faqview.php?id=50" created="Mon, 08 Apr 2002 18:59:03 GMT" />
 
IInternet Explorer won't display the above, Radio shows it as nodes without text, etc.
 
Other than debugging this part, implementing OPML for my FAQ application took about 40 minutes to just add one function.  Pretty cool...

 


6:46:01 AM    


© Copyright 2002 The FuzzyStuff.
 
April 2002
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Mar   May

About Me:
Categories I Write:
About Radio: By Me:
About Radio: By Others:
Obligatory Blog List:

Click here to visit the Radio UserLand website.


Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.