Menu

Tree [r43] /
 History

HTTPS access


File Date Author Commit
 LICENSE 2007-01-22 zavie [r11] Upload pictures; reorder chapters and parts
 README 2007-01-22 zavie [r11] Upload pictures; reorder chapters and parts
 TODO 2007-04-22 zavie [r43] Code cleanup and links to translation (in progr...
 add_illustration.php 2007-02-21 zavie [r28] Added security check on GET variables
 admin_tools.php 2007-04-22 zavie [r43] Code cleanup and links to translation (in progr...
 blackandwhite.css 2007-04-17 zavie [r40] Tags listed in chapters
 connect.php 2007-01-27 zavie [r14] Added GD support.
 edit_album.php 2007-02-21 zavie [r28] Added security check on GET variables
 edit_chapter.php 2007-04-17 zavie [r39] Corrected tag over chapter (not fully tested)
 edit_part.php 2007-04-17 zavie [r41] Remove illustration from part
 edit_picture.php 2007-04-16 zavie [r35] Tag can be removed
 illustrated.sql 2007-01-26 zavie [r12] Corrected SQL: table tag was missing
 index.php 2007-04-22 zavie [r43] Code cleanup and links to translation (in progr...
 marine.css 2007-04-17 zavie [r40] Tags listed in chapters
 new_album.php 2007-01-28 zavie [r20] Added classes and div
 new_chapter.php 2007-02-21 zavie [r28] Added security check on GET variables
 new_part.php 2007-02-21 zavie [r28] Added security check on GET variables
 render.php 2007-04-22 zavie [r43] Code cleanup and links to translation (in progr...

Read Me

Welcome to Illustrated, a web picture gallery.

Illustrated is aiming to provide a way to share picture and photos in
a structured way. Therefore just like most other web gallery, a title
and a description can be added to each photo. But pictures can also be
presented as groups within chapters, where they illustrate the text.


Installation
============

Illustrated should work on any system as long as PHP, MySQL and
ImageMagick are present. Since it is still at an early development
stage, it does not include yet a guided installation, so will have to
set it up by hand. This is quite simple though.

Edit the connect.php file, then just upload all php files in a
directory of your web space, and create a directory called "pictures"
with permissions for writing..

Create the database. To do so, if you have access to a command line,
just run the following line with your MySQL login and password.
mysql -ulogin -ppassword < illustrated.sql

If you have access to a phpMyAdmin interface, you can use it to import
the file. Just pay attention to the maximum file size.

At last, if you do not have other option left, you can write a php
script to build the database. I will write one later.


How to use it
=============

Once correctly installated, go to the page new_album.php. Pages
allowing to do modifications are not referenced while you are not
logged, therefore you will have to type it in the address bar.

Once your album is created, you can add chapters, parts, and pictures
in those parts. Just try playing arround: much is still to be
implemented but it should be quite simple to use. Illustrated is just
a new born so pleased be soft with its unfinished-ness. ;-)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.