X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=MANIFEST;h=692bd8dae5abfc6ce283c8c72746449866fa26a1;hb=98edb36ad023334bc396178e83829ae853224b7e;hp=dc0f32a04aa3b40ac651561fd0c1b531b24555ad;hpb=3062d573a7617339324c23cdd4755f8f04956b92;p=cocanwiki.git diff --git a/MANIFEST b/MANIFEST index dc0f32a..692bd8d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -9,11 +9,14 @@ conf/cocanwiki.conf html/_bin/.cvsignore html/_css/admin.css html/_css/create.css +html/_css/easyweb.css html/_css/editor.css html/_css/files.css html/_css/images.css +html/_css/login.css html/_css/markup.css html/_css/standard.css +html/_css/users.css html/_graphics/.cvsignore html/_graphics/arrow-down.png html/_graphics/arrow-up.png @@ -25,11 +28,13 @@ html/_graphics/mailto.png html/_graphics/markup-preview.png html/_graphics/newpage.png html/_graphics/ok.png +html/_graphics/tick.png html/_js/editor.js html/_static/markup.html html/robots.txt scripts/.cvsignore scripts/.depend +scripts/00-TEMPLATE.ml scripts/Makefile scripts/admin/.cvsignore scripts/admin/admin.ml @@ -44,10 +49,20 @@ scripts/admin/edit_hostnames_form.ml scripts/admin/host.ml scripts/cgi_expires.ml scripts/cocanwiki.ml +scripts/cocanwiki_date.ml scripts/cocanwiki_diff.ml scripts/cocanwiki_emailnotify.ml +scripts/cocanwiki_files.ml +scripts/cocanwiki_images.ml +scripts/cocanwiki_images.mli scripts/cocanwiki_ok.ml +scripts/cocanwiki_strings.ml +scripts/cocanwiki_template.ml +scripts/cocanwiki_template.mli scripts/cocanwiki_version.ml.in +scripts/contact.ml +scripts/contact_show.ml +scripts/contacts.ml scripts/create.ml scripts/create_form.ml scripts/delete_file.ml @@ -58,14 +73,20 @@ scripts/diff.ml scripts/edit.ml scripts/edit_page_css.ml scripts/edit_page_css_form.ml +scripts/edit_sitemenu.ml +scripts/edit_user.ml +scripts/edit_user_form.ml scripts/file.ml scripts/files.ml +scripts/forgot_password.ml +scripts/forgot_password_form.ml scripts/history.ml scripts/hoststyle.ml scripts/image.ml scripts/images.ml -scripts/merjisforwiki.ml -scripts/merjisforwiki.mli +scripts/login.ml +scripts/login_form.ml +scripts/logout.ml scripts/page.ml scripts/pagestyle.ml scripts/preview.ml @@ -73,6 +94,7 @@ scripts/recent.ml scripts/restore.ml scripts/restore_form.ml scripts/search.ml +scripts/signup.ml scripts/sitemap.ml scripts/undelete_file.ml scripts/undelete_file_form.ml @@ -82,14 +104,19 @@ scripts/upload_file.ml scripts/upload_file_form.ml scripts/upload_image.ml scripts/upload_image_form.ml +scripts/users.ml scripts/wikilib.ml scripts/wikilib.mli +templates/00-TEMPLATE.html templates/admin/admin.html templates/admin/create_host_form.html templates/admin/edit_emails_form.html templates/admin/edit_host_css_form.html templates/admin/edit_hostnames_form.html templates/admin/host.html +templates/contact.txt +templates/contact_show.html +templates/contacts.html templates/create_form.html templates/delete_file_form.html templates/delete_image_form.html @@ -97,9 +124,13 @@ templates/diff.html templates/edit.html templates/edit_conflict.html templates/edit_page_css_form.html +templates/edit_sitemenu.html +templates/edit_user_form.html templates/files.html +templates/forgot_password_form.html templates/history.html templates/images.html +templates/login_form.html templates/ok_error.html templates/page.html templates/page_404.html @@ -110,3 +141,4 @@ templates/undelete_file_form.html templates/undelete_image_form.html templates/upload_file_form.html templates/upload_image_form.html +templates/users.html