This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
71 lines (53 loc) · 1.97 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
TO-DO:
Look
----------
* Full "screen" mode (hide navigation panels)
* Hide/show controls depending on mode
* Events. Event are not stored in SQLite, only XML in iPhoto 8.1.
* Background setting black-white
* Onscreen keystrokes help
* Long album names wrap into next line - cut names o fit panel
* add CSS for iPhone (whole new sub-project?)
Navigation
----------
* Navigation in album thumbs mode is inconsistent: click on albums shows
album photo thummbs, click on flders: does nothing.
* Keys navigation in left side panel:
- left/right key on folder should close/expand folder instead on
moving up down
- when folder is highligted in left panel: all abums in the folder
should become selected.
Controls:
----------
* Slideshow controls: stop, pause, forward, speed selection
* On-screen controls (transparent auto-hide) for slideshows
and "full-screen" mode
* Thumb size
* Next/Prev buttons in albumThumb mode
FIX:
* Remove ugly references up "../" for all photos and thumbnails. Now
index.html is located in wiphoto/ dir, so need to go upo one
directory for imgage URL. Ugly.
Installation
------------
* chmod on directories with photos and all under wiphoto.
When run wiphoto from web server need to set peromititons on
directories, so that wiphoto data and photo files are readable by web
server. This is a secutory issue as need to make all files world
readdable. Need to find better solution.
chmod a+rx -R wiphoto/
chmod a+rx -R Data
chmod a+rx Data
chmod a+rx -R Data
chmod a+rx -R Modified/
* What's the difference between Data and Data.noindex? Din not work on
another installation of iPhoto, where Data wa not directory but file
with path to Data.noindex in it. Fixed by remowing Data.noindex file
and creating symlink.
Done
-----
* Nestes albums [as of v0.2]
* Paging for large albums - photo album with ~500 photos generates
'Slow script' warning. (done 7/12/'09)
* Slide-show - done,
* toggle() (slideshow pause/continue) -- done 7/12/'09