diff --git a/Changelog b/Changelog index 03f16e2..88607b2 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,8 @@ +2015-09-14 version 0.2.6 + +- FIX: source of doc root renamed to docroot + 2015-09-14 version 0.2.5 - FIX: renamed wdocs to htdocs diff --git a/Makefile b/Makefile index 3f3cc8b..d5d8882 100644 --- a/Makefile +++ b/Makefile @@ -94,6 +94,6 @@ install: ot-recorder ocat mkdir -p $(BUILDROOT)$(INSTALLDIR)/{bin,sbin} mkdir -p $(BUILDROOT)$(STORAGEDEFAULT) mkdir -p $(BUILDROOT)$(DOCROOT) - cp -R htdocs/* $(BUILDROOT)$(DOCROOT)/ + cp -R docroot/* $(BUILDROOT)$(DOCROOT)/ install --mode 0755 ot-recorder $(BUILDROOT)$(INSTALLDIR)/sbin install --mode 0755 ocat $(BUILDROOT)$(INSTALLDIR)/bin diff --git a/wdocs/favicon.ico b/docroot/favicon.ico similarity index 100% rename from wdocs/favicon.ico rename to docroot/favicon.ico diff --git a/wdocs/index.html b/docroot/index.html similarity index 100% rename from wdocs/index.html rename to docroot/index.html diff --git a/wdocs/last/functions.js b/docroot/last/functions.js similarity index 100% rename from wdocs/last/functions.js rename to docroot/last/functions.js diff --git a/wdocs/last/index.html b/docroot/last/index.html similarity index 100% rename from wdocs/last/index.html rename to docroot/last/index.html diff --git a/wdocs/last/last.html b/docroot/last/last.html similarity index 100% rename from wdocs/last/last.html rename to docroot/last/last.html diff --git a/wdocs/last/manifest.json b/docroot/last/manifest.json similarity index 100% rename from wdocs/last/manifest.json rename to docroot/last/manifest.json diff --git a/wdocs/last/pista-micro.png b/docroot/last/pista-micro.png similarity index 100% rename from wdocs/last/pista-micro.png rename to docroot/last/pista-micro.png diff --git a/wdocs/last/red-marker.png b/docroot/last/red-marker.png similarity index 100% rename from wdocs/last/red-marker.png rename to docroot/last/red-marker.png diff --git a/wdocs/last/websock.js b/docroot/last/websock.js similarity index 100% rename from wdocs/last/websock.js rename to docroot/last/websock.js diff --git a/wdocs/map/functions.js b/docroot/map/functions.js similarity index 100% rename from wdocs/map/functions.js rename to docroot/map/functions.js diff --git a/wdocs/map/index.html b/docroot/map/index.html similarity index 100% rename from wdocs/map/index.html rename to docroot/map/index.html diff --git a/wdocs/table/config.js b/docroot/table/config.js similarity index 100% rename from wdocs/table/config.js rename to docroot/table/config.js diff --git a/wdocs/table/defaultface.js b/docroot/table/defaultface.js similarity index 100% rename from wdocs/table/defaultface.js rename to docroot/table/defaultface.js diff --git a/wdocs/table/flags/AD.png b/docroot/table/flags/AD.png similarity index 100% rename from wdocs/table/flags/AD.png rename to docroot/table/flags/AD.png diff --git a/wdocs/table/flags/AE.png b/docroot/table/flags/AE.png similarity index 100% rename from wdocs/table/flags/AE.png rename to docroot/table/flags/AE.png diff --git a/wdocs/table/flags/AF.png b/docroot/table/flags/AF.png similarity index 100% rename from wdocs/table/flags/AF.png rename to docroot/table/flags/AF.png diff --git a/wdocs/table/flags/AG.png b/docroot/table/flags/AG.png similarity index 100% rename from wdocs/table/flags/AG.png rename to docroot/table/flags/AG.png diff --git a/wdocs/table/flags/AI.png b/docroot/table/flags/AI.png similarity index 100% rename from wdocs/table/flags/AI.png rename to docroot/table/flags/AI.png diff --git a/wdocs/table/flags/AL.png b/docroot/table/flags/AL.png similarity index 100% rename from wdocs/table/flags/AL.png rename to docroot/table/flags/AL.png diff --git a/wdocs/table/flags/AM.png b/docroot/table/flags/AM.png similarity index 100% rename from wdocs/table/flags/AM.png rename to docroot/table/flags/AM.png diff --git a/wdocs/table/flags/AN.png b/docroot/table/flags/AN.png similarity index 100% rename from wdocs/table/flags/AN.png rename to docroot/table/flags/AN.png diff --git a/wdocs/table/flags/AO.png b/docroot/table/flags/AO.png similarity index 100% rename from wdocs/table/flags/AO.png rename to docroot/table/flags/AO.png diff --git a/wdocs/table/flags/AQ.png b/docroot/table/flags/AQ.png similarity index 100% rename from wdocs/table/flags/AQ.png rename to docroot/table/flags/AQ.png diff --git a/wdocs/table/flags/AR.png b/docroot/table/flags/AR.png similarity index 100% rename from wdocs/table/flags/AR.png rename to docroot/table/flags/AR.png diff --git a/wdocs/table/flags/AS.png b/docroot/table/flags/AS.png similarity index 100% rename from wdocs/table/flags/AS.png rename to docroot/table/flags/AS.png diff --git a/wdocs/table/flags/AT.png b/docroot/table/flags/AT.png similarity index 100% rename from wdocs/table/flags/AT.png rename to docroot/table/flags/AT.png diff --git a/wdocs/table/flags/AU.png b/docroot/table/flags/AU.png similarity index 100% rename from wdocs/table/flags/AU.png rename to docroot/table/flags/AU.png diff --git a/wdocs/table/flags/AW.png b/docroot/table/flags/AW.png similarity index 100% rename from wdocs/table/flags/AW.png rename to docroot/table/flags/AW.png diff --git a/wdocs/table/flags/AX.png b/docroot/table/flags/AX.png similarity index 100% rename from wdocs/table/flags/AX.png rename to docroot/table/flags/AX.png diff --git a/wdocs/table/flags/AZ.png b/docroot/table/flags/AZ.png similarity index 100% rename from wdocs/table/flags/AZ.png rename to docroot/table/flags/AZ.png diff --git a/wdocs/table/flags/BA.png b/docroot/table/flags/BA.png similarity index 100% rename from wdocs/table/flags/BA.png rename to docroot/table/flags/BA.png diff --git a/wdocs/table/flags/BB.png b/docroot/table/flags/BB.png similarity index 100% rename from wdocs/table/flags/BB.png rename to docroot/table/flags/BB.png diff --git a/wdocs/table/flags/BD.png b/docroot/table/flags/BD.png similarity index 100% rename from wdocs/table/flags/BD.png rename to docroot/table/flags/BD.png diff --git a/wdocs/table/flags/BE.png b/docroot/table/flags/BE.png similarity index 100% rename from wdocs/table/flags/BE.png rename to docroot/table/flags/BE.png diff --git a/wdocs/table/flags/BF.png b/docroot/table/flags/BF.png similarity index 100% rename from wdocs/table/flags/BF.png rename to docroot/table/flags/BF.png diff --git a/wdocs/table/flags/BG.png b/docroot/table/flags/BG.png similarity index 100% rename from wdocs/table/flags/BG.png rename to docroot/table/flags/BG.png diff --git a/wdocs/table/flags/BH.png b/docroot/table/flags/BH.png similarity index 100% rename from wdocs/table/flags/BH.png rename to docroot/table/flags/BH.png diff --git a/wdocs/table/flags/BI.png b/docroot/table/flags/BI.png similarity index 100% rename from wdocs/table/flags/BI.png rename to docroot/table/flags/BI.png diff --git a/wdocs/table/flags/BJ.png b/docroot/table/flags/BJ.png similarity index 100% rename from wdocs/table/flags/BJ.png rename to docroot/table/flags/BJ.png diff --git a/wdocs/table/flags/BL.png b/docroot/table/flags/BL.png similarity index 100% rename from wdocs/table/flags/BL.png rename to docroot/table/flags/BL.png diff --git a/wdocs/table/flags/BM.png b/docroot/table/flags/BM.png similarity index 100% rename from wdocs/table/flags/BM.png rename to docroot/table/flags/BM.png diff --git a/wdocs/table/flags/BN.png b/docroot/table/flags/BN.png similarity index 100% rename from wdocs/table/flags/BN.png rename to docroot/table/flags/BN.png diff --git a/wdocs/table/flags/BO.png b/docroot/table/flags/BO.png similarity index 100% rename from wdocs/table/flags/BO.png rename to docroot/table/flags/BO.png diff --git a/wdocs/table/flags/BR.png b/docroot/table/flags/BR.png similarity index 100% rename from wdocs/table/flags/BR.png rename to docroot/table/flags/BR.png diff --git a/wdocs/table/flags/BS.png b/docroot/table/flags/BS.png similarity index 100% rename from wdocs/table/flags/BS.png rename to docroot/table/flags/BS.png diff --git a/wdocs/table/flags/BT.png b/docroot/table/flags/BT.png similarity index 100% rename from wdocs/table/flags/BT.png rename to docroot/table/flags/BT.png diff --git a/wdocs/table/flags/BW.png b/docroot/table/flags/BW.png similarity index 100% rename from wdocs/table/flags/BW.png rename to docroot/table/flags/BW.png diff --git a/wdocs/table/flags/BY.png b/docroot/table/flags/BY.png similarity index 100% rename from wdocs/table/flags/BY.png rename to docroot/table/flags/BY.png diff --git a/wdocs/table/flags/BZ.png b/docroot/table/flags/BZ.png similarity index 100% rename from wdocs/table/flags/BZ.png rename to docroot/table/flags/BZ.png diff --git a/wdocs/table/flags/CA.png b/docroot/table/flags/CA.png similarity index 100% rename from wdocs/table/flags/CA.png rename to docroot/table/flags/CA.png diff --git a/wdocs/table/flags/CC.png b/docroot/table/flags/CC.png similarity index 100% rename from wdocs/table/flags/CC.png rename to docroot/table/flags/CC.png diff --git a/wdocs/table/flags/CD.png b/docroot/table/flags/CD.png similarity index 100% rename from wdocs/table/flags/CD.png rename to docroot/table/flags/CD.png diff --git a/wdocs/table/flags/CF.png b/docroot/table/flags/CF.png similarity index 100% rename from wdocs/table/flags/CF.png rename to docroot/table/flags/CF.png diff --git a/wdocs/table/flags/CG.png b/docroot/table/flags/CG.png similarity index 100% rename from wdocs/table/flags/CG.png rename to docroot/table/flags/CG.png diff --git a/wdocs/table/flags/CH.png b/docroot/table/flags/CH.png similarity index 100% rename from wdocs/table/flags/CH.png rename to docroot/table/flags/CH.png diff --git a/wdocs/table/flags/CI.png b/docroot/table/flags/CI.png similarity index 100% rename from wdocs/table/flags/CI.png rename to docroot/table/flags/CI.png diff --git a/wdocs/table/flags/CK.png b/docroot/table/flags/CK.png similarity index 100% rename from wdocs/table/flags/CK.png rename to docroot/table/flags/CK.png diff --git a/wdocs/table/flags/CL.png b/docroot/table/flags/CL.png similarity index 100% rename from wdocs/table/flags/CL.png rename to docroot/table/flags/CL.png diff --git a/wdocs/table/flags/CM.png b/docroot/table/flags/CM.png similarity index 100% rename from wdocs/table/flags/CM.png rename to docroot/table/flags/CM.png diff --git a/wdocs/table/flags/CN.png b/docroot/table/flags/CN.png similarity index 100% rename from wdocs/table/flags/CN.png rename to docroot/table/flags/CN.png diff --git a/wdocs/table/flags/CO.png b/docroot/table/flags/CO.png similarity index 100% rename from wdocs/table/flags/CO.png rename to docroot/table/flags/CO.png diff --git a/wdocs/table/flags/CR.png b/docroot/table/flags/CR.png similarity index 100% rename from wdocs/table/flags/CR.png rename to docroot/table/flags/CR.png diff --git a/wdocs/table/flags/CU.png b/docroot/table/flags/CU.png similarity index 100% rename from wdocs/table/flags/CU.png rename to docroot/table/flags/CU.png diff --git a/wdocs/table/flags/CV.png b/docroot/table/flags/CV.png similarity index 100% rename from wdocs/table/flags/CV.png rename to docroot/table/flags/CV.png diff --git a/wdocs/table/flags/CW.png b/docroot/table/flags/CW.png similarity index 100% rename from wdocs/table/flags/CW.png rename to docroot/table/flags/CW.png diff --git a/wdocs/table/flags/CX.png b/docroot/table/flags/CX.png similarity index 100% rename from wdocs/table/flags/CX.png rename to docroot/table/flags/CX.png diff --git a/wdocs/table/flags/CY.png b/docroot/table/flags/CY.png similarity index 100% rename from wdocs/table/flags/CY.png rename to docroot/table/flags/CY.png diff --git a/wdocs/table/flags/CZ.png b/docroot/table/flags/CZ.png similarity index 100% rename from wdocs/table/flags/CZ.png rename to docroot/table/flags/CZ.png diff --git a/wdocs/table/flags/DE.png b/docroot/table/flags/DE.png similarity index 100% rename from wdocs/table/flags/DE.png rename to docroot/table/flags/DE.png diff --git a/wdocs/table/flags/DJ.png b/docroot/table/flags/DJ.png similarity index 100% rename from wdocs/table/flags/DJ.png rename to docroot/table/flags/DJ.png diff --git a/wdocs/table/flags/DK.png b/docroot/table/flags/DK.png similarity index 100% rename from wdocs/table/flags/DK.png rename to docroot/table/flags/DK.png diff --git a/wdocs/table/flags/DM.png b/docroot/table/flags/DM.png similarity index 100% rename from wdocs/table/flags/DM.png rename to docroot/table/flags/DM.png diff --git a/wdocs/table/flags/DO.png b/docroot/table/flags/DO.png similarity index 100% rename from wdocs/table/flags/DO.png rename to docroot/table/flags/DO.png diff --git a/wdocs/table/flags/DZ.png b/docroot/table/flags/DZ.png similarity index 100% rename from wdocs/table/flags/DZ.png rename to docroot/table/flags/DZ.png diff --git a/wdocs/table/flags/EC.png b/docroot/table/flags/EC.png similarity index 100% rename from wdocs/table/flags/EC.png rename to docroot/table/flags/EC.png diff --git a/wdocs/table/flags/EE.png b/docroot/table/flags/EE.png similarity index 100% rename from wdocs/table/flags/EE.png rename to docroot/table/flags/EE.png diff --git a/wdocs/table/flags/EG.png b/docroot/table/flags/EG.png similarity index 100% rename from wdocs/table/flags/EG.png rename to docroot/table/flags/EG.png diff --git a/wdocs/table/flags/EH.png b/docroot/table/flags/EH.png similarity index 100% rename from wdocs/table/flags/EH.png rename to docroot/table/flags/EH.png diff --git a/wdocs/table/flags/ER.png b/docroot/table/flags/ER.png similarity index 100% rename from wdocs/table/flags/ER.png rename to docroot/table/flags/ER.png diff --git a/wdocs/table/flags/ES.png b/docroot/table/flags/ES.png similarity index 100% rename from wdocs/table/flags/ES.png rename to docroot/table/flags/ES.png diff --git a/wdocs/table/flags/ET.png b/docroot/table/flags/ET.png similarity index 100% rename from wdocs/table/flags/ET.png rename to docroot/table/flags/ET.png diff --git a/wdocs/table/flags/EU.png b/docroot/table/flags/EU.png similarity index 100% rename from wdocs/table/flags/EU.png rename to docroot/table/flags/EU.png diff --git a/wdocs/table/flags/FI.png b/docroot/table/flags/FI.png similarity index 100% rename from wdocs/table/flags/FI.png rename to docroot/table/flags/FI.png diff --git a/wdocs/table/flags/FJ.png b/docroot/table/flags/FJ.png similarity index 100% rename from wdocs/table/flags/FJ.png rename to docroot/table/flags/FJ.png diff --git a/wdocs/table/flags/FK.png b/docroot/table/flags/FK.png similarity index 100% rename from wdocs/table/flags/FK.png rename to docroot/table/flags/FK.png diff --git a/wdocs/table/flags/FM.png b/docroot/table/flags/FM.png similarity index 100% rename from wdocs/table/flags/FM.png rename to docroot/table/flags/FM.png diff --git a/wdocs/table/flags/FO.png b/docroot/table/flags/FO.png similarity index 100% rename from wdocs/table/flags/FO.png rename to docroot/table/flags/FO.png diff --git a/wdocs/table/flags/FR.png b/docroot/table/flags/FR.png similarity index 100% rename from wdocs/table/flags/FR.png rename to docroot/table/flags/FR.png diff --git a/wdocs/table/flags/GA.png b/docroot/table/flags/GA.png similarity index 100% rename from wdocs/table/flags/GA.png rename to docroot/table/flags/GA.png diff --git a/wdocs/table/flags/GB.png b/docroot/table/flags/GB.png similarity index 100% rename from wdocs/table/flags/GB.png rename to docroot/table/flags/GB.png diff --git a/wdocs/table/flags/GD.png b/docroot/table/flags/GD.png similarity index 100% rename from wdocs/table/flags/GD.png rename to docroot/table/flags/GD.png diff --git a/wdocs/table/flags/GE.png b/docroot/table/flags/GE.png similarity index 100% rename from wdocs/table/flags/GE.png rename to docroot/table/flags/GE.png diff --git a/wdocs/table/flags/GG.png b/docroot/table/flags/GG.png similarity index 100% rename from wdocs/table/flags/GG.png rename to docroot/table/flags/GG.png diff --git a/wdocs/table/flags/GH.png b/docroot/table/flags/GH.png similarity index 100% rename from wdocs/table/flags/GH.png rename to docroot/table/flags/GH.png diff --git a/wdocs/table/flags/GI.png b/docroot/table/flags/GI.png similarity index 100% rename from wdocs/table/flags/GI.png rename to docroot/table/flags/GI.png diff --git a/wdocs/table/flags/GL.png b/docroot/table/flags/GL.png similarity index 100% rename from wdocs/table/flags/GL.png rename to docroot/table/flags/GL.png diff --git a/wdocs/table/flags/GM.png b/docroot/table/flags/GM.png similarity index 100% rename from wdocs/table/flags/GM.png rename to docroot/table/flags/GM.png diff --git a/wdocs/table/flags/GN.png b/docroot/table/flags/GN.png similarity index 100% rename from wdocs/table/flags/GN.png rename to docroot/table/flags/GN.png diff --git a/wdocs/table/flags/GQ.png b/docroot/table/flags/GQ.png similarity index 100% rename from wdocs/table/flags/GQ.png rename to docroot/table/flags/GQ.png diff --git a/wdocs/table/flags/GR.png b/docroot/table/flags/GR.png similarity index 100% rename from wdocs/table/flags/GR.png rename to docroot/table/flags/GR.png diff --git a/wdocs/table/flags/GS.png b/docroot/table/flags/GS.png similarity index 100% rename from wdocs/table/flags/GS.png rename to docroot/table/flags/GS.png diff --git a/wdocs/table/flags/GT.png b/docroot/table/flags/GT.png similarity index 100% rename from wdocs/table/flags/GT.png rename to docroot/table/flags/GT.png diff --git a/wdocs/table/flags/GU.png b/docroot/table/flags/GU.png similarity index 100% rename from wdocs/table/flags/GU.png rename to docroot/table/flags/GU.png diff --git a/wdocs/table/flags/GW.png b/docroot/table/flags/GW.png similarity index 100% rename from wdocs/table/flags/GW.png rename to docroot/table/flags/GW.png diff --git a/wdocs/table/flags/GY.png b/docroot/table/flags/GY.png similarity index 100% rename from wdocs/table/flags/GY.png rename to docroot/table/flags/GY.png diff --git a/wdocs/table/flags/HK.png b/docroot/table/flags/HK.png similarity index 100% rename from wdocs/table/flags/HK.png rename to docroot/table/flags/HK.png diff --git a/wdocs/table/flags/HN.png b/docroot/table/flags/HN.png similarity index 100% rename from wdocs/table/flags/HN.png rename to docroot/table/flags/HN.png diff --git a/wdocs/table/flags/HR.png b/docroot/table/flags/HR.png similarity index 100% rename from wdocs/table/flags/HR.png rename to docroot/table/flags/HR.png diff --git a/wdocs/table/flags/HT.png b/docroot/table/flags/HT.png similarity index 100% rename from wdocs/table/flags/HT.png rename to docroot/table/flags/HT.png diff --git a/wdocs/table/flags/HU.png b/docroot/table/flags/HU.png similarity index 100% rename from wdocs/table/flags/HU.png rename to docroot/table/flags/HU.png diff --git a/wdocs/table/flags/IC.png b/docroot/table/flags/IC.png similarity index 100% rename from wdocs/table/flags/IC.png rename to docroot/table/flags/IC.png diff --git a/wdocs/table/flags/ID.png b/docroot/table/flags/ID.png similarity index 100% rename from wdocs/table/flags/ID.png rename to docroot/table/flags/ID.png diff --git a/wdocs/table/flags/IE.png b/docroot/table/flags/IE.png similarity index 100% rename from wdocs/table/flags/IE.png rename to docroot/table/flags/IE.png diff --git a/wdocs/table/flags/IL.png b/docroot/table/flags/IL.png similarity index 100% rename from wdocs/table/flags/IL.png rename to docroot/table/flags/IL.png diff --git a/wdocs/table/flags/IM.png b/docroot/table/flags/IM.png similarity index 100% rename from wdocs/table/flags/IM.png rename to docroot/table/flags/IM.png diff --git a/wdocs/table/flags/IN.png b/docroot/table/flags/IN.png similarity index 100% rename from wdocs/table/flags/IN.png rename to docroot/table/flags/IN.png diff --git a/wdocs/table/flags/IQ.png b/docroot/table/flags/IQ.png similarity index 100% rename from wdocs/table/flags/IQ.png rename to docroot/table/flags/IQ.png diff --git a/wdocs/table/flags/IR.png b/docroot/table/flags/IR.png similarity index 100% rename from wdocs/table/flags/IR.png rename to docroot/table/flags/IR.png diff --git a/wdocs/table/flags/IS.png b/docroot/table/flags/IS.png similarity index 100% rename from wdocs/table/flags/IS.png rename to docroot/table/flags/IS.png diff --git a/wdocs/table/flags/IT.png b/docroot/table/flags/IT.png similarity index 100% rename from wdocs/table/flags/IT.png rename to docroot/table/flags/IT.png diff --git a/wdocs/table/flags/JE.png b/docroot/table/flags/JE.png similarity index 100% rename from wdocs/table/flags/JE.png rename to docroot/table/flags/JE.png diff --git a/wdocs/table/flags/JM.png b/docroot/table/flags/JM.png similarity index 100% rename from wdocs/table/flags/JM.png rename to docroot/table/flags/JM.png diff --git a/wdocs/table/flags/JO.png b/docroot/table/flags/JO.png similarity index 100% rename from wdocs/table/flags/JO.png rename to docroot/table/flags/JO.png diff --git a/wdocs/table/flags/JP.png b/docroot/table/flags/JP.png similarity index 100% rename from wdocs/table/flags/JP.png rename to docroot/table/flags/JP.png diff --git a/wdocs/table/flags/KE.png b/docroot/table/flags/KE.png similarity index 100% rename from wdocs/table/flags/KE.png rename to docroot/table/flags/KE.png diff --git a/wdocs/table/flags/KG.png b/docroot/table/flags/KG.png similarity index 100% rename from wdocs/table/flags/KG.png rename to docroot/table/flags/KG.png diff --git a/wdocs/table/flags/KH.png b/docroot/table/flags/KH.png similarity index 100% rename from wdocs/table/flags/KH.png rename to docroot/table/flags/KH.png diff --git a/wdocs/table/flags/KI.png b/docroot/table/flags/KI.png similarity index 100% rename from wdocs/table/flags/KI.png rename to docroot/table/flags/KI.png diff --git a/wdocs/table/flags/KM.png b/docroot/table/flags/KM.png similarity index 100% rename from wdocs/table/flags/KM.png rename to docroot/table/flags/KM.png diff --git a/wdocs/table/flags/KN.png b/docroot/table/flags/KN.png similarity index 100% rename from wdocs/table/flags/KN.png rename to docroot/table/flags/KN.png diff --git a/wdocs/table/flags/KP.png b/docroot/table/flags/KP.png similarity index 100% rename from wdocs/table/flags/KP.png rename to docroot/table/flags/KP.png diff --git a/wdocs/table/flags/KR.png b/docroot/table/flags/KR.png similarity index 100% rename from wdocs/table/flags/KR.png rename to docroot/table/flags/KR.png diff --git a/wdocs/table/flags/KW.png b/docroot/table/flags/KW.png similarity index 100% rename from wdocs/table/flags/KW.png rename to docroot/table/flags/KW.png diff --git a/wdocs/table/flags/KY.png b/docroot/table/flags/KY.png similarity index 100% rename from wdocs/table/flags/KY.png rename to docroot/table/flags/KY.png diff --git a/wdocs/table/flags/KZ.png b/docroot/table/flags/KZ.png similarity index 100% rename from wdocs/table/flags/KZ.png rename to docroot/table/flags/KZ.png diff --git a/wdocs/table/flags/LA.png b/docroot/table/flags/LA.png similarity index 100% rename from wdocs/table/flags/LA.png rename to docroot/table/flags/LA.png diff --git a/wdocs/table/flags/LB.png b/docroot/table/flags/LB.png similarity index 100% rename from wdocs/table/flags/LB.png rename to docroot/table/flags/LB.png diff --git a/wdocs/table/flags/LC.png b/docroot/table/flags/LC.png similarity index 100% rename from wdocs/table/flags/LC.png rename to docroot/table/flags/LC.png diff --git a/wdocs/table/flags/LI.png b/docroot/table/flags/LI.png similarity index 100% rename from wdocs/table/flags/LI.png rename to docroot/table/flags/LI.png diff --git a/wdocs/table/flags/LICENSE.txt b/docroot/table/flags/LICENSE.txt similarity index 100% rename from wdocs/table/flags/LICENSE.txt rename to docroot/table/flags/LICENSE.txt diff --git a/wdocs/table/flags/LK.png b/docroot/table/flags/LK.png similarity index 100% rename from wdocs/table/flags/LK.png rename to docroot/table/flags/LK.png diff --git a/wdocs/table/flags/LR.png b/docroot/table/flags/LR.png similarity index 100% rename from wdocs/table/flags/LR.png rename to docroot/table/flags/LR.png diff --git a/wdocs/table/flags/LS.png b/docroot/table/flags/LS.png similarity index 100% rename from wdocs/table/flags/LS.png rename to docroot/table/flags/LS.png diff --git a/wdocs/table/flags/LT.png b/docroot/table/flags/LT.png similarity index 100% rename from wdocs/table/flags/LT.png rename to docroot/table/flags/LT.png diff --git a/wdocs/table/flags/LU.png b/docroot/table/flags/LU.png similarity index 100% rename from wdocs/table/flags/LU.png rename to docroot/table/flags/LU.png diff --git a/wdocs/table/flags/LV.png b/docroot/table/flags/LV.png similarity index 100% rename from wdocs/table/flags/LV.png rename to docroot/table/flags/LV.png diff --git a/wdocs/table/flags/LY.png b/docroot/table/flags/LY.png similarity index 100% rename from wdocs/table/flags/LY.png rename to docroot/table/flags/LY.png diff --git a/wdocs/table/flags/MA.png b/docroot/table/flags/MA.png similarity index 100% rename from wdocs/table/flags/MA.png rename to docroot/table/flags/MA.png diff --git a/wdocs/table/flags/MC.png b/docroot/table/flags/MC.png similarity index 100% rename from wdocs/table/flags/MC.png rename to docroot/table/flags/MC.png diff --git a/wdocs/table/flags/MD.png b/docroot/table/flags/MD.png similarity index 100% rename from wdocs/table/flags/MD.png rename to docroot/table/flags/MD.png diff --git a/wdocs/table/flags/ME.png b/docroot/table/flags/ME.png similarity index 100% rename from wdocs/table/flags/ME.png rename to docroot/table/flags/ME.png diff --git a/wdocs/table/flags/MF.png b/docroot/table/flags/MF.png similarity index 100% rename from wdocs/table/flags/MF.png rename to docroot/table/flags/MF.png diff --git a/wdocs/table/flags/MG.png b/docroot/table/flags/MG.png similarity index 100% rename from wdocs/table/flags/MG.png rename to docroot/table/flags/MG.png diff --git a/wdocs/table/flags/MH.png b/docroot/table/flags/MH.png similarity index 100% rename from wdocs/table/flags/MH.png rename to docroot/table/flags/MH.png diff --git a/wdocs/table/flags/MK.png b/docroot/table/flags/MK.png similarity index 100% rename from wdocs/table/flags/MK.png rename to docroot/table/flags/MK.png diff --git a/wdocs/table/flags/ML.png b/docroot/table/flags/ML.png similarity index 100% rename from wdocs/table/flags/ML.png rename to docroot/table/flags/ML.png diff --git a/wdocs/table/flags/MM.png b/docroot/table/flags/MM.png similarity index 100% rename from wdocs/table/flags/MM.png rename to docroot/table/flags/MM.png diff --git a/wdocs/table/flags/MN.png b/docroot/table/flags/MN.png similarity index 100% rename from wdocs/table/flags/MN.png rename to docroot/table/flags/MN.png diff --git a/wdocs/table/flags/MO.png b/docroot/table/flags/MO.png similarity index 100% rename from wdocs/table/flags/MO.png rename to docroot/table/flags/MO.png diff --git a/wdocs/table/flags/MP.png b/docroot/table/flags/MP.png similarity index 100% rename from wdocs/table/flags/MP.png rename to docroot/table/flags/MP.png diff --git a/wdocs/table/flags/MQ.png b/docroot/table/flags/MQ.png similarity index 100% rename from wdocs/table/flags/MQ.png rename to docroot/table/flags/MQ.png diff --git a/wdocs/table/flags/MR.png b/docroot/table/flags/MR.png similarity index 100% rename from wdocs/table/flags/MR.png rename to docroot/table/flags/MR.png diff --git a/wdocs/table/flags/MS.png b/docroot/table/flags/MS.png similarity index 100% rename from wdocs/table/flags/MS.png rename to docroot/table/flags/MS.png diff --git a/wdocs/table/flags/MT.png b/docroot/table/flags/MT.png similarity index 100% rename from wdocs/table/flags/MT.png rename to docroot/table/flags/MT.png diff --git a/wdocs/table/flags/MU.png b/docroot/table/flags/MU.png similarity index 100% rename from wdocs/table/flags/MU.png rename to docroot/table/flags/MU.png diff --git a/wdocs/table/flags/MV.png b/docroot/table/flags/MV.png similarity index 100% rename from wdocs/table/flags/MV.png rename to docroot/table/flags/MV.png diff --git a/wdocs/table/flags/MW.png b/docroot/table/flags/MW.png similarity index 100% rename from wdocs/table/flags/MW.png rename to docroot/table/flags/MW.png diff --git a/wdocs/table/flags/MX.png b/docroot/table/flags/MX.png similarity index 100% rename from wdocs/table/flags/MX.png rename to docroot/table/flags/MX.png diff --git a/wdocs/table/flags/MY.png b/docroot/table/flags/MY.png similarity index 100% rename from wdocs/table/flags/MY.png rename to docroot/table/flags/MY.png diff --git a/wdocs/table/flags/MZ.png b/docroot/table/flags/MZ.png similarity index 100% rename from wdocs/table/flags/MZ.png rename to docroot/table/flags/MZ.png diff --git a/wdocs/table/flags/NA.png b/docroot/table/flags/NA.png similarity index 100% rename from wdocs/table/flags/NA.png rename to docroot/table/flags/NA.png diff --git a/wdocs/table/flags/NC.png b/docroot/table/flags/NC.png similarity index 100% rename from wdocs/table/flags/NC.png rename to docroot/table/flags/NC.png diff --git a/wdocs/table/flags/NE.png b/docroot/table/flags/NE.png similarity index 100% rename from wdocs/table/flags/NE.png rename to docroot/table/flags/NE.png diff --git a/wdocs/table/flags/NF.png b/docroot/table/flags/NF.png similarity index 100% rename from wdocs/table/flags/NF.png rename to docroot/table/flags/NF.png diff --git a/wdocs/table/flags/NG.png b/docroot/table/flags/NG.png similarity index 100% rename from wdocs/table/flags/NG.png rename to docroot/table/flags/NG.png diff --git a/wdocs/table/flags/NI.png b/docroot/table/flags/NI.png similarity index 100% rename from wdocs/table/flags/NI.png rename to docroot/table/flags/NI.png diff --git a/wdocs/table/flags/NL.png b/docroot/table/flags/NL.png similarity index 100% rename from wdocs/table/flags/NL.png rename to docroot/table/flags/NL.png diff --git a/wdocs/table/flags/NO.png b/docroot/table/flags/NO.png similarity index 100% rename from wdocs/table/flags/NO.png rename to docroot/table/flags/NO.png diff --git a/wdocs/table/flags/NP.png b/docroot/table/flags/NP.png similarity index 100% rename from wdocs/table/flags/NP.png rename to docroot/table/flags/NP.png diff --git a/wdocs/table/flags/NR.png b/docroot/table/flags/NR.png similarity index 100% rename from wdocs/table/flags/NR.png rename to docroot/table/flags/NR.png diff --git a/wdocs/table/flags/NU.png b/docroot/table/flags/NU.png similarity index 100% rename from wdocs/table/flags/NU.png rename to docroot/table/flags/NU.png diff --git a/wdocs/table/flags/NZ.png b/docroot/table/flags/NZ.png similarity index 100% rename from wdocs/table/flags/NZ.png rename to docroot/table/flags/NZ.png diff --git a/wdocs/table/flags/OM.png b/docroot/table/flags/OM.png similarity index 100% rename from wdocs/table/flags/OM.png rename to docroot/table/flags/OM.png diff --git a/wdocs/table/flags/PA.png b/docroot/table/flags/PA.png similarity index 100% rename from wdocs/table/flags/PA.png rename to docroot/table/flags/PA.png diff --git a/wdocs/table/flags/PE.png b/docroot/table/flags/PE.png similarity index 100% rename from wdocs/table/flags/PE.png rename to docroot/table/flags/PE.png diff --git a/wdocs/table/flags/PF.png b/docroot/table/flags/PF.png similarity index 100% rename from wdocs/table/flags/PF.png rename to docroot/table/flags/PF.png diff --git a/wdocs/table/flags/PG.png b/docroot/table/flags/PG.png similarity index 100% rename from wdocs/table/flags/PG.png rename to docroot/table/flags/PG.png diff --git a/wdocs/table/flags/PH.png b/docroot/table/flags/PH.png similarity index 100% rename from wdocs/table/flags/PH.png rename to docroot/table/flags/PH.png diff --git a/wdocs/table/flags/PK.png b/docroot/table/flags/PK.png similarity index 100% rename from wdocs/table/flags/PK.png rename to docroot/table/flags/PK.png diff --git a/wdocs/table/flags/PL.png b/docroot/table/flags/PL.png similarity index 100% rename from wdocs/table/flags/PL.png rename to docroot/table/flags/PL.png diff --git a/wdocs/table/flags/PN.png b/docroot/table/flags/PN.png similarity index 100% rename from wdocs/table/flags/PN.png rename to docroot/table/flags/PN.png diff --git a/wdocs/table/flags/PR.png b/docroot/table/flags/PR.png similarity index 100% rename from wdocs/table/flags/PR.png rename to docroot/table/flags/PR.png diff --git a/wdocs/table/flags/PS.png b/docroot/table/flags/PS.png similarity index 100% rename from wdocs/table/flags/PS.png rename to docroot/table/flags/PS.png diff --git a/wdocs/table/flags/PT.png b/docroot/table/flags/PT.png similarity index 100% rename from wdocs/table/flags/PT.png rename to docroot/table/flags/PT.png diff --git a/wdocs/table/flags/PW.png b/docroot/table/flags/PW.png similarity index 100% rename from wdocs/table/flags/PW.png rename to docroot/table/flags/PW.png diff --git a/wdocs/table/flags/PY.png b/docroot/table/flags/PY.png similarity index 100% rename from wdocs/table/flags/PY.png rename to docroot/table/flags/PY.png diff --git a/wdocs/table/flags/QA.png b/docroot/table/flags/QA.png similarity index 100% rename from wdocs/table/flags/QA.png rename to docroot/table/flags/QA.png diff --git a/wdocs/table/flags/RO.png b/docroot/table/flags/RO.png similarity index 100% rename from wdocs/table/flags/RO.png rename to docroot/table/flags/RO.png diff --git a/wdocs/table/flags/RS.png b/docroot/table/flags/RS.png similarity index 100% rename from wdocs/table/flags/RS.png rename to docroot/table/flags/RS.png diff --git a/wdocs/table/flags/RU.png b/docroot/table/flags/RU.png similarity index 100% rename from wdocs/table/flags/RU.png rename to docroot/table/flags/RU.png diff --git a/wdocs/table/flags/RW.png b/docroot/table/flags/RW.png similarity index 100% rename from wdocs/table/flags/RW.png rename to docroot/table/flags/RW.png diff --git a/wdocs/table/flags/SA.png b/docroot/table/flags/SA.png similarity index 100% rename from wdocs/table/flags/SA.png rename to docroot/table/flags/SA.png diff --git a/wdocs/table/flags/SB.png b/docroot/table/flags/SB.png similarity index 100% rename from wdocs/table/flags/SB.png rename to docroot/table/flags/SB.png diff --git a/wdocs/table/flags/SC.png b/docroot/table/flags/SC.png similarity index 100% rename from wdocs/table/flags/SC.png rename to docroot/table/flags/SC.png diff --git a/wdocs/table/flags/SD.png b/docroot/table/flags/SD.png similarity index 100% rename from wdocs/table/flags/SD.png rename to docroot/table/flags/SD.png diff --git a/wdocs/table/flags/SE.png b/docroot/table/flags/SE.png similarity index 100% rename from wdocs/table/flags/SE.png rename to docroot/table/flags/SE.png diff --git a/wdocs/table/flags/SG.png b/docroot/table/flags/SG.png similarity index 100% rename from wdocs/table/flags/SG.png rename to docroot/table/flags/SG.png diff --git a/wdocs/table/flags/SH.png b/docroot/table/flags/SH.png similarity index 100% rename from wdocs/table/flags/SH.png rename to docroot/table/flags/SH.png diff --git a/wdocs/table/flags/SI.png b/docroot/table/flags/SI.png similarity index 100% rename from wdocs/table/flags/SI.png rename to docroot/table/flags/SI.png diff --git a/wdocs/table/flags/SK.png b/docroot/table/flags/SK.png similarity index 100% rename from wdocs/table/flags/SK.png rename to docroot/table/flags/SK.png diff --git a/wdocs/table/flags/SL.png b/docroot/table/flags/SL.png similarity index 100% rename from wdocs/table/flags/SL.png rename to docroot/table/flags/SL.png diff --git a/wdocs/table/flags/SM.png b/docroot/table/flags/SM.png similarity index 100% rename from wdocs/table/flags/SM.png rename to docroot/table/flags/SM.png diff --git a/wdocs/table/flags/SN.png b/docroot/table/flags/SN.png similarity index 100% rename from wdocs/table/flags/SN.png rename to docroot/table/flags/SN.png diff --git a/wdocs/table/flags/SO.png b/docroot/table/flags/SO.png similarity index 100% rename from wdocs/table/flags/SO.png rename to docroot/table/flags/SO.png diff --git a/wdocs/table/flags/SR.png b/docroot/table/flags/SR.png similarity index 100% rename from wdocs/table/flags/SR.png rename to docroot/table/flags/SR.png diff --git a/wdocs/table/flags/SS.png b/docroot/table/flags/SS.png similarity index 100% rename from wdocs/table/flags/SS.png rename to docroot/table/flags/SS.png diff --git a/wdocs/table/flags/ST.png b/docroot/table/flags/ST.png similarity index 100% rename from wdocs/table/flags/ST.png rename to docroot/table/flags/ST.png diff --git a/wdocs/table/flags/SV.png b/docroot/table/flags/SV.png similarity index 100% rename from wdocs/table/flags/SV.png rename to docroot/table/flags/SV.png diff --git a/wdocs/table/flags/SY.png b/docroot/table/flags/SY.png similarity index 100% rename from wdocs/table/flags/SY.png rename to docroot/table/flags/SY.png diff --git a/wdocs/table/flags/SZ.png b/docroot/table/flags/SZ.png similarity index 100% rename from wdocs/table/flags/SZ.png rename to docroot/table/flags/SZ.png diff --git a/wdocs/table/flags/TC.png b/docroot/table/flags/TC.png similarity index 100% rename from wdocs/table/flags/TC.png rename to docroot/table/flags/TC.png diff --git a/wdocs/table/flags/TD.png b/docroot/table/flags/TD.png similarity index 100% rename from wdocs/table/flags/TD.png rename to docroot/table/flags/TD.png diff --git a/wdocs/table/flags/TF.png b/docroot/table/flags/TF.png similarity index 100% rename from wdocs/table/flags/TF.png rename to docroot/table/flags/TF.png diff --git a/wdocs/table/flags/TG.png b/docroot/table/flags/TG.png similarity index 100% rename from wdocs/table/flags/TG.png rename to docroot/table/flags/TG.png diff --git a/wdocs/table/flags/TH.png b/docroot/table/flags/TH.png similarity index 100% rename from wdocs/table/flags/TH.png rename to docroot/table/flags/TH.png diff --git a/wdocs/table/flags/TJ.png b/docroot/table/flags/TJ.png similarity index 100% rename from wdocs/table/flags/TJ.png rename to docroot/table/flags/TJ.png diff --git a/wdocs/table/flags/TK.png b/docroot/table/flags/TK.png similarity index 100% rename from wdocs/table/flags/TK.png rename to docroot/table/flags/TK.png diff --git a/wdocs/table/flags/TL.png b/docroot/table/flags/TL.png similarity index 100% rename from wdocs/table/flags/TL.png rename to docroot/table/flags/TL.png diff --git a/wdocs/table/flags/TM.png b/docroot/table/flags/TM.png similarity index 100% rename from wdocs/table/flags/TM.png rename to docroot/table/flags/TM.png diff --git a/wdocs/table/flags/TN.png b/docroot/table/flags/TN.png similarity index 100% rename from wdocs/table/flags/TN.png rename to docroot/table/flags/TN.png diff --git a/wdocs/table/flags/TO.png b/docroot/table/flags/TO.png similarity index 100% rename from wdocs/table/flags/TO.png rename to docroot/table/flags/TO.png diff --git a/wdocs/table/flags/TR.png b/docroot/table/flags/TR.png similarity index 100% rename from wdocs/table/flags/TR.png rename to docroot/table/flags/TR.png diff --git a/wdocs/table/flags/TT.png b/docroot/table/flags/TT.png similarity index 100% rename from wdocs/table/flags/TT.png rename to docroot/table/flags/TT.png diff --git a/wdocs/table/flags/TV.png b/docroot/table/flags/TV.png similarity index 100% rename from wdocs/table/flags/TV.png rename to docroot/table/flags/TV.png diff --git a/wdocs/table/flags/TW.png b/docroot/table/flags/TW.png similarity index 100% rename from wdocs/table/flags/TW.png rename to docroot/table/flags/TW.png diff --git a/wdocs/table/flags/TZ.png b/docroot/table/flags/TZ.png similarity index 100% rename from wdocs/table/flags/TZ.png rename to docroot/table/flags/TZ.png diff --git a/wdocs/table/flags/UA.png b/docroot/table/flags/UA.png similarity index 100% rename from wdocs/table/flags/UA.png rename to docroot/table/flags/UA.png diff --git a/wdocs/table/flags/UG.png b/docroot/table/flags/UG.png similarity index 100% rename from wdocs/table/flags/UG.png rename to docroot/table/flags/UG.png diff --git a/wdocs/table/flags/US.png b/docroot/table/flags/US.png similarity index 100% rename from wdocs/table/flags/US.png rename to docroot/table/flags/US.png diff --git a/wdocs/table/flags/UY.png b/docroot/table/flags/UY.png similarity index 100% rename from wdocs/table/flags/UY.png rename to docroot/table/flags/UY.png diff --git a/wdocs/table/flags/UZ.png b/docroot/table/flags/UZ.png similarity index 100% rename from wdocs/table/flags/UZ.png rename to docroot/table/flags/UZ.png diff --git a/wdocs/table/flags/VA.png b/docroot/table/flags/VA.png similarity index 100% rename from wdocs/table/flags/VA.png rename to docroot/table/flags/VA.png diff --git a/wdocs/table/flags/VC.png b/docroot/table/flags/VC.png similarity index 100% rename from wdocs/table/flags/VC.png rename to docroot/table/flags/VC.png diff --git a/wdocs/table/flags/VE.png b/docroot/table/flags/VE.png similarity index 100% rename from wdocs/table/flags/VE.png rename to docroot/table/flags/VE.png diff --git a/wdocs/table/flags/VG.png b/docroot/table/flags/VG.png similarity index 100% rename from wdocs/table/flags/VG.png rename to docroot/table/flags/VG.png diff --git a/wdocs/table/flags/VI.png b/docroot/table/flags/VI.png similarity index 100% rename from wdocs/table/flags/VI.png rename to docroot/table/flags/VI.png diff --git a/wdocs/table/flags/VN.png b/docroot/table/flags/VN.png similarity index 100% rename from wdocs/table/flags/VN.png rename to docroot/table/flags/VN.png diff --git a/wdocs/table/flags/VU.png b/docroot/table/flags/VU.png similarity index 100% rename from wdocs/table/flags/VU.png rename to docroot/table/flags/VU.png diff --git a/wdocs/table/flags/WF.png b/docroot/table/flags/WF.png similarity index 100% rename from wdocs/table/flags/WF.png rename to docroot/table/flags/WF.png diff --git a/wdocs/table/flags/WS.png b/docroot/table/flags/WS.png similarity index 100% rename from wdocs/table/flags/WS.png rename to docroot/table/flags/WS.png diff --git a/wdocs/table/flags/YE.png b/docroot/table/flags/YE.png similarity index 100% rename from wdocs/table/flags/YE.png rename to docroot/table/flags/YE.png diff --git a/wdocs/table/flags/YT.png b/docroot/table/flags/YT.png similarity index 100% rename from wdocs/table/flags/YT.png rename to docroot/table/flags/YT.png diff --git a/wdocs/table/flags/ZA.png b/docroot/table/flags/ZA.png similarity index 100% rename from wdocs/table/flags/ZA.png rename to docroot/table/flags/ZA.png diff --git a/wdocs/table/flags/ZM.png b/docroot/table/flags/ZM.png similarity index 100% rename from wdocs/table/flags/ZM.png rename to docroot/table/flags/ZM.png diff --git a/wdocs/table/flags/ZW.png b/docroot/table/flags/ZW.png similarity index 100% rename from wdocs/table/flags/ZW.png rename to docroot/table/flags/ZW.png diff --git a/wdocs/table/flags/__.png b/docroot/table/flags/__.png similarity index 100% rename from wdocs/table/flags/__.png rename to docroot/table/flags/__.png diff --git a/wdocs/table/images/sort_asc.png b/docroot/table/images/sort_asc.png similarity index 100% rename from wdocs/table/images/sort_asc.png rename to docroot/table/images/sort_asc.png diff --git a/wdocs/table/images/sort_both.png b/docroot/table/images/sort_both.png similarity index 100% rename from wdocs/table/images/sort_both.png rename to docroot/table/images/sort_both.png diff --git a/wdocs/table/images/sort_desc.png b/docroot/table/images/sort_desc.png similarity index 100% rename from wdocs/table/images/sort_desc.png rename to docroot/table/images/sort_desc.png diff --git a/wdocs/table/index.html b/docroot/table/index.html similarity index 100% rename from wdocs/table/index.html rename to docroot/table/index.html diff --git a/wdocs/table/js/jquery-1.11.3.min.js b/docroot/table/js/jquery-1.11.3.min.js similarity index 100% rename from wdocs/table/js/jquery-1.11.3.min.js rename to docroot/table/js/jquery-1.11.3.min.js diff --git a/wdocs/table/js/jquery.dataTables.min.css b/docroot/table/js/jquery.dataTables.min.css similarity index 100% rename from wdocs/table/js/jquery.dataTables.min.css rename to docroot/table/js/jquery.dataTables.min.css diff --git a/wdocs/table/js/jquery.dataTables.min.js b/docroot/table/js/jquery.dataTables.min.js similarity index 100% rename from wdocs/table/js/jquery.dataTables.min.js rename to docroot/table/js/jquery.dataTables.min.js diff --git a/wdocs/table/js/moment.min.js b/docroot/table/js/moment.min.js similarity index 100% rename from wdocs/table/js/moment.min.js rename to docroot/table/js/moment.min.js diff --git a/wdocs/table/js/mustache.js b/docroot/table/js/mustache.js similarity index 100% rename from wdocs/table/js/mustache.js rename to docroot/table/js/mustache.js diff --git a/wdocs/table/otable.css b/docroot/table/otable.css similarity index 100% rename from wdocs/table/otable.css rename to docroot/table/otable.css diff --git a/wdocs/test-ws.html b/docroot/test-ws.html similarity index 100% rename from wdocs/test-ws.html rename to docroot/test-ws.html diff --git a/wdocs/test.txt b/docroot/test.txt similarity index 100% rename from wdocs/test.txt rename to docroot/test.txt