-
Notifications
You must be signed in to change notification settings - Fork 1
Home
totakke edited this page Dec 14, 2012
·
12 revisions
Version 1.1.1 was released!
- Dec. 14, 2012 - Version 1.1.1 was released
- Add a function to change pictures by keyboard
- Fix bugs
- Nov. 23, 2012 - Version 1.1.0 was released
- Add a function to make image unvisible
- Add authentication function
- Modify CSS
- Sep. 21, 2012 - Version 1.0.1 was released
- Fix a bug about paging
- Sep. 18, 2012 - Version 1.0.0 was released
Download testing resources.
Decompress the zip file and move test
directory to app/static/
like the following:
$ mv ~/downloads/test app/static
Generate thumgnail images.
$ cd tool
$ python gen_thumb.py
Launch a server.
$ cd app
$ python app.py
Open http://localhost:5000/
in a web browser.