initial setup of soolocks
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Jun 2014 14:01:09 +0000 (10:01 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 6 Jun 2014 14:01:09 +0000 (10:01 -0400)
commit70aec97a89c02f703acb70c9073bd0b7b87f629c
treeb023e4714783241c68c3db9c745a02fa0ba28930
initial setup of soolocks
345 files changed:
.htaccess [new file with mode: 0644]
Toolkit/BaseControllerAbstract.php [new file with mode: 0644]
Toolkit/BreadCrumbsFactory.php [new file with mode: 0644]
Toolkit/CKImages/Connector.php [new file with mode: 0644]
Toolkit/CKImages/Database/Import.php [new file with mode: 0755]
Toolkit/CKImages/Database/application.sql [new file with mode: 0644]
Toolkit/CKImages/Database/data/applicationData.sql [new file with mode: 0644]
Toolkit/CKImages/Database/importHtImages.php [new file with mode: 0755]
Toolkit/CKImages/Database/phpImageEditorUpdates.sql [new file with mode: 0644]
Toolkit/CKImages/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/CKImages/Database/tables/ckeditor_folders.sql [new file with mode: 0644]
Toolkit/CKImages/Database/tables/ckeditor_images.sql [new file with mode: 0644]
Toolkit/CKImages/Exception.php [new file with mode: 0644]
Toolkit/CKImages/Factory.php [new file with mode: 0644]
Toolkit/CKImages/Folders.php [new file with mode: 0644]
Toolkit/CKImages/ImageUpdater.php [new file with mode: 0644]
Toolkit/CKImages/assets/.keepme [new file with mode: 0644]
Toolkit/CKImages/assets/night-fate-stock2.jpg [new file with mode: 0755]
Toolkit/CKImages/browser.php [new file with mode: 0644]
Toolkit/CKImages/controller.php [new file with mode: 0644]
Toolkit/CKImages/imageFetch.php [new file with mode: 0644]
Toolkit/CKImages/libjs/image_selector.js [new file with mode: 0644]
Toolkit/CKImages/styles.css [new file with mode: 0755]
Toolkit/CKImages/templates/thumbnails.html [new file with mode: 0755]
Toolkit/Common.php [new file with mode: 0644]
Toolkit/Database.php [new file with mode: 0644]
Toolkit/FileServer/AdapterAbstract.php [new file with mode: 0644]
Toolkit/FileServer/Exception.php [new file with mode: 0644]
Toolkit/FileServer/FileAdapter.php [new file with mode: 0644]
Toolkit/FileServer/ImageAdapter.php [new file with mode: 0644]
Toolkit/FileServer/Mock/ImageAdapter.php [new file with mode: 0644]
Toolkit/Form.php [new file with mode: 0644]
Toolkit/FormBuilder.php [new file with mode: 0644]
Toolkit/Forms/Rules/Date.php [new file with mode: 0644]
Toolkit/Forms/Rules/Image.php [new file with mode: 0644]
Toolkit/Forms/Rules/ShortUrl.php [new file with mode: 0644]
Toolkit/Forms/Rules/Url.php [new file with mode: 0644]
Toolkit/Forms/templates/tables/Element.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/Form.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/Group.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/GroupElement.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/Header.tpl [new file with mode: 0644]
Toolkit/Forms/templates/tables/RequiredNote.tpl [new file with mode: 0644]
Toolkit/IController.php [new file with mode: 0644]
Toolkit/IMapper.php [new file with mode: 0644]
Toolkit/INavigation.php [new file with mode: 0644]
Toolkit/ITable.php [new file with mode: 0644]
Toolkit/Image/Converter.php [new file with mode: 0644]
Toolkit/Image/Server.php [new file with mode: 0755]
Toolkit/Logger.php [new file with mode: 0644]
Toolkit/NavigationAbstract.php [new file with mode: 0644]
Toolkit/NavigationFactoryAbstract.php [new file with mode: 0644]
Toolkit/PHPImageEditor/classes/phpimageeditor.php [new file with mode: 0644]
Toolkit/PHPImageEditor/config.php [new file with mode: 0644]
Toolkit/PHPImageEditor/css/jquery.jcrop.css [new file with mode: 0644]
Toolkit/PHPImageEditor/css/style.css [new file with mode: 0644]
Toolkit/PHPImageEditor/css/ui.resizable.css [new file with mode: 0644]
Toolkit/PHPImageEditor/css/ui.slider.css [new file with mode: 0644]
Toolkit/PHPImageEditor/images/crop_view.png [new file with mode: 0644]
Toolkit/PHPImageEditor/images/edit.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/empty.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/jcrop.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/slider_pointer.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/slider_track.gif [new file with mode: 0644]
Toolkit/PHPImageEditor/images/tab_body.png [new file with mode: 0644]
Toolkit/PHPImageEditor/images/tab_not_selected.png [new file with mode: 0644]
Toolkit/PHPImageEditor/images/tab_selected.png [new file with mode: 0644]
Toolkit/PHPImageEditor/includes/constants.php [new file with mode: 0644]
Toolkit/PHPImageEditor/includes/functions.php [new file with mode: 0644]
Toolkit/PHPImageEditor/index.php [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/effects.core.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/joomla_editimagelink.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/jquery-1.3.2.min.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/jquery.jcrop.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/jquery.numeric.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/phpimageeditor.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/ui.core.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/ui.resizable.js [new file with mode: 0644]
Toolkit/PHPImageEditor/javascript/ui.slider.js [new file with mode: 0644]
Toolkit/PHPImageEditor/language/en-GB/en-GB.com_admin.ini [new file with mode: 0644]
Toolkit/Page.php [new file with mode: 0755]
Toolkit/Registry.php [new file with mode: 0644]
Toolkit/Router.php [new file with mode: 0644]
Toolkit/ShortURL.php [new file with mode: 0755]
Toolkit/SiteMap.php [new file with mode: 0755]
Toolkit/SiteMapXml.php [new file with mode: 0644]
Toolkit/SortForm.php [new file with mode: 0644]
Toolkit/Table.php [new file with mode: 0644]
Toolkit/Template/BreadCrumbs.php [new file with mode: 0644]
Toolkit/Template/DraftBreadCrumbs.php [new file with mode: 0644]
Toolkit/Template/DraftController.php [new file with mode: 0644]
Toolkit/Template/Exception.php [new file with mode: 0644]
Toolkit/Template/Image/Factory.php [new file with mode: 0644]
Toolkit/Template/Image/ImageAbstract.php [new file with mode: 0644]
Toolkit/Template/Image/Left.php [new file with mode: 0644]
Toolkit/Template/Image/Null.php [new file with mode: 0644]
Toolkit/Template/Image/Right.php [new file with mode: 0644]
Toolkit/Template/IndexController.php [new file with mode: 0644]
Toolkit/Template/KeywordReplacement.php [new file with mode: 0644]
Toolkit/Template/Navigation/AllInOneSideNav.php [new file with mode: 0755]
Toolkit/Template/Navigation/Factory.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationAbstract.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationAllInOne.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationDynamic.php [new file with mode: 0644]
Toolkit/Template/Navigation/MainNavigationStatic.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeLastLi.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeLiId.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeSideNavTitle.php [new file with mode: 0644]
Toolkit/Template/Navigation/Renderer/DirectTreeUlId.php [new file with mode: 0644]
Toolkit/Template/Navigation/SideNavigation.php [new file with mode: 0644]
Toolkit/Template/Page.php [new file with mode: 0644]
Toolkit/Template/Page/Bad.php [new file with mode: 0644]
Toolkit/Template/Page/BodyFactory.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/Abstract.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/Factory.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/File.php [new file with mode: 0644]
Toolkit/Template/Page/FileLink/Image.php [new file with mode: 0644]
Toolkit/Template/Page/GLMSearch.php [new file with mode: 0644]
Toolkit/Template/Page/GoogleSearch.php [new file with mode: 0644]
Toolkit/Template/Page/IBody.php [new file with mode: 0644]
Toolkit/Template/Page/Member.php [new file with mode: 0644]
Toolkit/Template/Page/SiteMap.php [new file with mode: 0644]
Toolkit/Template/Page/Toolbox.php [new file with mode: 0644]
Toolkit/Template/PageControllerAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/BreadCrumbsAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/Database/addIncludeCoupons.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/addIncludeMembers.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/application.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/data/applicationData.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/check_pages_pos_consistency.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/check_paragraph_pos_consistency.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/delete_subtree.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/files_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/files_update.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/pages_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/pages_update.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/paragraphs_draft_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/paragraphs_pos.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/procedures/paragraphs_update.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/removeApplication.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/files.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/files_draft.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/files_history.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_draft.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_history.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_mobile.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/pages_preview.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs_draft.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs_history.sql [new file with mode: 0644]
Toolkit/Toolbox/Database/tables/paragraphs_preview.sql [new file with mode: 0644]
Toolkit/Toolbox/DraftPagesTree.php [new file with mode: 0644]
Toolkit/Toolbox/EditDraftController.php [new file with mode: 0644]
Toolkit/Toolbox/EditPageController.php [new file with mode: 0644]
Toolkit/Toolbox/Exception.php [new file with mode: 0644]
Toolkit/Toolbox/FileExtension.php [new file with mode: 0644]
Toolkit/Toolbox/FormControllerAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/Forms/EditPage.php [new file with mode: 0644]
Toolkit/Toolbox/Forms/EditParagraph.php [new file with mode: 0644]
Toolkit/Toolbox/Forms/SearchForm.php [new file with mode: 0644]
Toolkit/Toolbox/GatewayAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/GatewayFactoryAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/IndexController.php [new file with mode: 0644]
Toolkit/Toolbox/ListDraftsController.php [new file with mode: 0644]
Toolkit/Toolbox/Navigation.php [new file with mode: 0644]
Toolkit/Toolbox/Page.php [new file with mode: 0644]
Toolkit/Toolbox/PageBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/PageDraftBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayDraft.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayDraftFactory.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayPublish.php [new file with mode: 0644]
Toolkit/Toolbox/PageGatewayPublishFactory.php [new file with mode: 0644]
Toolkit/Toolbox/PagesTree.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphDraftBreadCrumbs.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayDraft.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayDraftFactory.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayPublish.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphGatewayPublishFactory.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsController.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsDraftController.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsDraftTree.php [new file with mode: 0644]
Toolkit/Toolbox/ParagraphsTree.php [new file with mode: 0644]
Toolkit/Toolbox/SearchController.php [new file with mode: 0644]
Toolkit/Toolbox/SearchTree.php [new file with mode: 0644]
Toolkit/Toolbox/TreeAbstract.php [new file with mode: 0644]
Toolkit/Toolbox/assets/.keepme [new file with mode: 0644]
Toolkit/Toolbox/assets/arrow.png [new file with mode: 0755]
Toolkit/Toolbox/assets/arrowClosed.png [new file with mode: 0755]
Toolkit/Toolbox/assets/arrowOpen.png [new file with mode: 0755]
Toolkit/Toolbox/assets/collapse.png [new file with mode: 0755]
Toolkit/Toolbox/assets/expand.png [new file with mode: 0755]
Toolkit/Toolbox/assets/grnball.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/mobilemgreen.jpg [new file with mode: 0644]
Toolkit/Toolbox/assets/mobilemred.jpg [new file with mode: 0644]
Toolkit/Toolbox/assets/redball.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template1.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template2.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template3.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template4.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template5.gif [new file with mode: 0755]
Toolkit/Toolbox/assets/template6.gif [new file with mode: 0644]
Toolkit/Toolbox/config.ini [new file with mode: 0644]
Toolkit/Toolbox/fixPageNoContent.php [new file with mode: 0644]
Toolkit/Toolbox/fixPagePos.php [new file with mode: 0644]
Toolkit/Toolbox/libjs/edit-page.js [new file with mode: 0644]
Toolkit/Toolbox/libjs/edit-paragraph.js [new file with mode: 0644]
Toolkit/Toolbox/libjs/pagesTree.js [new file with mode: 0644]
Toolkit/Toolbox/libjs/paragraph-tree.js [new file with mode: 0644]
Toolkit/Toolbox/moveBySelect.php [new file with mode: 0644]
Toolkit/Toolbox/moveBySelectPara.php [new file with mode: 0644]
Toolkit/Toolbox/pageChangeState.php [new file with mode: 0644]
Toolkit/Toolbox/pageMobileChangeState.php [new file with mode: 0644]
Toolkit/Toolbox/pageMove.php [new file with mode: 0644]
Toolkit/Toolbox/paragraphChangeState.php [new file with mode: 0644]
Toolkit/Toolbox/paragraphFileUpload.php [new file with mode: 0644]
Toolkit/Toolbox/paragraphMove.php [new file with mode: 0644]
Toolkit/Toolbox/styles.css [new file with mode: 0644]
Toolkit/qfcaptcha.php [new file with mode: 0755]
admin/.htaccess [new file with mode: 0644]
admin/index.phtml [new file with mode: 0755]
admin/main.css [new file with mode: 0755]
admin/nav.phtml [new file with mode: 0644]
admin/splash.phtml [new file with mode: 0755]
admin/toolbox.php [new file with mode: 0644]
assets/accreditationsBg.png [new file with mode: 0644]
assets/bg.jpg [new file with mode: 0644]
assets/bgInside.jpg [new file with mode: 0644]
assets/bgRepeat.png [new file with mode: 0644]
assets/divider.png [new file with mode: 0644]
assets/footerBg.png [new file with mode: 0644]
assets/logo.png [new file with mode: 0644]
assets/navbgHover.png [new file with mode: 0644]
assets/newsletter/header.jpg [new file with mode: 0644]
assets/subnavBg.jpg [new file with mode: 0644]
assets/toolboxTMP.gif [new file with mode: 0644]
classes/class_db.inc [new file with mode: 0755]
classes/class_template.inc [new file with mode: 0644]
classes/class_toolbox.inc [new file with mode: 0755]
config/application.ini [new file with mode: 0644]
config/eventCalendar.ini [new file with mode: 0644]
config/server.ini [new file with mode: 0644]
config/site.ini [new file with mode: 0644]
css/contactform.css [new file with mode: 0644]
css/email.css [new file with mode: 0644]
css/gsearch.css [new file with mode: 0755]
css/ie7.css [new file with mode: 0644]
css/siteMap.css [new file with mode: 0644]
images/add.png [new file with mode: 0755]
images/amenities/1182867688waterfront.gif [new file with mode: 0644]
images/amenities/1182867790sauna.gif [new file with mode: 0644]
images/amenities/barrierfree.gif [new file with mode: 0644]
images/amenities/beachaccess.gif [new file with mode: 0644]
images/amenities/breakfast.gif [new file with mode: 0644]
images/amenities/cable.gif [new file with mode: 0644]
images/amenities/conference.gif [new file with mode: 0644]
images/amenities/cont_break.gif [new file with mode: 0644]
images/amenities/eff.gif [new file with mode: 0644]
images/amenities/excersize.gif [new file with mode: 0644]
images/amenities/free_internet.gif [new file with mode: 0644]
images/amenities/guest_laundry.gif [new file with mode: 0644]
images/amenities/internet.gif [new file with mode: 0644]
images/amenities/kidfriendly.gif [new file with mode: 0644]
images/amenities/meeting.gif [new file with mode: 0644]
images/amenities/pets.gif [new file with mode: 0644]
images/amenities/pool-out.gif [new file with mode: 0644]
images/amenities/pool.gif [new file with mode: 0644]
images/amenities/restaurant.gif [new file with mode: 0644]
images/amenities/restnear.gif [new file with mode: 0644]
images/amenities/sauna.gif [new file with mode: 0644]
images/amenities/smokefree.gif [new file with mode: 0644]
images/amenities/snowmobile.gif [new file with mode: 0644]
images/amenities/waterfront.gif [new file with mode: 0644]
images/amenities/waterview.gif [new file with mode: 0644]
images/amenities/wireless.gif [new file with mode: 0644]
images/application_edit.png [new file with mode: 0644]
images/cross.png [new file with mode: 0644]
images/delete.png [new file with mode: 0644]
images/error.gif [new file with mode: 0644]
images/file-ext/cad.gif [new file with mode: 0644]
images/file-ext/doc.gif [new file with mode: 0644]
images/file-ext/download.gif [new file with mode: 0644]
images/file-ext/gif.gif [new file with mode: 0644]
images/file-ext/html.gif [new file with mode: 0644]
images/file-ext/jpg.gif [new file with mode: 0644]
images/file-ext/movie.gif [new file with mode: 0755]
images/file-ext/mp3.gif [new file with mode: 0644]
images/file-ext/pdf.png [new file with mode: 0644]
images/file-ext/ppt.gif [new file with mode: 0644]
images/file-ext/rar.gif [new file with mode: 0644]
images/file-ext/rm.gif [new file with mode: 0644]
images/file-ext/txt.png [new file with mode: 0644]
images/file-ext/xls.gif [new file with mode: 0644]
images/file-ext/zip.png [new file with mode: 0644]
images/find.png [new file with mode: 0644]
images/flag_green.png [new file with mode: 0644]
images/folder.png [new file with mode: 0755]
images/folder_add.png [new file with mode: 0755]
images/folder_delete.png [new file with mode: 0755]
images/grnball.gif [new file with mode: 0755]
images/help.gif [new file with mode: 0755]
images/html.gif [new file with mode: 0755]
images/img.gif [new file with mode: 0755]
images/left.gif [new file with mode: 0644]
images/loadingAnimation.gif [new file with mode: 0644]
images/logo.gif [new file with mode: 0755]
images/magnifier.png [new file with mode: 0755]
images/members/add.png [new file with mode: 0755]
images/members/application_edit.png [new file with mode: 0755]
images/members/cancel.png [new file with mode: 0755]
images/members/cardamex.gif [new file with mode: 0644]
images/members/carddinner.gif [new file with mode: 0644]
images/members/carddiscover.gif [new file with mode: 0644]
images/members/cardmaster.gif [new file with mode: 0644]
images/members/cardvisa.gif [new file with mode: 0644]
images/members/cross.png [new file with mode: 0755]
images/members/delete.png [new file with mode: 0755]
images/members/find.png [new file with mode: 0755]
images/members/img.gif [new file with mode: 0644]
images/members/lock.png [new file with mode: 0755]
images/members/note_edit.png [new file with mode: 0755]
images/members/page_edit.png [new file with mode: 0755]
images/members/tick.png [new file with mode: 0755]
images/members/user_add.png [new file with mode: 0755]
images/members/user_edit.png [new file with mode: 0755]
images/note_edit.png [new file with mode: 0644]
images/page_edit.png [new file with mode: 0644]
images/redball.gif [new file with mode: 0755]
images/right.gif [new file with mode: 0644]
images/shadowb.gif [new file with mode: 0644]
images/shadowr.gif [new file with mode: 0644]
images/size.sh [new file with mode: 0755]
images/tick.png [new file with mode: 0644]
images/top2.jpg [new file with mode: 0755]
images/user_add.png [new file with mode: 0644]
images/user_edit.png [new file with mode: 0644]
index.php [new file with mode: 0644]
setup.phtml [new file with mode: 0644]
setup_functions.phtml [new file with mode: 0644]
styles.css [new file with mode: 0644]
templates/siteMap.html [new file with mode: 0644]
templates/template.html [new file with mode: 0644]