+ When adding a new year you need to modify all the index.php3 in all the year directories manually (groan) + Make sure that the new year directory is world-writable ! + Also update the index pages manually in French and in English + Examples of useful sql commands: If you forgot to add your url, or you want to change one update personnes set url='http://www.inria.fr/reves/Nicolas.Tsingos' where nom="Tsingos" If you screwed up, and you need to remove a publication. First check: select * from publis where title = "Silly Title" +-----+-------------+ | cle | title | +-----+-------------+ | 234 | Silly Title | +-----+-------------+ 1 row in set (0.00 sec) Then delete it delete from publis where publis.cle="235"