https://github.com/devinus/fotofoo
SproutCore foto foolery
https://github.com/devinus/fotofoo
Last synced: about 1 year ago
JSON representation
SproutCore foto foolery
- Host: GitHub
- URL: https://github.com/devinus/fotofoo
- Owner: devinus
- Created: 2010-04-08T22:36:17.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-09T05:03:48.000Z (about 16 years ago)
- Last Synced: 2025-03-18T03:45:54.977Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://github.com/devinus/fotofoo
- Size: 867 KB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fotofoo - SproutCore foto foolery
=================================
## Installing
$ git clone git://github.com/devinus/fotofoo.git
$ cd fotofoo
$ git submodule init
$ git submodule update
## Running
$ sudo port install GraphicsMagick # or apt-get
$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
$ sudo make install
$ cd /path/to/fotofoo
# cd server
$ node fotofoo.js
Then, in a new console:
$ cd /path/to/fotofoo
$ sc-server
## Viewing
Now navigate your web browser to `http://127.0.0.1:4020/fotofoo`
## TODO
- Dragging and dropping of folders (commented out for now)
- Deleting folders/files (already have this in an older internal revision)
- Warn when file by the same name already exists in destination folder
- More image manipulation features, such as cropping