LDP/LDP/lampadas/database
david 337e67859a Add new navigation bar for document pages, made up of icon box + tabs.
Integrated search screen with doctable, for incremental searching.
You can now go back and forth between compact and expanded doctables.
New statistics on lintadas run times.
Only error-checked docs can be mirrored.
URLParse now defaults to EN if the url doesn't say.
Publisher accepts URLParse's EN if there's no referer. Closes #91082.
Add collection, layout, short_title to search form.
2002-08-28 16:40:34 +00:00
..
tables Add new navigation bar for document pages, made up of icon box + tabs. 2002-08-28 16:40:34 +00:00
Makefile install scripts in the right places (pending move to /opt) 2002-06-19 23:56:29 +00:00
README update README to match new structure 2002-05-27 21:35:30 +00:00

README

These are the database table scripts for Lampadas:


DIRECTORY LAYOUT

tables/TABLE_NAME     

	one directory per table
	
tables/TABLE_NAME/{create,insert,indexes,permissions}.sql

        "methods" to create table, indexes and permissions and initialize it
	(insert script)

defaults/

	default content for tables

defaults/TABLE_NAME/insert.sql

	script to insert default content into table