Ted Leung on the air: Open Source, Java, Python, and ...
Day 3 of PyCon was a short day -- things finished up around 3:30pm. I went to a number of solid how-to talks on topics such as Turbogears and Django. Unfortunately, I missed the PyPy status talk, which I later heard had some good content on managing an open source project. I'm sorry that I ended up missing that one. Due to some hallway conversation, I also missed the PyPy architecture session. This year's PyCon had far fewer programming language hacker kinds of talks. I have mixed feelings about this, since I generally find these talks interesting. However, it is probably better for there to be more talks on web stuff and application building.
The most interesting talk of the day was Martin Blais' talk on Nabu, which he calls a publishing system using text files. Martin is using reStructured Text as a way of marking up structured data (events, people, etc) in a reStructured Text document. He gave a timely example of a travel text file, which was to represent his trip to PyCon. In this file he had regular text describing various topics, and embedded in the text was marked up meeting information, contact information and so it. Nabu can process the file, extract all the marked up data, and then do a variety of things with it, including publishing a web page kind of view of all the data. While Martin says it's not a PIM, I think that it does some interesting things that PIM users might be interested in, particularly some of the 43Folders / life hacks crowd. Martin is very clear that this is not a "for your Mom" kind of tool, but if you are a keep it all in text files kind of person, and want to take things up just a little bit, I think it might be worth looking at. Most of the OSAF folks were in Martin's talk and it sparked some interesting discussions about Martin's work. The travel file example that he showed is exactly the kind of thing that we are aiming to be able to support using our collection system, so it was nice to see something that was similar in spirit.
I do think it would be a great idea if my PIM would extract data from selected text files, possibly using a format like NABU's. I like the idea of creating only one file for a trip report, including action items, events, contacts, and a memo/email text field.
Posted by Dogzilla at Wed Mar 1 16:22:47 2006
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk