Updated MANIFEST.
Bumped release no.
html/_css/markup.css
html/_css/standard.css
html/_css/users.css
+html/_css/visualise_links.css
html/_graphics/.cvsignore
html/_graphics/arrow-down.png
html/_graphics/arrow-up.png
html/_graphics/tick.png
html/_graphics/xml.png
html/_js/editor.js
+html/_js/visualise_links.js
+html/_js/wz_jsgraphics.js
html/_static/markup.html
html/robots.txt
scripts/.cvsignore
scripts/upload_image.ml
scripts/upload_image_form.ml
scripts/users.ml
+scripts/visualise_links.ml
scripts/what_links_here.ml
scripts/wikilib.ml
scripts/wikilib.mli
templates/upload_file_form.html
templates/upload_image_form.html
templates/users.html
+templates/visualise_links.html
templates/what_links_here.html
\ No newline at end of file
-# $Id: Makefile,v 1.8 2004/09/26 17:49:46 rich Exp $
+# $Id: Makefile,v 1.9 2004/09/29 15:03:10 rich Exp $
include Makefile.config
find \( -name '*~' -o -name core \) -a -exec rm {} \;
$(MAKE) -C scripts clean
+FIXED_TABLES := themes
+
cocanwiki.sql:
pg_dump --no-owner -i -s cocanwiki > $@
+ for table in $(FIXED_TABLES); do \
+ pg_dump --no-owner -i -a -t $$table cocanwiki >> $@; \
+ done
dist:
$(MAKE) check-manifest
COMMENT ON TABLE server_settings IS 'This table contains global settings for the server. There should be only one row in this table. If you modify any setting, you must restart the webserver for the change to take effect. The "version" field is intended to be some sort of database version, but is currently unused.';
+--
+-- PostgreSQL database dump
+--
+
+SET client_encoding = 'UNICODE';
+SET check_function_bodies = false;
+
+SET search_path = public, pg_catalog;
+
+--
+-- Data for TOC entry 2 (OID 543499)
+-- Name: themes; Type: TABLE DATA; Schema: public; Owner: rich
+--
+
+COPY themes (theme_css, name, description) FROM stdin;
+/_css/easyweb.css Merjis Easy Web Marketing This is the easy web marketing stylesheet developed by Merjis Ltd. Please see http://www.merjis.com/
+\.
+
+
-cocanwiki (1.1.2-2) unstable; urgency=low
+cocanwiki (1.1.2-3) unstable; urgency=low
* Initial Release.