Moved to merjis/tools/wiki.
authorrich <rich>
Tue, 7 Sep 2004 10:14:07 +0000 (10:14 +0000)
committerrich <rich>
Tue, 7 Sep 2004 10:14:07 +0000 (10:14 +0000)
commit3062d573a7617339324c23cdd4755f8f04956b92
tree3882a332828c4e720ad9f99adce67f5438bddeb3
Moved to merjis/tools/wiki.
119 files changed:
.cvsignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.config [new file with mode: 0644]
README [new file with mode: 0644]
cocanwiki.sql [new file with mode: 0644]
conf/cocanwiki.conf [new file with mode: 0644]
debian/.cvsignore [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
html/_bin/.cvsignore [new file with mode: 0644]
html/_css/admin.css [new file with mode: 0644]
html/_css/create.css [new file with mode: 0644]
html/_css/editor.css [new file with mode: 0644]
html/_css/files.css [new file with mode: 0644]
html/_css/images.css [new file with mode: 0644]
html/_css/markup.css [new file with mode: 0644]
html/_css/standard.css [new file with mode: 0644]
html/_graphics/.cvsignore [new file with mode: 0644]
html/_graphics/arrow-down.png [new file with mode: 0644]
html/_graphics/arrow-up.png [new file with mode: 0644]
html/_graphics/cross.png [new file with mode: 0644]
html/_graphics/error.png [new file with mode: 0644]
html/_graphics/external.png [new file with mode: 0644]
html/_graphics/file.png [new file with mode: 0644]
html/_graphics/mailto.png [new file with mode: 0644]
html/_graphics/markup-preview.png [new file with mode: 0644]
html/_graphics/newpage.png [new file with mode: 0644]
html/_graphics/ok.png [new file with mode: 0644]
html/_js/editor.js [new file with mode: 0644]
html/_static/markup.html [new file with mode: 0644]
html/robots.txt [new file with mode: 0644]
scripts/.cvsignore [new file with mode: 0644]
scripts/.depend [new file with mode: 0644]
scripts/Makefile [new file with mode: 0644]
scripts/admin/.cvsignore [new file with mode: 0644]
scripts/admin/admin.ml [new file with mode: 0644]
scripts/admin/create_host.ml [new file with mode: 0644]
scripts/admin/create_host_form.ml [new file with mode: 0644]
scripts/admin/edit_emails.ml [new file with mode: 0644]
scripts/admin/edit_emails_form.ml [new file with mode: 0644]
scripts/admin/edit_host_css.ml [new file with mode: 0644]
scripts/admin/edit_host_css_form.ml [new file with mode: 0644]
scripts/admin/edit_hostnames.ml [new file with mode: 0644]
scripts/admin/edit_hostnames_form.ml [new file with mode: 0644]
scripts/admin/host.ml [new file with mode: 0644]
scripts/cgi_expires.ml [new file with mode: 0644]
scripts/cocanwiki.ml [new file with mode: 0644]
scripts/cocanwiki_diff.ml [new file with mode: 0644]
scripts/cocanwiki_emailnotify.ml [new file with mode: 0644]
scripts/cocanwiki_ok.ml [new file with mode: 0644]
scripts/cocanwiki_version.ml.in [new file with mode: 0644]
scripts/create.ml [new file with mode: 0644]
scripts/create_form.ml [new file with mode: 0644]
scripts/delete_file.ml [new file with mode: 0644]
scripts/delete_file_form.ml [new file with mode: 0644]
scripts/delete_image.ml [new file with mode: 0644]
scripts/delete_image_form.ml [new file with mode: 0644]
scripts/diff.ml [new file with mode: 0644]
scripts/edit.ml [new file with mode: 0644]
scripts/edit_page_css.ml [new file with mode: 0644]
scripts/edit_page_css_form.ml [new file with mode: 0644]
scripts/file.ml [new file with mode: 0644]
scripts/files.ml [new file with mode: 0644]
scripts/history.ml [new file with mode: 0644]
scripts/hoststyle.ml [new file with mode: 0644]
scripts/image.ml [new file with mode: 0644]
scripts/images.ml [new file with mode: 0644]
scripts/merjisforwiki.ml [new file with mode: 0644]
scripts/merjisforwiki.mli [new file with mode: 0644]
scripts/page.ml [new file with mode: 0644]
scripts/pagestyle.ml [new file with mode: 0644]
scripts/preview.ml [new file with mode: 0644]
scripts/recent.ml [new file with mode: 0644]
scripts/restore.ml [new file with mode: 0644]
scripts/restore_form.ml [new file with mode: 0644]
scripts/search.ml [new file with mode: 0644]
scripts/sitemap.ml [new file with mode: 0644]
scripts/undelete_file.ml [new file with mode: 0644]
scripts/undelete_file_form.ml [new file with mode: 0644]
scripts/undelete_image.ml [new file with mode: 0644]
scripts/undelete_image_form.ml [new file with mode: 0644]
scripts/upload_file.ml [new file with mode: 0644]
scripts/upload_file_form.ml [new file with mode: 0644]
scripts/upload_image.ml [new file with mode: 0644]
scripts/upload_image_form.ml [new file with mode: 0644]
scripts/wikilib.ml [new file with mode: 0644]
scripts/wikilib.mli [new file with mode: 0644]
templates/admin/admin.html [new file with mode: 0644]
templates/admin/create_host_form.html [new file with mode: 0644]
templates/admin/edit_emails_form.html [new file with mode: 0644]
templates/admin/edit_host_css_form.html [new file with mode: 0644]
templates/admin/edit_hostnames_form.html [new file with mode: 0644]
templates/admin/host.html [new file with mode: 0644]
templates/create_form.html [new file with mode: 0644]
templates/delete_file_form.html [new file with mode: 0644]
templates/delete_image_form.html [new file with mode: 0644]
templates/diff.html [new file with mode: 0644]
templates/edit.html [new file with mode: 0644]
templates/edit_conflict.html [new file with mode: 0644]
templates/edit_page_css_form.html [new file with mode: 0644]
templates/files.html [new file with mode: 0644]
templates/history.html [new file with mode: 0644]
templates/images.html [new file with mode: 0644]
templates/ok_error.html [new file with mode: 0644]
templates/page.html [new file with mode: 0644]
templates/page_404.html [new file with mode: 0644]
templates/recent.html [new file with mode: 0644]
templates/restore_form.html [new file with mode: 0644]
templates/sitemap.html [new file with mode: 0644]
templates/undelete_file_form.html [new file with mode: 0644]
templates/undelete_image_form.html [new file with mode: 0644]
templates/upload_file_form.html [new file with mode: 0644]
templates/upload_image_form.html [new file with mode: 0644]