|
Das hat funktioniert. Halleluja. Jetzt folgt die Erklärung. 
Ich habe eine OPML-Export Formatdatei erzeugt. Die werde ich als Exportformat auswählen. Dann sollte ein neue *.opml Datei entstehen. 
Jetzt bin ich gespannt, ob mein Palm als Blog-Werkzeug für OPML geeignet ist. 
OPML-Bloggen mit dem Palm 
Ich habe wieder ein bisschen experimentiert und eine Möglichkeit gesucht, von meinem Palm aus mein OPML-Blog zu bearbeiten. Dabei bin ich auf einen Beitrag von Rick Klau gestossen, der mich zu einem Beitrag von David Benjamin bei Outliner.com geführt hat. Mit Hilfe der dortigen Informationen konnte ich eine brauchbare Lösung entwickeln.
Man nehme Natara Bonsai. Notwendig ist die Version inklusive Desktop und Conduit. Mit der Palm-Anwendung legt man ein neues Outline an, dass alle Einträge für einen Tag enthält. Ich habe dafür eine eigene Kategorie »OPML Blog« angelegt und das Outline mit einem passenden Namen angelegt. Für heute also 08.opml. Dort editiert man die Beiträge, wie man es hier im OPML-Editor auch machen würde.
Nach der Synchronisierung ist das Outline auch in der Windows-Anwendung verfügbar. Von dort aus wird das Outline exportiert. Bonsai erlaubt die Definition eigener Export-Formate. Man legt eine Datei mit Namen opml.oxt an und speichert sie im Programm-Verzeichnis von Bonsai ab. Die Datei hat folgenden Inhalt:
OPML.OXT
| | This template file exports Bonsai outlines in the "Outline Processor Markup Language" (OPML, http://www.opml.org) format. |
| | The formatting is pretty simplistic, I've only used the #TEXT# tag, leaving out things like the #NUMBER# or the #PRIORITY# tags. But its easily modifiable. Tear into it if you need to. (As the gym teacher used to say, "The ball can't hurt you.") |
| | <?xml version="1.0" encoding="ISO-8859-1"?> |
| | <dateCreated>#NOW#</dateCreated> |
| | <dateModified>#NOW#</dateModified> |
| | <ownerName>Oliver Stör</ownerName> |
| | <outline text="#TEXT#" created="#CREATE_DATE#"> |
Nach dem Speichern der Datei gibt es einen neuen Eintrag »OPML« im Menü File -> Export der Windows-Anwendung
Zum Übertragen des Outlines in das eigene Blog öffnet man das Outline in der Windows-Anwendung und ruft diesen Menüpunkt auf. Als Zielverzeichnis habe ich das Verzeichnis \Eigene Dateien\opml\blog\2005\08 ausgewählt. Dieses Verzeichnis hängt von der eigenen Installation und vom aktuellen Monat ab, muss also entsprechend angepasst werden.

Das war's. Wenn man im OPML Editor den Menüpunkt »Open today's outline" aufruft wird die OPML-Datei geöffnet und kann sie dort weiterbearbeiten. Mit der Funktion dotOpmlSuite.folderWatcher.getFilesChangedSince habe ich die Datei dann auf meinen Mac daheim geladen und dort ebenfalls editiert.
Der einzige Nachteil: Es gibt keine Mac OS X-Version der Desktop-Anwendung von Natara Bonsai.
OPML blogging on your Palm 
I have experimented a little and searched for a possibility to edit my OPML blog on my Palm handheld. During my research I found an entry by Rick Klau that finally led me to an article written by David Benjamin on outliner.com. With the information in this article I was able to develop a solution.
One takes Natara Bonsai. You have to use the version including the desktop application and the conduit. On the Palm you create a new outline containing all the entries for a day. I created a new category »OPML blog« and in this category a new outline with a suitable name. I chose 08.opml for today's outline. There you can edit all your entries like you would in the OPML editor.
After syncronization the outline is available in the desktop application. From there you export the outline. Bonsai allows the definition of your own export format. You have to create a file opml.oxt and save it in the program folder of Bonsai. The file has these contents:
OPML.OXT
| | This template file exports Bonsai outlines in the "Outline Processor Markup Language" (OPML, http://www.opml.org) format. |
| | The formatting is pretty simplistic, I've only used the #TEXT# tag, leaving out things like the #NUMBER# or the #PRIORITY# tags. But its easily modifiable. Tear into it if you need to. (As the gym teacher used to say, "The ball can't hurt you.") |
| | <?xml version="1.0" encoding="ISO-8859-1"?> |
| | <dateCreated>#NOW#</dateCreated> |
| | <dateModified>#NOW#</dateModified> |
| | <ownerName>Oliver Stör</ownerName> |
| | <outline text="#TEXT#" created="#CREATE_DATE#"> |
When you save this file there is a new entry »OPML« in the menu File -> Export of the desktop application.
To transfer the outline to your own blog you have to open the outline in the desktop application and select File -> Export -> OPML. As target directory I chose \My documents\opml\blog\2005\08. Of course, this depends on your installation and on the current month and has to be adapted accordingly.

That's it. If you call the menu item »Open today's outline« in the OPML editor the OPML file gets opened and you can edit it as you wish. Using the function dotOpmlSuite.folderWatcher.getFilesChangedSince I transfered the file to my Mac at home and edited it there as well.
One disadvantage: There is no Mac OS X version of Bonsai's desktop application.
|