diff --git a/gridworks b/gridworks index 0395bb3ef..f46a4c8d8 100755 --- a/gridworks +++ b/gridworks @@ -147,14 +147,14 @@ make_dmg() { set current view of container window to icon view set toolbar visible of container window to false set statusbar visible of container window to false - set the bounds of container window to {200, 100, 945, 461} + set the bounds of container window to {200, 100, 760, 460} set theViewOptions to the icon view options of container window set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 100 set background picture of theViewOptions to file ".background:'dmg_background.png'" make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"} - set position of item "'Gridworks'" of container window to {450, 150} - set position of item "Applications" of container window to {600, 150} + set position of item "'Gridworks'" of container window to {170, 175} + set position of item "Applications" of container window to {380, 175} close open update without registering applications diff --git a/src/graphics/dmg_background/dmg_background.png b/src/graphics/dmg_background/dmg_background.png index aff1485f4..0eb4a9c65 100644 Binary files a/src/graphics/dmg_background/dmg_background.png and b/src/graphics/dmg_background/dmg_background.png differ diff --git a/src/graphics/dmg_background/dmg_background.psd b/src/graphics/dmg_background/dmg_background.psd new file mode 100644 index 000000000..1eb052a5e Binary files /dev/null and b/src/graphics/dmg_background/dmg_background.psd differ diff --git a/src/site/gridworks.png b/src/site/gridworks.png new file mode 100644 index 000000000..ad52b458f Binary files /dev/null and b/src/site/gridworks.png differ diff --git a/src/site/index.html b/src/site/index.html new file mode 100644 index 000000000..4dcdd0ad4 --- /dev/null +++ b/src/site/index.html @@ -0,0 +1,124 @@ + + + Gridworks + + +
+

Gridworks

+ +

Requires: Java 6. Data formats supported: TSV, CSV, Excel.

+ + + + + + + + + +
+

Others

+

Check out the source code +

svn co https://svn.metaweb.com/svn/SANDBOX/david/gridworks/trunk gridworks
+

+

Then inside the gridworks directory, run +

./gridworks run
+

+
+
+ \ No newline at end of file