PDA

View Full Version : examples, user docs etc


philw
31st of October 2002 (Thu), 04:01
Hi Guys,

Ok, I like the way Pekka uses his engine here, but I would like to use theh base functionality but with a fairly radically different presentation. Mostly I'd want to avoid giving all the Exif information and the technical stuff... I was thinking of using the engine just as a photo library manager, possibly with a view to selling images from the library (if I do it, I'll certainly pay for the priviledge).

So, can anyone post any examples of sites which use this engine but which use it in different ways; styles which look different from Pekka's (which I like but which isn't what I need)?

Second, is there anywhere here any documentation on what I have to do to integrate this with my web pages? Certainly I can install it, but what do I actually put into my (XHTML1.0) pages to pull up the bits and pieces. I guess there's a document on this somewhere but I'm afraid I can't find it.

thanks in advance

t
Phil

Pekka
31st of October 2002 (Thu), 04:48
philw wrote:

Second, is there anywhere here any documentation on what I have to do to integrate this with my web pages? Certainly I can install it, but what do I actually put into my (XHTML1.0) pages to pull up the bits and pieces. I guess there's a document on this somewhere but I'm afraid I can't find it.


Hi Phil,

EE lives happily inside a frame and you can of course use header and footer.php to build anything around it. But EE does not directly give you code blocks of data (like thumb listing, big photo) which you can insert into your pages. Of course all elements of those functionalities are the in the code, but not in a form you could easily grab, reuse and reform.

PS. EE is not XHTML 1.0 strict code, if that's what you require on your site.