83 lines
2.8 KiB
Plaintext
83 lines
2.8 KiB
Plaintext
@unexec if cmp -s %D/%%WWWDIR%%/config.php %D/%%WWWDIR%%/config.php.sample; then rm -f %D/%%WWWDIR%%/config.php; else %%ECHO_MSG%% "===> Customized %D/%%WWWDIR%%/config.php has not been removed"; fi
|
|
%%WWWDIR%%/config.php.sample
|
|
@exec if [ ! -f %D/%%WWWDIR%%/config.php ] ; then cp -p %D/%F %B/config.php; fi
|
|
%%WWWDIR%%/index.php
|
|
%%WWWDIR%%/lang/ar.php
|
|
%%WWWDIR%%/lang/cs.php
|
|
%%WWWDIR%%/lang/de-ch.php
|
|
%%WWWDIR%%/lang/de.php
|
|
%%WWWDIR%%/lang/en.php
|
|
%%WWWDIR%%/lang/eo.php
|
|
%%WWWDIR%%/lang/es.php
|
|
%%WWWDIR%%/lang/et.php
|
|
%%WWWDIR%%/lang/fi.php
|
|
%%WWWDIR%%/lang/fr.php
|
|
%%WWWDIR%%/lang/he.php
|
|
%%WWWDIR%%/lang/hr.php
|
|
%%WWWDIR%%/lang/hu.php
|
|
%%WWWDIR%%/lang/it.php
|
|
%%WWWDIR%%/lang/nl.php
|
|
%%WWWDIR%%/lang/pt-br.php
|
|
%%WWWDIR%%/lang/pt.php
|
|
%%WWWDIR%%/lang/ru.php
|
|
%%WWWDIR%%/lang/sk.php
|
|
%%WWWDIR%%/lang/uk.php
|
|
%%WWWDIR%%/lang/zh-simp.php
|
|
%%WWWDIR%%/lang/zh-tw.php
|
|
%%WWWDIR%%/plugins/AjaxEditing/ajax.js
|
|
%%WWWDIR%%/plugins/AjaxEditing/template.html
|
|
%%WWWDIR%%/plugins/BetterEditor/bettereditor.js
|
|
%%WWWDIR%%/plugins/Captcha/cs_questions.txt
|
|
%%WWWDIR%%/plugins/Captcha/en_questions.txt
|
|
%%WWWDIR%%/plugins/Comments/comments.css
|
|
%%WWWDIR%%/plugins/Comments/comments.js
|
|
%%WWWDIR%%/plugins/Comments/template.html
|
|
%%WWWDIR%%/plugins/InlineDiff/diff.php
|
|
%%WWWDIR%%/plugins/InlineDiff/inline.php
|
|
%%WWWDIR%%/plugins/InlineDiff/native.php
|
|
%%WWWDIR%%/plugins/InlineDiff/renderer.php
|
|
%%WWWDIR%%/plugins/LatexImg/class.latexrender.php
|
|
%%WWWDIR%%/plugins/LatexImg/config.php
|
|
%%WWWDIR%%/plugins/LatexImg/LatexImg.css
|
|
%%WWWDIR%%/plugins/LatexImg/README
|
|
%%WWWDIR%%/plugins/Menu/default.html
|
|
%%WWWDIR%%/plugins/wkp_Admin.php
|
|
%%WWWDIR%%/plugins/wkp_AjaxEditing.php
|
|
%%WWWDIR%%/plugins/wkp_BetterEditor.php
|
|
%%WWWDIR%%/plugins/wkp_Captcha.php
|
|
%%WWWDIR%%/plugins/wkp_Comments.php
|
|
%%WWWDIR%%/plugins/wkp_Footnotes.php
|
|
%%WWWDIR%%/plugins/wkp_ImageExt.php
|
|
%%WWWDIR%%/plugins/wkp_Index.php
|
|
%%WWWDIR%%/plugins/wkp_InlineDiff.php
|
|
%%WWWDIR%%/plugins/wkp_LatexImg.php
|
|
%%WWWDIR%%/plugins/wkp_ListPlugins.php
|
|
%%WWWDIR%%/plugins/wkp_Menu.php
|
|
%%WWWDIR%%/plugins/wkp_Meta.php
|
|
%%WWWDIR%%/plugins/wkp_PageVersions.php
|
|
%%WWWDIR%%/plugins/wkp_RenameFix.php
|
|
%%WWWDIR%%/plugins/wkp_RSS.php
|
|
%%WWWDIR%%/plugins/wkp_SelectLanguage.php
|
|
%%WWWDIR%%/plugins/wkp_SelectTemplate.php
|
|
%%WWWDIR%%/plugins/wkp_Tables.php
|
|
%%WWWDIR%%/plugins/wkp_Tags.php
|
|
%%WWWDIR%%/plugins/wkp_WhatLinksHere.php
|
|
%%WWWDIR%%/templates/dandelion.html
|
|
%%WWWDIR%%/templates/minimal.html
|
|
%%WWWDIR%%/templates/print.html
|
|
%%WWWDIR%%/templates/red.html
|
|
%%WWWDIR%%/templates/terminal.html
|
|
%%WWWDIR%%/templates/wikiss.html
|
|
@dirrm %%WWWDIR%%/var
|
|
@dirrm %%WWWDIR%%/templates
|
|
@dirrm %%WWWDIR%%/plugins/Menu
|
|
@dirrm %%WWWDIR%%/plugins/LatexImg
|
|
@dirrm %%WWWDIR%%/plugins/InlineDiff
|
|
@dirrm %%WWWDIR%%/plugins/Comments
|
|
@dirrm %%WWWDIR%%/plugins/Captcha
|
|
@dirrm %%WWWDIR%%/plugins/BetterEditor
|
|
@dirrm %%WWWDIR%%/plugins/AjaxEditing
|
|
@dirrm %%WWWDIR%%/plugins
|
|
@dirrm %%WWWDIR%%/lang
|
|
@dirrmtry %%WWWDIR%%
|