About
YyOPML is created for transforming OPML file into a webpage with a rich, intuitive interface. OPML is a simple XML format, you can export it by using google reader or almost all RSS readers.
Chinese release: http://www.limboy.com/2008/05/31/yyopml-release/
Demo
http://www.limboy.com/yyopml/dexteryy.xml (Chinese feed)
How it Works
YyOPML contains a XSLT file and some UI codes(javascript, CSS...). For using it, you must add following line to the top of the OPML file:
<?xml-stylesheet href="style/yyopml.xsl" type="text/xsl"?>
Then you can directly view your OPML file on web browser and share your subscriptions with your friends.
At present I supply two theme styles(yyopml_google.css, yyopml_panel.css). You could modify following line in yyopml.js :
theme = theme || "panel";
replace "panel" with other name.
In addition, you can directly use a style with a URL param, such as: "http://www.limboy.com/yyopml/dexteryy.xml#theme=google"
yy_core.js is my lightweight javascript library, many code is base on jQuery ( by John Resig ) which is licensed under the MIT license.