Previous / Next


Scripting News, the weblog started in 1997 that bootstrapped the blogging revolution.
Doing a new build of the OPML Editor

The next stop on my tour of development projects is to ship some new software that runs inside the OPML Editor. The software is designed to run on a Mac Mini that's attached to a big screen HD-TV. So the way the OPML Editor boots up now is inappropriate for this application. It presents a dialog and opens a weblog editing window. Instead this app interfaces through a web browser, and runs in the background.  Permanent link to this item in the archive.
So I need to come up with a way to not run the startup code for the weblog editor. I'll be taking my notes here, so that later when I want to do the same thing for another project I'll know how to do it. And since the OPML Editor is open source, the notes can apply to other people's projects if they want to do something similar.  Permanent link to this item in the archive.
1. How do you create a plain text file using the software Apple ships with the Mac OS? The TextEdit app doesn't have that option, amazingly. I found one very ugly way to do it. Open a .txt file. Then the options on the Save dialog give you a way to save as plain text. The real answer: It's a preferencePermanent link to this item in the archive.
2. The OPML Editor will have an opmlStartupCommands.txt file in the application folder. The first line will set user.prefs.flStartupDotOpml to false. dotOpmlThread.script watches for this, and if it's present and set false, it won't start up. Permanent link to this item in the archive.
3. Add this to the to-do list. I need to get Bonjour working inside the OPML Editor, with the minimum of fuss.  Permanent link to this item in the archive.



     

Last update: Thursday, June 3, 2010; 4:01:55 PM



~About the Author~

A picture named dave.jpgDave Winer, 55, is a visiting scholar at NYU's Arthur L. Carter Journalism Institute. He pioneered the development of weblogs, syndication (RSS), podcasting, outlining, and web content management software; former contributing editor at Wired Magazine, research fellow at Harvard Law School, entrepreneur, and investor in web media companies. A native New Yorker, he received a Master's in Computer Science from the University of Wisconsin, a Bachelor's in Mathematics from Tulane University and currently lives in New York City.

"The protoblogger." - NY Times.

"The father of modern-day content distribution." - PC World.

One of BusinessWeek's 25 Most Influential People on the Web.

"Helped popularize blogging, podcasting and RSS." - Time.

"The father of blogging and RSS." - BBC.

"RSS was born in 1997 out of the confluence of Dave Winer's 'Really Simple Syndication' technology, used to push out blog updates, and Netscape's 'Rich Site Summary', which allowed users to create custom Netscape home pages with regularly updated data flows." - Tim O'Reilly.

Mail: Mailto icon scriptingnews1mail at gmail dot com.

October 2007
Sun
Mon
Tue
Wed
Thu
Fri
Sat
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
Sep   Nov


RSS feed for Scripting News



© Copyright 1997-2010 Dave Winer. Last build: 6/4/10; 7:40:24 AM. "It's even worse than it appears."


Previous / Next