To change some options initialized parameters, you cade add attribute to input with CamelCase to dash convertion.
Ex:
maximumLenghtTag = 3
-> data-maximum-length-tag = 3
The general recommendation is no. The vendor directory (or wherever your
dependencies are installed) should be added to .gitignore
/svn:ignore
/etc.
Copy all files into the '/maintenance' subfolder or whatever you like (this simplifies the use of .htaccess)
Copy actual .htaccess to .htaccess-ON
Create new .htaccess-OFF with the follow contents:
grep -iv "</body>" downloads/html/site/page1.html | grep -iv "</html>" | grep -iv "</HTML>" | grep -iv "</BODY>" > downloads/html/site/all.html
grep -iv "</body>" downloads/html/site/page2.html | grep -iv "</html>" | grep -iv "</HTML>" | grep -iv "</BODY>" >> downloads/html/site/all.html
grep -iv "</body>" downloads/html/site/page3.html | grep -iv "</html>" | grep -iv "</HTML>" | grep -iv "</BODY>" >> downloads/html/site/all.html
#..repeat as long as neccessary..
echo "
// Chamando o aviso
$script = new TElement('script');
$script->type = 'text/javascript';
$script->add('$.blockUI({ message: "", fadeIn: 0, fadeOut: 0, css: { border: "none", top: "100px", left: 0, maxWidth: "300px", width: "inherit", padding: "15px", backgroundColor: "#000", "border-radius": "5px 5px 5px 5px", opacity: .5, color: "#fff" } });');
parent::add($script);