Planet Musings
Thanks to Sam’s hard work, adding Atom support and MathML support and … to Planet, I decided it was finally time to give it a whirl. Installation was a breeze1, a few tweaks to the templates, and … the most tedious part was copying the feed URLs I wanted to syndicate into config.ini.
Introducing my very own Physics-oriented “river of news”: Planet Musings. If you’d rather view it in your feedreader, there’s an atom feed, too.
Meanwhile, I quietly released a couple of bugfix revisions to itex2MML, which is now at version 1.1.3.2.
Posted by distler at June 6, 2006 9:28 PM
TrackBack URL for this Entry: http://golem.ph.utexas.edu/cgi-bin/MT-3.0/dxy-tb.fcgi/833
Read the post
Planet Musings
Weblog: Sam Ruby
Excerpt: I like environments where contributions are cumulative. The Universal Feed Parser does a fair amount of data cleansing. BeautifulSoup does quite a bit more. All I had left to do was solve the “last mile” problem. And Planet pulls it al
Tracked: June 6, 2006 10:13 PM
Re: Planet Musings
I’ve started to rough in some code that could make adding new feeds a matter of a few mouse clicks — complete with authentication and access control.
config.ini could also contain overriddes to say such things as “ignore what Tommaso Dorigo’s feed says, and treat atom:summaries in that feed as text/html”.
As I hinted on my weblog, BeautifulSoup can do much more than simply convert TagGoop into well-formed XHTML. Transforming the content is also possible. Imagine some of the following:
- Add
style="float:right;" to images from Cosmic Variance that contain class="alignright".
- Change
color: rgb(255, 255, 51) to background-color: rgb(255, 255, 51) in style attributes found in Urbano Franca entries.
- Change all instances of “hell” to “heck” in Musings.
If any of these strike your fancy or trigger new ideas, let me know.
Re: Planet Musings
Jacques,
recently Planet Musings exhibits the following behavior: If somebody posts a new blog entry (like I just did), P.M. re-lists several previous posts, although no update has been made to those old posts.
Re: Planet Musings
Jacques,
I recently deleted my blog and somebody else has quickly taken the address.
Please delete my name from Planet Musings.
Thank you.
Re: Planet Musings
I’ve started to rough in some code that could make adding new feeds a matter of a few mouse clicks — complete with authentication and access control.
config.inicould also contain overriddes to say such things as “ignore what Tommaso Dorigo’s feed says, and treat atom:summaries in that feed as text/html”.As I hinted on my weblog, BeautifulSoup can do much more than simply convert TagGoop into well-formed XHTML. Transforming the content is also possible. Imagine some of the following:
style="float:right;"to images from Cosmic Variance that containclass="alignright".color: rgb(255, 255, 51)tobackground-color: rgb(255, 255, 51)in style attributes found in Urbano Franca entries.If any of these strike your fancy or trigger new ideas, let me know.