diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index 527a5c7..2cc1ede 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1925 \ No newline at end of file +1929 \ No newline at end of file diff --git a/Builder/IISMainHandler/prebuild.bat b/Builder/IISMainHandler/prebuild.bat index a64059e..24c680c 100644 --- a/Builder/IISMainHandler/prebuild.bat +++ b/Builder/IISMainHandler/prebuild.bat @@ -1,5 +1,5 @@ @echo off -"C:\Program Files\7-Zip\7z.exe" a Templates.7z ..\..\templates\* -xr!.svn -"C:\Program Files\7-Zip\7z.exe" a Static.7z ..\..\static\* -xr!.svn +"C:\Program Files\7-Zip\7z.exe" a Templates.7z ..\..\Resources\FLocal\templates\* -xr!.svn +"C:\Program Files\7-Zip\7z.exe" a Static.7z ..\..\Resources\FLocal\static\* -xr!.svn copy "C:\Program Files\7-Zip\7z.exe" 7z.exe exit diff --git a/Builder/IISMainHandler/product.wxs b/Builder/IISMainHandler/product.wxs index 921d041..1058ae8 100644 --- a/Builder/IISMainHandler/product.wxs +++ b/Builder/IISMainHandler/product.wxs @@ -28,49 +28,58 @@ - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + - + - + @@ -78,12 +87,6 @@ - @@ -134,10 +137,13 @@ - + + + + + + + diff --git a/Common/BBCodes/AbstractLocalLink.cs b/FLocal.Common/BBCodes/AbstractLocalLink.cs similarity index 100% rename from Common/BBCodes/AbstractLocalLink.cs rename to FLocal.Common/BBCodes/AbstractLocalLink.cs diff --git a/Common/BBCodes/B.cs b/FLocal.Common/BBCodes/B.cs similarity index 100% rename from Common/BBCodes/B.cs rename to FLocal.Common/BBCodes/B.cs diff --git a/Common/BBCodes/Code.cs b/FLocal.Common/BBCodes/Code.cs similarity index 100% rename from Common/BBCodes/Code.cs rename to FLocal.Common/BBCodes/Code.cs diff --git a/Common/BBCodes/ECode.cs b/FLocal.Common/BBCodes/ECode.cs similarity index 100% rename from Common/BBCodes/ECode.cs rename to FLocal.Common/BBCodes/ECode.cs diff --git a/Common/BBCodes/FUrl.cs b/FLocal.Common/BBCodes/FUrl.cs similarity index 100% rename from Common/BBCodes/FUrl.cs rename to FLocal.Common/BBCodes/FUrl.cs diff --git a/Common/BBCodes/Font.cs b/FLocal.Common/BBCodes/Font.cs similarity index 100% rename from Common/BBCodes/Font.cs rename to FLocal.Common/BBCodes/Font.cs diff --git a/Common/BBCodes/FontColor.cs b/FLocal.Common/BBCodes/FontColor.cs similarity index 100% rename from Common/BBCodes/FontColor.cs rename to FLocal.Common/BBCodes/FontColor.cs diff --git a/Common/BBCodes/FontSize.cs b/FLocal.Common/BBCodes/FontSize.cs similarity index 100% rename from Common/BBCodes/FontSize.cs rename to FLocal.Common/BBCodes/FontSize.cs diff --git a/Common/BBCodes/Google.cs b/FLocal.Common/BBCodes/Google.cs similarity index 100% rename from Common/BBCodes/Google.cs rename to FLocal.Common/BBCodes/Google.cs diff --git a/Common/BBCodes/I.cs b/FLocal.Common/BBCodes/I.cs similarity index 100% rename from Common/BBCodes/I.cs rename to FLocal.Common/BBCodes/I.cs diff --git a/Common/BBCodes/Image.cs b/FLocal.Common/BBCodes/Image.cs similarity index 100% rename from Common/BBCodes/Image.cs rename to FLocal.Common/BBCodes/Image.cs diff --git a/Common/BBCodes/List.cs b/FLocal.Common/BBCodes/List.cs similarity index 100% rename from Common/BBCodes/List.cs rename to FLocal.Common/BBCodes/List.cs diff --git a/Common/BBCodes/ListElem.cs b/FLocal.Common/BBCodes/ListElem.cs similarity index 100% rename from Common/BBCodes/ListElem.cs rename to FLocal.Common/BBCodes/ListElem.cs diff --git a/Common/BBCodes/Lurk.cs b/FLocal.Common/BBCodes/Lurk.cs similarity index 100% rename from Common/BBCodes/Lurk.cs rename to FLocal.Common/BBCodes/Lurk.cs diff --git a/Common/BBCodes/Math.cs b/FLocal.Common/BBCodes/Math.cs similarity index 100% rename from Common/BBCodes/Math.cs rename to FLocal.Common/BBCodes/Math.cs diff --git a/Common/BBCodes/Poll.cs b/FLocal.Common/BBCodes/Poll.cs similarity index 100% rename from Common/BBCodes/Poll.cs rename to FLocal.Common/BBCodes/Poll.cs diff --git a/Common/BBCodes/Post.cs b/FLocal.Common/BBCodes/Post.cs similarity index 100% rename from Common/BBCodes/Post.cs rename to FLocal.Common/BBCodes/Post.cs diff --git a/Common/BBCodes/Quote.cs b/FLocal.Common/BBCodes/Quote.cs similarity index 100% rename from Common/BBCodes/Quote.cs rename to FLocal.Common/BBCodes/Quote.cs diff --git a/Common/BBCodes/QuoteSkipper.cs b/FLocal.Common/BBCodes/QuoteSkipper.cs similarity index 100% rename from Common/BBCodes/QuoteSkipper.cs rename to FLocal.Common/BBCodes/QuoteSkipper.cs diff --git a/Common/BBCodes/RuWiki.cs b/FLocal.Common/BBCodes/RuWiki.cs similarity index 100% rename from Common/BBCodes/RuWiki.cs rename to FLocal.Common/BBCodes/RuWiki.cs diff --git a/Common/BBCodes/S.cs b/FLocal.Common/BBCodes/S.cs similarity index 100% rename from Common/BBCodes/S.cs rename to FLocal.Common/BBCodes/S.cs diff --git a/Common/BBCodes/Spoiler.cs b/FLocal.Common/BBCodes/Spoiler.cs similarity index 100% rename from Common/BBCodes/Spoiler.cs rename to FLocal.Common/BBCodes/Spoiler.cs diff --git a/Common/BBCodes/Tex.cs b/FLocal.Common/BBCodes/Tex.cs similarity index 100% rename from Common/BBCodes/Tex.cs rename to FLocal.Common/BBCodes/Tex.cs diff --git a/Common/BBCodes/Thread.cs b/FLocal.Common/BBCodes/Thread.cs similarity index 100% rename from Common/BBCodes/Thread.cs rename to FLocal.Common/BBCodes/Thread.cs diff --git a/Common/BBCodes/U.cs b/FLocal.Common/BBCodes/U.cs similarity index 100% rename from Common/BBCodes/U.cs rename to FLocal.Common/BBCodes/U.cs diff --git a/Common/BBCodes/UploadImage.cs b/FLocal.Common/BBCodes/UploadImage.cs similarity index 100% rename from Common/BBCodes/UploadImage.cs rename to FLocal.Common/BBCodes/UploadImage.cs diff --git a/Common/BBCodes/UploadLink.cs b/FLocal.Common/BBCodes/UploadLink.cs similarity index 100% rename from Common/BBCodes/UploadLink.cs rename to FLocal.Common/BBCodes/UploadLink.cs diff --git a/Common/BBCodes/Url.cs b/FLocal.Common/BBCodes/Url.cs similarity index 100% rename from Common/BBCodes/Url.cs rename to FLocal.Common/BBCodes/Url.cs diff --git a/Common/BBCodes/User.cs b/FLocal.Common/BBCodes/User.cs similarity index 100% rename from Common/BBCodes/User.cs rename to FLocal.Common/BBCodes/User.cs diff --git a/Common/BBCodes/Wiki.cs b/FLocal.Common/BBCodes/Wiki.cs similarity index 100% rename from Common/BBCodes/Wiki.cs rename to FLocal.Common/BBCodes/Wiki.cs diff --git a/Common/BBCodes/helpers/BBCode.cs b/FLocal.Common/BBCodes/helpers/BBCode.cs similarity index 100% rename from Common/BBCodes/helpers/BBCode.cs rename to FLocal.Common/BBCodes/helpers/BBCode.cs diff --git a/Common/BBCodes/helpers/TexProcessor.cs b/FLocal.Common/BBCodes/helpers/TexProcessor.cs similarity index 100% rename from Common/BBCodes/helpers/TexProcessor.cs rename to FLocal.Common/BBCodes/helpers/TexProcessor.cs diff --git a/Common/BBCodes/helpers/UrlProcessor.cs b/FLocal.Common/BBCodes/helpers/UrlProcessor.cs similarity index 100% rename from Common/BBCodes/helpers/UrlProcessor.cs rename to FLocal.Common/BBCodes/helpers/UrlProcessor.cs diff --git a/Common/Common.csproj b/FLocal.Common/Common.csproj similarity index 96% rename from Common/Common.csproj rename to FLocal.Common/Common.csproj index 66e8224..7d95e15 100644 --- a/Common/Common.csproj +++ b/FLocal.Common/Common.csproj @@ -185,7 +185,7 @@ - + {6F532626-E9F8-498E-9683-1538E7CD62CB} Core @@ -197,7 +197,7 @@ {7D2A38F8-C42D-4F9F-AF64-1DDD5842C7EC} TexCompiler - + {ACDDD5D1-119F-4B82-8FE6-6515C812795B} BBCode diff --git a/Common/Config.cs b/FLocal.Common/Config.cs similarity index 100% rename from Common/Config.cs rename to FLocal.Common/Config.cs diff --git a/Common/IComplexSqlObjectTableSpec.cs b/FLocal.Common/IComplexSqlObjectTableSpec.cs similarity index 100% rename from Common/IComplexSqlObjectTableSpec.cs rename to FLocal.Common/IComplexSqlObjectTableSpec.cs diff --git a/Common/IOutputParams.cs b/FLocal.Common/IOutputParams.cs similarity index 100% rename from Common/IOutputParams.cs rename to FLocal.Common/IOutputParams.cs diff --git a/Common/ISqlObjectTableSpec.cs b/FLocal.Common/ISqlObjectTableSpec.cs similarity index 100% rename from Common/ISqlObjectTableSpec.cs rename to FLocal.Common/ISqlObjectTableSpec.cs diff --git a/Common/PostVisibilityEnum.cs b/FLocal.Common/PostVisibilityEnum.cs similarity index 100% rename from Common/PostVisibilityEnum.cs rename to FLocal.Common/PostVisibilityEnum.cs diff --git a/Common/Properties/AssemblyInfo.cs b/FLocal.Common/Properties/AssemblyInfo.cs similarity index 100% rename from Common/Properties/AssemblyInfo.cs rename to FLocal.Common/Properties/AssemblyInfo.cs diff --git a/Common/SqlObject.cs b/FLocal.Common/SqlObject.cs similarity index 100% rename from Common/SqlObject.cs rename to FLocal.Common/SqlObject.cs diff --git a/Common/TableManager.cs b/FLocal.Common/TableManager.cs similarity index 100% rename from Common/TableManager.cs rename to FLocal.Common/TableManager.cs diff --git a/Common/TranslitManager.cs b/FLocal.Common/TranslitManager.cs similarity index 100% rename from Common/TranslitManager.cs rename to FLocal.Common/TranslitManager.cs diff --git a/Common/UBBParser.cs b/FLocal.Common/UBBParser.cs similarity index 100% rename from Common/UBBParser.cs rename to FLocal.Common/UBBParser.cs diff --git a/Common/URL/AbstractUrl.cs b/FLocal.Common/URL/AbstractUrl.cs similarity index 100% rename from Common/URL/AbstractUrl.cs rename to FLocal.Common/URL/AbstractUrl.cs diff --git a/Common/URL/QuickLink.cs b/FLocal.Common/URL/QuickLink.cs similarity index 100% rename from Common/URL/QuickLink.cs rename to FLocal.Common/URL/QuickLink.cs diff --git a/Common/URL/Robots.cs b/FLocal.Common/URL/Robots.cs similarity index 100% rename from Common/URL/Robots.cs rename to FLocal.Common/URL/Robots.cs diff --git a/Common/URL/Static.cs b/FLocal.Common/URL/Static.cs similarity index 100% rename from Common/URL/Static.cs rename to FLocal.Common/URL/Static.cs diff --git a/Common/URL/UrlManager.cs b/FLocal.Common/URL/UrlManager.cs similarity index 100% rename from Common/URL/UrlManager.cs rename to FLocal.Common/URL/UrlManager.cs diff --git a/Common/URL/forum/AllPosts.cs b/FLocal.Common/URL/forum/AllPosts.cs similarity index 100% rename from Common/URL/forum/AllPosts.cs rename to FLocal.Common/URL/forum/AllPosts.cs diff --git a/Common/URL/forum/AllThreads.cs b/FLocal.Common/URL/forum/AllThreads.cs similarity index 100% rename from Common/URL/forum/AllThreads.cs rename to FLocal.Common/URL/forum/AllThreads.cs diff --git a/Common/URL/forum/Boards.cs b/FLocal.Common/URL/forum/Boards.cs similarity index 100% rename from Common/URL/forum/Boards.cs rename to FLocal.Common/URL/forum/Boards.cs diff --git a/Common/URL/forum/board/Abstract.cs b/FLocal.Common/URL/forum/board/Abstract.cs similarity index 100% rename from Common/URL/forum/board/Abstract.cs rename to FLocal.Common/URL/forum/board/Abstract.cs diff --git a/Common/URL/forum/board/Headlines.cs b/FLocal.Common/URL/forum/board/Headlines.cs similarity index 100% rename from Common/URL/forum/board/Headlines.cs rename to FLocal.Common/URL/forum/board/Headlines.cs diff --git a/Common/URL/forum/board/NewThread.cs b/FLocal.Common/URL/forum/board/NewThread.cs similarity index 100% rename from Common/URL/forum/board/NewThread.cs rename to FLocal.Common/URL/forum/board/NewThread.cs diff --git a/Common/URL/forum/board/Threads.cs b/FLocal.Common/URL/forum/board/Threads.cs similarity index 100% rename from Common/URL/forum/board/Threads.cs rename to FLocal.Common/URL/forum/board/Threads.cs diff --git a/Common/URL/forum/board/thread/Abstract.cs b/FLocal.Common/URL/forum/board/thread/Abstract.cs similarity index 100% rename from Common/URL/forum/board/thread/Abstract.cs rename to FLocal.Common/URL/forum/board/thread/Abstract.cs diff --git a/Common/URL/forum/board/thread/Posts.cs b/FLocal.Common/URL/forum/board/thread/Posts.cs similarity index 100% rename from Common/URL/forum/board/thread/Posts.cs rename to FLocal.Common/URL/forum/board/thread/Posts.cs diff --git a/Common/URL/forum/board/thread/post/Abstract.cs b/FLocal.Common/URL/forum/board/thread/post/Abstract.cs similarity index 100% rename from Common/URL/forum/board/thread/post/Abstract.cs rename to FLocal.Common/URL/forum/board/thread/post/Abstract.cs diff --git a/Common/URL/forum/board/thread/post/Edit.cs b/FLocal.Common/URL/forum/board/thread/post/Edit.cs similarity index 100% rename from Common/URL/forum/board/thread/post/Edit.cs rename to FLocal.Common/URL/forum/board/thread/post/Edit.cs diff --git a/Common/URL/forum/board/thread/post/PMReply.cs b/FLocal.Common/URL/forum/board/thread/post/PMReply.cs similarity index 100% rename from Common/URL/forum/board/thread/post/PMReply.cs rename to FLocal.Common/URL/forum/board/thread/post/PMReply.cs diff --git a/Common/URL/forum/board/thread/post/Punish.cs b/FLocal.Common/URL/forum/board/thread/post/Punish.cs similarity index 100% rename from Common/URL/forum/board/thread/post/Punish.cs rename to FLocal.Common/URL/forum/board/thread/post/Punish.cs diff --git a/Common/URL/forum/board/thread/post/Reply.cs b/FLocal.Common/URL/forum/board/thread/post/Reply.cs similarity index 100% rename from Common/URL/forum/board/thread/post/Reply.cs rename to FLocal.Common/URL/forum/board/thread/post/Reply.cs diff --git a/Common/URL/forum/board/thread/post/Show.cs b/FLocal.Common/URL/forum/board/thread/post/Show.cs similarity index 100% rename from Common/URL/forum/board/thread/post/Show.cs rename to FLocal.Common/URL/forum/board/thread/post/Show.cs diff --git a/Common/URL/maintenance/CleanCache.cs b/FLocal.Common/URL/maintenance/CleanCache.cs similarity index 100% rename from Common/URL/maintenance/CleanCache.cs rename to FLocal.Common/URL/maintenance/CleanCache.cs diff --git a/Common/URL/maintenance/LocalNetworks.cs b/FLocal.Common/URL/maintenance/LocalNetworks.cs similarity index 100% rename from Common/URL/maintenance/LocalNetworks.cs rename to FLocal.Common/URL/maintenance/LocalNetworks.cs diff --git a/Common/URL/my/Avatars.cs b/FLocal.Common/URL/my/Avatars.cs similarity index 100% rename from Common/URL/my/Avatars.cs rename to FLocal.Common/URL/my/Avatars.cs diff --git a/Common/URL/my/Settings.cs b/FLocal.Common/URL/my/Settings.cs similarity index 100% rename from Common/URL/my/Settings.cs rename to FLocal.Common/URL/my/Settings.cs diff --git a/Common/URL/my/UserData.cs b/FLocal.Common/URL/my/UserData.cs similarity index 100% rename from Common/URL/my/UserData.cs rename to FLocal.Common/URL/my/UserData.cs diff --git a/Common/URL/my/conversations/Conversation.cs b/FLocal.Common/URL/my/conversations/Conversation.cs similarity index 100% rename from Common/URL/my/conversations/Conversation.cs rename to FLocal.Common/URL/my/conversations/Conversation.cs diff --git a/Common/URL/my/conversations/List.cs b/FLocal.Common/URL/my/conversations/List.cs similarity index 100% rename from Common/URL/my/conversations/List.cs rename to FLocal.Common/URL/my/conversations/List.cs diff --git a/Common/URL/my/conversations/NewPM.cs b/FLocal.Common/URL/my/conversations/NewPM.cs similarity index 100% rename from Common/URL/my/conversations/NewPM.cs rename to FLocal.Common/URL/my/conversations/NewPM.cs diff --git a/Common/URL/my/conversations/Reply.cs b/FLocal.Common/URL/my/conversations/Reply.cs similarity index 100% rename from Common/URL/my/conversations/Reply.cs rename to FLocal.Common/URL/my/conversations/Reply.cs diff --git a/Common/URL/my/login/Login.cs b/FLocal.Common/URL/my/login/Login.cs similarity index 100% rename from Common/URL/my/login/Login.cs rename to FLocal.Common/URL/my/login/Login.cs diff --git a/Common/URL/my/login/Migrate.cs b/FLocal.Common/URL/my/login/Migrate.cs similarity index 100% rename from Common/URL/my/login/Migrate.cs rename to FLocal.Common/URL/my/login/Migrate.cs diff --git a/Common/URL/my/login/RegisterByInvite.cs b/FLocal.Common/URL/my/login/RegisterByInvite.cs similarity index 100% rename from Common/URL/my/login/RegisterByInvite.cs rename to FLocal.Common/URL/my/login/RegisterByInvite.cs diff --git a/Common/URL/polls/Info.cs b/FLocal.Common/URL/polls/Info.cs similarity index 100% rename from Common/URL/polls/Info.cs rename to FLocal.Common/URL/polls/Info.cs diff --git a/Common/URL/polls/List.cs b/FLocal.Common/URL/polls/List.cs similarity index 100% rename from Common/URL/polls/List.cs rename to FLocal.Common/URL/polls/List.cs diff --git a/Common/URL/polls/New.cs b/FLocal.Common/URL/polls/New.cs similarity index 100% rename from Common/URL/polls/New.cs rename to FLocal.Common/URL/polls/New.cs diff --git a/Common/URL/upload/Info.cs b/FLocal.Common/URL/upload/Info.cs similarity index 100% rename from Common/URL/upload/Info.cs rename to FLocal.Common/URL/upload/Info.cs diff --git a/Common/URL/upload/Item.cs b/FLocal.Common/URL/upload/Item.cs similarity index 100% rename from Common/URL/upload/Item.cs rename to FLocal.Common/URL/upload/Item.cs diff --git a/Common/URL/upload/List.cs b/FLocal.Common/URL/upload/List.cs similarity index 100% rename from Common/URL/upload/List.cs rename to FLocal.Common/URL/upload/List.cs diff --git a/Common/URL/upload/New.cs b/FLocal.Common/URL/upload/New.cs similarity index 100% rename from Common/URL/upload/New.cs rename to FLocal.Common/URL/upload/New.cs diff --git a/Common/URL/users/Active.cs b/FLocal.Common/URL/users/Active.cs similarity index 100% rename from Common/URL/users/Active.cs rename to FLocal.Common/URL/users/Active.cs diff --git a/Common/URL/users/All.cs b/FLocal.Common/URL/users/All.cs similarity index 100% rename from Common/URL/users/All.cs rename to FLocal.Common/URL/users/All.cs diff --git a/Common/URL/users/Online.cs b/FLocal.Common/URL/users/Online.cs similarity index 100% rename from Common/URL/users/Online.cs rename to FLocal.Common/URL/users/Online.cs diff --git a/Common/URL/users/user/Abstract.cs b/FLocal.Common/URL/users/user/Abstract.cs similarity index 100% rename from Common/URL/users/user/Abstract.cs rename to FLocal.Common/URL/users/user/Abstract.cs diff --git a/Common/URL/users/user/Info.cs b/FLocal.Common/URL/users/user/Info.cs similarity index 100% rename from Common/URL/users/user/Info.cs rename to FLocal.Common/URL/users/user/Info.cs diff --git a/Common/URL/users/user/PollsParticipated.cs b/FLocal.Common/URL/users/user/PollsParticipated.cs similarity index 100% rename from Common/URL/users/user/PollsParticipated.cs rename to FLocal.Common/URL/users/user/PollsParticipated.cs diff --git a/Common/URL/users/user/Posts.cs b/FLocal.Common/URL/users/user/Posts.cs similarity index 100% rename from Common/URL/users/user/Posts.cs rename to FLocal.Common/URL/users/user/Posts.cs diff --git a/Common/URL/users/user/Replies.cs b/FLocal.Common/URL/users/user/Replies.cs similarity index 100% rename from Common/URL/users/user/Replies.cs rename to FLocal.Common/URL/users/user/Replies.cs diff --git a/Common/URL/users/user/Threads.cs b/FLocal.Common/URL/users/user/Threads.cs similarity index 100% rename from Common/URL/users/user/Threads.cs rename to FLocal.Common/URL/users/user/Threads.cs diff --git a/Common/UploadManager.cs b/FLocal.Common/UploadManager.cs similarity index 100% rename from Common/UploadManager.cs rename to FLocal.Common/UploadManager.cs diff --git a/Common/UserContext.cs b/FLocal.Common/UserContext.cs similarity index 100% rename from Common/UserContext.cs rename to FLocal.Common/UserContext.cs diff --git a/Common/UserSettingsGateway.cs b/FLocal.Common/UserSettingsGateway.cs similarity index 100% rename from Common/UserSettingsGateway.cs rename to FLocal.Common/UserSettingsGateway.cs diff --git a/Common/actions/AbstractChange.cs b/FLocal.Common/actions/AbstractChange.cs similarity index 100% rename from Common/actions/AbstractChange.cs rename to FLocal.Common/actions/AbstractChange.cs diff --git a/Common/actions/AbstractFieldValue.cs b/FLocal.Common/actions/AbstractFieldValue.cs similarity index 100% rename from Common/actions/AbstractFieldValue.cs rename to FLocal.Common/actions/AbstractFieldValue.cs diff --git a/Common/actions/ChangeSet.cs b/FLocal.Common/actions/ChangeSet.cs similarity index 100% rename from Common/actions/ChangeSet.cs rename to FLocal.Common/actions/ChangeSet.cs diff --git a/Common/actions/ChangeSetUtil.cs b/FLocal.Common/actions/ChangeSetUtil.cs similarity index 100% rename from Common/actions/ChangeSetUtil.cs rename to FLocal.Common/actions/ChangeSetUtil.cs diff --git a/Common/actions/IncrementFieldValue.cs b/FLocal.Common/actions/IncrementFieldValue.cs similarity index 100% rename from Common/actions/IncrementFieldValue.cs rename to FLocal.Common/actions/IncrementFieldValue.cs diff --git a/Common/actions/InsertChange.cs b/FLocal.Common/actions/InsertChange.cs similarity index 100% rename from Common/actions/InsertChange.cs rename to FLocal.Common/actions/InsertChange.cs diff --git a/Common/actions/InsertOrUpdateChange.cs b/FLocal.Common/actions/InsertOrUpdateChange.cs similarity index 100% rename from Common/actions/InsertOrUpdateChange.cs rename to FLocal.Common/actions/InsertOrUpdateChange.cs diff --git a/Common/actions/ReferenceFieldValue.cs b/FLocal.Common/actions/ReferenceFieldValue.cs similarity index 100% rename from Common/actions/ReferenceFieldValue.cs rename to FLocal.Common/actions/ReferenceFieldValue.cs diff --git a/Common/actions/ScalarFieldValue.cs b/FLocal.Common/actions/ScalarFieldValue.cs similarity index 100% rename from Common/actions/ScalarFieldValue.cs rename to FLocal.Common/actions/ScalarFieldValue.cs diff --git a/Common/actions/TwoWayReferenceFieldValue.cs b/FLocal.Common/actions/TwoWayReferenceFieldValue.cs similarity index 100% rename from Common/actions/TwoWayReferenceFieldValue.cs rename to FLocal.Common/actions/TwoWayReferenceFieldValue.cs diff --git a/Common/actions/UpdateChange.cs b/FLocal.Common/actions/UpdateChange.cs similarity index 100% rename from Common/actions/UpdateChange.cs rename to FLocal.Common/actions/UpdateChange.cs diff --git a/Common/dataobjects/Account.cs b/FLocal.Common/dataobjects/Account.cs similarity index 100% rename from Common/dataobjects/Account.cs rename to FLocal.Common/dataobjects/Account.cs diff --git a/Common/dataobjects/AccountIndicator.cs b/FLocal.Common/dataobjects/AccountIndicator.cs similarity index 100% rename from Common/dataobjects/AccountIndicator.cs rename to FLocal.Common/dataobjects/AccountIndicator.cs diff --git a/Common/dataobjects/AccountSettings.cs b/FLocal.Common/dataobjects/AccountSettings.cs similarity index 100% rename from Common/dataobjects/AccountSettings.cs rename to FLocal.Common/dataobjects/AccountSettings.cs diff --git a/Common/dataobjects/AnonymousUserSettings.cs b/FLocal.Common/dataobjects/AnonymousUserSettings.cs similarity index 100% rename from Common/dataobjects/AnonymousUserSettings.cs rename to FLocal.Common/dataobjects/AnonymousUserSettings.cs diff --git a/Common/dataobjects/AvatarsSettings.cs b/FLocal.Common/dataobjects/AvatarsSettings.cs similarity index 100% rename from Common/dataobjects/AvatarsSettings.cs rename to FLocal.Common/dataobjects/AvatarsSettings.cs diff --git a/Common/dataobjects/Board.cs b/FLocal.Common/dataobjects/Board.cs similarity index 100% rename from Common/dataobjects/Board.cs rename to FLocal.Common/dataobjects/Board.cs diff --git a/Common/dataobjects/Category.cs b/FLocal.Common/dataobjects/Category.cs similarity index 100% rename from Common/dataobjects/Category.cs rename to FLocal.Common/dataobjects/Category.cs diff --git a/Common/dataobjects/IUserSettings.cs b/FLocal.Common/dataobjects/IUserSettings.cs similarity index 100% rename from Common/dataobjects/IUserSettings.cs rename to FLocal.Common/dataobjects/IUserSettings.cs diff --git a/Common/dataobjects/Invite.cs b/FLocal.Common/dataobjects/Invite.cs similarity index 100% rename from Common/dataobjects/Invite.cs rename to FLocal.Common/dataobjects/Invite.cs diff --git a/Common/dataobjects/LocalNetwork.cs b/FLocal.Common/dataobjects/LocalNetwork.cs similarity index 100% rename from Common/dataobjects/LocalNetwork.cs rename to FLocal.Common/dataobjects/LocalNetwork.cs diff --git a/Common/dataobjects/Machichara.cs b/FLocal.Common/dataobjects/Machichara.cs similarity index 100% rename from Common/dataobjects/Machichara.cs rename to FLocal.Common/dataobjects/Machichara.cs diff --git a/Common/dataobjects/Moderator.cs b/FLocal.Common/dataobjects/Moderator.cs similarity index 100% rename from Common/dataobjects/Moderator.cs rename to FLocal.Common/dataobjects/Moderator.cs diff --git a/Common/dataobjects/ModernSkin.cs b/FLocal.Common/dataobjects/ModernSkin.cs similarity index 100% rename from Common/dataobjects/ModernSkin.cs rename to FLocal.Common/dataobjects/ModernSkin.cs diff --git a/Common/dataobjects/PMConversation.cs b/FLocal.Common/dataobjects/PMConversation.cs similarity index 100% rename from Common/dataobjects/PMConversation.cs rename to FLocal.Common/dataobjects/PMConversation.cs diff --git a/Common/dataobjects/PMMessage.cs b/FLocal.Common/dataobjects/PMMessage.cs similarity index 100% rename from Common/dataobjects/PMMessage.cs rename to FLocal.Common/dataobjects/PMMessage.cs diff --git a/Common/dataobjects/Poll.cs b/FLocal.Common/dataobjects/Poll.cs similarity index 100% rename from Common/dataobjects/Poll.cs rename to FLocal.Common/dataobjects/Poll.cs diff --git a/Common/dataobjects/Post.cs b/FLocal.Common/dataobjects/Post.cs similarity index 100% rename from Common/dataobjects/Post.cs rename to FLocal.Common/dataobjects/Post.cs diff --git a/Common/dataobjects/PostLayer.cs b/FLocal.Common/dataobjects/PostLayer.cs similarity index 100% rename from Common/dataobjects/PostLayer.cs rename to FLocal.Common/dataobjects/PostLayer.cs diff --git a/Common/dataobjects/Punishment.cs b/FLocal.Common/dataobjects/Punishment.cs similarity index 100% rename from Common/dataobjects/Punishment.cs rename to FLocal.Common/dataobjects/Punishment.cs diff --git a/Common/dataobjects/PunishmentLayerChange.cs b/FLocal.Common/dataobjects/PunishmentLayerChange.cs similarity index 100% rename from Common/dataobjects/PunishmentLayerChange.cs rename to FLocal.Common/dataobjects/PunishmentLayerChange.cs diff --git a/Common/dataobjects/PunishmentTransfer.cs b/FLocal.Common/dataobjects/PunishmentTransfer.cs similarity index 100% rename from Common/dataobjects/PunishmentTransfer.cs rename to FLocal.Common/dataobjects/PunishmentTransfer.cs diff --git a/Common/dataobjects/PunishmentType.cs b/FLocal.Common/dataobjects/PunishmentType.cs similarity index 100% rename from Common/dataobjects/PunishmentType.cs rename to FLocal.Common/dataobjects/PunishmentType.cs diff --git a/Common/dataobjects/QuickLink.cs b/FLocal.Common/dataobjects/QuickLink.cs similarity index 100% rename from Common/dataobjects/QuickLink.cs rename to FLocal.Common/dataobjects/QuickLink.cs diff --git a/Common/dataobjects/Restriction.cs b/FLocal.Common/dataobjects/Restriction.cs similarity index 100% rename from Common/dataobjects/Restriction.cs rename to FLocal.Common/dataobjects/Restriction.cs diff --git a/Common/dataobjects/Revision.cs b/FLocal.Common/dataobjects/Revision.cs similarity index 100% rename from Common/dataobjects/Revision.cs rename to FLocal.Common/dataobjects/Revision.cs diff --git a/Common/dataobjects/Session.cs b/FLocal.Common/dataobjects/Session.cs similarity index 100% rename from Common/dataobjects/Session.cs rename to FLocal.Common/dataobjects/Session.cs diff --git a/Common/dataobjects/Skin.cs b/FLocal.Common/dataobjects/Skin.cs similarity index 100% rename from Common/dataobjects/Skin.cs rename to FLocal.Common/dataobjects/Skin.cs diff --git a/Common/dataobjects/TexImage.cs b/FLocal.Common/dataobjects/TexImage.cs similarity index 100% rename from Common/dataobjects/TexImage.cs rename to FLocal.Common/dataobjects/TexImage.cs diff --git a/Common/dataobjects/Thread.cs b/FLocal.Common/dataobjects/Thread.cs similarity index 100% rename from Common/dataobjects/Thread.cs rename to FLocal.Common/dataobjects/Thread.cs diff --git a/Common/dataobjects/Upload.cs b/FLocal.Common/dataobjects/Upload.cs similarity index 100% rename from Common/dataobjects/Upload.cs rename to FLocal.Common/dataobjects/Upload.cs diff --git a/Common/dataobjects/User.cs b/FLocal.Common/dataobjects/User.cs similarity index 100% rename from Common/dataobjects/User.cs rename to FLocal.Common/dataobjects/User.cs diff --git a/Common/dataobjects/UserGroup.cs b/FLocal.Common/dataobjects/UserGroup.cs similarity index 100% rename from Common/dataobjects/UserGroup.cs rename to FLocal.Common/dataobjects/UserGroup.cs diff --git a/IISMainHandler/Extensions.cs b/FLocal.IISHandler/Extensions.cs similarity index 100% rename from IISMainHandler/Extensions.cs rename to FLocal.IISHandler/Extensions.cs diff --git a/IISMainHandler/HandlersFactory.cs b/FLocal.IISHandler/HandlersFactory.cs similarity index 100% rename from IISMainHandler/HandlersFactory.cs rename to FLocal.IISHandler/HandlersFactory.cs diff --git a/IISMainHandler/IISMainHandler.csproj b/FLocal.IISHandler/IISMainHandler.csproj similarity index 95% rename from IISMainHandler/IISMainHandler.csproj rename to FLocal.IISHandler/IISMainHandler.csproj index 31d6ef8..2e39902 100644 --- a/IISMainHandler/IISMainHandler.csproj +++ b/FLocal.IISHandler/IISMainHandler.csproj @@ -128,15 +128,15 @@ - + {CE888859-9E46-41F7-91CE-8EC106F3A625} Common - + {6F532626-E9F8-498E-9683-1538E7CD62CB} Core - + {E2ECF86C-C0BA-4782-A485-E267BB213BB2} Importer diff --git a/IISMainHandler/ISpecificHandler.cs b/FLocal.IISHandler/ISpecificHandler.cs similarity index 100% rename from IISMainHandler/ISpecificHandler.cs rename to FLocal.IISHandler/ISpecificHandler.cs diff --git a/IISMainHandler/MainHandler.cs b/FLocal.IISHandler/MainHandler.cs similarity index 100% rename from IISMainHandler/MainHandler.cs rename to FLocal.IISHandler/MainHandler.cs diff --git a/IISMainHandler/PageOuter.cs b/FLocal.IISHandler/PageOuter.cs similarity index 100% rename from IISMainHandler/PageOuter.cs rename to FLocal.IISHandler/PageOuter.cs diff --git a/IISMainHandler/Properties/AssemblyInfo.cs b/FLocal.IISHandler/Properties/AssemblyInfo.cs similarity index 100% rename from IISMainHandler/Properties/AssemblyInfo.cs rename to FLocal.IISHandler/Properties/AssemblyInfo.cs diff --git a/IISMainHandler/TemplateEngine.cs b/FLocal.IISHandler/TemplateEngine.cs similarity index 100% rename from IISMainHandler/TemplateEngine.cs rename to FLocal.IISHandler/TemplateEngine.cs diff --git a/IISMainHandler/WebContext.cs b/FLocal.IISHandler/WebContext.cs similarity index 100% rename from IISMainHandler/WebContext.cs rename to FLocal.IISHandler/WebContext.cs diff --git a/IISMainHandler/designs/Classic.cs b/FLocal.IISHandler/designs/Classic.cs similarity index 100% rename from IISMainHandler/designs/Classic.cs rename to FLocal.IISHandler/designs/Classic.cs diff --git a/IISMainHandler/designs/IDesign.cs b/FLocal.IISHandler/designs/IDesign.cs similarity index 100% rename from IISMainHandler/designs/IDesign.cs rename to FLocal.IISHandler/designs/IDesign.cs diff --git a/IISMainHandler/designs/Lite.cs b/FLocal.IISHandler/designs/Lite.cs similarity index 100% rename from IISMainHandler/designs/Lite.cs rename to FLocal.IISHandler/designs/Lite.cs diff --git a/IISMainHandler/designs/Modern.cs b/FLocal.IISHandler/designs/Modern.cs similarity index 100% rename from IISMainHandler/designs/Modern.cs rename to FLocal.IISHandler/designs/Modern.cs diff --git a/IISMainHandler/designs/Raw.cs b/FLocal.IISHandler/designs/Raw.cs similarity index 100% rename from IISMainHandler/designs/Raw.cs rename to FLocal.IISHandler/designs/Raw.cs diff --git a/IISMainHandler/designs/Rss.cs b/FLocal.IISHandler/designs/Rss.cs similarity index 100% rename from IISMainHandler/designs/Rss.cs rename to FLocal.IISHandler/designs/Rss.cs diff --git a/IISMainHandler/exceptions/RedirectException.cs b/FLocal.IISHandler/exceptions/RedirectException.cs similarity index 100% rename from IISMainHandler/exceptions/RedirectException.cs rename to FLocal.IISHandler/exceptions/RedirectException.cs diff --git a/IISMainHandler/exceptions/WrongUrlException.cs b/FLocal.IISHandler/exceptions/WrongUrlException.cs similarity index 100% rename from IISMainHandler/exceptions/WrongUrlException.cs rename to FLocal.IISHandler/exceptions/WrongUrlException.cs diff --git a/IISMainHandler/handlers/AbstractGetHandler.cs b/FLocal.IISHandler/handlers/AbstractGetHandler.cs similarity index 100% rename from IISMainHandler/handlers/AbstractGetHandler.cs rename to FLocal.IISHandler/handlers/AbstractGetHandler.cs diff --git a/IISMainHandler/handlers/BoardHandler.cs b/FLocal.IISHandler/handlers/BoardHandler.cs similarity index 100% rename from IISMainHandler/handlers/BoardHandler.cs rename to FLocal.IISHandler/handlers/BoardHandler.cs diff --git a/IISMainHandler/handlers/BoardsHandler.cs b/FLocal.IISHandler/handlers/BoardsHandler.cs similarity index 100% rename from IISMainHandler/handlers/BoardsHandler.cs rename to FLocal.IISHandler/handlers/BoardsHandler.cs diff --git a/IISMainHandler/handlers/DebugHandler.cs b/FLocal.IISHandler/handlers/DebugHandler.cs similarity index 100% rename from IISMainHandler/handlers/DebugHandler.cs rename to FLocal.IISHandler/handlers/DebugHandler.cs diff --git a/IISMainHandler/handlers/PostHandler.cs b/FLocal.IISHandler/handlers/PostHandler.cs similarity index 100% rename from IISMainHandler/handlers/PostHandler.cs rename to FLocal.IISHandler/handlers/PostHandler.cs diff --git a/IISMainHandler/handlers/RootHandler.cs b/FLocal.IISHandler/handlers/RootHandler.cs similarity index 100% rename from IISMainHandler/handlers/RootHandler.cs rename to FLocal.IISHandler/handlers/RootHandler.cs diff --git a/IISMainHandler/handlers/StaticHandler.cs b/FLocal.IISHandler/handlers/StaticHandler.cs similarity index 100% rename from IISMainHandler/handlers/StaticHandler.cs rename to FLocal.IISHandler/handlers/StaticHandler.cs diff --git a/IISMainHandler/handlers/ThreadHandler.cs b/FLocal.IISHandler/handlers/ThreadHandler.cs similarity index 100% rename from IISMainHandler/handlers/ThreadHandler.cs rename to FLocal.IISHandler/handlers/ThreadHandler.cs diff --git a/IISMainHandler/handlers/WrongUrlHandler.cs b/FLocal.IISHandler/handlers/WrongUrlHandler.cs similarity index 100% rename from IISMainHandler/handlers/WrongUrlHandler.cs rename to FLocal.IISHandler/handlers/WrongUrlHandler.cs diff --git a/IISMainHandler/handlers/request/AbstractNewAccountHandler.cs b/FLocal.IISHandler/handlers/request/AbstractNewAccountHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/AbstractNewAccountHandler.cs rename to FLocal.IISHandler/handlers/request/AbstractNewAccountHandler.cs diff --git a/IISMainHandler/handlers/request/AbstractNewMessageHandler.cs b/FLocal.IISHandler/handlers/request/AbstractNewMessageHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/AbstractNewMessageHandler.cs rename to FLocal.IISHandler/handlers/request/AbstractNewMessageHandler.cs diff --git a/IISMainHandler/handlers/request/AbstractPostHandler.cs b/FLocal.IISHandler/handlers/request/AbstractPostHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/AbstractPostHandler.cs rename to FLocal.IISHandler/handlers/request/AbstractPostHandler.cs diff --git a/IISMainHandler/handlers/request/CreatePollHandler.cs b/FLocal.IISHandler/handlers/request/CreatePollHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/CreatePollHandler.cs rename to FLocal.IISHandler/handlers/request/CreatePollHandler.cs diff --git a/IISMainHandler/handlers/request/CreateThreadHandler.cs b/FLocal.IISHandler/handlers/request/CreateThreadHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/CreateThreadHandler.cs rename to FLocal.IISHandler/handlers/request/CreateThreadHandler.cs diff --git a/IISMainHandler/handlers/request/EditHandler.cs b/FLocal.IISHandler/handlers/request/EditHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/EditHandler.cs rename to FLocal.IISHandler/handlers/request/EditHandler.cs diff --git a/IISMainHandler/handlers/request/LoginHandler.cs b/FLocal.IISHandler/handlers/request/LoginHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/LoginHandler.cs rename to FLocal.IISHandler/handlers/request/LoginHandler.cs diff --git a/IISMainHandler/handlers/request/LogoutHandler.cs b/FLocal.IISHandler/handlers/request/LogoutHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/LogoutHandler.cs rename to FLocal.IISHandler/handlers/request/LogoutHandler.cs diff --git a/IISMainHandler/handlers/request/MarkThreadAsReadHandler.cs b/FLocal.IISHandler/handlers/request/MarkThreadAsReadHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/MarkThreadAsReadHandler.cs rename to FLocal.IISHandler/handlers/request/MarkThreadAsReadHandler.cs diff --git a/IISMainHandler/handlers/request/MigrateAccountHandler.cs b/FLocal.IISHandler/handlers/request/MigrateAccountHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/MigrateAccountHandler.cs rename to FLocal.IISHandler/handlers/request/MigrateAccountHandler.cs diff --git a/IISMainHandler/handlers/request/PunishHandler.cs b/FLocal.IISHandler/handlers/request/PunishHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/PunishHandler.cs rename to FLocal.IISHandler/handlers/request/PunishHandler.cs diff --git a/IISMainHandler/handlers/request/RegisterByInviteHandler.cs b/FLocal.IISHandler/handlers/request/RegisterByInviteHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/RegisterByInviteHandler.cs rename to FLocal.IISHandler/handlers/request/RegisterByInviteHandler.cs diff --git a/IISMainHandler/handlers/request/RegisterHandler.cs b/FLocal.IISHandler/handlers/request/RegisterHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/RegisterHandler.cs rename to FLocal.IISHandler/handlers/request/RegisterHandler.cs diff --git a/IISMainHandler/handlers/request/ReplyHandler.cs b/FLocal.IISHandler/handlers/request/ReplyHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/ReplyHandler.cs rename to FLocal.IISHandler/handlers/request/ReplyHandler.cs diff --git a/IISMainHandler/handlers/request/ReturnPostHandler.cs b/FLocal.IISHandler/handlers/request/ReturnPostHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/ReturnPostHandler.cs rename to FLocal.IISHandler/handlers/request/ReturnPostHandler.cs diff --git a/IISMainHandler/handlers/request/SendPMHandler.cs b/FLocal.IISHandler/handlers/request/SendPMHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/SendPMHandler.cs rename to FLocal.IISHandler/handlers/request/SendPMHandler.cs diff --git a/IISMainHandler/handlers/request/SettingsHandler.cs b/FLocal.IISHandler/handlers/request/SettingsHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/SettingsHandler.cs rename to FLocal.IISHandler/handlers/request/SettingsHandler.cs diff --git a/IISMainHandler/handlers/request/UploadHandler.cs b/FLocal.IISHandler/handlers/request/UploadHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/UploadHandler.cs rename to FLocal.IISHandler/handlers/request/UploadHandler.cs diff --git a/IISMainHandler/handlers/request/UserDataHandler.cs b/FLocal.IISHandler/handlers/request/UserDataHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/UserDataHandler.cs rename to FLocal.IISHandler/handlers/request/UserDataHandler.cs diff --git a/IISMainHandler/handlers/request/VoteHandler.cs b/FLocal.IISHandler/handlers/request/VoteHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/VoteHandler.cs rename to FLocal.IISHandler/handlers/request/VoteHandler.cs diff --git a/IISMainHandler/handlers/request/avatars/AddHandler.cs b/FLocal.IISHandler/handlers/request/avatars/AddHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/avatars/AddHandler.cs rename to FLocal.IISHandler/handlers/request/avatars/AddHandler.cs diff --git a/IISMainHandler/handlers/request/avatars/RemoveHandler.cs b/FLocal.IISHandler/handlers/request/avatars/RemoveHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/avatars/RemoveHandler.cs rename to FLocal.IISHandler/handlers/request/avatars/RemoveHandler.cs diff --git a/IISMainHandler/handlers/request/avatars/SetAsDefaultHandler.cs b/FLocal.IISHandler/handlers/request/avatars/SetAsDefaultHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/avatars/SetAsDefaultHandler.cs rename to FLocal.IISHandler/handlers/request/avatars/SetAsDefaultHandler.cs diff --git a/IISMainHandler/handlers/request/maintenance/CleanCacheHandler.cs b/FLocal.IISHandler/handlers/request/maintenance/CleanCacheHandler.cs similarity index 100% rename from IISMainHandler/handlers/request/maintenance/CleanCacheHandler.cs rename to FLocal.IISHandler/handlers/request/maintenance/CleanCacheHandler.cs diff --git a/IISMainHandler/handlers/response/AbstractNewMessageHandler.cs b/FLocal.IISHandler/handlers/response/AbstractNewMessageHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/AbstractNewMessageHandler.cs rename to FLocal.IISHandler/handlers/response/AbstractNewMessageHandler.cs diff --git a/IISMainHandler/handlers/response/AbstractUserGetHandler.cs b/FLocal.IISHandler/handlers/response/AbstractUserGetHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/AbstractUserGetHandler.cs rename to FLocal.IISHandler/handlers/response/AbstractUserGetHandler.cs diff --git a/IISMainHandler/handlers/response/ActiveAccountListHandler.cs b/FLocal.IISHandler/handlers/response/ActiveAccountListHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/ActiveAccountListHandler.cs rename to FLocal.IISHandler/handlers/response/ActiveAccountListHandler.cs diff --git a/IISMainHandler/handlers/response/AllPostsHandler.cs b/FLocal.IISHandler/handlers/response/AllPostsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/AllPostsHandler.cs rename to FLocal.IISHandler/handlers/response/AllPostsHandler.cs diff --git a/IISMainHandler/handlers/response/AllThreadsHandler.cs b/FLocal.IISHandler/handlers/response/AllThreadsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/AllThreadsHandler.cs rename to FLocal.IISHandler/handlers/response/AllThreadsHandler.cs diff --git a/IISMainHandler/handlers/response/AvatarsSettingsHandler.cs b/FLocal.IISHandler/handlers/response/AvatarsSettingsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/AvatarsSettingsHandler.cs rename to FLocal.IISHandler/handlers/response/AvatarsSettingsHandler.cs diff --git a/IISMainHandler/handlers/response/BoardAsThread.cs b/FLocal.IISHandler/handlers/response/BoardAsThread.cs similarity index 100% rename from IISMainHandler/handlers/response/BoardAsThread.cs rename to FLocal.IISHandler/handlers/response/BoardAsThread.cs diff --git a/IISMainHandler/handlers/response/ConversationHandler.cs b/FLocal.IISHandler/handlers/response/ConversationHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/ConversationHandler.cs rename to FLocal.IISHandler/handlers/response/ConversationHandler.cs diff --git a/IISMainHandler/handlers/response/ConversationsHandler.cs b/FLocal.IISHandler/handlers/response/ConversationsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/ConversationsHandler.cs rename to FLocal.IISHandler/handlers/response/ConversationsHandler.cs diff --git a/IISMainHandler/handlers/response/CreatePollHandler.cs b/FLocal.IISHandler/handlers/response/CreatePollHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/CreatePollHandler.cs rename to FLocal.IISHandler/handlers/response/CreatePollHandler.cs diff --git a/IISMainHandler/handlers/response/CreateThreadHandler.cs b/FLocal.IISHandler/handlers/response/CreateThreadHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/CreateThreadHandler.cs rename to FLocal.IISHandler/handlers/response/CreateThreadHandler.cs diff --git a/IISMainHandler/handlers/response/EditHandler.cs b/FLocal.IISHandler/handlers/response/EditHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/EditHandler.cs rename to FLocal.IISHandler/handlers/response/EditHandler.cs diff --git a/IISMainHandler/handlers/response/LocalNetworksListHandler.cs b/FLocal.IISHandler/handlers/response/LocalNetworksListHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/LocalNetworksListHandler.cs rename to FLocal.IISHandler/handlers/response/LocalNetworksListHandler.cs diff --git a/IISMainHandler/handlers/response/LoginHandler.cs b/FLocal.IISHandler/handlers/response/LoginHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/LoginHandler.cs rename to FLocal.IISHandler/handlers/response/LoginHandler.cs diff --git a/IISMainHandler/handlers/response/MigrateAccountHandler.cs b/FLocal.IISHandler/handlers/response/MigrateAccountHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/MigrateAccountHandler.cs rename to FLocal.IISHandler/handlers/response/MigrateAccountHandler.cs diff --git a/IISMainHandler/handlers/response/PMReplyHandler.cs b/FLocal.IISHandler/handlers/response/PMReplyHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/PMReplyHandler.cs rename to FLocal.IISHandler/handlers/response/PMReplyHandler.cs diff --git a/IISMainHandler/handlers/response/PMReplyToPostHandler.cs b/FLocal.IISHandler/handlers/response/PMReplyToPostHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/PMReplyToPostHandler.cs rename to FLocal.IISHandler/handlers/response/PMReplyToPostHandler.cs diff --git a/IISMainHandler/handlers/response/PMSendHandler.cs b/FLocal.IISHandler/handlers/response/PMSendHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/PMSendHandler.cs rename to FLocal.IISHandler/handlers/response/PMSendHandler.cs diff --git a/IISMainHandler/handlers/response/PollHandler.cs b/FLocal.IISHandler/handlers/response/PollHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/PollHandler.cs rename to FLocal.IISHandler/handlers/response/PollHandler.cs diff --git a/IISMainHandler/handlers/response/PollsListHandler.cs b/FLocal.IISHandler/handlers/response/PollsListHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/PollsListHandler.cs rename to FLocal.IISHandler/handlers/response/PollsListHandler.cs diff --git a/IISMainHandler/handlers/response/PunishHandler.cs b/FLocal.IISHandler/handlers/response/PunishHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/PunishHandler.cs rename to FLocal.IISHandler/handlers/response/PunishHandler.cs diff --git a/IISMainHandler/handlers/response/QuickLinkHandler.cs b/FLocal.IISHandler/handlers/response/QuickLinkHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/QuickLinkHandler.cs rename to FLocal.IISHandler/handlers/response/QuickLinkHandler.cs diff --git a/IISMainHandler/handlers/response/RedirectGetHandler.cs b/FLocal.IISHandler/handlers/response/RedirectGetHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/RedirectGetHandler.cs rename to FLocal.IISHandler/handlers/response/RedirectGetHandler.cs diff --git a/IISMainHandler/handlers/response/RegisterByInviteHandler.cs b/FLocal.IISHandler/handlers/response/RegisterByInviteHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/RegisterByInviteHandler.cs rename to FLocal.IISHandler/handlers/response/RegisterByInviteHandler.cs diff --git a/IISMainHandler/handlers/response/ReplyHandler.cs b/FLocal.IISHandler/handlers/response/ReplyHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/ReplyHandler.cs rename to FLocal.IISHandler/handlers/response/ReplyHandler.cs diff --git a/IISMainHandler/handlers/response/RobotsHandler.cs b/FLocal.IISHandler/handlers/response/RobotsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/RobotsHandler.cs rename to FLocal.IISHandler/handlers/response/RobotsHandler.cs diff --git a/IISMainHandler/handlers/response/SettingsHandler.cs b/FLocal.IISHandler/handlers/response/SettingsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/SettingsHandler.cs rename to FLocal.IISHandler/handlers/response/SettingsHandler.cs diff --git a/IISMainHandler/handlers/response/SkipXsltTransformException.cs b/FLocal.IISHandler/handlers/response/SkipXsltTransformException.cs similarity index 100% rename from IISMainHandler/handlers/response/SkipXsltTransformException.cs rename to FLocal.IISHandler/handlers/response/SkipXsltTransformException.cs diff --git a/IISMainHandler/handlers/response/UploadHandler.cs b/FLocal.IISHandler/handlers/response/UploadHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UploadHandler.cs rename to FLocal.IISHandler/handlers/response/UploadHandler.cs diff --git a/IISMainHandler/handlers/response/UploadInfoHandler.cs b/FLocal.IISHandler/handlers/response/UploadInfoHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UploadInfoHandler.cs rename to FLocal.IISHandler/handlers/response/UploadInfoHandler.cs diff --git a/IISMainHandler/handlers/response/UploadListHandler.cs b/FLocal.IISHandler/handlers/response/UploadListHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UploadListHandler.cs rename to FLocal.IISHandler/handlers/response/UploadListHandler.cs diff --git a/IISMainHandler/handlers/response/UploadNewHandler.cs b/FLocal.IISHandler/handlers/response/UploadNewHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UploadNewHandler.cs rename to FLocal.IISHandler/handlers/response/UploadNewHandler.cs diff --git a/IISMainHandler/handlers/response/UserDataHandler.cs b/FLocal.IISHandler/handlers/response/UserDataHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UserDataHandler.cs rename to FLocal.IISHandler/handlers/response/UserDataHandler.cs diff --git a/IISMainHandler/handlers/response/UserInfoHandler.cs b/FLocal.IISHandler/handlers/response/UserInfoHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UserInfoHandler.cs rename to FLocal.IISHandler/handlers/response/UserInfoHandler.cs diff --git a/IISMainHandler/handlers/response/UserListHandler.cs b/FLocal.IISHandler/handlers/response/UserListHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UserListHandler.cs rename to FLocal.IISHandler/handlers/response/UserListHandler.cs diff --git a/IISMainHandler/handlers/response/UserPollsParticipatedHandler.cs b/FLocal.IISHandler/handlers/response/UserPollsParticipatedHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UserPollsParticipatedHandler.cs rename to FLocal.IISHandler/handlers/response/UserPollsParticipatedHandler.cs diff --git a/IISMainHandler/handlers/response/UserPostsHandler.cs b/FLocal.IISHandler/handlers/response/UserPostsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UserPostsHandler.cs rename to FLocal.IISHandler/handlers/response/UserPostsHandler.cs diff --git a/IISMainHandler/handlers/response/UserRepliesHandler.cs b/FLocal.IISHandler/handlers/response/UserRepliesHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UserRepliesHandler.cs rename to FLocal.IISHandler/handlers/response/UserRepliesHandler.cs diff --git a/IISMainHandler/handlers/response/UserThreadsHandler.cs b/FLocal.IISHandler/handlers/response/UserThreadsHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/UserThreadsHandler.cs rename to FLocal.IISHandler/handlers/response/UserThreadsHandler.cs diff --git a/IISMainHandler/handlers/response/WhoIsOnlineHandler.cs b/FLocal.IISHandler/handlers/response/WhoIsOnlineHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/WhoIsOnlineHandler.cs rename to FLocal.IISHandler/handlers/response/WhoIsOnlineHandler.cs diff --git a/IISMainHandler/handlers/response/maintenance/CleanCacheHandler.cs b/FLocal.IISHandler/handlers/response/maintenance/CleanCacheHandler.cs similarity index 100% rename from IISMainHandler/handlers/response/maintenance/CleanCacheHandler.cs rename to FLocal.IISHandler/handlers/response/maintenance/CleanCacheHandler.cs diff --git a/ImportConsole/ImportConsole.csproj b/FLocal.Migration.Console/ImportConsole.csproj similarity index 91% rename from ImportConsole/ImportConsole.csproj rename to FLocal.Migration.Console/ImportConsole.csproj index e2b328f..b0a717b 100644 --- a/ImportConsole/ImportConsole.csproj +++ b/FLocal.Migration.Console/ImportConsole.csproj @@ -58,15 +58,15 @@ - + {CE888859-9E46-41F7-91CE-8EC106F3A625} Common - + {6F532626-E9F8-498E-9683-1538E7CD62CB} Core - + {E2ECF86C-C0BA-4782-A485-E267BB213BB2} Importer diff --git a/ImportConsole/Program.cs b/FLocal.Migration.Console/Program.cs similarity index 100% rename from ImportConsole/Program.cs rename to FLocal.Migration.Console/Program.cs diff --git a/ImportConsole/Properties/AssemblyInfo.cs b/FLocal.Migration.Console/Properties/AssemblyInfo.cs similarity index 100% rename from ImportConsole/Properties/AssemblyInfo.cs rename to FLocal.Migration.Console/Properties/AssemblyInfo.cs diff --git a/ImportConsole/ShallerDBProcessor.cs b/FLocal.Migration.Console/ShallerDBProcessor.cs similarity index 100% rename from ImportConsole/ShallerDBProcessor.cs rename to FLocal.Migration.Console/ShallerDBProcessor.cs diff --git a/ImportConsole/ThreadedHTMLProcessor.cs b/FLocal.Migration.Console/ThreadedHTMLProcessor.cs similarity index 100% rename from ImportConsole/ThreadedHTMLProcessor.cs rename to FLocal.Migration.Console/ThreadedHTMLProcessor.cs diff --git a/ImportConsole/UploadProcessor.cs b/FLocal.Migration.Console/UploadProcessor.cs similarity index 100% rename from ImportConsole/UploadProcessor.cs rename to FLocal.Migration.Console/UploadProcessor.cs diff --git a/ImportConsole/UsersImporter.cs b/FLocal.Migration.Console/UsersImporter.cs similarity index 100% rename from ImportConsole/UsersImporter.cs rename to FLocal.Migration.Console/UsersImporter.cs diff --git a/Importer/DictionaryConverter.cs b/FLocal.Migration.Gateway/DictionaryConverter.cs similarity index 100% rename from Importer/DictionaryConverter.cs rename to FLocal.Migration.Gateway/DictionaryConverter.cs diff --git a/Importer/FileInfo.cs b/FLocal.Migration.Gateway/FileInfo.cs similarity index 100% rename from Importer/FileInfo.cs rename to FLocal.Migration.Gateway/FileInfo.cs diff --git a/Importer/Importer.csproj b/FLocal.Migration.Gateway/Importer.csproj similarity index 100% rename from Importer/Importer.csproj rename to FLocal.Migration.Gateway/Importer.csproj diff --git a/Importer/Properties/AssemblyInfo.cs b/FLocal.Migration.Gateway/Properties/AssemblyInfo.cs similarity index 100% rename from Importer/Properties/AssemblyInfo.cs rename to FLocal.Migration.Gateway/Properties/AssemblyInfo.cs diff --git a/Importer/ShallerConnector.cs b/FLocal.Migration.Gateway/ShallerConnector.cs similarity index 100% rename from Importer/ShallerConnector.cs rename to FLocal.Migration.Gateway/ShallerConnector.cs diff --git a/Importer/ShallerGateway.cs b/FLocal.Migration.Gateway/ShallerGateway.cs similarity index 100% rename from Importer/ShallerGateway.cs rename to FLocal.Migration.Gateway/ShallerGateway.cs diff --git a/FLocal.sln b/FLocal.sln index aea5719..bc00f7b 100644 --- a/FLocal.sln +++ b/FLocal.sln @@ -1,25 +1,23 @@  Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Web Developer Express 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISMainHandler", "IISMainHandler\IISMainHandler.csproj", "{9A902732-E7F1-4F41-869B-316AF2254B36}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISMainHandler", "FLocal.IISHandler\IISMainHandler.csproj", "{9A902732-E7F1-4F41-869B-316AF2254B36}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{6F532626-E9F8-498E-9683-1538E7CD62CB}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Web.Core\Core.csproj", "{6F532626-E9F8-498E-9683-1538E7CD62CB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "Common\Common.csproj", "{CE888859-9E46-41F7-91CE-8EC106F3A625}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "FLocal.Common\Common.csproj", "{CE888859-9E46-41F7-91CE-8EC106F3A625}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySQLConnector", "MySQLConnector\MySQLConnector.csproj", "{E38DE5B1-F9C2-43BA-A5DF-0743ABD4DFC7}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Builder", "Builder\Builder.csproj", "{D8D6EFEC-76D7-4870-BD71-C90FA6D7368A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tmp", "tmp\tmp.csproj", "{BDC42785-41F7-4C32-880E-A6C43A448054}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Importer", "FLocal.Migration.Gateway\Importer.csproj", "{E2ECF86C-C0BA-4782-A485-E267BB213BB2}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Importer", "Importer\Importer.csproj", "{E2ECF86C-C0BA-4782-A485-E267BB213BB2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportConsole", "FLocal.Migration.Console\ImportConsole.csproj", "{208B84AF-A5DD-4C20-83D5-160EA243BA43}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportConsole", "ImportConsole\ImportConsole.csproj", "{208B84AF-A5DD-4C20-83D5-160EA243BA43}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISUploadHandler", "Web.IISUploadHandler\IISUploadHandler.csproj", "{09F13185-3B2A-4FCB-AB6A-750112FFF920}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IISUploadHandler", "IISUploadHandler\IISUploadHandler.csproj", "{09F13185-3B2A-4FCB-AB6A-750112FFF920}" -EndProject -Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BBCode", "ThirdParty\BBCode\BBCode.vbproj", "{ACDDD5D1-119F-4B82-8FE6-6515C812795B}" +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "BBCode", "ThirdParty\PJonDevelopment.BBCode\BBCode.vbproj", "{ACDDD5D1-119F-4B82-8FE6-6515C812795B}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TexCompiler", "TexCompiler\TexCompiler.csproj", "{7D2A38F8-C42D-4F9F-AF64-1DDD5842C7EC}" EndProject diff --git a/MySQLConnector/MySQLConnector.csproj b/MySQLConnector/MySQLConnector.csproj index 2571c01..219400b 100644 --- a/MySQLConnector/MySQLConnector.csproj +++ b/MySQLConnector/MySQLConnector.csproj @@ -60,7 +60,7 @@ - + {6F532626-E9F8-498E-9683-1538E7CD62CB} Core diff --git a/Resources/FLocal/docs/cacert/cacert-screen01.png b/Resources/FLocal/docs/cacert/cacert-screen01.png new file mode 100644 index 0000000..2099e62 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen01.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen02.png b/Resources/FLocal/docs/cacert/cacert-screen02.png new file mode 100644 index 0000000..d046fa4 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen02.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen03.png b/Resources/FLocal/docs/cacert/cacert-screen03.png new file mode 100644 index 0000000..798182e Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen03.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen03r.png b/Resources/FLocal/docs/cacert/cacert-screen03r.png new file mode 100644 index 0000000..2bdaece Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen03r.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen04.png b/Resources/FLocal/docs/cacert/cacert-screen04.png new file mode 100644 index 0000000..b69628a Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen04.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen05.png b/Resources/FLocal/docs/cacert/cacert-screen05.png new file mode 100644 index 0000000..5ee77a3 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen05.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen06.png b/Resources/FLocal/docs/cacert/cacert-screen06.png new file mode 100644 index 0000000..b7289f5 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen06.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen07.png b/Resources/FLocal/docs/cacert/cacert-screen07.png new file mode 100644 index 0000000..bf2db81 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen07.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen08.png b/Resources/FLocal/docs/cacert/cacert-screen08.png new file mode 100644 index 0000000..3be6ee8 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen08.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen09.png b/Resources/FLocal/docs/cacert/cacert-screen09.png new file mode 100644 index 0000000..ec993e9 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen09.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen10.png b/Resources/FLocal/docs/cacert/cacert-screen10.png new file mode 100644 index 0000000..9341121 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen10.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen11.png b/Resources/FLocal/docs/cacert/cacert-screen11.png new file mode 100644 index 0000000..30128f0 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen11.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen12.png b/Resources/FLocal/docs/cacert/cacert-screen12.png new file mode 100644 index 0000000..954ce6a Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen12.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen13.png b/Resources/FLocal/docs/cacert/cacert-screen13.png new file mode 100644 index 0000000..ac263f4 Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen13.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen14.png b/Resources/FLocal/docs/cacert/cacert-screen14.png new file mode 100644 index 0000000..c44da0a Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen14.png differ diff --git a/Resources/FLocal/docs/cacert/cacert-screen16.png b/Resources/FLocal/docs/cacert/cacert-screen16.png new file mode 100644 index 0000000..1bcbcdf Binary files /dev/null and b/Resources/FLocal/docs/cacert/cacert-screen16.png differ diff --git a/Resources/FLocal/docs/migration/screen1.png b/Resources/FLocal/docs/migration/screen1.png new file mode 100644 index 0000000..addbb7f Binary files /dev/null and b/Resources/FLocal/docs/migration/screen1.png differ diff --git a/Resources/FLocal/docs/migration/screen10.png b/Resources/FLocal/docs/migration/screen10.png new file mode 100644 index 0000000..e395e90 Binary files /dev/null and b/Resources/FLocal/docs/migration/screen10.png differ diff --git a/Resources/FLocal/docs/migration/screen2.png b/Resources/FLocal/docs/migration/screen2.png new file mode 100644 index 0000000..874938d Binary files /dev/null and b/Resources/FLocal/docs/migration/screen2.png differ diff --git a/Resources/FLocal/docs/migration/screen3.png b/Resources/FLocal/docs/migration/screen3.png new file mode 100644 index 0000000..ea0f37d Binary files /dev/null and b/Resources/FLocal/docs/migration/screen3.png differ diff --git a/Resources/FLocal/docs/migration/screen4.png b/Resources/FLocal/docs/migration/screen4.png new file mode 100644 index 0000000..d21bcbb Binary files /dev/null and b/Resources/FLocal/docs/migration/screen4.png differ diff --git a/Resources/FLocal/docs/migration/screen5.png b/Resources/FLocal/docs/migration/screen5.png new file mode 100644 index 0000000..eb343ec Binary files /dev/null and b/Resources/FLocal/docs/migration/screen5.png differ diff --git a/Resources/FLocal/docs/migration/screen6.png b/Resources/FLocal/docs/migration/screen6.png new file mode 100644 index 0000000..7ee2359 Binary files /dev/null and b/Resources/FLocal/docs/migration/screen6.png differ diff --git a/Resources/FLocal/docs/migration/screen7.png b/Resources/FLocal/docs/migration/screen7.png new file mode 100644 index 0000000..d7afaef Binary files /dev/null and b/Resources/FLocal/docs/migration/screen7.png differ diff --git a/Resources/FLocal/docs/migration/screen8.png b/Resources/FLocal/docs/migration/screen8.png new file mode 100644 index 0000000..d0fe537 Binary files /dev/null and b/Resources/FLocal/docs/migration/screen8.png differ diff --git a/Resources/FLocal/docs/migration/screen9.png b/Resources/FLocal/docs/migration/screen9.png new file mode 100644 index 0000000..4e693b4 Binary files /dev/null and b/Resources/FLocal/docs/migration/screen9.png differ diff --git a/static/css/Blue11.css b/Resources/FLocal/static/css/Blue11.css similarity index 100% rename from static/css/Blue11.css rename to Resources/FLocal/static/css/Blue11.css diff --git a/static/css/FusionBB.css b/Resources/FLocal/static/css/FusionBB.css similarity index 100% rename from static/css/FusionBB.css rename to Resources/FLocal/static/css/FusionBB.css diff --git a/static/css/FusionBB/FusionBB_cellpic.gif b/Resources/FLocal/static/css/FusionBB/FusionBB_cellpic.gif similarity index 100% rename from static/css/FusionBB/FusionBB_cellpic.gif rename to Resources/FLocal/static/css/FusionBB/FusionBB_cellpic.gif diff --git a/static/css/FusionBB/FusionBB_color-dunkel.gif b/Resources/FLocal/static/css/FusionBB/FusionBB_color-dunkel.gif similarity index 100% rename from static/css/FusionBB/FusionBB_color-dunkel.gif rename to Resources/FLocal/static/css/FusionBB/FusionBB_color-dunkel.gif diff --git a/static/css/FusionBB/FusionBB_color-hell.gif b/Resources/FLocal/static/css/FusionBB/FusionBB_color-hell.gif similarity index 100% rename from static/css/FusionBB/FusionBB_color-hell.gif rename to Resources/FLocal/static/css/FusionBB/FusionBB_color-hell.gif diff --git a/static/css/akel.css b/Resources/FLocal/static/css/akel.css similarity index 100% rename from static/css/akel.css rename to Resources/FLocal/static/css/akel.css diff --git a/static/css/averych.css b/Resources/FLocal/static/css/averych.css similarity index 100% rename from static/css/averych.css rename to Resources/FLocal/static/css/averych.css diff --git a/static/css/blackandblue.css b/Resources/FLocal/static/css/blackandblue.css similarity index 100% rename from static/css/blackandblue.css rename to Resources/FLocal/static/css/blackandblue.css diff --git a/static/css/blackandblue/background.gif b/Resources/FLocal/static/css/blackandblue/background.gif similarity index 100% rename from static/css/blackandblue/background.gif rename to Resources/FLocal/static/css/blackandblue/background.gif diff --git a/static/css/body.css b/Resources/FLocal/static/css/body.css similarity index 100% rename from static/css/body.css rename to Resources/FLocal/static/css/body.css diff --git a/static/css/coffeehaus.css b/Resources/FLocal/static/css/coffeehaus.css similarity index 100% rename from static/css/coffeehaus.css rename to Resources/FLocal/static/css/coffeehaus.css diff --git a/static/css/coolblue.css b/Resources/FLocal/static/css/coolblue.css similarity index 100% rename from static/css/coolblue.css rename to Resources/FLocal/static/css/coolblue.css diff --git a/static/css/coolblue/coolheader.gif b/Resources/FLocal/static/css/coolblue/coolheader.gif similarity index 100% rename from static/css/coolblue/coolheader.gif rename to Resources/FLocal/static/css/coolblue/coolheader.gif diff --git a/static/css/coolblue/coolnav.gif b/Resources/FLocal/static/css/coolblue/coolnav.gif similarity index 100% rename from static/css/coolblue/coolnav.gif rename to Resources/FLocal/static/css/coolblue/coolnav.gif diff --git a/static/css/coolbluelines.css b/Resources/FLocal/static/css/coolbluelines.css similarity index 100% rename from static/css/coolbluelines.css rename to Resources/FLocal/static/css/coolbluelines.css diff --git a/static/css/coolbluelines/background.gif b/Resources/FLocal/static/css/coolbluelines/background.gif similarity index 100% rename from static/css/coolbluelines/background.gif rename to Resources/FLocal/static/css/coolbluelines/background.gif diff --git a/static/css/coolbluelines/coolheader.gif b/Resources/FLocal/static/css/coolbluelines/coolheader.gif similarity index 100% rename from static/css/coolbluelines/coolheader.gif rename to Resources/FLocal/static/css/coolbluelines/coolheader.gif diff --git a/static/css/coolbluelines/coolnav.gif b/Resources/FLocal/static/css/coolbluelines/coolnav.gif similarity index 100% rename from static/css/coolbluelines/coolnav.gif rename to Resources/FLocal/static/css/coolbluelines/coolnav.gif diff --git a/static/css/decoration.css b/Resources/FLocal/static/css/decoration.css similarity index 100% rename from static/css/decoration.css rename to Resources/FLocal/static/css/decoration.css diff --git a/static/css/global.css b/Resources/FLocal/static/css/global.css similarity index 100% rename from static/css/global.css rename to Resources/FLocal/static/css/global.css diff --git a/static/css/gop.css b/Resources/FLocal/static/css/gop.css similarity index 100% rename from static/css/gop.css rename to Resources/FLocal/static/css/gop.css diff --git a/static/css/gop/catb.jpg b/Resources/FLocal/static/css/gop/catb.jpg similarity index 100% rename from static/css/gop/catb.jpg rename to Resources/FLocal/static/css/gop/catb.jpg diff --git a/static/css/gop/darkbg.jpg b/Resources/FLocal/static/css/gop/darkbg.jpg similarity index 100% rename from static/css/gop/darkbg.jpg rename to Resources/FLocal/static/css/gop/darkbg.jpg diff --git a/static/css/gop/pagebg.gif b/Resources/FLocal/static/css/gop/pagebg.gif similarity index 100% rename from static/css/gop/pagebg.gif rename to Resources/FLocal/static/css/gop/pagebg.gif diff --git a/static/css/gop/surroundbg.gif b/Resources/FLocal/static/css/gop/surroundbg.gif similarity index 100% rename from static/css/gop/surroundbg.gif rename to Resources/FLocal/static/css/gop/surroundbg.gif diff --git a/static/css/greed.css b/Resources/FLocal/static/css/greed.css similarity index 100% rename from static/css/greed.css rename to Resources/FLocal/static/css/greed.css diff --git a/static/css/greenday.css b/Resources/FLocal/static/css/greenday.css similarity index 100% rename from static/css/greenday.css rename to Resources/FLocal/static/css/greenday.css diff --git a/static/css/ilia-white.css b/Resources/FLocal/static/css/ilia-white.css similarity index 100% rename from static/css/ilia-white.css rename to Resources/FLocal/static/css/ilia-white.css diff --git a/static/css/infopop.css b/Resources/FLocal/static/css/infopop.css similarity index 100% rename from static/css/infopop.css rename to Resources/FLocal/static/css/infopop.css diff --git a/static/css/infopop2.css b/Resources/FLocal/static/css/infopop2.css similarity index 100% rename from static/css/infopop2.css rename to Resources/FLocal/static/css/infopop2.css diff --git a/static/css/koniro.css b/Resources/FLocal/static/css/koniro.css similarity index 100% rename from static/css/koniro.css rename to Resources/FLocal/static/css/koniro.css diff --git a/static/css/koniro/bkg2.png b/Resources/FLocal/static/css/koniro/bkg2.png similarity index 100% rename from static/css/koniro/bkg2.png rename to Resources/FLocal/static/css/koniro/bkg2.png diff --git a/static/css/koniro/grad-02-sans.png b/Resources/FLocal/static/css/koniro/grad-02-sans.png similarity index 100% rename from static/css/koniro/grad-02-sans.png rename to Resources/FLocal/static/css/koniro/grad-02-sans.png diff --git a/static/css/koniro/grad-02.png b/Resources/FLocal/static/css/koniro/grad-02.png similarity index 100% rename from static/css/koniro/grad-02.png rename to Resources/FLocal/static/css/koniro/grad-02.png diff --git a/static/css/koniro/nbkg-l.png b/Resources/FLocal/static/css/koniro/nbkg-l.png similarity index 100% rename from static/css/koniro/nbkg-l.png rename to Resources/FLocal/static/css/koniro/nbkg-l.png diff --git a/static/css/kraft.css b/Resources/FLocal/static/css/kraft.css similarity index 100% rename from static/css/kraft.css rename to Resources/FLocal/static/css/kraft.css diff --git a/static/css/largetheblues.css b/Resources/FLocal/static/css/largetheblues.css similarity index 100% rename from static/css/largetheblues.css rename to Resources/FLocal/static/css/largetheblues.css diff --git a/static/css/lynn.css b/Resources/FLocal/static/css/lynn.css similarity index 100% rename from static/css/lynn.css rename to Resources/FLocal/static/css/lynn.css diff --git a/static/css/lynn_large.css b/Resources/FLocal/static/css/lynn_large.css similarity index 100% rename from static/css/lynn_large.css rename to Resources/FLocal/static/css/lynn_large.css diff --git a/static/css/magic.css b/Resources/FLocal/static/css/magic.css similarity index 100% rename from static/css/magic.css rename to Resources/FLocal/static/css/magic.css diff --git a/static/css/mexmat.css b/Resources/FLocal/static/css/mexmat.css similarity index 100% rename from static/css/mexmat.css rename to Resources/FLocal/static/css/mexmat.css diff --git a/static/css/mexmat/mexmat1.gif b/Resources/FLocal/static/css/mexmat/mexmat1.gif similarity index 100% rename from static/css/mexmat/mexmat1.gif rename to Resources/FLocal/static/css/mexmat/mexmat1.gif diff --git a/static/css/modern/blue.css b/Resources/FLocal/static/css/modern/blue.css similarity index 100% rename from static/css/modern/blue.css rename to Resources/FLocal/static/css/modern/blue.css diff --git a/static/css/modern/fonts.css b/Resources/FLocal/static/css/modern/fonts.css similarity index 100% rename from static/css/modern/fonts.css rename to Resources/FLocal/static/css/modern/fonts.css diff --git a/static/css/modern/global.css b/Resources/FLocal/static/css/modern/global.css similarity index 100% rename from static/css/modern/global.css rename to Resources/FLocal/static/css/modern/global.css diff --git a/static/css/modern/high-contrast.css b/Resources/FLocal/static/css/modern/high-contrast.css similarity index 100% rename from static/css/modern/high-contrast.css rename to Resources/FLocal/static/css/modern/high-contrast.css diff --git a/static/css/modern/iefixes.css b/Resources/FLocal/static/css/modern/iefixes.css similarity index 100% rename from static/css/modern/iefixes.css rename to Resources/FLocal/static/css/modern/iefixes.css diff --git a/static/css/modern/think.css b/Resources/FLocal/static/css/modern/think.css similarity index 100% rename from static/css/modern/think.css rename to Resources/FLocal/static/css/modern/think.css diff --git a/static/css/nami-grad.css b/Resources/FLocal/static/css/nami-grad.css similarity index 100% rename from static/css/nami-grad.css rename to Resources/FLocal/static/css/nami-grad.css diff --git a/static/css/nami/grad-01.png b/Resources/FLocal/static/css/nami/grad-01.png similarity index 100% rename from static/css/nami/grad-01.png rename to Resources/FLocal/static/css/nami/grad-01.png diff --git a/static/css/nami/grad-02.png b/Resources/FLocal/static/css/nami/grad-02.png similarity index 100% rename from static/css/nami/grad-02.png rename to Resources/FLocal/static/css/nami/grad-02.png diff --git a/static/css/nami/grad-03.png b/Resources/FLocal/static/css/nami/grad-03.png similarity index 100% rename from static/css/nami/grad-03.png rename to Resources/FLocal/static/css/nami/grad-03.png diff --git a/static/css/nami/grad-04.png b/Resources/FLocal/static/css/nami/grad-04.png similarity index 100% rename from static/css/nami/grad-04.png rename to Resources/FLocal/static/css/nami/grad-04.png diff --git a/static/css/nami/grad-05.png b/Resources/FLocal/static/css/nami/grad-05.png similarity index 100% rename from static/css/nami/grad-05.png rename to Resources/FLocal/static/css/nami/grad-05.png diff --git a/static/css/nami/grad-06.png b/Resources/FLocal/static/css/nami/grad-06.png similarity index 100% rename from static/css/nami/grad-06.png rename to Resources/FLocal/static/css/nami/grad-06.png diff --git a/static/css/nami/nami-back-big-2.jpg b/Resources/FLocal/static/css/nami/nami-back-big-2.jpg similarity index 100% rename from static/css/nami/nami-back-big-2.jpg rename to Resources/FLocal/static/css/nami/nami-back-big-2.jpg diff --git a/static/css/namiholiday.css b/Resources/FLocal/static/css/namiholiday.css similarity index 100% rename from static/css/namiholiday.css rename to Resources/FLocal/static/css/namiholiday.css diff --git a/static/css/namiholiday/bkg4.jpg b/Resources/FLocal/static/css/namiholiday/bkg4.jpg similarity index 100% rename from static/css/namiholiday/bkg4.jpg rename to Resources/FLocal/static/css/namiholiday/bkg4.jpg diff --git a/static/css/namiholiday/grad-r3.jpg b/Resources/FLocal/static/css/namiholiday/grad-r3.jpg similarity index 100% rename from static/css/namiholiday/grad-r3.jpg rename to Resources/FLocal/static/css/namiholiday/grad-r3.jpg diff --git a/static/css/namiholiday/grad-r4.jpg b/Resources/FLocal/static/css/namiholiday/grad-r4.jpg similarity index 100% rename from static/css/namiholiday/grad-r4.jpg rename to Resources/FLocal/static/css/namiholiday/grad-r4.jpg diff --git a/static/css/penartur.css b/Resources/FLocal/static/css/penartur.css similarity index 100% rename from static/css/penartur.css rename to Resources/FLocal/static/css/penartur.css diff --git a/static/css/robin.css b/Resources/FLocal/static/css/robin.css similarity index 100% rename from static/css/robin.css rename to Resources/FLocal/static/css/robin.css diff --git a/static/css/robin_small.css b/Resources/FLocal/static/css/robin_small.css similarity index 100% rename from static/css/robin_small.css rename to Resources/FLocal/static/css/robin_small.css diff --git a/static/css/shaller-m.css b/Resources/FLocal/static/css/shaller-m.css similarity index 100% rename from static/css/shaller-m.css rename to Resources/FLocal/static/css/shaller-m.css diff --git a/static/css/shaller.css b/Resources/FLocal/static/css/shaller.css similarity index 100% rename from static/css/shaller.css rename to Resources/FLocal/static/css/shaller.css diff --git a/static/css/shaller/aa.gif b/Resources/FLocal/static/css/shaller/aa.gif similarity index 100% rename from static/css/shaller/aa.gif rename to Resources/FLocal/static/css/shaller/aa.gif diff --git a/static/css/shaller/shaller-head.jpg b/Resources/FLocal/static/css/shaller/shaller-head.jpg similarity index 100% rename from static/css/shaller/shaller-head.jpg rename to Resources/FLocal/static/css/shaller/shaller-head.jpg diff --git a/static/css/shaller/shaller-l-long.jpg b/Resources/FLocal/static/css/shaller/shaller-l-long.jpg similarity index 100% rename from static/css/shaller/shaller-l-long.jpg rename to Resources/FLocal/static/css/shaller/shaller-l-long.jpg diff --git a/static/css/shaller/shaller-l-m.jpg b/Resources/FLocal/static/css/shaller/shaller-l-m.jpg similarity index 100% rename from static/css/shaller/shaller-l-m.jpg rename to Resources/FLocal/static/css/shaller/shaller-l-m.jpg diff --git a/static/css/shaller/shaller-l.jpg b/Resources/FLocal/static/css/shaller/shaller-l.jpg similarity index 100% rename from static/css/shaller/shaller-l.jpg rename to Resources/FLocal/static/css/shaller/shaller-l.jpg diff --git a/static/css/shaller/shaller-lighttable.jpg b/Resources/FLocal/static/css/shaller/shaller-lighttable.jpg similarity index 100% rename from static/css/shaller/shaller-lighttable.jpg rename to Resources/FLocal/static/css/shaller/shaller-lighttable.jpg diff --git a/static/css/silver.css b/Resources/FLocal/static/css/silver.css similarity index 100% rename from static/css/silver.css rename to Resources/FLocal/static/css/silver.css diff --git a/static/css/silver/grad-blue-01.jpg b/Resources/FLocal/static/css/silver/grad-blue-01.jpg similarity index 100% rename from static/css/silver/grad-blue-01.jpg rename to Resources/FLocal/static/css/silver/grad-blue-01.jpg diff --git a/static/css/silver/grad-blue-lighttable.jpg b/Resources/FLocal/static/css/silver/grad-blue-lighttable.jpg similarity index 100% rename from static/css/silver/grad-blue-lighttable.jpg rename to Resources/FLocal/static/css/silver/grad-blue-lighttable.jpg diff --git a/static/css/silver/grad-r.jpg b/Resources/FLocal/static/css/silver/grad-r.jpg similarity index 100% rename from static/css/silver/grad-r.jpg rename to Resources/FLocal/static/css/silver/grad-r.jpg diff --git a/static/css/silver/shaller-l.jpg b/Resources/FLocal/static/css/silver/shaller-l.jpg similarity index 100% rename from static/css/silver/shaller-l.jpg rename to Resources/FLocal/static/css/silver/shaller-l.jpg diff --git a/static/css/silver/silver_bg.gif b/Resources/FLocal/static/css/silver/silver_bg.gif similarity index 100% rename from static/css/silver/silver_bg.gif rename to Resources/FLocal/static/css/silver/silver_bg.gif diff --git a/static/css/stylesheet2.css b/Resources/FLocal/static/css/stylesheet2.css similarity index 100% rename from static/css/stylesheet2.css rename to Resources/FLocal/static/css/stylesheet2.css diff --git a/static/css/stylesheet2_bg.css b/Resources/FLocal/static/css/stylesheet2_bg.css similarity index 100% rename from static/css/stylesheet2_bg.css rename to Resources/FLocal/static/css/stylesheet2_bg.css diff --git a/static/css/stylesheet4.css b/Resources/FLocal/static/css/stylesheet4.css similarity index 100% rename from static/css/stylesheet4.css rename to Resources/FLocal/static/css/stylesheet4.css diff --git a/static/css/theblues.css b/Resources/FLocal/static/css/theblues.css similarity index 100% rename from static/css/theblues.css rename to Resources/FLocal/static/css/theblues.css diff --git a/static/css/wcsoft.css b/Resources/FLocal/static/css/wcsoft.css similarity index 100% rename from static/css/wcsoft.css rename to Resources/FLocal/static/css/wcsoft.css diff --git a/static/css/wcsoft/darktable_grad.gif b/Resources/FLocal/static/css/wcsoft/darktable_grad.gif similarity index 100% rename from static/css/wcsoft/darktable_grad.gif rename to Resources/FLocal/static/css/wcsoft/darktable_grad.gif diff --git a/static/css/wcsoft/header_grad.gif b/Resources/FLocal/static/css/wcsoft/header_grad.gif similarity index 100% rename from static/css/wcsoft/header_grad.gif rename to Resources/FLocal/static/css/wcsoft/header_grad.gif diff --git a/static/css/wcsoft/lighttable_grad.gif b/Resources/FLocal/static/css/wcsoft/lighttable_grad.gif similarity index 100% rename from static/css/wcsoft/lighttable_grad.gif rename to Resources/FLocal/static/css/wcsoft/lighttable_grad.gif diff --git a/static/favicons/smirk.ico b/Resources/FLocal/static/favicons/smirk.ico similarity index 100% rename from static/favicons/smirk.ico rename to Resources/FLocal/static/favicons/smirk.ico diff --git a/static/images/addreminder.gif b/Resources/FLocal/static/images/addreminder.gif similarity index 100% rename from static/images/addreminder.gif rename to Resources/FLocal/static/images/addreminder.gif diff --git a/static/images/addtobook.gif b/Resources/FLocal/static/images/addtobook.gif similarity index 100% rename from static/images/addtobook.gif rename to Resources/FLocal/static/images/addtobook.gif diff --git a/static/images/adm.gif b/Resources/FLocal/static/images/adm.gif similarity index 100% rename from static/images/adm.gif rename to Resources/FLocal/static/images/adm.gif diff --git a/static/images/all.gif b/Resources/FLocal/static/images/all.gif similarity index 100% rename from static/images/all.gif rename to Resources/FLocal/static/images/all.gif diff --git a/static/images/classic.jpg b/Resources/FLocal/static/images/classic.jpg similarity index 100% rename from static/images/classic.jpg rename to Resources/FLocal/static/images/classic.jpg diff --git a/static/images/courtesans.jpg b/Resources/FLocal/static/images/courtesans.jpg similarity index 100% rename from static/images/courtesans.jpg rename to Resources/FLocal/static/images/courtesans.jpg diff --git a/static/images/edit.gif b/Resources/FLocal/static/images/edit.gif similarity index 100% rename from static/images/edit.gif rename to Resources/FLocal/static/images/edit.gif diff --git a/static/images/email2.gif b/Resources/FLocal/static/images/email2.gif similarity index 100% rename from static/images/email2.gif rename to Resources/FLocal/static/images/email2.gif diff --git a/static/images/external.png b/Resources/FLocal/static/images/external.png similarity index 100% rename from static/images/external.png rename to Resources/FLocal/static/images/external.png diff --git a/static/images/flat.gif b/Resources/FLocal/static/images/flat.gif similarity index 100% rename from static/images/flat.gif rename to Resources/FLocal/static/images/flat.gif diff --git a/static/images/graph.gif b/Resources/FLocal/static/images/graph.gif similarity index 100% rename from static/images/graph.gif rename to Resources/FLocal/static/images/graph.gif diff --git a/static/images/greyflat.gif b/Resources/FLocal/static/images/greyflat.gif similarity index 100% rename from static/images/greyflat.gif rename to Resources/FLocal/static/images/greyflat.gif diff --git a/static/images/greyprevious.gif b/Resources/FLocal/static/images/greyprevious.gif similarity index 100% rename from static/images/greyprevious.gif rename to Resources/FLocal/static/images/greyprevious.gif diff --git a/static/images/greythreaded.gif b/Resources/FLocal/static/images/greythreaded.gif similarity index 100% rename from static/images/greythreaded.gif rename to Resources/FLocal/static/images/greythreaded.gif diff --git a/static/images/heart.gif b/Resources/FLocal/static/images/heart.gif similarity index 100% rename from static/images/heart.gif rename to Resources/FLocal/static/images/heart.gif diff --git a/static/images/judge.gif b/Resources/FLocal/static/images/judge.gif similarity index 100% rename from static/images/judge.gif rename to Resources/FLocal/static/images/judge.gif diff --git a/static/images/lb.gif b/Resources/FLocal/static/images/lb.gif similarity index 100% rename from static/images/lb.gif rename to Resources/FLocal/static/images/lb.gif diff --git a/static/images/light-disabled.png b/Resources/FLocal/static/images/light-disabled.png similarity index 100% rename from static/images/light-disabled.png rename to Resources/FLocal/static/images/light-disabled.png diff --git a/static/images/light.png b/Resources/FLocal/static/images/light.png similarity index 100% rename from static/images/light.png rename to Resources/FLocal/static/images/light.png diff --git a/static/images/lock.gif b/Resources/FLocal/static/images/lock.gif similarity index 100% rename from static/images/lock.gif rename to Resources/FLocal/static/images/lock.gif diff --git a/static/images/machichara/fractalsnow-bg-preview.gif b/Resources/FLocal/static/images/machichara/fractalsnow-bg-preview.gif similarity index 100% rename from static/images/machichara/fractalsnow-bg-preview.gif rename to Resources/FLocal/static/images/machichara/fractalsnow-bg-preview.gif diff --git a/static/images/machichara/fractalsnow-preview.gif b/Resources/FLocal/static/images/machichara/fractalsnow-preview.gif similarity index 100% rename from static/images/machichara/fractalsnow-preview.gif rename to Resources/FLocal/static/images/machichara/fractalsnow-preview.gif diff --git a/static/images/machichara/hexsex-preview.gif b/Resources/FLocal/static/images/machichara/hexsex-preview.gif similarity index 100% rename from static/images/machichara/hexsex-preview.gif rename to Resources/FLocal/static/images/machichara/hexsex-preview.gif diff --git a/static/images/machichara/hypnotoad-preview.gif b/Resources/FLocal/static/images/machichara/hypnotoad-preview.gif similarity index 100% rename from static/images/machichara/hypnotoad-preview.gif rename to Resources/FLocal/static/images/machichara/hypnotoad-preview.gif diff --git a/static/images/machichara/none-preview.gif b/Resources/FLocal/static/images/machichara/none-preview.gif similarity index 100% rename from static/images/machichara/none-preview.gif rename to Resources/FLocal/static/images/machichara/none-preview.gif diff --git a/static/images/machichara/up4k-pionerka-preview.gif b/Resources/FLocal/static/images/machichara/up4k-pionerka-preview.gif similarity index 100% rename from static/images/machichara/up4k-pionerka-preview.gif rename to Resources/FLocal/static/images/machichara/up4k-pionerka-preview.gif diff --git a/static/images/message-garbage-notread.gif b/Resources/FLocal/static/images/message-garbage-notread.gif similarity index 100% rename from static/images/message-garbage-notread.gif rename to Resources/FLocal/static/images/message-garbage-notread.gif diff --git a/static/images/message-garbage-read.gif b/Resources/FLocal/static/images/message-garbage-read.gif similarity index 100% rename from static/images/message-garbage-read.gif rename to Resources/FLocal/static/images/message-garbage-read.gif diff --git a/static/images/message-normal-notread.gif b/Resources/FLocal/static/images/message-normal-notread.gif similarity index 100% rename from static/images/message-normal-notread.gif rename to Resources/FLocal/static/images/message-normal-notread.gif diff --git a/static/images/message-normal-read.gif b/Resources/FLocal/static/images/message-normal-read.gif similarity index 100% rename from static/images/message-normal-read.gif rename to Resources/FLocal/static/images/message-normal-read.gif diff --git a/static/images/message-offtop-notread.gif b/Resources/FLocal/static/images/message-offtop-notread.gif similarity index 100% rename from static/images/message-offtop-notread.gif rename to Resources/FLocal/static/images/message-offtop-notread.gif diff --git a/static/images/message-offtop-read.gif b/Resources/FLocal/static/images/message-offtop-read.gif similarity index 100% rename from static/images/message-offtop-read.gif rename to Resources/FLocal/static/images/message-offtop-read.gif diff --git a/static/images/mod.gif b/Resources/FLocal/static/images/mod.gif similarity index 100% rename from static/images/mod.gif rename to Resources/FLocal/static/images/mod.gif diff --git a/static/images/modern/blue/clouds-seamless-background-blue1.jpg b/Resources/FLocal/static/images/modern/blue/clouds-seamless-background-blue1.jpg similarity index 100% rename from static/images/modern/blue/clouds-seamless-background-blue1.jpg rename to Resources/FLocal/static/images/modern/blue/clouds-seamless-background-blue1.jpg diff --git a/static/images/modern/think/think.png b/Resources/FLocal/static/images/modern/think/think.png similarity index 100% rename from static/images/modern/think/think.png rename to Resources/FLocal/static/images/modern/think/think.png diff --git a/static/images/new.gif b/Resources/FLocal/static/images/new.gif similarity index 100% rename from static/images/new.gif rename to Resources/FLocal/static/images/new.gif diff --git a/static/images/newpm.gif b/Resources/FLocal/static/images/newpm.gif similarity index 100% rename from static/images/newpm.gif rename to Resources/FLocal/static/images/newpm.gif diff --git a/static/images/newpost.gif b/Resources/FLocal/static/images/newpost.gif similarity index 100% rename from static/images/newpost.gif rename to Resources/FLocal/static/images/newpost.gif diff --git a/static/images/newposts.gif b/Resources/FLocal/static/images/newposts.gif similarity index 100% rename from static/images/newposts.gif rename to Resources/FLocal/static/images/newposts.gif diff --git a/static/images/next.gif b/Resources/FLocal/static/images/next.gif similarity index 100% rename from static/images/next.gif rename to Resources/FLocal/static/images/next.gif diff --git a/static/images/noavatar.gif b/Resources/FLocal/static/images/noavatar.gif similarity index 100% rename from static/images/noavatar.gif rename to Resources/FLocal/static/images/noavatar.gif diff --git a/static/images/nonewposts.gif b/Resources/FLocal/static/images/nonewposts.gif similarity index 100% rename from static/images/nonewposts.gif rename to Resources/FLocal/static/images/nonewposts.gif diff --git a/static/images/notifymod.gif b/Resources/FLocal/static/images/notifymod.gif similarity index 100% rename from static/images/notifymod.gif rename to Resources/FLocal/static/images/notifymod.gif diff --git a/static/images/poker.jpg b/Resources/FLocal/static/images/poker.jpg similarity index 100% rename from static/images/poker.jpg rename to Resources/FLocal/static/images/poker.jpg diff --git a/static/images/print.gif b/Resources/FLocal/static/images/print.gif similarity index 100% rename from static/images/print.gif rename to Resources/FLocal/static/images/print.gif diff --git a/static/images/punish.gif b/Resources/FLocal/static/images/punish.gif similarity index 100% rename from static/images/punish.gif rename to Resources/FLocal/static/images/punish.gif diff --git a/static/images/reply.gif b/Resources/FLocal/static/images/reply.gif similarity index 100% rename from static/images/reply.gif rename to Resources/FLocal/static/images/reply.gif diff --git a/static/images/rss-disabled.png b/Resources/FLocal/static/images/rss-disabled.png similarity index 100% rename from static/images/rss-disabled.png rename to Resources/FLocal/static/images/rss-disabled.png diff --git a/static/images/rss.png b/Resources/FLocal/static/images/rss.png similarity index 100% rename from static/images/rss.png rename to Resources/FLocal/static/images/rss.png diff --git a/static/images/sendprivate.gif b/Resources/FLocal/static/images/sendprivate.gif similarity index 100% rename from static/images/sendprivate.gif rename to Resources/FLocal/static/images/sendprivate.gif diff --git a/static/images/shortcut.png b/Resources/FLocal/static/images/shortcut.png similarity index 100% rename from static/images/shortcut.png rename to Resources/FLocal/static/images/shortcut.png diff --git a/static/images/slowpoke-32.png b/Resources/FLocal/static/images/slowpoke-32.png similarity index 100% rename from static/images/slowpoke-32.png rename to Resources/FLocal/static/images/slowpoke-32.png diff --git a/static/images/slowpoke.png b/Resources/FLocal/static/images/slowpoke.png similarity index 100% rename from static/images/slowpoke.png rename to Resources/FLocal/static/images/slowpoke.png diff --git a/static/images/sticky.gif b/Resources/FLocal/static/images/sticky.gif similarity index 100% rename from static/images/sticky.gif rename to Resources/FLocal/static/images/sticky.gif diff --git a/static/images/sundial.gif b/Resources/FLocal/static/images/sundial.gif similarity index 100% rename from static/images/sundial.gif rename to Resources/FLocal/static/images/sundial.gif diff --git a/static/images/tab_courtesans.png b/Resources/FLocal/static/images/tab_courtesans.png similarity index 100% rename from static/images/tab_courtesans.png rename to Resources/FLocal/static/images/tab_courtesans.png diff --git a/static/images/tab_poker.png b/Resources/FLocal/static/images/tab_poker.png similarity index 100% rename from static/images/tab_poker.png rename to Resources/FLocal/static/images/tab_poker.png diff --git a/static/images/threaded.gif b/Resources/FLocal/static/images/threaded.gif similarity index 100% rename from static/images/threaded.gif rename to Resources/FLocal/static/images/threaded.gif diff --git a/static/images/viewposts.gif b/Resources/FLocal/static/images/viewposts.gif similarity index 100% rename from static/images/viewposts.gif rename to Resources/FLocal/static/images/viewposts.gif diff --git a/static/images/woocons/ArrowDown-small.png b/Resources/FLocal/static/images/woocons/ArrowDown-small.png similarity index 100% rename from static/images/woocons/ArrowDown-small.png rename to Resources/FLocal/static/images/woocons/ArrowDown-small.png diff --git a/static/images/woocons/ButtonWhiteInfo.png b/Resources/FLocal/static/images/woocons/ButtonWhiteInfo.png similarity index 100% rename from static/images/woocons/ButtonWhiteInfo.png rename to Resources/FLocal/static/images/woocons/ButtonWhiteInfo.png diff --git a/static/images/woocons/Comment.png b/Resources/FLocal/static/images/woocons/Comment.png similarity index 100% rename from static/images/woocons/Comment.png rename to Resources/FLocal/static/images/woocons/Comment.png diff --git a/static/images/woocons/CommentEdit.png b/Resources/FLocal/static/images/woocons/CommentEdit.png similarity index 100% rename from static/images/woocons/CommentEdit.png rename to Resources/FLocal/static/images/woocons/CommentEdit.png diff --git a/static/images/woocons/LockClosed.png b/Resources/FLocal/static/images/woocons/LockClosed.png similarity index 100% rename from static/images/woocons/LockClosed.png rename to Resources/FLocal/static/images/woocons/LockClosed.png diff --git a/static/images/woocons/Mail-notread.png b/Resources/FLocal/static/images/woocons/Mail-notread.png similarity index 100% rename from static/images/woocons/Mail-notread.png rename to Resources/FLocal/static/images/woocons/Mail-notread.png diff --git a/static/images/woocons/Mail.png b/Resources/FLocal/static/images/woocons/Mail.png similarity index 100% rename from static/images/woocons/Mail.png rename to Resources/FLocal/static/images/woocons/Mail.png diff --git a/static/images/woocons/MailReply.png b/Resources/FLocal/static/images/woocons/MailReply.png similarity index 100% rename from static/images/woocons/MailReply.png rename to Resources/FLocal/static/images/woocons/MailReply.png diff --git a/static/images/woocons/NotePinned.png b/Resources/FLocal/static/images/woocons/NotePinned.png similarity index 100% rename from static/images/woocons/NotePinned.png rename to Resources/FLocal/static/images/woocons/NotePinned.png diff --git a/static/images/woocons/Pictures.png b/Resources/FLocal/static/images/woocons/Pictures.png similarity index 100% rename from static/images/woocons/Pictures.png rename to Resources/FLocal/static/images/woocons/Pictures.png diff --git a/static/images/woocons/SignWarning.png b/Resources/FLocal/static/images/woocons/SignWarning.png similarity index 100% rename from static/images/woocons/SignWarning.png rename to Resources/FLocal/static/images/woocons/SignWarning.png diff --git a/static/images/woocons/Stop2.png b/Resources/FLocal/static/images/woocons/Stop2.png similarity index 100% rename from static/images/woocons/Stop2.png rename to Resources/FLocal/static/images/woocons/Stop2.png diff --git a/static/images/woocons/compat/garbage-notread.png b/Resources/FLocal/static/images/woocons/compat/garbage-notread.png similarity index 100% rename from static/images/woocons/compat/garbage-notread.png rename to Resources/FLocal/static/images/woocons/compat/garbage-notread.png diff --git a/static/images/woocons/compat/garbage-read.png b/Resources/FLocal/static/images/woocons/compat/garbage-read.png similarity index 100% rename from static/images/woocons/compat/garbage-read.png rename to Resources/FLocal/static/images/woocons/compat/garbage-read.png diff --git a/static/images/woocons/compat/normal-notread.png b/Resources/FLocal/static/images/woocons/compat/normal-notread.png similarity index 100% rename from static/images/woocons/compat/normal-notread.png rename to Resources/FLocal/static/images/woocons/compat/normal-notread.png diff --git a/static/images/woocons/compat/normal-read.png b/Resources/FLocal/static/images/woocons/compat/normal-read.png similarity index 100% rename from static/images/woocons/compat/normal-read.png rename to Resources/FLocal/static/images/woocons/compat/normal-read.png diff --git a/static/images/woocons/compat/offtop-notread.png b/Resources/FLocal/static/images/woocons/compat/offtop-notread.png similarity index 100% rename from static/images/woocons/compat/offtop-notread.png rename to Resources/FLocal/static/images/woocons/compat/offtop-notread.png diff --git a/static/images/woocons/compat/offtop-read.png b/Resources/FLocal/static/images/woocons/compat/offtop-read.png similarity index 100% rename from static/images/woocons/compat/offtop-read.png rename to Resources/FLocal/static/images/woocons/compat/offtop-read.png diff --git a/static/js/common.js b/Resources/FLocal/static/js/common.js similarity index 100% rename from static/js/common.js rename to Resources/FLocal/static/js/common.js diff --git a/static/js/machichara/complex.js b/Resources/FLocal/static/js/machichara/complex.js similarity index 100% rename from static/js/machichara/complex.js rename to Resources/FLocal/static/js/machichara/complex.js diff --git a/static/js/machichara/fractalsnow-bg-specific.js b/Resources/FLocal/static/js/machichara/fractalsnow-bg-specific.js similarity index 100% rename from static/js/machichara/fractalsnow-bg-specific.js rename to Resources/FLocal/static/js/machichara/fractalsnow-bg-specific.js diff --git a/static/js/machichara/fractalsnow-specific.js b/Resources/FLocal/static/js/machichara/fractalsnow-specific.js similarity index 100% rename from static/js/machichara/fractalsnow-specific.js rename to Resources/FLocal/static/js/machichara/fractalsnow-specific.js diff --git a/static/js/machichara/hexsex-specific.js b/Resources/FLocal/static/js/machichara/hexsex-specific.js similarity index 100% rename from static/js/machichara/hexsex-specific.js rename to Resources/FLocal/static/js/machichara/hexsex-specific.js diff --git a/static/js/machichara/hypnotoad-specific.js b/Resources/FLocal/static/js/machichara/hypnotoad-specific.js similarity index 100% rename from static/js/machichara/hypnotoad-specific.js rename to Resources/FLocal/static/js/machichara/hypnotoad-specific.js diff --git a/static/js/machichara/none-specific.js b/Resources/FLocal/static/js/machichara/none-specific.js similarity index 100% rename from static/js/machichara/none-specific.js rename to Resources/FLocal/static/js/machichara/none-specific.js diff --git a/static/js/machichara/simple.js b/Resources/FLocal/static/js/machichara/simple.js similarity index 100% rename from static/js/machichara/simple.js rename to Resources/FLocal/static/js/machichara/simple.js diff --git a/static/js/machichara/up4k-pionerka-specific.js b/Resources/FLocal/static/js/machichara/up4k-pionerka-specific.js similarity index 100% rename from static/js/machichara/up4k-pionerka-specific.js rename to Resources/FLocal/static/js/machichara/up4k-pionerka-specific.js diff --git a/static/js/modern.js b/Resources/FLocal/static/js/modern.js similarity index 100% rename from static/js/modern.js rename to Resources/FLocal/static/js/modern.js diff --git a/static/js/textEditor.js b/Resources/FLocal/static/js/textEditor.js similarity index 100% rename from static/js/textEditor.js rename to Resources/FLocal/static/js/textEditor.js diff --git a/static/smileys/blush.gif b/Resources/FLocal/static/smileys/blush.gif similarity index 100% rename from static/smileys/blush.gif rename to Resources/FLocal/static/smileys/blush.gif diff --git a/static/smileys/confused.gif b/Resources/FLocal/static/smileys/confused.gif similarity index 100% rename from static/smileys/confused.gif rename to Resources/FLocal/static/smileys/confused.gif diff --git a/static/smileys/cool.gif b/Resources/FLocal/static/smileys/cool.gif similarity index 100% rename from static/smileys/cool.gif rename to Resources/FLocal/static/smileys/cool.gif diff --git a/static/smileys/crazy.gif b/Resources/FLocal/static/smileys/crazy.gif similarity index 100% rename from static/smileys/crazy.gif rename to Resources/FLocal/static/smileys/crazy.gif diff --git a/static/smileys/fear.gif b/Resources/FLocal/static/smileys/fear.gif similarity index 100% rename from static/smileys/fear.gif rename to Resources/FLocal/static/smileys/fear.gif diff --git a/static/smileys/frown.gif b/Resources/FLocal/static/smileys/frown.gif similarity index 100% rename from static/smileys/frown.gif rename to Resources/FLocal/static/smileys/frown.gif diff --git a/static/smileys/grin.gif b/Resources/FLocal/static/smileys/grin.gif similarity index 100% rename from static/smileys/grin.gif rename to Resources/FLocal/static/smileys/grin.gif diff --git a/static/smileys/laugh.gif b/Resources/FLocal/static/smileys/laugh.gif similarity index 100% rename from static/smileys/laugh.gif rename to Resources/FLocal/static/smileys/laugh.gif diff --git a/static/smileys/lol.gif b/Resources/FLocal/static/smileys/lol.gif similarity index 100% rename from static/smileys/lol.gif rename to Resources/FLocal/static/smileys/lol.gif diff --git a/static/smileys/mad.gif b/Resources/FLocal/static/smileys/mad.gif similarity index 100% rename from static/smileys/mad.gif rename to Resources/FLocal/static/smileys/mad.gif diff --git a/static/smileys/ooo.gif b/Resources/FLocal/static/smileys/ooo.gif similarity index 100% rename from static/smileys/ooo.gif rename to Resources/FLocal/static/smileys/ooo.gif diff --git a/static/smileys/otk.gif b/Resources/FLocal/static/smileys/otk.gif similarity index 100% rename from static/smileys/otk.gif rename to Resources/FLocal/static/smileys/otk.gif diff --git a/static/smileys/puke.gif b/Resources/FLocal/static/smileys/puke.gif similarity index 100% rename from static/smileys/puke.gif rename to Resources/FLocal/static/smileys/puke.gif diff --git a/static/smileys/rolleyes.gif b/Resources/FLocal/static/smileys/rolleyes.gif similarity index 100% rename from static/smileys/rolleyes.gif rename to Resources/FLocal/static/smileys/rolleyes.gif diff --git a/static/smileys/shocked.gif b/Resources/FLocal/static/smileys/shocked.gif similarity index 100% rename from static/smileys/shocked.gif rename to Resources/FLocal/static/smileys/shocked.gif diff --git a/static/smileys/smile.gif b/Resources/FLocal/static/smileys/smile.gif similarity index 100% rename from static/smileys/smile.gif rename to Resources/FLocal/static/smileys/smile.gif diff --git a/static/smileys/smirk.gif b/Resources/FLocal/static/smileys/smirk.gif similarity index 100% rename from static/smileys/smirk.gif rename to Resources/FLocal/static/smileys/smirk.gif diff --git a/static/smileys/tongue.gif b/Resources/FLocal/static/smileys/tongue.gif similarity index 100% rename from static/smileys/tongue.gif rename to Resources/FLocal/static/smileys/tongue.gif diff --git a/static/smileys/wink.gif b/Resources/FLocal/static/smileys/wink.gif similarity index 100% rename from static/smileys/wink.gif rename to Resources/FLocal/static/smileys/wink.gif diff --git a/templates/Full/AllPosts.xslt b/Resources/FLocal/templates/Full/AllPosts.xslt similarity index 100% rename from templates/Full/AllPosts.xslt rename to Resources/FLocal/templates/Full/AllPosts.xslt diff --git a/templates/Full/AllThreads.xslt b/Resources/FLocal/templates/Full/AllThreads.xslt similarity index 100% rename from templates/Full/AllThreads.xslt rename to Resources/FLocal/templates/Full/AllThreads.xslt diff --git a/templates/Full/AvatarsSettings.xslt b/Resources/FLocal/templates/Full/AvatarsSettings.xslt similarity index 100% rename from templates/Full/AvatarsSettings.xslt rename to Resources/FLocal/templates/Full/AvatarsSettings.xslt diff --git a/templates/Full/Board.xslt b/Resources/FLocal/templates/Full/Board.xslt similarity index 100% rename from templates/Full/Board.xslt rename to Resources/FLocal/templates/Full/Board.xslt diff --git a/templates/Full/BoardAsThread.xslt b/Resources/FLocal/templates/Full/BoardAsThread.xslt similarity index 100% rename from templates/Full/BoardAsThread.xslt rename to Resources/FLocal/templates/Full/BoardAsThread.xslt diff --git a/templates/Full/Boards.xslt b/Resources/FLocal/templates/Full/Boards.xslt similarity index 100% rename from templates/Full/Boards.xslt rename to Resources/FLocal/templates/Full/Boards.xslt diff --git a/templates/Full/Conversation.xslt b/Resources/FLocal/templates/Full/Conversation.xslt similarity index 100% rename from templates/Full/Conversation.xslt rename to Resources/FLocal/templates/Full/Conversation.xslt diff --git a/templates/Full/Conversations.xslt b/Resources/FLocal/templates/Full/Conversations.xslt similarity index 100% rename from templates/Full/Conversations.xslt rename to Resources/FLocal/templates/Full/Conversations.xslt diff --git a/templates/Full/Exception.xslt b/Resources/FLocal/templates/Full/Exception.xslt similarity index 100% rename from templates/Full/Exception.xslt rename to Resources/FLocal/templates/Full/Exception.xslt diff --git a/templates/Full/LocalNetworks.xslt b/Resources/FLocal/templates/Full/LocalNetworks.xslt similarity index 100% rename from templates/Full/LocalNetworks.xslt rename to Resources/FLocal/templates/Full/LocalNetworks.xslt diff --git a/templates/Full/Login.xslt b/Resources/FLocal/templates/Full/Login.xslt similarity index 100% rename from templates/Full/Login.xslt rename to Resources/FLocal/templates/Full/Login.xslt diff --git a/templates/Full/MigrateAccount.xslt b/Resources/FLocal/templates/Full/MigrateAccount.xslt similarity index 100% rename from templates/Full/MigrateAccount.xslt rename to Resources/FLocal/templates/Full/MigrateAccount.xslt diff --git a/templates/Full/NewPoll.xslt b/Resources/FLocal/templates/Full/NewPoll.xslt similarity index 100% rename from templates/Full/NewPoll.xslt rename to Resources/FLocal/templates/Full/NewPoll.xslt diff --git a/templates/Full/NewThread.xslt b/Resources/FLocal/templates/Full/NewThread.xslt similarity index 100% rename from templates/Full/NewThread.xslt rename to Resources/FLocal/templates/Full/NewThread.xslt diff --git a/templates/Full/PMReply.xslt b/Resources/FLocal/templates/Full/PMReply.xslt similarity index 100% rename from templates/Full/PMReply.xslt rename to Resources/FLocal/templates/Full/PMReply.xslt diff --git a/templates/Full/PMReplyToPost.xslt b/Resources/FLocal/templates/Full/PMReplyToPost.xslt similarity index 100% rename from templates/Full/PMReplyToPost.xslt rename to Resources/FLocal/templates/Full/PMReplyToPost.xslt diff --git a/templates/Full/PMSend.xslt b/Resources/FLocal/templates/Full/PMSend.xslt similarity index 100% rename from templates/Full/PMSend.xslt rename to Resources/FLocal/templates/Full/PMSend.xslt diff --git a/templates/Full/Poll.xslt b/Resources/FLocal/templates/Full/Poll.xslt similarity index 100% rename from templates/Full/Poll.xslt rename to Resources/FLocal/templates/Full/Poll.xslt diff --git a/templates/Full/PollsList.xslt b/Resources/FLocal/templates/Full/PollsList.xslt similarity index 100% rename from templates/Full/PollsList.xslt rename to Resources/FLocal/templates/Full/PollsList.xslt diff --git a/templates/Full/Post.xslt b/Resources/FLocal/templates/Full/Post.xslt similarity index 100% rename from templates/Full/Post.xslt rename to Resources/FLocal/templates/Full/Post.xslt diff --git a/templates/Full/PostEdit.xslt b/Resources/FLocal/templates/Full/PostEdit.xslt similarity index 100% rename from templates/Full/PostEdit.xslt rename to Resources/FLocal/templates/Full/PostEdit.xslt diff --git a/templates/Full/PostPunish.xslt b/Resources/FLocal/templates/Full/PostPunish.xslt similarity index 100% rename from templates/Full/PostPunish.xslt rename to Resources/FLocal/templates/Full/PostPunish.xslt diff --git a/templates/Full/PostReply.xslt b/Resources/FLocal/templates/Full/PostReply.xslt similarity index 100% rename from templates/Full/PostReply.xslt rename to Resources/FLocal/templates/Full/PostReply.xslt diff --git a/templates/Full/RegisterByInvite.xslt b/Resources/FLocal/templates/Full/RegisterByInvite.xslt similarity index 100% rename from templates/Full/RegisterByInvite.xslt rename to Resources/FLocal/templates/Full/RegisterByInvite.xslt diff --git a/templates/Full/Root.xslt b/Resources/FLocal/templates/Full/Root.xslt similarity index 100% rename from templates/Full/Root.xslt rename to Resources/FLocal/templates/Full/Root.xslt diff --git a/templates/Full/Settings.xslt b/Resources/FLocal/templates/Full/Settings.xslt similarity index 100% rename from templates/Full/Settings.xslt rename to Resources/FLocal/templates/Full/Settings.xslt diff --git a/templates/Full/Thread.xslt b/Resources/FLocal/templates/Full/Thread.xslt similarity index 100% rename from templates/Full/Thread.xslt rename to Resources/FLocal/templates/Full/Thread.xslt diff --git a/templates/Full/UploadInfo.xslt b/Resources/FLocal/templates/Full/UploadInfo.xslt similarity index 100% rename from templates/Full/UploadInfo.xslt rename to Resources/FLocal/templates/Full/UploadInfo.xslt diff --git a/templates/Full/UploadList.xslt b/Resources/FLocal/templates/Full/UploadList.xslt similarity index 100% rename from templates/Full/UploadList.xslt rename to Resources/FLocal/templates/Full/UploadList.xslt diff --git a/templates/Full/UploadNew.xslt b/Resources/FLocal/templates/Full/UploadNew.xslt similarity index 100% rename from templates/Full/UploadNew.xslt rename to Resources/FLocal/templates/Full/UploadNew.xslt diff --git a/templates/Full/UserData.xslt b/Resources/FLocal/templates/Full/UserData.xslt similarity index 100% rename from templates/Full/UserData.xslt rename to Resources/FLocal/templates/Full/UserData.xslt diff --git a/templates/Full/UserInfo.xslt b/Resources/FLocal/templates/Full/UserInfo.xslt similarity index 100% rename from templates/Full/UserInfo.xslt rename to Resources/FLocal/templates/Full/UserInfo.xslt diff --git a/templates/Full/UserList.xslt b/Resources/FLocal/templates/Full/UserList.xslt similarity index 100% rename from templates/Full/UserList.xslt rename to Resources/FLocal/templates/Full/UserList.xslt diff --git a/templates/Full/UserPollsParticipated.xslt b/Resources/FLocal/templates/Full/UserPollsParticipated.xslt similarity index 100% rename from templates/Full/UserPollsParticipated.xslt rename to Resources/FLocal/templates/Full/UserPollsParticipated.xslt diff --git a/templates/Full/UserPosts.xslt b/Resources/FLocal/templates/Full/UserPosts.xslt similarity index 100% rename from templates/Full/UserPosts.xslt rename to Resources/FLocal/templates/Full/UserPosts.xslt diff --git a/templates/Full/UserReplies.xslt b/Resources/FLocal/templates/Full/UserReplies.xslt similarity index 100% rename from templates/Full/UserReplies.xslt rename to Resources/FLocal/templates/Full/UserReplies.xslt diff --git a/templates/Full/UserThreads.xslt b/Resources/FLocal/templates/Full/UserThreads.xslt similarity index 100% rename from templates/Full/UserThreads.xslt rename to Resources/FLocal/templates/Full/UserThreads.xslt diff --git a/templates/Full/WhoIsOnline.xslt b/Resources/FLocal/templates/Full/WhoIsOnline.xslt similarity index 100% rename from templates/Full/WhoIsOnline.xslt rename to Resources/FLocal/templates/Full/WhoIsOnline.xslt diff --git a/templates/Full/WrongUrl.xslt b/Resources/FLocal/templates/Full/WrongUrl.xslt similarity index 100% rename from templates/Full/WrongUrl.xslt rename to Resources/FLocal/templates/Full/WrongUrl.xslt diff --git a/templates/Full/elems/BoardInfo.xslt b/Resources/FLocal/templates/Full/elems/BoardInfo.xslt similarity index 100% rename from templates/Full/elems/BoardInfo.xslt rename to Resources/FLocal/templates/Full/elems/BoardInfo.xslt diff --git a/templates/Full/elems/ConversationInfo.xslt b/Resources/FLocal/templates/Full/elems/ConversationInfo.xslt similarity index 100% rename from templates/Full/elems/ConversationInfo.xslt rename to Resources/FLocal/templates/Full/elems/ConversationInfo.xslt diff --git a/templates/Full/elems/Header.xslt b/Resources/FLocal/templates/Full/elems/Header.xslt similarity index 100% rename from templates/Full/elems/Header.xslt rename to Resources/FLocal/templates/Full/elems/Header.xslt diff --git a/templates/Full/elems/Main.xslt b/Resources/FLocal/templates/Full/elems/Main.xslt similarity index 100% rename from templates/Full/elems/Main.xslt rename to Resources/FLocal/templates/Full/elems/Main.xslt diff --git a/templates/Full/elems/PMInfo.xslt b/Resources/FLocal/templates/Full/elems/PMInfo.xslt similarity index 100% rename from templates/Full/elems/PMInfo.xslt rename to Resources/FLocal/templates/Full/elems/PMInfo.xslt diff --git a/templates/Full/elems/PollInfo.xslt b/Resources/FLocal/templates/Full/elems/PollInfo.xslt similarity index 100% rename from templates/Full/elems/PollInfo.xslt rename to Resources/FLocal/templates/Full/elems/PollInfo.xslt diff --git a/templates/Full/elems/PollShortInfo.xslt b/Resources/FLocal/templates/Full/elems/PollShortInfo.xslt similarity index 100% rename from templates/Full/elems/PollShortInfo.xslt rename to Resources/FLocal/templates/Full/elems/PollShortInfo.xslt diff --git a/templates/Full/elems/PollsHeader.xslt b/Resources/FLocal/templates/Full/elems/PollsHeader.xslt similarity index 100% rename from templates/Full/elems/PollsHeader.xslt rename to Resources/FLocal/templates/Full/elems/PollsHeader.xslt diff --git a/templates/Full/elems/PostInfo.xslt b/Resources/FLocal/templates/Full/elems/PostInfo.xslt similarity index 100% rename from templates/Full/elems/PostInfo.xslt rename to Resources/FLocal/templates/Full/elems/PostInfo.xslt diff --git a/templates/Full/elems/TextEditor.xslt b/Resources/FLocal/templates/Full/elems/TextEditor.xslt similarity index 100% rename from templates/Full/elems/TextEditor.xslt rename to Resources/FLocal/templates/Full/elems/TextEditor.xslt diff --git a/templates/Full/elems/ThreadInfo.xslt b/Resources/FLocal/templates/Full/elems/ThreadInfo.xslt similarity index 100% rename from templates/Full/elems/ThreadInfo.xslt rename to Resources/FLocal/templates/Full/elems/ThreadInfo.xslt diff --git a/templates/Full/elems/UploadInfo.xslt b/Resources/FLocal/templates/Full/elems/UploadInfo.xslt similarity index 100% rename from templates/Full/elems/UploadInfo.xslt rename to Resources/FLocal/templates/Full/elems/UploadInfo.xslt diff --git a/templates/Full/elems/UserInfoBar.xslt b/Resources/FLocal/templates/Full/elems/UserInfoBar.xslt similarity index 100% rename from templates/Full/elems/UserInfoBar.xslt rename to Resources/FLocal/templates/Full/elems/UserInfoBar.xslt diff --git a/templates/Full/maintenance/CleanCache.xslt b/Resources/FLocal/templates/Full/maintenance/CleanCache.xslt similarity index 100% rename from templates/Full/maintenance/CleanCache.xslt rename to Resources/FLocal/templates/Full/maintenance/CleanCache.xslt diff --git a/templates/Full/result/AvatarAdded.xslt b/Resources/FLocal/templates/Full/result/AvatarAdded.xslt similarity index 100% rename from templates/Full/result/AvatarAdded.xslt rename to Resources/FLocal/templates/Full/result/AvatarAdded.xslt diff --git a/templates/Full/result/AvatarRemoved.xslt b/Resources/FLocal/templates/Full/result/AvatarRemoved.xslt similarity index 100% rename from templates/Full/result/AvatarRemoved.xslt rename to Resources/FLocal/templates/Full/result/AvatarRemoved.xslt diff --git a/templates/Full/result/AvatarSetted.xslt b/Resources/FLocal/templates/Full/result/AvatarSetted.xslt similarity index 100% rename from templates/Full/result/AvatarSetted.xslt rename to Resources/FLocal/templates/Full/result/AvatarSetted.xslt diff --git a/templates/Full/result/Login.xslt b/Resources/FLocal/templates/Full/result/Login.xslt similarity index 100% rename from templates/Full/result/Login.xslt rename to Resources/FLocal/templates/Full/result/Login.xslt diff --git a/templates/Full/result/Logout.xslt b/Resources/FLocal/templates/Full/result/Logout.xslt similarity index 100% rename from templates/Full/result/Logout.xslt rename to Resources/FLocal/templates/Full/result/Logout.xslt diff --git a/templates/Full/result/MessageCreated.xslt b/Resources/FLocal/templates/Full/result/MessageCreated.xslt similarity index 100% rename from templates/Full/result/MessageCreated.xslt rename to Resources/FLocal/templates/Full/result/MessageCreated.xslt diff --git a/templates/Full/result/MessageEdited.xslt b/Resources/FLocal/templates/Full/result/MessageEdited.xslt similarity index 100% rename from templates/Full/result/MessageEdited.xslt rename to Resources/FLocal/templates/Full/result/MessageEdited.xslt diff --git a/templates/Full/result/MessagePunished.xslt b/Resources/FLocal/templates/Full/result/MessagePunished.xslt similarity index 100% rename from templates/Full/result/MessagePunished.xslt rename to Resources/FLocal/templates/Full/result/MessagePunished.xslt diff --git a/templates/Full/result/NewAccount.xslt b/Resources/FLocal/templates/Full/result/NewAccount.xslt similarity index 100% rename from templates/Full/result/NewAccount.xslt rename to Resources/FLocal/templates/Full/result/NewAccount.xslt diff --git a/templates/Full/result/PMSent.xslt b/Resources/FLocal/templates/Full/result/PMSent.xslt similarity index 100% rename from templates/Full/result/PMSent.xslt rename to Resources/FLocal/templates/Full/result/PMSent.xslt diff --git a/templates/Full/result/PollCreated.xslt b/Resources/FLocal/templates/Full/result/PollCreated.xslt similarity index 100% rename from templates/Full/result/PollCreated.xslt rename to Resources/FLocal/templates/Full/result/PollCreated.xslt diff --git a/templates/Full/result/SettingsSaved.xslt b/Resources/FLocal/templates/Full/result/SettingsSaved.xslt similarity index 100% rename from templates/Full/result/SettingsSaved.xslt rename to Resources/FLocal/templates/Full/result/SettingsSaved.xslt diff --git a/templates/Full/result/Upload.xslt b/Resources/FLocal/templates/Full/result/Upload.xslt similarity index 100% rename from templates/Full/result/Upload.xslt rename to Resources/FLocal/templates/Full/result/Upload.xslt diff --git a/templates/Full/result/VoteAccepted.xslt b/Resources/FLocal/templates/Full/result/VoteAccepted.xslt similarity index 100% rename from templates/Full/result/VoteAccepted.xslt rename to Resources/FLocal/templates/Full/result/VoteAccepted.xslt diff --git a/templates/Full/result/maintenance/CacheCleaned.xslt b/Resources/FLocal/templates/Full/result/maintenance/CacheCleaned.xslt similarity index 100% rename from templates/Full/result/maintenance/CacheCleaned.xslt rename to Resources/FLocal/templates/Full/result/maintenance/CacheCleaned.xslt diff --git a/templates/Lite/Board.xslt b/Resources/FLocal/templates/Lite/Board.xslt similarity index 100% rename from templates/Lite/Board.xslt rename to Resources/FLocal/templates/Lite/Board.xslt diff --git a/templates/Lite/BoardAsThread.xslt b/Resources/FLocal/templates/Lite/BoardAsThread.xslt similarity index 100% rename from templates/Lite/BoardAsThread.xslt rename to Resources/FLocal/templates/Lite/BoardAsThread.xslt diff --git a/templates/Lite/Boards.xslt b/Resources/FLocal/templates/Lite/Boards.xslt similarity index 100% rename from templates/Lite/Boards.xslt rename to Resources/FLocal/templates/Lite/Boards.xslt diff --git a/templates/Lite/Conversation.xslt b/Resources/FLocal/templates/Lite/Conversation.xslt similarity index 100% rename from templates/Lite/Conversation.xslt rename to Resources/FLocal/templates/Lite/Conversation.xslt diff --git a/templates/Lite/Conversations.xslt b/Resources/FLocal/templates/Lite/Conversations.xslt similarity index 100% rename from templates/Lite/Conversations.xslt rename to Resources/FLocal/templates/Lite/Conversations.xslt diff --git a/templates/Lite/Exception.xslt b/Resources/FLocal/templates/Lite/Exception.xslt similarity index 100% rename from templates/Lite/Exception.xslt rename to Resources/FLocal/templates/Lite/Exception.xslt diff --git a/templates/Lite/Login.xslt b/Resources/FLocal/templates/Lite/Login.xslt similarity index 100% rename from templates/Lite/Login.xslt rename to Resources/FLocal/templates/Lite/Login.xslt diff --git a/templates/Lite/MigrateAccount.xslt b/Resources/FLocal/templates/Lite/MigrateAccount.xslt similarity index 100% rename from templates/Lite/MigrateAccount.xslt rename to Resources/FLocal/templates/Lite/MigrateAccount.xslt diff --git a/templates/Lite/NewPoll.xslt b/Resources/FLocal/templates/Lite/NewPoll.xslt similarity index 100% rename from templates/Lite/NewPoll.xslt rename to Resources/FLocal/templates/Lite/NewPoll.xslt diff --git a/templates/Lite/NewThread.xslt b/Resources/FLocal/templates/Lite/NewThread.xslt similarity index 100% rename from templates/Lite/NewThread.xslt rename to Resources/FLocal/templates/Lite/NewThread.xslt diff --git a/templates/Lite/PMReply.xslt b/Resources/FLocal/templates/Lite/PMReply.xslt similarity index 100% rename from templates/Lite/PMReply.xslt rename to Resources/FLocal/templates/Lite/PMReply.xslt diff --git a/templates/Lite/PMReplyToPost.xslt b/Resources/FLocal/templates/Lite/PMReplyToPost.xslt similarity index 100% rename from templates/Lite/PMReplyToPost.xslt rename to Resources/FLocal/templates/Lite/PMReplyToPost.xslt diff --git a/templates/Lite/PMSend.xslt b/Resources/FLocal/templates/Lite/PMSend.xslt similarity index 100% rename from templates/Lite/PMSend.xslt rename to Resources/FLocal/templates/Lite/PMSend.xslt diff --git a/templates/Lite/Poll.xslt b/Resources/FLocal/templates/Lite/Poll.xslt similarity index 100% rename from templates/Lite/Poll.xslt rename to Resources/FLocal/templates/Lite/Poll.xslt diff --git a/templates/Lite/Post.xslt b/Resources/FLocal/templates/Lite/Post.xslt similarity index 100% rename from templates/Lite/Post.xslt rename to Resources/FLocal/templates/Lite/Post.xslt diff --git a/templates/Lite/PostEdit.xslt b/Resources/FLocal/templates/Lite/PostEdit.xslt similarity index 100% rename from templates/Lite/PostEdit.xslt rename to Resources/FLocal/templates/Lite/PostEdit.xslt diff --git a/templates/Lite/PostPunish.xslt b/Resources/FLocal/templates/Lite/PostPunish.xslt similarity index 100% rename from templates/Lite/PostPunish.xslt rename to Resources/FLocal/templates/Lite/PostPunish.xslt diff --git a/templates/Lite/PostReply.xslt b/Resources/FLocal/templates/Lite/PostReply.xslt similarity index 100% rename from templates/Lite/PostReply.xslt rename to Resources/FLocal/templates/Lite/PostReply.xslt diff --git a/templates/Lite/Root.xslt b/Resources/FLocal/templates/Lite/Root.xslt similarity index 100% rename from templates/Lite/Root.xslt rename to Resources/FLocal/templates/Lite/Root.xslt diff --git a/templates/Lite/Thread.xslt b/Resources/FLocal/templates/Lite/Thread.xslt similarity index 100% rename from templates/Lite/Thread.xslt rename to Resources/FLocal/templates/Lite/Thread.xslt diff --git a/templates/Lite/UserInfo.xslt b/Resources/FLocal/templates/Lite/UserInfo.xslt similarity index 100% rename from templates/Lite/UserInfo.xslt rename to Resources/FLocal/templates/Lite/UserInfo.xslt diff --git a/templates/Lite/WrongUrl.xslt b/Resources/FLocal/templates/Lite/WrongUrl.xslt similarity index 100% rename from templates/Lite/WrongUrl.xslt rename to Resources/FLocal/templates/Lite/WrongUrl.xslt diff --git a/templates/Lite/elems/BoardInfo.xslt b/Resources/FLocal/templates/Lite/elems/BoardInfo.xslt similarity index 100% rename from templates/Lite/elems/BoardInfo.xslt rename to Resources/FLocal/templates/Lite/elems/BoardInfo.xslt diff --git a/templates/Lite/elems/ConversationInfo.xslt b/Resources/FLocal/templates/Lite/elems/ConversationInfo.xslt similarity index 100% rename from templates/Lite/elems/ConversationInfo.xslt rename to Resources/FLocal/templates/Lite/elems/ConversationInfo.xslt diff --git a/templates/Lite/elems/Header.xslt b/Resources/FLocal/templates/Lite/elems/Header.xslt similarity index 100% rename from templates/Lite/elems/Header.xslt rename to Resources/FLocal/templates/Lite/elems/Header.xslt diff --git a/templates/Lite/elems/Main.xslt b/Resources/FLocal/templates/Lite/elems/Main.xslt similarity index 100% rename from templates/Lite/elems/Main.xslt rename to Resources/FLocal/templates/Lite/elems/Main.xslt diff --git a/templates/Lite/elems/PMInfo.xslt b/Resources/FLocal/templates/Lite/elems/PMInfo.xslt similarity index 100% rename from templates/Lite/elems/PMInfo.xslt rename to Resources/FLocal/templates/Lite/elems/PMInfo.xslt diff --git a/templates/Lite/elems/PollInfo.xslt b/Resources/FLocal/templates/Lite/elems/PollInfo.xslt similarity index 100% rename from templates/Lite/elems/PollInfo.xslt rename to Resources/FLocal/templates/Lite/elems/PollInfo.xslt diff --git a/templates/Lite/elems/PollShortInfo.xslt b/Resources/FLocal/templates/Lite/elems/PollShortInfo.xslt similarity index 100% rename from templates/Lite/elems/PollShortInfo.xslt rename to Resources/FLocal/templates/Lite/elems/PollShortInfo.xslt diff --git a/templates/Lite/elems/PostInfo.xslt b/Resources/FLocal/templates/Lite/elems/PostInfo.xslt similarity index 100% rename from templates/Lite/elems/PostInfo.xslt rename to Resources/FLocal/templates/Lite/elems/PostInfo.xslt diff --git a/templates/Lite/elems/TextEditor.xslt b/Resources/FLocal/templates/Lite/elems/TextEditor.xslt similarity index 100% rename from templates/Lite/elems/TextEditor.xslt rename to Resources/FLocal/templates/Lite/elems/TextEditor.xslt diff --git a/templates/Lite/elems/ThreadInfo.xslt b/Resources/FLocal/templates/Lite/elems/ThreadInfo.xslt similarity index 100% rename from templates/Lite/elems/ThreadInfo.xslt rename to Resources/FLocal/templates/Lite/elems/ThreadInfo.xslt diff --git a/templates/Lite/maintenance/CleanCache.xslt b/Resources/FLocal/templates/Lite/maintenance/CleanCache.xslt similarity index 100% rename from templates/Lite/maintenance/CleanCache.xslt rename to Resources/FLocal/templates/Lite/maintenance/CleanCache.xslt diff --git a/templates/Lite/result/Login.xslt b/Resources/FLocal/templates/Lite/result/Login.xslt similarity index 100% rename from templates/Lite/result/Login.xslt rename to Resources/FLocal/templates/Lite/result/Login.xslt diff --git a/templates/Lite/result/Logout.xslt b/Resources/FLocal/templates/Lite/result/Logout.xslt similarity index 100% rename from templates/Lite/result/Logout.xslt rename to Resources/FLocal/templates/Lite/result/Logout.xslt diff --git a/templates/Lite/result/MessageCreated.xslt b/Resources/FLocal/templates/Lite/result/MessageCreated.xslt similarity index 100% rename from templates/Lite/result/MessageCreated.xslt rename to Resources/FLocal/templates/Lite/result/MessageCreated.xslt diff --git a/templates/Lite/result/MessageEdited.xslt b/Resources/FLocal/templates/Lite/result/MessageEdited.xslt similarity index 100% rename from templates/Lite/result/MessageEdited.xslt rename to Resources/FLocal/templates/Lite/result/MessageEdited.xslt diff --git a/templates/Lite/result/MessagePunished.xslt b/Resources/FLocal/templates/Lite/result/MessagePunished.xslt similarity index 100% rename from templates/Lite/result/MessagePunished.xslt rename to Resources/FLocal/templates/Lite/result/MessagePunished.xslt diff --git a/templates/Lite/result/NewAccount.xslt b/Resources/FLocal/templates/Lite/result/NewAccount.xslt similarity index 100% rename from templates/Lite/result/NewAccount.xslt rename to Resources/FLocal/templates/Lite/result/NewAccount.xslt diff --git a/templates/Lite/result/PMSent.xslt b/Resources/FLocal/templates/Lite/result/PMSent.xslt similarity index 100% rename from templates/Lite/result/PMSent.xslt rename to Resources/FLocal/templates/Lite/result/PMSent.xslt diff --git a/templates/Lite/result/PollCreated.xslt b/Resources/FLocal/templates/Lite/result/PollCreated.xslt similarity index 100% rename from templates/Lite/result/PollCreated.xslt rename to Resources/FLocal/templates/Lite/result/PollCreated.xslt diff --git a/templates/Lite/result/SettingsSaved.xslt b/Resources/FLocal/templates/Lite/result/SettingsSaved.xslt similarity index 100% rename from templates/Lite/result/SettingsSaved.xslt rename to Resources/FLocal/templates/Lite/result/SettingsSaved.xslt diff --git a/templates/Lite/result/Upload.xslt b/Resources/FLocal/templates/Lite/result/Upload.xslt similarity index 100% rename from templates/Lite/result/Upload.xslt rename to Resources/FLocal/templates/Lite/result/Upload.xslt diff --git a/templates/Lite/result/VoteAccepted.xslt b/Resources/FLocal/templates/Lite/result/VoteAccepted.xslt similarity index 100% rename from templates/Lite/result/VoteAccepted.xslt rename to Resources/FLocal/templates/Lite/result/VoteAccepted.xslt diff --git a/templates/Lite/result/maintenance/CacheCleaned.xslt b/Resources/FLocal/templates/Lite/result/maintenance/CacheCleaned.xslt similarity index 100% rename from templates/Lite/result/maintenance/CacheCleaned.xslt rename to Resources/FLocal/templates/Lite/result/maintenance/CacheCleaned.xslt diff --git a/templates/Messages.xslt b/Resources/FLocal/templates/Messages.xslt similarity index 100% rename from templates/Messages.xslt rename to Resources/FLocal/templates/Messages.xslt diff --git a/templates/Modern/AllPosts.xslt b/Resources/FLocal/templates/Modern/AllPosts.xslt similarity index 100% rename from templates/Modern/AllPosts.xslt rename to Resources/FLocal/templates/Modern/AllPosts.xslt diff --git a/templates/Modern/AllThreads.xslt b/Resources/FLocal/templates/Modern/AllThreads.xslt similarity index 100% rename from templates/Modern/AllThreads.xslt rename to Resources/FLocal/templates/Modern/AllThreads.xslt diff --git a/templates/Modern/AvatarsSettings.xslt b/Resources/FLocal/templates/Modern/AvatarsSettings.xslt similarity index 100% rename from templates/Modern/AvatarsSettings.xslt rename to Resources/FLocal/templates/Modern/AvatarsSettings.xslt diff --git a/templates/Modern/Board.xslt b/Resources/FLocal/templates/Modern/Board.xslt similarity index 100% rename from templates/Modern/Board.xslt rename to Resources/FLocal/templates/Modern/Board.xslt diff --git a/templates/Modern/BoardAsThread.xslt b/Resources/FLocal/templates/Modern/BoardAsThread.xslt similarity index 100% rename from templates/Modern/BoardAsThread.xslt rename to Resources/FLocal/templates/Modern/BoardAsThread.xslt diff --git a/templates/Modern/Boards.xslt b/Resources/FLocal/templates/Modern/Boards.xslt similarity index 100% rename from templates/Modern/Boards.xslt rename to Resources/FLocal/templates/Modern/Boards.xslt diff --git a/templates/Modern/Conversation.xslt b/Resources/FLocal/templates/Modern/Conversation.xslt similarity index 100% rename from templates/Modern/Conversation.xslt rename to Resources/FLocal/templates/Modern/Conversation.xslt diff --git a/templates/Modern/Conversations.xslt b/Resources/FLocal/templates/Modern/Conversations.xslt similarity index 100% rename from templates/Modern/Conversations.xslt rename to Resources/FLocal/templates/Modern/Conversations.xslt diff --git a/templates/Modern/Exception.xslt b/Resources/FLocal/templates/Modern/Exception.xslt similarity index 100% rename from templates/Modern/Exception.xslt rename to Resources/FLocal/templates/Modern/Exception.xslt diff --git a/templates/Modern/LocalNetworks.xslt b/Resources/FLocal/templates/Modern/LocalNetworks.xslt similarity index 100% rename from templates/Modern/LocalNetworks.xslt rename to Resources/FLocal/templates/Modern/LocalNetworks.xslt diff --git a/templates/Modern/Login.xslt b/Resources/FLocal/templates/Modern/Login.xslt similarity index 100% rename from templates/Modern/Login.xslt rename to Resources/FLocal/templates/Modern/Login.xslt diff --git a/templates/Modern/MigrateAccount.xslt b/Resources/FLocal/templates/Modern/MigrateAccount.xslt similarity index 100% rename from templates/Modern/MigrateAccount.xslt rename to Resources/FLocal/templates/Modern/MigrateAccount.xslt diff --git a/templates/Modern/NewPoll.xslt b/Resources/FLocal/templates/Modern/NewPoll.xslt similarity index 100% rename from templates/Modern/NewPoll.xslt rename to Resources/FLocal/templates/Modern/NewPoll.xslt diff --git a/templates/Modern/NewThread.xslt b/Resources/FLocal/templates/Modern/NewThread.xslt similarity index 100% rename from templates/Modern/NewThread.xslt rename to Resources/FLocal/templates/Modern/NewThread.xslt diff --git a/templates/Modern/PMReply.xslt b/Resources/FLocal/templates/Modern/PMReply.xslt similarity index 100% rename from templates/Modern/PMReply.xslt rename to Resources/FLocal/templates/Modern/PMReply.xslt diff --git a/templates/Modern/PMReplyToPost.xslt b/Resources/FLocal/templates/Modern/PMReplyToPost.xslt similarity index 100% rename from templates/Modern/PMReplyToPost.xslt rename to Resources/FLocal/templates/Modern/PMReplyToPost.xslt diff --git a/templates/Modern/PMSend.xslt b/Resources/FLocal/templates/Modern/PMSend.xslt similarity index 100% rename from templates/Modern/PMSend.xslt rename to Resources/FLocal/templates/Modern/PMSend.xslt diff --git a/templates/Modern/Poll.xslt b/Resources/FLocal/templates/Modern/Poll.xslt similarity index 100% rename from templates/Modern/Poll.xslt rename to Resources/FLocal/templates/Modern/Poll.xslt diff --git a/templates/Modern/PollsList.xslt b/Resources/FLocal/templates/Modern/PollsList.xslt similarity index 100% rename from templates/Modern/PollsList.xslt rename to Resources/FLocal/templates/Modern/PollsList.xslt diff --git a/templates/Modern/Post.xslt b/Resources/FLocal/templates/Modern/Post.xslt similarity index 100% rename from templates/Modern/Post.xslt rename to Resources/FLocal/templates/Modern/Post.xslt diff --git a/templates/Modern/PostEdit.xslt b/Resources/FLocal/templates/Modern/PostEdit.xslt similarity index 100% rename from templates/Modern/PostEdit.xslt rename to Resources/FLocal/templates/Modern/PostEdit.xslt diff --git a/templates/Modern/PostPunish.xslt b/Resources/FLocal/templates/Modern/PostPunish.xslt similarity index 100% rename from templates/Modern/PostPunish.xslt rename to Resources/FLocal/templates/Modern/PostPunish.xslt diff --git a/templates/Modern/PostReply.xslt b/Resources/FLocal/templates/Modern/PostReply.xslt similarity index 100% rename from templates/Modern/PostReply.xslt rename to Resources/FLocal/templates/Modern/PostReply.xslt diff --git a/templates/Modern/RegisterByInvite.xslt b/Resources/FLocal/templates/Modern/RegisterByInvite.xslt similarity index 100% rename from templates/Modern/RegisterByInvite.xslt rename to Resources/FLocal/templates/Modern/RegisterByInvite.xslt diff --git a/templates/Modern/Root.xslt b/Resources/FLocal/templates/Modern/Root.xslt similarity index 100% rename from templates/Modern/Root.xslt rename to Resources/FLocal/templates/Modern/Root.xslt diff --git a/templates/Modern/Settings.xslt b/Resources/FLocal/templates/Modern/Settings.xslt similarity index 100% rename from templates/Modern/Settings.xslt rename to Resources/FLocal/templates/Modern/Settings.xslt diff --git a/templates/Modern/Thread.xslt b/Resources/FLocal/templates/Modern/Thread.xslt similarity index 100% rename from templates/Modern/Thread.xslt rename to Resources/FLocal/templates/Modern/Thread.xslt diff --git a/templates/Modern/UploadInfo.xslt b/Resources/FLocal/templates/Modern/UploadInfo.xslt similarity index 100% rename from templates/Modern/UploadInfo.xslt rename to Resources/FLocal/templates/Modern/UploadInfo.xslt diff --git a/templates/Modern/UploadList.xslt b/Resources/FLocal/templates/Modern/UploadList.xslt similarity index 100% rename from templates/Modern/UploadList.xslt rename to Resources/FLocal/templates/Modern/UploadList.xslt diff --git a/templates/Modern/UploadNew.xslt b/Resources/FLocal/templates/Modern/UploadNew.xslt similarity index 100% rename from templates/Modern/UploadNew.xslt rename to Resources/FLocal/templates/Modern/UploadNew.xslt diff --git a/templates/Modern/UserData.xslt b/Resources/FLocal/templates/Modern/UserData.xslt similarity index 100% rename from templates/Modern/UserData.xslt rename to Resources/FLocal/templates/Modern/UserData.xslt diff --git a/templates/Modern/UserInfo.xslt b/Resources/FLocal/templates/Modern/UserInfo.xslt similarity index 100% rename from templates/Modern/UserInfo.xslt rename to Resources/FLocal/templates/Modern/UserInfo.xslt diff --git a/templates/Modern/UserList.xslt b/Resources/FLocal/templates/Modern/UserList.xslt similarity index 100% rename from templates/Modern/UserList.xslt rename to Resources/FLocal/templates/Modern/UserList.xslt diff --git a/templates/Modern/UserPollsParticipated.xslt b/Resources/FLocal/templates/Modern/UserPollsParticipated.xslt similarity index 100% rename from templates/Modern/UserPollsParticipated.xslt rename to Resources/FLocal/templates/Modern/UserPollsParticipated.xslt diff --git a/templates/Modern/UserPosts.xslt b/Resources/FLocal/templates/Modern/UserPosts.xslt similarity index 100% rename from templates/Modern/UserPosts.xslt rename to Resources/FLocal/templates/Modern/UserPosts.xslt diff --git a/templates/Modern/UserReplies.xslt b/Resources/FLocal/templates/Modern/UserReplies.xslt similarity index 100% rename from templates/Modern/UserReplies.xslt rename to Resources/FLocal/templates/Modern/UserReplies.xslt diff --git a/templates/Modern/UserThreads.xslt b/Resources/FLocal/templates/Modern/UserThreads.xslt similarity index 100% rename from templates/Modern/UserThreads.xslt rename to Resources/FLocal/templates/Modern/UserThreads.xslt diff --git a/templates/Modern/WhoIsOnline.xslt b/Resources/FLocal/templates/Modern/WhoIsOnline.xslt similarity index 100% rename from templates/Modern/WhoIsOnline.xslt rename to Resources/FLocal/templates/Modern/WhoIsOnline.xslt diff --git a/templates/Modern/WrongUrl.xslt b/Resources/FLocal/templates/Modern/WrongUrl.xslt similarity index 100% rename from templates/Modern/WrongUrl.xslt rename to Resources/FLocal/templates/Modern/WrongUrl.xslt diff --git a/templates/Modern/elems/BoardHeader.xslt b/Resources/FLocal/templates/Modern/elems/BoardHeader.xslt similarity index 100% rename from templates/Modern/elems/BoardHeader.xslt rename to Resources/FLocal/templates/Modern/elems/BoardHeader.xslt diff --git a/templates/Modern/elems/BoardInfo.xslt b/Resources/FLocal/templates/Modern/elems/BoardInfo.xslt similarity index 100% rename from templates/Modern/elems/BoardInfo.xslt rename to Resources/FLocal/templates/Modern/elems/BoardInfo.xslt diff --git a/templates/Modern/elems/ConversationInfo.xslt b/Resources/FLocal/templates/Modern/elems/ConversationInfo.xslt similarity index 100% rename from templates/Modern/elems/ConversationInfo.xslt rename to Resources/FLocal/templates/Modern/elems/ConversationInfo.xslt diff --git a/templates/Modern/elems/ConversationsHeader.xslt b/Resources/FLocal/templates/Modern/elems/ConversationsHeader.xslt similarity index 100% rename from templates/Modern/elems/ConversationsHeader.xslt rename to Resources/FLocal/templates/Modern/elems/ConversationsHeader.xslt diff --git a/templates/Modern/elems/ForumHeader.xslt b/Resources/FLocal/templates/Modern/elems/ForumHeader.xslt similarity index 100% rename from templates/Modern/elems/ForumHeader.xslt rename to Resources/FLocal/templates/Modern/elems/ForumHeader.xslt diff --git a/templates/Modern/elems/Header.xslt b/Resources/FLocal/templates/Modern/elems/Header.xslt similarity index 100% rename from templates/Modern/elems/Header.xslt rename to Resources/FLocal/templates/Modern/elems/Header.xslt diff --git a/templates/Modern/elems/Main.xslt b/Resources/FLocal/templates/Modern/elems/Main.xslt similarity index 100% rename from templates/Modern/elems/Main.xslt rename to Resources/FLocal/templates/Modern/elems/Main.xslt diff --git a/templates/Modern/elems/MyHeader.xslt b/Resources/FLocal/templates/Modern/elems/MyHeader.xslt similarity index 100% rename from templates/Modern/elems/MyHeader.xslt rename to Resources/FLocal/templates/Modern/elems/MyHeader.xslt diff --git a/templates/Modern/elems/PMInfo.xslt b/Resources/FLocal/templates/Modern/elems/PMInfo.xslt similarity index 100% rename from templates/Modern/elems/PMInfo.xslt rename to Resources/FLocal/templates/Modern/elems/PMInfo.xslt diff --git a/templates/Modern/elems/PollInfo.xslt b/Resources/FLocal/templates/Modern/elems/PollInfo.xslt similarity index 100% rename from templates/Modern/elems/PollInfo.xslt rename to Resources/FLocal/templates/Modern/elems/PollInfo.xslt diff --git a/templates/Modern/elems/PollShortInfo.xslt b/Resources/FLocal/templates/Modern/elems/PollShortInfo.xslt similarity index 100% rename from templates/Modern/elems/PollShortInfo.xslt rename to Resources/FLocal/templates/Modern/elems/PollShortInfo.xslt diff --git a/templates/Modern/elems/PollsHeader.xslt b/Resources/FLocal/templates/Modern/elems/PollsHeader.xslt similarity index 100% rename from templates/Modern/elems/PollsHeader.xslt rename to Resources/FLocal/templates/Modern/elems/PollsHeader.xslt diff --git a/templates/Modern/elems/PostInfo.xslt b/Resources/FLocal/templates/Modern/elems/PostInfo.xslt similarity index 100% rename from templates/Modern/elems/PostInfo.xslt rename to Resources/FLocal/templates/Modern/elems/PostInfo.xslt diff --git a/templates/Modern/elems/TextEditor.xslt b/Resources/FLocal/templates/Modern/elems/TextEditor.xslt similarity index 100% rename from templates/Modern/elems/TextEditor.xslt rename to Resources/FLocal/templates/Modern/elems/TextEditor.xslt diff --git a/templates/Modern/elems/ThreadInfo.xslt b/Resources/FLocal/templates/Modern/elems/ThreadInfo.xslt similarity index 100% rename from templates/Modern/elems/ThreadInfo.xslt rename to Resources/FLocal/templates/Modern/elems/ThreadInfo.xslt diff --git a/templates/Modern/elems/UploadHeader.xslt b/Resources/FLocal/templates/Modern/elems/UploadHeader.xslt similarity index 100% rename from templates/Modern/elems/UploadHeader.xslt rename to Resources/FLocal/templates/Modern/elems/UploadHeader.xslt diff --git a/templates/Modern/elems/UploadInfo.xslt b/Resources/FLocal/templates/Modern/elems/UploadInfo.xslt similarity index 100% rename from templates/Modern/elems/UploadInfo.xslt rename to Resources/FLocal/templates/Modern/elems/UploadInfo.xslt diff --git a/templates/Modern/elems/UserHeader.xslt b/Resources/FLocal/templates/Modern/elems/UserHeader.xslt similarity index 100% rename from templates/Modern/elems/UserHeader.xslt rename to Resources/FLocal/templates/Modern/elems/UserHeader.xslt diff --git a/templates/Modern/elems/UserInfoBar.xslt b/Resources/FLocal/templates/Modern/elems/UserInfoBar.xslt similarity index 100% rename from templates/Modern/elems/UserInfoBar.xslt rename to Resources/FLocal/templates/Modern/elems/UserInfoBar.xslt diff --git a/templates/Modern/elems/UsersHeader.xslt b/Resources/FLocal/templates/Modern/elems/UsersHeader.xslt similarity index 100% rename from templates/Modern/elems/UsersHeader.xslt rename to Resources/FLocal/templates/Modern/elems/UsersHeader.xslt diff --git a/templates/Modern/maintenance/CleanCache.xslt b/Resources/FLocal/templates/Modern/maintenance/CleanCache.xslt similarity index 100% rename from templates/Modern/maintenance/CleanCache.xslt rename to Resources/FLocal/templates/Modern/maintenance/CleanCache.xslt diff --git a/templates/Modern/result/AvatarAdded.xslt b/Resources/FLocal/templates/Modern/result/AvatarAdded.xslt similarity index 100% rename from templates/Modern/result/AvatarAdded.xslt rename to Resources/FLocal/templates/Modern/result/AvatarAdded.xslt diff --git a/templates/Modern/result/AvatarRemoved.xslt b/Resources/FLocal/templates/Modern/result/AvatarRemoved.xslt similarity index 100% rename from templates/Modern/result/AvatarRemoved.xslt rename to Resources/FLocal/templates/Modern/result/AvatarRemoved.xslt diff --git a/templates/Modern/result/AvatarSetted.xslt b/Resources/FLocal/templates/Modern/result/AvatarSetted.xslt similarity index 100% rename from templates/Modern/result/AvatarSetted.xslt rename to Resources/FLocal/templates/Modern/result/AvatarSetted.xslt diff --git a/templates/Modern/result/Login.xslt b/Resources/FLocal/templates/Modern/result/Login.xslt similarity index 100% rename from templates/Modern/result/Login.xslt rename to Resources/FLocal/templates/Modern/result/Login.xslt diff --git a/templates/Modern/result/Logout.xslt b/Resources/FLocal/templates/Modern/result/Logout.xslt similarity index 100% rename from templates/Modern/result/Logout.xslt rename to Resources/FLocal/templates/Modern/result/Logout.xslt diff --git a/templates/Modern/result/MessageCreated.xslt b/Resources/FLocal/templates/Modern/result/MessageCreated.xslt similarity index 100% rename from templates/Modern/result/MessageCreated.xslt rename to Resources/FLocal/templates/Modern/result/MessageCreated.xslt diff --git a/templates/Modern/result/MessageEdited.xslt b/Resources/FLocal/templates/Modern/result/MessageEdited.xslt similarity index 100% rename from templates/Modern/result/MessageEdited.xslt rename to Resources/FLocal/templates/Modern/result/MessageEdited.xslt diff --git a/templates/Modern/result/MessagePunished.xslt b/Resources/FLocal/templates/Modern/result/MessagePunished.xslt similarity index 100% rename from templates/Modern/result/MessagePunished.xslt rename to Resources/FLocal/templates/Modern/result/MessagePunished.xslt diff --git a/templates/Modern/result/NewAccount.xslt b/Resources/FLocal/templates/Modern/result/NewAccount.xslt similarity index 100% rename from templates/Modern/result/NewAccount.xslt rename to Resources/FLocal/templates/Modern/result/NewAccount.xslt diff --git a/templates/Modern/result/PMSent.xslt b/Resources/FLocal/templates/Modern/result/PMSent.xslt similarity index 100% rename from templates/Modern/result/PMSent.xslt rename to Resources/FLocal/templates/Modern/result/PMSent.xslt diff --git a/templates/Modern/result/PollCreated.xslt b/Resources/FLocal/templates/Modern/result/PollCreated.xslt similarity index 100% rename from templates/Modern/result/PollCreated.xslt rename to Resources/FLocal/templates/Modern/result/PollCreated.xslt diff --git a/templates/Modern/result/SettingsSaved.xslt b/Resources/FLocal/templates/Modern/result/SettingsSaved.xslt similarity index 100% rename from templates/Modern/result/SettingsSaved.xslt rename to Resources/FLocal/templates/Modern/result/SettingsSaved.xslt diff --git a/templates/Modern/result/Upload.xslt b/Resources/FLocal/templates/Modern/result/Upload.xslt similarity index 100% rename from templates/Modern/result/Upload.xslt rename to Resources/FLocal/templates/Modern/result/Upload.xslt diff --git a/templates/Modern/result/VoteAccepted.xslt b/Resources/FLocal/templates/Modern/result/VoteAccepted.xslt similarity index 100% rename from templates/Modern/result/VoteAccepted.xslt rename to Resources/FLocal/templates/Modern/result/VoteAccepted.xslt diff --git a/templates/Modern/result/maintenance/CacheCleaned.xslt b/Resources/FLocal/templates/Modern/result/maintenance/CacheCleaned.xslt similarity index 100% rename from templates/Modern/result/maintenance/CacheCleaned.xslt rename to Resources/FLocal/templates/Modern/result/maintenance/CacheCleaned.xslt diff --git a/templates/Root.xslt b/Resources/FLocal/templates/Root.xslt similarity index 100% rename from templates/Root.xslt rename to Resources/FLocal/templates/Root.xslt diff --git a/templates/Rss/AllPosts.xslt b/Resources/FLocal/templates/Rss/AllPosts.xslt similarity index 100% rename from templates/Rss/AllPosts.xslt rename to Resources/FLocal/templates/Rss/AllPosts.xslt diff --git a/templates/Rss/AllThreads.xslt b/Resources/FLocal/templates/Rss/AllThreads.xslt similarity index 100% rename from templates/Rss/AllThreads.xslt rename to Resources/FLocal/templates/Rss/AllThreads.xslt diff --git a/templates/Rss/Board.xslt b/Resources/FLocal/templates/Rss/Board.xslt similarity index 100% rename from templates/Rss/Board.xslt rename to Resources/FLocal/templates/Rss/Board.xslt diff --git a/templates/Rss/Conversations.xslt b/Resources/FLocal/templates/Rss/Conversations.xslt similarity index 100% rename from templates/Rss/Conversations.xslt rename to Resources/FLocal/templates/Rss/Conversations.xslt diff --git a/templates/Rss/Exception.xslt b/Resources/FLocal/templates/Rss/Exception.xslt similarity index 100% rename from templates/Rss/Exception.xslt rename to Resources/FLocal/templates/Rss/Exception.xslt diff --git a/templates/Rss/Thread.xslt b/Resources/FLocal/templates/Rss/Thread.xslt similarity index 100% rename from templates/Rss/Thread.xslt rename to Resources/FLocal/templates/Rss/Thread.xslt diff --git a/templates/Rss/UploadList.xslt b/Resources/FLocal/templates/Rss/UploadList.xslt similarity index 100% rename from templates/Rss/UploadList.xslt rename to Resources/FLocal/templates/Rss/UploadList.xslt diff --git a/templates/Rss/UserPosts.xslt b/Resources/FLocal/templates/Rss/UserPosts.xslt similarity index 100% rename from templates/Rss/UserPosts.xslt rename to Resources/FLocal/templates/Rss/UserPosts.xslt diff --git a/templates/Rss/UserReplies.xslt b/Resources/FLocal/templates/Rss/UserReplies.xslt similarity index 100% rename from templates/Rss/UserReplies.xslt rename to Resources/FLocal/templates/Rss/UserReplies.xslt diff --git a/templates/Rss/UserThreads.xslt b/Resources/FLocal/templates/Rss/UserThreads.xslt similarity index 100% rename from templates/Rss/UserThreads.xslt rename to Resources/FLocal/templates/Rss/UserThreads.xslt diff --git a/templates/Rss/WhoIsOnline.xslt b/Resources/FLocal/templates/Rss/WhoIsOnline.xslt similarity index 100% rename from templates/Rss/WhoIsOnline.xslt rename to Resources/FLocal/templates/Rss/WhoIsOnline.xslt diff --git a/templates/Rss/WrongUrl.xslt b/Resources/FLocal/templates/Rss/WrongUrl.xslt similarity index 100% rename from templates/Rss/WrongUrl.xslt rename to Resources/FLocal/templates/Rss/WrongUrl.xslt diff --git a/templates/Rss/elems/ConversationInfo.xslt b/Resources/FLocal/templates/Rss/elems/ConversationInfo.xslt similarity index 100% rename from templates/Rss/elems/ConversationInfo.xslt rename to Resources/FLocal/templates/Rss/elems/ConversationInfo.xslt diff --git a/templates/Rss/elems/Main.xslt b/Resources/FLocal/templates/Rss/elems/Main.xslt similarity index 100% rename from templates/Rss/elems/Main.xslt rename to Resources/FLocal/templates/Rss/elems/Main.xslt diff --git a/templates/Rss/elems/PostInfo.xslt b/Resources/FLocal/templates/Rss/elems/PostInfo.xslt similarity index 100% rename from templates/Rss/elems/PostInfo.xslt rename to Resources/FLocal/templates/Rss/elems/PostInfo.xslt diff --git a/templates/Rss/elems/ThreadInfo.xslt b/Resources/FLocal/templates/Rss/elems/ThreadInfo.xslt similarity index 100% rename from templates/Rss/elems/ThreadInfo.xslt rename to Resources/FLocal/templates/Rss/elems/ThreadInfo.xslt diff --git a/templates/Rss/elems/UploadInfo.xslt b/Resources/FLocal/templates/Rss/elems/UploadInfo.xslt similarity index 100% rename from templates/Rss/elems/UploadInfo.xslt rename to Resources/FLocal/templates/Rss/elems/UploadInfo.xslt diff --git a/templates/copy.xslt b/Resources/FLocal/templates/copy.xslt similarity index 100% rename from templates/copy.xslt rename to Resources/FLocal/templates/copy.xslt diff --git a/ThirdParty/Mono.Security/Mono.Security.dll b/ThirdParty/Mono.Security/Mono.Security.dll new file mode 100644 index 0000000..6accde7 Binary files /dev/null and b/ThirdParty/Mono.Security/Mono.Security.dll differ diff --git a/ThirdParty/Npgsql/Npgsql.dll b/ThirdParty/Npgsql/Npgsql.dll new file mode 100644 index 0000000..ac3b19a Binary files /dev/null and b/ThirdParty/Npgsql/Npgsql.dll differ diff --git a/ThirdParty/Npgsql/Npgsql.pdb b/ThirdParty/Npgsql/Npgsql.pdb new file mode 100644 index 0000000..422c0a6 Binary files /dev/null and b/ThirdParty/Npgsql/Npgsql.pdb differ diff --git a/Core/Cache.cs b/Web.Core/Cache.cs similarity index 100% rename from Core/Cache.cs rename to Web.Core/Cache.cs diff --git a/Core/Config.cs b/Web.Core/Config.cs similarity index 100% rename from Core/Config.cs rename to Web.Core/Config.cs diff --git a/Core/Core.csproj b/Web.Core/Core.csproj similarity index 100% rename from Core/Core.csproj rename to Web.Core/Core.csproj diff --git a/Core/DB/ColumnOrValue.cs b/Web.Core/DB/ColumnOrValue.cs similarity index 100% rename from Core/DB/ColumnOrValue.cs rename to Web.Core/DB/ColumnOrValue.cs diff --git a/Core/DB/ColumnSpec.cs b/Web.Core/DB/ColumnSpec.cs similarity index 100% rename from Core/DB/ColumnSpec.cs rename to Web.Core/DB/ColumnSpec.cs diff --git a/Core/DB/Diapasone.cs b/Web.Core/DB/Diapasone.cs similarity index 100% rename from Core/DB/Diapasone.cs rename to Web.Core/DB/Diapasone.cs diff --git a/Core/DB/IDBConnection.cs b/Web.Core/DB/IDBConnection.cs similarity index 100% rename from Core/DB/IDBConnection.cs rename to Web.Core/DB/IDBConnection.cs diff --git a/Core/DB/ILock.cs b/Web.Core/DB/ILock.cs similarity index 100% rename from Core/DB/ILock.cs rename to Web.Core/DB/ILock.cs diff --git a/Core/DB/ITableSpec.cs b/Web.Core/DB/ITableSpec.cs similarity index 100% rename from Core/DB/ITableSpec.cs rename to Web.Core/DB/ITableSpec.cs diff --git a/Core/DB/JoinSpec.cs b/Web.Core/DB/JoinSpec.cs similarity index 100% rename from Core/DB/JoinSpec.cs rename to Web.Core/DB/JoinSpec.cs diff --git a/Core/DB/SortSpec.cs b/Web.Core/DB/SortSpec.cs similarity index 100% rename from Core/DB/SortSpec.cs rename to Web.Core/DB/SortSpec.cs diff --git a/Core/DB/Transaction.cs b/Web.Core/DB/Transaction.cs similarity index 100% rename from Core/DB/Transaction.cs rename to Web.Core/DB/Transaction.cs diff --git a/Core/DB/conditions/AbstractCondition.cs b/Web.Core/DB/conditions/AbstractCondition.cs similarity index 100% rename from Core/DB/conditions/AbstractCondition.cs rename to Web.Core/DB/conditions/AbstractCondition.cs diff --git a/Core/DB/conditions/ComparisonCondition.cs b/Web.Core/DB/conditions/ComparisonCondition.cs similarity index 100% rename from Core/DB/conditions/ComparisonCondition.cs rename to Web.Core/DB/conditions/ComparisonCondition.cs diff --git a/Core/DB/conditions/ComparisonType.cs b/Web.Core/DB/conditions/ComparisonType.cs similarity index 100% rename from Core/DB/conditions/ComparisonType.cs rename to Web.Core/DB/conditions/ComparisonType.cs diff --git a/Core/DB/conditions/ComplexCondition.cs b/Web.Core/DB/conditions/ComplexCondition.cs similarity index 100% rename from Core/DB/conditions/ComplexCondition.cs rename to Web.Core/DB/conditions/ComplexCondition.cs diff --git a/Core/DB/conditions/ConditionsJoinType.cs b/Web.Core/DB/conditions/ConditionsJoinType.cs similarity index 100% rename from Core/DB/conditions/ConditionsJoinType.cs rename to Web.Core/DB/conditions/ConditionsJoinType.cs diff --git a/Core/DB/conditions/EmptyCondition.cs b/Web.Core/DB/conditions/EmptyCondition.cs similarity index 100% rename from Core/DB/conditions/EmptyCondition.cs rename to Web.Core/DB/conditions/EmptyCondition.cs diff --git a/Core/DB/conditions/IsNullCondition.cs b/Web.Core/DB/conditions/IsNullCondition.cs similarity index 100% rename from Core/DB/conditions/IsNullCondition.cs rename to Web.Core/DB/conditions/IsNullCondition.cs diff --git a/Core/DB/conditions/MultiValueCondition.cs b/Web.Core/DB/conditions/MultiValueCondition.cs similarity index 100% rename from Core/DB/conditions/MultiValueCondition.cs rename to Web.Core/DB/conditions/MultiValueCondition.cs diff --git a/Core/DB/conditions/NotEmptyCondition.cs b/Web.Core/DB/conditions/NotEmptyCondition.cs similarity index 100% rename from Core/DB/conditions/NotEmptyCondition.cs rename to Web.Core/DB/conditions/NotEmptyCondition.cs diff --git a/Core/DB/conditions/NotIsNullCondition.cs b/Web.Core/DB/conditions/NotIsNullCondition.cs similarity index 100% rename from Core/DB/conditions/NotIsNullCondition.cs rename to Web.Core/DB/conditions/NotIsNullCondition.cs diff --git a/Core/DB/conditions/SimpleCondition.cs b/Web.Core/DB/conditions/SimpleCondition.cs similarity index 100% rename from Core/DB/conditions/SimpleCondition.cs rename to Web.Core/DB/conditions/SimpleCondition.cs diff --git a/Core/DataObject.cs b/Web.Core/DataObject.cs similarity index 100% rename from Core/DataObject.cs rename to Web.Core/DataObject.cs diff --git a/Core/IDataObject.cs b/Web.Core/IDataObject.cs similarity index 100% rename from Core/IDataObject.cs rename to Web.Core/IDataObject.cs diff --git a/Core/Network/IPv4.cs b/Web.Core/Network/IPv4.cs similarity index 100% rename from Core/Network/IPv4.cs rename to Web.Core/Network/IPv4.cs diff --git a/Core/Network/IPv4Address.cs b/Web.Core/Network/IPv4Address.cs similarity index 100% rename from Core/Network/IPv4Address.cs rename to Web.Core/Network/IPv4Address.cs diff --git a/Core/Network/IPv4Subnet.cs b/Web.Core/Network/IPv4Subnet.cs similarity index 100% rename from Core/Network/IPv4Subnet.cs rename to Web.Core/Network/IPv4Subnet.cs diff --git a/Core/Properties/AssemblyInfo.cs b/Web.Core/Properties/AssemblyInfo.cs similarity index 100% rename from Core/Properties/AssemblyInfo.cs rename to Web.Core/Properties/AssemblyInfo.cs diff --git a/Core/Registry.cs b/Web.Core/Registry.cs similarity index 100% rename from Core/Registry.cs rename to Web.Core/Registry.cs diff --git a/Core/RegistryCleaner.cs b/Web.Core/RegistryCleaner.cs similarity index 100% rename from Core/RegistryCleaner.cs rename to Web.Core/RegistryCleaner.cs diff --git a/Core/Switch.cs b/Web.Core/Switch.cs similarity index 100% rename from Core/Switch.cs rename to Web.Core/Switch.cs diff --git a/Core/Util.cs b/Web.Core/Util.cs similarity index 100% rename from Core/Util.cs rename to Web.Core/Util.cs diff --git a/Core/delegates/Lazy.cs b/Web.Core/delegates/Lazy.cs similarity index 100% rename from Core/delegates/Lazy.cs rename to Web.Core/delegates/Lazy.cs diff --git a/Core/delegates/Predicate.cs b/Web.Core/delegates/Predicate.cs similarity index 100% rename from Core/delegates/Predicate.cs rename to Web.Core/delegates/Predicate.cs diff --git a/Core/exceptions/AccessDeniedException.cs b/Web.Core/exceptions/AccessDeniedException.cs similarity index 100% rename from Core/exceptions/AccessDeniedException.cs rename to Web.Core/exceptions/AccessDeniedException.cs diff --git a/Core/exceptions/CriticalException.cs b/Web.Core/exceptions/CriticalException.cs similarity index 100% rename from Core/exceptions/CriticalException.cs rename to Web.Core/exceptions/CriticalException.cs diff --git a/Core/exceptions/FLocalException.cs b/Web.Core/exceptions/FLocalException.cs similarity index 100% rename from Core/exceptions/FLocalException.cs rename to Web.Core/exceptions/FLocalException.cs diff --git a/Core/exceptions/NotFoundInDBException.cs b/Web.Core/exceptions/NotFoundInDBException.cs similarity index 100% rename from Core/exceptions/NotFoundInDBException.cs rename to Web.Core/exceptions/NotFoundInDBException.cs diff --git a/Core/exceptions/ObjectDoesntHaveAnIdException.cs b/Web.Core/exceptions/ObjectDoesntHaveAnIdException.cs similarity index 100% rename from Core/exceptions/ObjectDoesntHaveAnIdException.cs rename to Web.Core/exceptions/ObjectDoesntHaveAnIdException.cs diff --git a/Core/extensions/Delegate.cs b/Web.Core/extensions/Delegate.cs similarity index 100% rename from Core/extensions/Delegate.cs rename to Web.Core/extensions/Delegate.cs diff --git a/Core/extensions/Extensions.cs b/Web.Core/extensions/Extensions.cs similarity index 100% rename from Core/extensions/Extensions.cs rename to Web.Core/extensions/Extensions.cs diff --git a/Core/extensions/String.cs b/Web.Core/extensions/String.cs similarity index 100% rename from Core/extensions/String.cs rename to Web.Core/extensions/String.cs diff --git a/IISUploadHandler/Config.cs b/Web.IISUploadHandler/Config.cs similarity index 100% rename from IISUploadHandler/Config.cs rename to Web.IISUploadHandler/Config.cs diff --git a/IISUploadHandler/IISUploadHandler.csproj b/Web.IISUploadHandler/IISUploadHandler.csproj similarity index 95% rename from IISUploadHandler/IISUploadHandler.csproj rename to Web.IISUploadHandler/IISUploadHandler.csproj index 05451b2..6c9696c 100644 --- a/IISUploadHandler/IISUploadHandler.csproj +++ b/Web.IISUploadHandler/IISUploadHandler.csproj @@ -52,7 +52,7 @@ - + {6F532626-E9F8-498E-9683-1538E7CD62CB} Core diff --git a/IISUploadHandler/Properties/AssemblyInfo.cs b/Web.IISUploadHandler/Properties/AssemblyInfo.cs similarity index 100% rename from IISUploadHandler/Properties/AssemblyInfo.cs rename to Web.IISUploadHandler/Properties/AssemblyInfo.cs diff --git a/IISUploadHandler/UploadHandler.cs b/Web.IISUploadHandler/UploadHandler.cs similarity index 100% rename from IISUploadHandler/UploadHandler.cs rename to Web.IISUploadHandler/UploadHandler.cs diff --git a/tmp/Program.cs b/tmp/Program.cs deleted file mode 100644 index 9fa096d..0000000 --- a/tmp/Program.cs +++ /dev/null @@ -1,26 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using MySql.Data.MySqlClient; - -namespace tmp { - class Program { - static void Main(string[] args) { - string fieldToSelect = args[0]; - using(MySqlConnection connection = new MySqlConnection("Protocol=pipe;Charset=utf8;Database=flocal_production;Username=flocalp;Password=flocalp")) { - connection.Open(); - using(MySqlCommand command = connection.CreateCommand()) { - command.CommandText = "SELECT `" + fieldToSelect + "` FROM `boards`"; - Console.WriteLine("Command: " + command.CommandText); - using(MySqlDataReader reader = command.ExecuteReader()) { - Console.WriteLine("Command executed"); - while(reader.Read()) { - Console.WriteLine("Data read"); - } - } - } - } - } - } -} diff --git a/tmp/Properties/AssemblyInfo.cs b/tmp/Properties/AssemblyInfo.cs deleted file mode 100644 index baf4b00..0000000 --- a/tmp/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("tmp")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("tmp")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2010")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("8f97b235-2bd3-4835-8c64-6d96926c5405")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/tmp/tmp.csproj b/tmp/tmp.csproj deleted file mode 100644 index 3ea4325..0000000 --- a/tmp/tmp.csproj +++ /dev/null @@ -1,63 +0,0 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {BDC42785-41F7-4C32-880E-A6C43A448054} - Exe - Properties - tmp - tmp - v3.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - C:\Program Files (x86)\MySQL\MySQL Connector Net 6.3.2\Assemblies\v2.0\MySql.Data.dll - - - - 3.5 - - - 3.5 - - - 3.5 - - - - - - - - - - - \ No newline at end of file