OPML Editor/Server
River
Howtos
Worknotes
EC2/Poets
S3/Poets
Frontier
Dave
Top
>
June 2011
6/13/11 by DW
This is where
Dave Winer
narrates his development work.
Installation of worldOutline.root
Status of project -- I have all the pieces working, but I'm bushed.
Tomorrow morning I will review what I have, update the
docs
, and possibly change the functionality (but I doubt it).
I will announce the availability of the test software on the new World Outline mail list.
Parts
Disqus CSS
I want comments on my worldOutline, but they look horrible, going all the way across the screen
I figured there must be CSS styles defined by Disqus, and indeed
there are
.
So now the trick is to implement some defaults. Let's see...
Comments in outlines
An example of a comment.
Another thing that broke somewhere along the line are outline comments.
If you added a comment line, you'd get {comment} in the text, where the comment should appear.
Hopefully that's fixed now. (It is.)
Background
Parts
XML icon incorrect
In worldOutline, when you're within an inclusion the XML url is incorrect.
It points to the outermost OPML file.
This bug was introduced in the upheaval on the 9th where the lower-level cache was removed.
There was a reference to a variable that wasn't defined, and the code was within a try, so it didn't fail.
Parts
Domains command
A new command in the menu, Domains.
Click on it, and you can see a list of the domains you've mapped to nodes in your root outline
Parts