[Off Topic] NetNewsWire 4: Send To Papers

You can create a new “Send To Papers“ item in the Share menu in NetNewsWire Lite 4.
All you need is to create a file named SendToApps.plist in ~/Library/Application Support/NetNewsWire Lite with the following text inside:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Papers</key>
<dict>
<key>URLTemplate</key>
<string>papers://url/[[url]]</string>
<key>BundleID</key>
<string>com.mekentosj.papers</string>
</dict>
</dict>
</plist>

If you want, I create one that can be downloaded here:
www.cortig.net/temp/…

Corentin