Skip to content
totakke edited this page Dec 14, 2012 · 12 revisions

Version 1.1.1 was released!

History

  • 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

Install manual

Update manual

Screenshots

Screenshot of the top page

Screenshot of a detail page

Develop Davdav

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.