mxml/www/data/makedb
Michael R Sweet 207588f1c2 Articles page with search.
Add format_text() function to convert from plain text to HTML.

Drop FAQ page, the articles page will do it.
2004-05-18 19:58:35 +00:00

13 lines
162 B
Bash
Executable File

#!/bin/sh
if test -f mxml.db; then
rm -f mxml.db.old
mv mxml.db mxml.db.old
fi
sqlite mxml.db <mxml.sql
chmod 775 .
chmod 664 mxml.db
chgrp apache . mxml.db