![]() |
![]() |
| View unanswered posts | View active topics |
|
All times are UTC - 5 hours [ DST ] |
|
|
Page 1 of 1 |
[ 5 posts ] | Print view | | Previous topic | Next topic |
|
Joined: Fri Oct 03, 2003 9:25 am Posts: 12 Location: PEBKAC |
Over at Scripting News http://archive.scripting.com/2004/01/02#When:6:10:02AM, Dave is collecting OPML files. Awasu users are having a hard time contributing. It's not clear if the OPML file is missing required elements, or Dave's application is asking too much. More info at http://feeds.scripting.com/discuss/msgReader$4#25.
_________________ Reality is Negotiable. |
| Fri Jan 02, 2004 12:32 pm |
|
|
Site Admin Joined: Fri Feb 07, 2003 8:48 am Posts: 2883 Location: Melbourne, Australia |
Maybe he fixed it
Code: <?xml version="1.0" encoding="utf-8" ?> <opml version="1.1"> <head> <title>OPML Export</title> </head> <body> {%REPEAT% Channels} <outline xmlUrl="{%ENCODED-CHANNEL-URL%}" title="{%ENCODED-CHANNEL-NAME%}"/> {%/REPEAT%} </body> </opml> |
| Fri Jan 02, 2004 5:08 pm |
|
|
Joined: Fri Oct 03, 2003 9:25 am Posts: 12 Location: PEBKAC |
Hmmm. Just upgraded to 1.2 (free), and it doesn't like the generated OPML, using the standard template.
Code: <?xml version="1.0"?> <opml version="1.1"> <head> <title>OPML Export</title> </head> <body> <outline xmlUrl="http://3goats.com/rod/blah/rss.xml"/> <outline xmlUrl="http://abusabletech.org/index.rdf"/> <outline xmlUrl="http://boingboing.net/rss.xml"/> <outline xmlUrl="http://diveintomark.org/xml/rss.xml"/> <outline xmlUrl="http://lockergnome.com/rss/downloads.php"/> <outline xmlUrl="http://lockergnome.com/rss/osx.php"/> <outline xmlUrl="http://lowendmac.com/rss.txt"/> <outline xmlUrl="http://rssnewsapps.ziffdavis.com/PCMAG_commentary.xml"/> <outline xmlUrl="http://www.venchar.com/index.rdf"/> <outline xmlUrl="http://rssnewsapps.ziffdavis.com/PCMAG_dvorak.xml"/> <outline xmlUrl="http://rssnewsapps.ziffdavis.com/tech.xml"/> <outline xmlUrl="http://rssnewsapps.ziffdavis.com/pcmag.xml"/> <outline xmlUrl="http://rssnewsapps.ziffdavis.com/extreme.xml"/> <outline xmlUrl="http://rss.lockergnome.com/rss/1.0/lite/software.xml"/> <outline xmlUrl="http://rss.lockergnome.com/rss/1.0/lite/news.xml"/> <outline xmlUrl="http://servlet.java.sun.com/syndication/rss_solaris-PARTNER-20.xml"/> <outline xmlUrl="http://udell.roninhouse.com/udell.rdf"/> <outline xmlUrl="http://weblog.infoworld.com/yager/rss.xml"/> <outline xmlUrl="http://wireless-starter-kit.com/airportblog/index.rdf"/> <outline xmlUrl="http://wifinetnews.com/index.rdf"/> <outline xmlUrl="http://weblog.infoworld.com/udell/rss.xml"/> <outline xmlUrl="http://www-106.ibm.com/developerworks/news/dw_tech_nl.xml"/> <outline xmlUrl="http://www.awasu.com/weblog/b2rss.php"/> <outline xmlUrl="http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/world/rss091.xml"/> <outline xmlUrl="http://www.bbc.co.uk/syndication/feeds/news/ukfs_news/technology/rss091.xml"/> <outline xmlUrl="http://www.buzztoolbox.com/index.rdf"/> <outline xmlUrl="http://www.docuverse.com/blog/donpark/rss.xml"/> <outline xmlUrl="http://www.lockergnome.com/rss/windowsdaily.php"/> <outline xmlUrl="http://www.igeek.com/rss.rdf"/> <outline xmlUrl="http://www.macminute.com/headlines.xml"/> <outline xmlUrl="http://www.ntwizards.net/syndicate/rss2.xml"/> <outline xmlUrl="http://www.nwfusion.com/rss/privacy.xml"/> <outline xmlUrl="http://www.nwfusion.com/rss/sun.xml"/> <outline xmlUrl="http://www.nwfusion.com/rss/howto.xml"/> <outline xmlUrl="http://www.nwfusion.com/rss/utility.xml"/> <outline xmlUrl="http://www.nwfusion.com/rss/intel.xml"/> <outline xmlUrl="http://www.nwfusion.com/rss/wirelesssec.xml"/> <outline xmlUrl="http://www.nwfusion.com/rss/linux.xml"/> <outline xmlUrl="http://www.oreillynet.com/meerkat/index.php?s=/Rob+Flickenger/&c=5209&sw=dc_creator&_fl=rss10&t=1ALL"/> <outline xmlUrl="http://www.oreillynet.com/meerkat/?_fl=rss10&t=ALL&c=2385"/> <outline xmlUrl="http://www.oreillynet.com/cs/xml/query/q/295?x-ver=1.0"/> <outline xmlUrl="http://www.oreillynet.com/meerkat/?_fl=rss&p=1065"/> <outline xmlUrl="http://www.oreillynet.com/meerkat/index.php?c=5209&_fl=rss10&t=1ALL"/> <outline xmlUrl="http://www.raelity.org/index.rss10"/> <outline xmlUrl="http://www.scripting.com/rss.xml"/> <outline xmlUrl="http://www.sifry.com/alerts/index.rdf"/> <outline xmlUrl="http://www.telepocalypse.net/index.rdf"/> <outline xmlUrl="http://www.researchbuzz.com/researchbuzz.rss"/> <outline xmlUrl="http://www.rssweather.com/rss.php?config=&forecast=zandh&place=maineville&state=oh&zipcode=45039&country=us&county=39165&zone=OHZ071&alt=rss20"/> <outline xmlUrl="http://xml.newsisfree.com/feeds/66/7366.xml"/> </body> </opml> _________________ Reality is Negotiable. |
| Mon Jan 05, 2004 3:59 pm |
|
|
Site Admin Joined: Fri Feb 07, 2003 8:48 am Posts: 2883 Location: Melbourne, Australia |
sysadmn wrote: Just upgraded to 1.2 (free), and it doesn't like the generated OPML, using the standard template. The 1.2 upgrader doesn't touch any of your template files (since you might have changed them). If you look at the template file I posted, the <outline> elements have a title attribute which is missing from your OPML so it looks like you're still using an old template file. Modify the ExportOpml.template file in your Users directory e.g. C:\Program Files\Awasu\Users\YOUR-NAME\Report Templates\ExportOpml.template. There is also a ExportOpml.template in C:\Program Files\Awasu\Resources\Report Templates but this is what is used when creating the necessary files the first time someone uses Awasu. If it still doesn't work, you might want to send the generated OPML to Dave Winer. The generated OPML is OK so if it's not being accepted, it's probably something at his end |
| Mon Jan 05, 2004 6:08 pm |
|
|
Joined: Fri Oct 03, 2003 9:25 am Posts: 12 Location: PEBKAC |
You are correct. Using the new template file contained in your earlier post has corrected the problem.
Thanks! _________________ Reality is Negotiable. |
| Tue Jan 06, 2004 9:06 am |
|
|
|
Page 1 of 1 |
[ 5 posts ] | Print view | | Previous topic | Next topic |
|
All times are UTC - 5 hours [ DST ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |