The "component 'aw not found" error is from (compute-public-files-path 'aw) failing since I didn't do a defsystem in the previous lisp paste.
New (working) paste: http://paste.lisp.org/display/91212 You'll still need to place a dummy .asd file in the same directory in order for the "(compute-public-files-path 'aw)" to work. (Alternatively you can use a dummy .asd file with the old paste) The photos need to placed in a directory relative to the public files path like so: If (compute-public-files-path 'aw) is: /home/you/workspace/weblocks/aw/pub. Then put sample photos in: /home/you/workspace/weblocks/aw/pub/images/photos When there are photos you should see a directory layout similar to the following (all depends on the CSS really): http://imgur.com/N8FXG.png Upon clicking a file (that is an image) it should show up: http://imgur.com/P5wEG.jpg Now if you place 50+ sample images in a given folder you should see a timeout when attempting to "open" it. BTW the relevant css file I'm using can be had here: http://paste.lisp.org/display/91211 -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
