Created 12 Apr 2001 at 19:35 UTC by wsanchez, last modified 25 Feb 2004 at 02:08 UTC by wsanchez.
Notes:
DropScript is a little Cocoa application (for Mac OS X) that lets you drop any program onto it which takes files as command line arguments and creates a new application from that program. Generally, these programs are scripts written in sh, perl, etc. So you can now write a shell script like so:
#!/bin/sh
gzip -9 "$@"
Then call the script "GZip.sh", drop that file onto DropScript, and out pops DropGZip.app next to GZip.sh. When you drop files onto DropGZip, it compresses the files for you.
License: APSL
This project has the following developers:
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!