From e294a3db8a650f9a5280be375a1a1b67d22b8e41 Mon Sep 17 00:00:00 2001 From: omara Date: Fri, 11 May 2012 19:21:22 -0400 Subject: [PATCH] update WebsitePanel website project --- .../WebsitePanel.WebSite/ContactUs.aspx | 11 - .../WebsitePanel.WebSite/ContactUs.aspx.cs | 45 -- .../ContactUs.aspx.designer.cs | 15 - .../Content/Images/msi-icon.gif | Bin 282 -> 0 bytes .../Content/Images/page_bg.jpg | Bin 7797 -> 0 bytes .../Content/Images/pdf-icon.png | Bin 748 -> 0 bytes .../Content/Images/wsp_logo.png | Bin 6460 -> 0 bytes .../Content/Images/wsp_screenshot.png | Bin 31884 -> 0 bytes .../Content/Images/zip-icon.png | Bin 783 -> 0 bytes .../Content/Styles/Default.css | 141 ------ .../Controls/SideBar.ascx | 31 -- .../Controls/SideBar.ascx.cs | 45 -- .../Controls/SideBar.ascx.designer.cs | 15 - .../Data/ProductReleasesFeed.Beta.xml | 358 +++++++++++---- .../Data/ProductReleasesFeed.Staging.xml | 388 ++++++++++++---- .../Data/ProductReleasesFeed.xml | 421 +++++++++++------- .../Sources/WebsitePanel.WebSite/Default.aspx | 39 -- .../WebsitePanel.WebSite/Default.aspx.cs | 45 -- .../Default.aspx.designer.cs | 15 - .../WebsitePanel.WebSite/Documentation.aspx | 14 - .../Documentation.aspx.cs | 45 -- .../Documentation.aspx.designer.cs | 15 - .../WebsitePanel.WebSite/Downloads.aspx | 28 -- .../WebsitePanel.WebSite/Downloads.aspx.cs | 45 -- .../Downloads.aspx.designer.cs | 15 - .../Sources/WebsitePanel.WebSite/Error.htm | 18 - .../Sources/WebsitePanel.WebSite/License.aspx | 23 - .../WebsitePanel.WebSite/License.aspx.cs | 45 -- .../License.aspx.designer.cs | 16 - .../Properties/AssemblyInfo.cs | 4 +- .../Sources/WebsitePanel.WebSite/Site.Master | 51 --- .../WebsitePanel.WebSite/Site.Master.cs | 45 -- .../Site.Master.designer.cs | 52 --- .../Sources/WebsitePanel.WebSite/Web.config | 102 ----- .../WebPI/{2.0 => 1.1.0}/WebsitePanelFeed.xml | 0 .../WebPI/{3.0 => 1.2.0}/WebsitePanelFeed.xml | 46 +- .../WebPI/1.2.1/WebsitePanelFeed.xml | 283 ++++++++++++ .../WebsitePanel.WebSite.csproj | 86 +--- .../WebsitePanel.WebSite/WorksWith.aspx | 86 ---- .../WebsitePanel.WebSite/WorksWith.aspx.cs | 45 -- .../WorksWith.aspx.designer.cs | 15 - 41 files changed, 1131 insertions(+), 1517 deletions(-) delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.designer.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/msi-icon.gif delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/page_bg.jpg delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/pdf-icon.png delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_logo.png delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_screenshot.png delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/zip-icon.png delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Styles/Default.css delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.designer.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.designer.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.designer.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.designer.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Error.htm delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.designer.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.designer.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Web.config rename WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/{2.0 => 1.1.0}/WebsitePanelFeed.xml (100%) rename WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/{3.0 => 1.2.0}/WebsitePanelFeed.xml (86%) create mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.2.1/WebsitePanelFeed.xml delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.cs delete mode 100644 WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.designer.cs diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx deleted file mode 100644 index 16c42ad0..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx +++ /dev/null @@ -1,11 +0,0 @@ -<%@ Page Title="WebsitePanel - Contact Us" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="ContactUs.aspx.cs" Inherits="WebsitePanel.WebSite.ContactUs" %> - - - -

Contact Us

- -

WebsitePanel project is owned and maintained by SMB SAAS Systems Inc. - privately-held company located in Richmond, BC, Canada.

-

For general inquiries please contact: info@websitepanel.net

-

Do not send support requests to the e-mail above, use online forums please.

-
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.cs deleted file mode 100644 index ec3de6e8..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite -{ - public partial class ContactUs : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.designer.cs deleted file mode 100644 index bacf153a..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/ContactUs.aspx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite { - - - public partial class ContactUs { - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/msi-icon.gif b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/msi-icon.gif deleted file mode 100644 index e53333c59deff950ca4f17e4623ef5f1a0a0a8f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 282 zcmZ?wbhEHb6krfwIKlt|Z)H>%{xkgl&tRN(#yIVNTG|Uu$fPSLBit#Lt{I? zqDG3wghobIZZQo9g+fI~HZkKon+p>aSUTBElq>=ksCZ1^)#=l5SfJcInMdl#m6O5C z53wsS{;2WX!pN{dphb%HfXD&w#U8Cj9upD{crFddxAMKPK#OIrFEfMbtj*fN8<>w< mJ>_&@2<=ZQUYGkJlp(4yYwo-p0|$nfjfu=Asa}Q(4AuZ#k5;k( diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/page_bg.jpg b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/page_bg.jpg deleted file mode 100644 index 4f567472213501afdf41e6c251c322ff13a926e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7797 zcmeI1eM}o=9LJyQ-O*QA3s=U>l0n%)*RYqwG46ZT~WGyJTu(<2p73$~apaK9O0~k^RB+!z= zLGvL$z@Uvl+w<&@@C)()P)BCgX5Opd*a0T&ly zLlLMPS*{XftUyAn5^l!xAZiu~hy+9eA_0-WN&+sxfe>I}7m9`SwBnwgSS)NK$zaq- zvmq~MWI_QlNry?3v62M#+GLn!c5|^}FW2o4I?8^0=e@FGKkF##u(njTgd4aXe^Y;i zYwN$Go$24rRI_EZ&Rm5(X-fve0WL-tCj-5~s4eNxWun`lEj%W5PJ4v)**uM|MGrV~ z=oZ(KNFbfV4Lh zk2!SlxSzH8XrI-~vQ~qawy*}1iKPuRYcUyEi-oPSnzopICa-QWJD#!z|HiD>?_4Ms?WBMV4i^j<819{1 zF1M2_b7q`YXkPS&TL-PBjfOLeZ$J~1WCdBoCF078KvvG;=@M~eMIb9@@pS#qa4i>$ zTo6`>30MlIr$7ThB@*F+4TBdh!*LA56;f%AOr=n%lnSLXH!okEo2SWBD%FK*O#z|R zYE`RN7Znmk`Gl4bf*>fIgW+-*#5%XJT%>#Tz*wR}`);T64>Wjb-}sip|#BsU7+uHBEtE2Po9SqC) zx_kWhMq}|kiR9k?fd>vgciHL5eCg$pW3Rk%eC))VZ=D=} z`~45joc-|JM<1X6^s@^WKmX#=<;m$QUw!?}x8HsL!_53oKVSXj+ONO;{)eCo0qBCP zC1roprGdI67=~g}K^G!Pz>aD#yu_4~U+mq zo@3+8wTad#iaI}P6viXt%sf>~w0FIlA4m-iP%WQ~Zp4W{6}Q$5?n*sJl^i78b;<$C z#!JH~zPxLXLZ5o%oSPy*rnjCYUPCCt^Eytr+iUWsD1)|238yp-r-mp%xGCV|^&=p~ z>p|*acik#z=uI#fz6)AK?$*@cDSe8kI^iv+M#AraZhS=$q2SWM7@Q3w;GH|i+D3*u zXo}dr-OKM2GHWxTi!wPpS9lO7-1YT*`Bl$JAyOUTnN8ha$m@qCuzP2rTU{4?E)|ll HNnid8M)w3G diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/pdf-icon.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/pdf-icon.png deleted file mode 100644 index 340c26fcf840dee951add255255d0cb77b93340b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 748 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 N002ovPDHLkV1gV&T`2$n diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Styles/Default.css b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Styles/Default.css deleted file mode 100644 index c55ca01a..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Styles/Default.css +++ /dev/null @@ -1,141 +0,0 @@ -BODY -{ - font-family: Arial,sans-serif,Tahoma,Verdana,Helvetica,Helvetica-Narrow; - font-size: 0.9em; - color: #333333; - line-height: 1.166; - margin: 0px; - padding: 0px; - background: #ffffff url('../images/page_bg.jpg') repeat-x top left; -} - -#PageOutline -{ - width: 950px; - margin-left: auto; - margin-right: auto; - margin-top: 20px; -} -#PageContainer -{ - width: 920px; - padding: 10px 10px 10px 20px; - background-color: #FFFFFF; - float: right; -} - -#Header -{ - padding-top: 10px; - padding-bottom: 10px; -} - -#SideBar -{ - padding: 15px; - float: right; - width: 270px; - background-color: #f8f8f8; -} - -#Content -{ - margin-right: 320px; -} - -.Clear -{ - clear: both; -} - -#Footer -{ - font-size: 8pt; - padding-top: 10px; - text-align: center; -} -#Footer A -{ - color: #000000; -} -H1 -{ - font-size: 1.8em; - font-weight: normal; - color: #336699; -} -H2 -{ - font-size: 1.1em; - color: #336699; -} - -#SideBar H2 -{ - margin-top: 0px; -} - -A -{ - color: #4b79aa; -} -LI -{ - padding-bottom: 4px; -} -INPUT.Button -{ - font-size: 1.2em; - padding: 5px; -} -.NewFeature -{ - color: #ff0000; -} -.Red -{ - color: #ff0000; -} -.ProductOption -{ - font-size: 1.3em; - font-weight: bold; -} -.Form -{ - background-color: #f1f7fc; - padding: 10px 20px 10px 20px; -} -.FormFooter -{ - text-align: center; - margin-top: 10px; -} -.Tips LI -{ - padding-bottom: 20px; -} - -.Download -{ - padding: 10px 10px 10px 30px; - border: 1px dashed #f0f0f0; - background-color: #f9f9f9; - background-repeat: no-repeat; - background-position: 8px center; -} - -.Download.msi -{ - background-image: url('../images/msi-icon.gif'); -} - -.Download.pdf -{ - background-image: url('../images/pdf-icon.png'); -} - -.Download.zip -{ - background-image: url('../images/zip-icon.png'); -} \ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx deleted file mode 100644 index a6db4a31..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx +++ /dev/null @@ -1,31 +0,0 @@ -<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="SideBar.ascx.cs" Inherits="WebsitePanel.WebSite.Controls.SideBar" %> - -

WebsitePanel

- - -

Support Options

- - -

Get Involved

- - -

- -

\ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.cs deleted file mode 100644 index 8a084035..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite.Controls -{ - public partial class SideBar : System.Web.UI.UserControl - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} \ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.designer.cs deleted file mode 100644 index 07e57472..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Controls/SideBar.ascx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite.Controls { - - - public partial class SideBar { - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Beta.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Beta.xml index 99a382c6..cebc7188 100644 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Beta.xml +++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Beta.xml @@ -1,101 +1,273 @@  - - - Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings. - - - 105 - ~/Files/Beta/WebsitePanel-StandaloneServerSetup-1.1.1.1.zip - - setup\setup.dll - WebsitePanel.Setup.StandaloneServerSetup111 - - - + - - - WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc. - - - 205 - ~/Files/Beta/WebsitePanel-Portal-1.1.1.1.zip - ~/Files/Beta/WebsitePanel-Portal-1.1.1.1-Update.zip - setup\setup.dll - WebsitePanel.Setup.Portal111 - - - 206 - ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip - ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip - setup\setup.dll - WebsitePanel.Setup.Portal110 - - - + + + Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings. + + + 109 + http://bit.ly/x5jLpO#/WebsitePanel-StandaloneServerSetup-1.2.1.6.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup121 + + + 108 + ~/Files/1.2.0/WebsitePanel-StandaloneServerSetup-1.2.0.38.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup120 + + + 107 + ~/Files/1.1.2/release/WebsitePanel-StandaloneServerSetup-1.1.2.13.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup112 + + + 106 + ~/Files/1.1.0/release/WebsitePanel-StandaloneServerSetup-1.1.0.10.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup110 + + + 103 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.2.0.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup102 + + + 102 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.1.0.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup101 + + + 101 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup10 + + + - - - Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications. - - - 305 - ~/Files/Beta/WebsitePanel-EnterpriseServer-1.1.1.1.zip - ~/Files/Beta/WebsitePanel-EnterpriseServer-1.1.1.1-Update.zip - setup\setup.dll - WebsitePanel.Setup.EnterpriseServer111 - - - 306 - ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip - ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip - setup\setup.dll - WebsitePanel.Setup.EnterpriseServer110 - - - + + + WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc. + + + 209 + http://bit.ly/xgkw9j#/WebsitePanel-Portal-1.2.1.6.zip + http://bit.ly/zogNeL#/WebsitePanel-Portal-1.2.1.6-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal121 + + + 208 + ~/Files/1.2.0/WebsitePanel-Portal-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-Portal-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal120 + + + 207 + ~/Files/1.1.2/release/WebsitePanel-Portal-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-Portal-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal112 + + + 206 + ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal110 + + + 203 + ~/Files/WebsitePanel-Portal-1.0.2.0.zip + ~/Files/WebsitePanel-Portal-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal102 + + + 202 + ~/Files/WebsitePanel-Portal-1.0.1.0.zip + ~/Files/WebsitePanel-Portal-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal101 + + + 201 + ~/Files/WebsitePanel-Portal-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.Portal10 + + + - - - WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one. - - - 405 - ~/Files/Beta/WebsitePanel-Server-1.1.1.1.zip - ~/Files/Beta/WebsitePanel-Server-1.1.1.1-Update.zip - setup\setup.dll - WebsitePanel.Setup.Server111 - - - 406 - ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip - ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip - setup\setup.dll - WebsitePanel.Setup.Server110 - - - + + + Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications. + + + 309 + http://bit.ly/xIuPt5#/WebsitePanel-EnterpriseServer-1.2.1.6.zip + http://bit.ly/y0ZgqF#/WebsitePanel-EnterpriseServer-1.2.1.6-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer121 + + + 308 + ~/Files/1.2.0/WebsitePanel-EnterpriseServer-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-EnterpriseServer-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer120 + + + 307 + ~/Files/1.1.2/release/WebsitePanel-EnterpriseServer-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-EnterpriseServer-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer112 + + + 306 + ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer110 + + + 303 + ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0.zip + ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer102 + + + 302 + ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0.zip + ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer101 + + + 301 + ~/Files/WebsitePanel-EnterpriseServer-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer10 + + + - - - Installer Core Files - - - - 501 - - - - - - - + + + WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one. + + + 409 + http://bit.ly/zxq3uj#/WebsitePanel-Server-1.2.1.6.zip + http://bit.ly/zbbHVj#/WebsitePanel-Server-1.2.1.6-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server121 + + + 408 + ~/Files/1.2.0/WebsitePanel-Server-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-Server-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server120 + + + 407 + ~/Files/1.1.2/release/WebsitePanel-Server-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-Server-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server112 + + + 406 + ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server110 + + + 403 + ~/Files/WebsitePanel-Server-1.0.2.0.zip + ~/Files/WebsitePanel-Server-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server102 + + + 402 + ~/Files/WebsitePanel-Server-1.0.1.0.zip + ~/Files/WebsitePanel-Server-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server101 + + + 401 + ~/Files/WebsitePanel-Server-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.Server10 + + + + + + Installer Core Files + + + 505 + + ~/Files/1.2.1/WebsitePanel-Installer-1.2.1.1-Update.zip + + + + + + + 504 + + ~/Files/1.2.0/WebsitePanel-Installer-1.2.0.38-Update.zip + + + + + 503 + + ~/Files/1.1.2/release/WebsitePanel-Installer-1.1.2.12-Update.zip + + + + + 502 + + ~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip + + + + + 501 + + + + + + + \ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Staging.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Staging.xml index babe177c..3b4464e4 100644 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Staging.xml +++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.Staging.xml @@ -1,101 +1,291 @@ - + - - - Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings. - - - - 103 - ~/Files/WebsitePanel-StandaloneServerSetup-1.1.0.9.zip - - setup\setup.dll - WebsitePanel.Setup.StandaloneServerSetup102 - - - - - - - WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc. - - - - 203 - ~/Files/WebsitePanel-Portal-1.1.0.9.zip - ~/Files/WebsitePanel-Portal-1.1.0.9-Update.zip - setup\setup.dll - WebsitePanel.Setup.Portal102 - - - - - - - Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications. - - - - 303 - ~/Files/WebsitePanel-EnterpriseServer-1.1.0.9.zip - ~/Files/WebsitePanel-EnterpriseServer-1.1.0.9-Update.zip - setup\setup.dll - WebsitePanel.Setup.EnterpriseServer102 - - - - - - - WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one. - - - - 403 - ~/Files/WebsitePanel-Server-1.1.0.9.zip - ~/Files/WebsitePanel-Server-1.1.0.9-Update.zip - setup\setup.dll - WebsitePanel.Setup.Server102 - - - - - - - Installer Core Files - - - 502 - - ~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip - - - - - - + + + + Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings. + + + 109 + http://bit.ly/ycuBo2#/WebsitePanel-StandaloneServerSetup-1.2.1.1.zip + + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup120 + + + 108 + ~/Files/1.2.0/WebsitePanel-StandaloneServerSetup-1.2.0.38.zip + + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup120 + + + 107 + ~/Files/1.1.2/release/WebsitePanel-StandaloneServerSetup-1.1.2.13.zip + + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup112 + + + 106 + ~/Files/1.1.0/release/WebsitePanel-StandaloneServerSetup-1.1.0.10.zip + + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup110 + + + 103 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.2.0.zip + + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup102 + + + 102 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.1.0.zip + + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup101 + + + 101 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip + + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup10 + + + + + + WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc. + + + 209 + http://bit.ly/yCb0c1#/WebsitePanel-Portal-1.2.1.1.zip + http://bit.ly/yzMCDV#/WebsitePanel-Portal-1.2.1.1-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal120 + + + 208 + ~/Files/1.2.0/WebsitePanel-Portal-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-Portal-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal120 + + + 207 + ~/Files/1.1.2/release/WebsitePanel-Portal-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-Portal-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal112 + + + 206 + ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal110 + + + 203 + ~/Files/WebsitePanel-Portal-1.0.2.0.zip + ~/Files/WebsitePanel-Portal-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal102 + + + 202 + ~/Files/WebsitePanel-Portal-1.0.1.0.zip + ~/Files/WebsitePanel-Portal-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal101 + + + 201 + ~/Files/WebsitePanel-Portal-1.0.zip + + + setup\setup.dll + WebsitePanel.Setup.Portal10 + + + + + + Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications. + + + 309 + http://bit.ly/z4gCyP#/WebsitePanel-EnterpriseServer-1.2.1.1.zip + http://bit.ly/y2lE8O#/WebsitePanel-EnterpriseServer-1.2.1.1-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer120 + + + 308 + ~/Files/1.2.0/WebsitePanel-EnterpriseServer-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-EnterpriseServer-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer120 + + + 307 + ~/Files/1.1.2/release/WebsitePanel-EnterpriseServer-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-EnterpriseServer-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer112 + + + 306 + ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer110 + + + 303 + ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0.zip + ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer102 + + + 302 + ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0.zip + ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer101 + + + 301 + ~/Files/WebsitePanel-EnterpriseServer-1.0.zip + + + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer10 + + + + + + WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one. + + + 409 + http://bit.ly/A3rpyB#/WebsitePanel-Server-1.2.1.1.zip + http://bit.ly/zFwbjM#/WebsitePanel-Server-1.2.1.1-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server120 + + + 408 + ~/Files/1.2.0/WebsitePanel-Server-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-Server-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server120 + + + 407 + ~/Files/1.1.2/release/WebsitePanel-Server-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-Server-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server112 + + + 406 + ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server110 + + + 403 + ~/Files/WebsitePanel-Server-1.0.2.0.zip + ~/Files/WebsitePanel-Server-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server102 + + + 402 + ~/Files/WebsitePanel-Server-1.0.1.0.zip + ~/Files/WebsitePanel-Server-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server101 + + + 401 + ~/Files/WebsitePanel-Server-1.0.zip + + + setup\setup.dll + WebsitePanel.Setup.Server10 + + + + + + Installer Core Files + + + 505 + + ~/Files/1.2.1/WebsitePanel-Installer-1.2.1.1-Update.zip + + + + + + + 504 + + + ~/Files/1.2.0/WebsitePanel-Installer-1.2.0.38-Update.zip + + + + + + + 503 + + + ~/Files/1.1.2/release/WebsitePanel-Installer-1.1.2.12-Update.zip + + + + + + + 502 + + + ~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip + + + + + + + 501 + + + + + + + + + + + \ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.xml index 6c22b6d0..cebc7188 100644 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.xml +++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Data/ProductReleasesFeed.xml @@ -1,164 +1,273 @@  - - - Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings. - - - 106 - ~/Files/1.1.0/release/WebsitePanel-StandaloneServerSetup-1.1.0.10.zip - - setup\setup.dll - WebsitePanel.Setup.StandaloneServerSetup110 - - - 103 - ~/Files/WebsitePanel-StandaloneServerSetup-1.0.2.0.zip - - setup\setup.dll - WebsitePanel.Setup.StandaloneServerSetup102 - - - 102 - ~/Files/WebsitePanel-StandaloneServerSetup-1.0.1.0.zip - - setup\setup.dll - WebsitePanel.Setup.StandaloneServerSetup101 - - - 101 - ~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip - - setup\setup.dll - WebsitePanel.Setup.StandaloneServerSetup10 - - - + - - - WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc. - - - 206 - ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip - ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip - setup\setup.dll - WebsitePanel.Setup.Portal110 - - - 203 - ~/Files/WebsitePanel-Portal-1.0.2.0.zip - ~/Files/WebsitePanel-Portal-1.0.2.0-Update.zip - setup\setup.dll - WebsitePanel.Setup.Portal102 - - - 202 - ~/Files/WebsitePanel-Portal-1.0.1.0.zip - ~/Files/WebsitePanel-Portal-1.0.1.0-Update.zip - setup\setup.dll - WebsitePanel.Setup.Portal101 - - - 201 - ~/Files/WebsitePanel-Portal-1.0.zip - - setup\setup.dll - WebsitePanel.Setup.Portal10 - - - + + + Express setup for standalone server configuration. It installs all components on the same server and configures WebsitePanel using recommended settings. + + + 109 + http://bit.ly/x5jLpO#/WebsitePanel-StandaloneServerSetup-1.2.1.6.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup121 + + + 108 + ~/Files/1.2.0/WebsitePanel-StandaloneServerSetup-1.2.0.38.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup120 + + + 107 + ~/Files/1.1.2/release/WebsitePanel-StandaloneServerSetup-1.1.2.13.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup112 + + + 106 + ~/Files/1.1.0/release/WebsitePanel-StandaloneServerSetup-1.1.0.10.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup110 + + + 103 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.2.0.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup102 + + + 102 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.1.0.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup101 + + + 101 + ~/Files/WebsitePanel-StandaloneServerSetup-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.StandaloneServerSetup10 + + + - - - Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications. - - - 306 - ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip - ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip - setup\setup.dll - WebsitePanel.Setup.EnterpriseServer110 - - - 303 - ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0.zip - ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0-Update.zip - setup\setup.dll - WebsitePanel.Setup.EnterpriseServer102 - - - 302 - ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0.zip - ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0-Update.zip - setup\setup.dll - WebsitePanel.Setup.EnterpriseServer101 - - - 301 - ~/Files/WebsitePanel-EnterpriseServer-1.0.zip - - setup\setup.dll - WebsitePanel.Setup.EnterpriseServer10 - - - + + + WebsitePanel Portal is a user interface to the control panel which allows managing user accounts, hosting spaces, web sites, FTP accounts, files, etc. + + + 209 + http://bit.ly/xgkw9j#/WebsitePanel-Portal-1.2.1.6.zip + http://bit.ly/zogNeL#/WebsitePanel-Portal-1.2.1.6-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal121 + + + 208 + ~/Files/1.2.0/WebsitePanel-Portal-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-Portal-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal120 + + + 207 + ~/Files/1.1.2/release/WebsitePanel-Portal-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-Portal-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal112 + + + 206 + ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-Portal-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal110 + + + 203 + ~/Files/WebsitePanel-Portal-1.0.2.0.zip + ~/Files/WebsitePanel-Portal-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal102 + + + 202 + ~/Files/WebsitePanel-Portal-1.0.1.0.zip + ~/Files/WebsitePanel-Portal-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Portal101 + + + 201 + ~/Files/WebsitePanel-Portal-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.Portal10 + + + - - - WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one. - - - 406 - ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip - ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip - setup\setup.dll - WebsitePanel.Setup.Server110 - - - 403 - ~/Files/WebsitePanel-Server-1.0.2.0.zip - ~/Files/WebsitePanel-Server-1.0.2.0-Update.zip - setup\setup.dll - WebsitePanel.Setup.Server102 - - - 402 - ~/Files/WebsitePanel-Server-1.0.1.0.zip - ~/Files/WebsitePanel-Server-1.0.1.0-Update.zip - setup\setup.dll - WebsitePanel.Setup.Server101 - - - 401 - ~/Files/WebsitePanel-Server-1.0.zip - - setup\setup.dll - WebsitePanel.Setup.Server10 - - - + + + Enterprise Server is the core of WebsitePanel system. It includes all business logic of the application. Enterprise Server should have access to Server and be accessible from Portal applications. + + + 309 + http://bit.ly/xIuPt5#/WebsitePanel-EnterpriseServer-1.2.1.6.zip + http://bit.ly/y0ZgqF#/WebsitePanel-EnterpriseServer-1.2.1.6-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer121 + + + 308 + ~/Files/1.2.0/WebsitePanel-EnterpriseServer-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-EnterpriseServer-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer120 + + + 307 + ~/Files/1.1.2/release/WebsitePanel-EnterpriseServer-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-EnterpriseServer-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer112 + + + 306 + ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-EnterpriseServer-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer110 + + + 303 + ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0.zip + ~/Files/WebsitePanel-EnterpriseServer-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer102 + + + 302 + ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0.zip + ~/Files/WebsitePanel-EnterpriseServer-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer101 + + + 301 + ~/Files/WebsitePanel-EnterpriseServer-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.EnterpriseServer10 + + + - - - Installer Core Files - - - 502 - - ~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip - - - - - 501 - - - - - - - + + + WebsitePanel Server is a set of services running on the remote server to be controlled. Server application should be reachable from Enterprise Server one. + + + 409 + http://bit.ly/zxq3uj#/WebsitePanel-Server-1.2.1.6.zip + http://bit.ly/zbbHVj#/WebsitePanel-Server-1.2.1.6-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server121 + + + 408 + ~/Files/1.2.0/WebsitePanel-Server-1.2.0.38.zip + ~/Files/1.2.0/WebsitePanel-Server-1.2.0.38-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server120 + + + 407 + ~/Files/1.1.2/release/WebsitePanel-Server-1.1.2.13.zip + ~/Files/1.1.2/release/WebsitePanel-Server-1.1.2.13-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server112 + + + 406 + ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10.zip + ~/Files/1.1.0/release/WebsitePanel-Server-1.1.0.10-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server110 + + + 403 + ~/Files/WebsitePanel-Server-1.0.2.0.zip + ~/Files/WebsitePanel-Server-1.0.2.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server102 + + + 402 + ~/Files/WebsitePanel-Server-1.0.1.0.zip + ~/Files/WebsitePanel-Server-1.0.1.0-Update.zip + setup\setup.dll + WebsitePanel.Setup.Server101 + + + 401 + ~/Files/WebsitePanel-Server-1.0.zip + + setup\setup.dll + WebsitePanel.Setup.Server10 + + + + + + Installer Core Files + + + 505 + + ~/Files/1.2.1/WebsitePanel-Installer-1.2.1.1-Update.zip + + + + + + + 504 + + ~/Files/1.2.0/WebsitePanel-Installer-1.2.0.38-Update.zip + + + + + 503 + + ~/Files/1.1.2/release/WebsitePanel-Installer-1.1.2.12-Update.zip + + + + + 502 + + ~/Files/1.1.0/release/WebsitePanel-Installer-1.1.0-Update.zip + + + + + 501 + + + + + + + \ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx deleted file mode 100644 index ac230d88..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx +++ /dev/null @@ -1,39 +0,0 @@ -<%@ Page Title="WebsitePanel - The control panel for Windows hosting" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebsitePanel.WebSite.Default" %> - - - - -

Welcome to WebsitePanel project

- -

- WebsitePanel is an easy to use control panel for Windows hosting. It allows you to manage multiple servers, - it has a robust, scalable and secure architecture. -

- - -

WebsitePanel Home Page - With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place. -

- -

WebsitePanel highlights:

-
    -
  • It's an open source project under BSD license
  • -
  • Built exclusively for Windows platform
  • -
  • True multi-server architecture
  • -
  • Huge list of 3rd party software
  • -
  • Tight integration with Microsoft Web App Gallery
  • -
  • Easy to install and use
  • -
  • Great community support
  • -
  • Supported by Microsoft
  • -
- -

WebsitePanel is an ideal solution for:

-
    -
  • Developers managing their own or customer servers and web sites.
  • -
  • Providers offering Windows hosting services.
  • -
  • Individuals managing their dedicated or virtual Windows servers.
  • -
-

- Download WebsitePanel and take the most from your Windows server! -

-
\ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.cs deleted file mode 100644 index 3302197b..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite -{ - public partial class Default : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.designer.cs deleted file mode 100644 index 1ebd86ed..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Default.aspx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite { - - - public partial class Default { - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx deleted file mode 100644 index 0a1e22fa..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx +++ /dev/null @@ -1,14 +0,0 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Documentation.aspx.cs" Inherits="WebsitePanel.WebSite.Documentation" %> - - - -

Documentation

- -

Essential Guides

-

User the following guide to install and configure WebsitePanel. It's primarily for users installing WebsitePanel in a standalone mode:

-

WebsitePanel Installation Guide (~3 MB)

- -

Modules

-

WebsitePanel Exchange 2010 SP1 Hosting Mode Module Guide (~300 KB)

-

Guidance for migration to Exchange 2010 SP1 Hosting Mode (~770 KB)

-
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.cs deleted file mode 100644 index 903f7d5e..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite -{ - public partial class Documentation : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.designer.cs deleted file mode 100644 index ab5ac4aa..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Documentation.aspx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite { - - - public partial class Documentation { - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx deleted file mode 100644 index 1c41b23d..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx +++ /dev/null @@ -1,28 +0,0 @@ -<%@ Page Title="WebsitePanel - Downloads" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Downloads.aspx.cs" Inherits="WebsitePanel.WebSite.Downloads" %> - - - -

Downloads

- -

WebsitePanel Installer

- -

WebsitePanel Installer is used for initial installation of WebsitePanel components and for their further upgrades. - WebsitePanel Installer does not include WebsitePanel distributives - they will - be downloaded during the installation or upgrade process. Use link below to - download the installer:

-

WebsitePanel Installer (~1 MB)

- -

Tools

- -

WebsitePanel Localization Toolkit helps users to build multi-lingual WebsitePanel Portal sites:

-

WebsitePanel Localization Toolkit 1.0 (~1 MB)

- -

Language Packs

-

Danish Language Pack for WebsitePanel 1.0.1
(Original author: Jeppe Richardt; updated for WebsitePanel by Klaus E. Frederiksen)

- -

German Language Pack for WebsitePanel 1.0.2
(Author: Mike Schwarz)

- -

Templates

-

Mail templates for WebsitePanel

- -
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.cs deleted file mode 100644 index 663ff58e..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite -{ - public partial class Downloads : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.designer.cs deleted file mode 100644 index 3633f372..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Downloads.aspx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite { - - - public partial class Downloads { - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Error.htm b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Error.htm deleted file mode 100644 index 3e806714..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Error.htm +++ /dev/null @@ -1,18 +0,0 @@ - - - - WebsitePanel Error - - - -

- Error

-

- Sorry, an error occurred while processing your request. Please try again later.

- - \ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx deleted file mode 100644 index c24eaf8f..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx +++ /dev/null @@ -1,23 +0,0 @@ -<%@ Page Title="WebsitePanel - License" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="License.aspx.cs" Inherits="WebsitePanel.WebSite.License" %> - - - - -

Project License

- -

Copyright (c) 2010, SMB SAAS Systems Inc. -
All rights reserved.

- -

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

- -
    -
  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • - -
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • - -
  • Neither the name of the SMB SAAS Systems Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
  • -
- -

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

- -
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.cs deleted file mode 100644 index 62d8bafb..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite -{ - public partial class License : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.designer.cs deleted file mode 100644 index 106aba95..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/License.aspx.designer.cs +++ /dev/null @@ -1,16 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.4927 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite { - - - public partial class License { - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Properties/AssemblyInfo.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Properties/AssemblyInfo.cs index ec4d606d..17f64084 100644 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Properties/AssemblyInfo.cs +++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Properties/AssemblyInfo.cs @@ -8,9 +8,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("WebsitePanel.WebSite")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("SMB SAAS Systems Inc.")] +[assembly: AssemblyCompany("Outercurve Foundation")] [assembly: AssemblyProduct("WebsitePanel Web Site")] -[assembly: AssemblyCopyright("Copyright © 2010 SMB SAAS Systems Inc.")] +[assembly: AssemblyCopyright("Copyright © 2012 Outercurve Foundation.")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master deleted file mode 100644 index cd28f360..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master +++ /dev/null @@ -1,51 +0,0 @@ -<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site.master.cs" Inherits="WebsitePanel.WebSite.Site" %> -<%@ Register src="Controls/SideBar.ascx" tagname="SideBar" tagprefix="wsp" %> - - - - - - - - - - - -
- -
-
- - - - - -
- - - - - - -
- -
- -
- - -
- -
- - - - diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.cs deleted file mode 100644 index 0748d616..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite -{ - public partial class Site : System.Web.UI.MasterPage - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.designer.cs deleted file mode 100644 index 285c1991..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Site.Master.designer.cs +++ /dev/null @@ -1,52 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:2.0.50727.4927 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite { - - - public partial class Site { - - /// - /// head control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.ContentPlaceHolder head; - - /// - /// AspForm control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.HtmlControls.HtmlForm AspForm; - - /// - /// SideBarContent control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::WebsitePanel.WebSite.Controls.SideBar SideBarContent; - - /// - /// ContentColumn control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.ContentPlaceHolder ContentColumn; - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Web.config b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Web.config deleted file mode 100644 index 0b6886f0..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Web.config +++ /dev/null @@ -1,102 +0,0 @@ - - - - - -
- -
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/2.0/WebsitePanelFeed.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.1.0/WebsitePanelFeed.xml similarity index 100% rename from WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/2.0/WebsitePanelFeed.xml rename to WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.1.0/WebsitePanelFeed.xml diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/3.0/WebsitePanelFeed.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.2.0/WebsitePanelFeed.xml similarity index 86% rename from WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/3.0/WebsitePanelFeed.xml rename to WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.2.0/WebsitePanelFeed.xml index c971c190..eede85b7 100644 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/3.0/WebsitePanelFeed.xml +++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.2.0/WebsitePanelFeed.xml @@ -1,34 +1,34 @@  - 1.0.1 - 2011-01-12T15:09:00Z - WebsitePanel 1.1.0 + 1.0.2 + 2011-07-14T12:14:00Z + WebsitePanel 1.2.0 - SMB SAAS Systems + Outercurve Foundation http://www.websitepanel.net http://www.websitepanel.net/WebPI/3.0/WebsitePanelFeed.xml - WebsitePanel - WebsitePanel 1.1.0 - 1.1.0 + WebsitePanel120 + WebsitePanel 1.2.0 + 1.2.0 WebsitePanel is an easy to use control panel for Windows hosting. It allows you to manage multiple servers, it has a robust, scalable and secure architecture. With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place. http://www.websitepanel.net/web/webpi/wsp - 2010-12-30T17:40:00Z + 2011-07-13T17:40:00Z WebsitePanel is an easy to use control panel for Windows hosting. It allows you to manage multiple servers, it has a robust, scalable and secure architecture. With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place. - 2010-12-30T17:40:00Z + 2011-07-13T17:40:00Z http://www.websitepanel.net/content/images/wsp_screenshot.png - SMB SAAS Systems + Outercurve Foundation http://www.websitepanel.net/Contact-Us - + Server ProductSpotlight @@ -38,12 +38,12 @@ - %ProgramFiles%\SMB SAAS Systems\WebsitePanel Installer\WebsitePanel.Installer.exe + %ProgramFiles%\WebsitePanel Installer\WebsitePanel.Installer.exe - %ProgramFiles(x86)%\SMB SAAS Systems\WebsitePanel Installer\WebsitePanel.Installer.exe + %ProgramFiles(x86)%\WebsitePanel Installer\WebsitePanel.Installer.exe @@ -54,10 +54,10 @@ - NETFramework20SP1 + NETFramework4 - ASPNET + IIS7 SQLExpress @@ -107,9 +107,9 @@ http://www.websitepanel.net/License - 1059 - http://www.websitepanel.net/Files/1.1.0/release/WebsitePanelInstaller11.msi - 0F6EAFE073590A9BFC190C72113B4B73A3A375F7 + 1076 + http://websitepanel.codeplex.com/releases/view/69982#DownloadId=258992 + CC6F4CF24F3BEE262EE798A9B07F54198A794CC2 @@ -118,7 +118,7 @@ /i "%InstallerFile%" /q - %ProgramFiles%\SMB SAAS Systems\WebsitePanel Installer\WebsitePanel.SilentInstaller.exe + %ProgramFiles%\WebsitePanel Installer\WebsitePanel.SilentInstaller.exe /cname:"standalone" @@ -201,10 +201,10 @@ http://www.websitepanel.net/License - 1059 - http://www.websitepanel.net/Files/1.1.0/release/WebsitePanelInstaller11.msi + 1076 + http://websitepanel.codeplex.com/releases/view/69982#DownloadId=258992 - 0F6EAFE073590A9BFC190C72113B4B73A3A375F7 + CC6F4CF24F3BEE262EE798A9B07F54198A794CC2 @@ -212,7 +212,7 @@ /i "%InstallerFile%" /q - %ProgramFiles(x86)%\SMB SAAS Systems\WebsitePanel Installer\WebsitePanel.SilentInstaller.exe + %ProgramFiles(x86)%\WebsitePanel Installer\WebsitePanel.SilentInstaller.exe /cname:"standalone" diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.2.1/WebsitePanelFeed.xml b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.2.1/WebsitePanelFeed.xml new file mode 100644 index 00000000..d49a7bc2 --- /dev/null +++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebPI/1.2.1/WebsitePanelFeed.xml @@ -0,0 +1,283 @@ + + + + + WebsitePanel Installer v4.0 Feed + 2012-05-02T00:00:00Z + + + Outercurve Foundation + http://www.websitepanel.net/ + + http://www.websitepanel.net/web/webpi/1.2.1/WebsitePanelList.xml + + + WebsitePanel121 + WebsitePanel 1.2.1 + 1.2.1 + WebsitePanel is an easy to use control panel for Windows hosting. It allows you to manage multiple servers, it has a robust, scalable and secure architecture. With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place. + http://www.websitepanel.net/web/webpi/wsp/121 + 2012-05-02T00:00:00Z + WebsitePanel is an easy to use control panel for Windows hosting. It allows you to manage multiple servers, it has a robust, scalable and secure architecture. With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place. + 2011-07-15T17:40:00Z + + + http://www.websitepanel.net/content/images/wsp_screenshot.png + + + Outercurve Foundation + http://www.websitepanel.net/Contact-Us + + + + Server + ProductSpotlight + + + + + + + %ProgramFiles%\WebsitePanel Installer\WebsitePanel.Installer.exe + + + + + %ProgramFiles(x86)%\WebsitePanel Installer\WebsitePanel.Installer.exe + + + + + + + + + + + IIS7 + + + ManagementService + + + + + NETFramework4 + + + NETFX4 + + + NETFramework45 + + + + + SQLExpress + + + WDeploy + + + + + + + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + http://www.websitepanel.net/License + Terms of Use + + + + + + 1 + en + + + + + + + 5 + 2 + 2 + + + 5 + 2 + + + + + 6 + 0 + 0 + + + + + + + http://www.websitepanel.net/License + + + 1104 + http://websitepanel.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=339227 + 2AEE726B0CD696C08DA90246CEB5D8E3154C0333 + + + + + msiexec.exe + /i "%InstallerFile%" /q + + + %ProgramFiles%\WebsitePanel Installer\WebsitePanel.SilentInstaller.exe + /cname:"standalone" + + + 0 + + Installation operation completed successfully. + + + + -1000 + + Failed to install WebsitePanel Standalone Setup package + + + + -999 + + Unknown component name has been supplied + + + + -998 + + Another instance of WebsitePanel installation is in progress + + + + -997 + + Not enough permissions to install run the installation + + + + -996 + + No input parameters supplied + + + + -995 + + WebsitePanel Standalone Setup or one of its parts has been already installed + + + + + + http://social.msdn.microsoft.com/Forums/en-US/category/websitepanel + + + + 2 + en + + + + + + + 5 + 2 + 2 + + + 5 + 2 + + + + + 6 + 0 + 0 + + + + + + + http://www.websitepanel.net/License + + + 1104 + http://websitepanel.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=339227 + + 2AEE726B0CD696C08DA90246CEB5D8E3154C0333 + + + + msiexec.exe + /i "%InstallerFile%" /q + + + %ProgramFiles(x86)%\WebsitePanel Installer\WebsitePanel.SilentInstaller.exe + /cname:"standalone" + + + 0 + + Installation operation completed successfully. + + + + -1000 + + Failed to install WebsitePanel Standalone Setup package + + + + -999 + + Unknown component name has been supplied + + + + -998 + + Another instance of WebsitePanel installation is in progress + + + + -997 + + Not enough permissions to install run the installation + + + + -996 + + No input parameters supplied + + + + -995 + + WebsitePanel Standalone Setup or one of its parts has been already installed + + + + + + http://social.msdn.microsoft.com/Forums/en-US/category/websitepanel + + + + \ No newline at end of file diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebsitePanel.WebSite.csproj b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebsitePanel.WebSite.csproj index 53a912de..2d09ef83 100644 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebsitePanel.WebSite.csproj +++ b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WebsitePanel.WebSite.csproj @@ -60,7 +60,7 @@ - + Designer @@ -70,58 +70,14 @@ Designer - - - Designer - - + + + - - ContactUs.aspx - ASPXCodeBehind - - - ContactUs.aspx - - - SideBar.ascx - ASPXCodeBehind - - - SideBar.ascx - - - Default.aspx - ASPXCodeBehind - - - Default.aspx - - - Documentation.aspx - ASPXCodeBehind - - - Documentation.aspx - - - Downloads.aspx - ASPXCodeBehind - - - Downloads.aspx - - - License.aspx - ASPXCodeBehind - - - License.aspx - InstallerService-Staging.asmx @@ -133,43 +89,9 @@ InstallerService.asmx - - Site.Master - ASPXCodeBehind - - - Site.Master - - - WorksWith.aspx - ASPXCodeBehind - - - WorksWith.aspx - - - - - - - - - - - - - - - - - - Designer - - - diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx deleted file mode 100644 index 9fff2c1f..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx +++ /dev/null @@ -1,86 +0,0 @@ -<%@ Page Title="WebsitePanel - 3rd Party Software" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="WorksWith.aspx.cs" Inherits="WebsitePanel.WebSite.WorksWith" %> - - - -

3rd Party Software

-

WebsitePanel works with a huge list of 3rd party products. Please note that support for the software systems managed by WebsitePanel is provided by the publisher or manufacturer of those software systems. For example support for SmarterMail is provided by SmarterTools. Likewise support for Microsoft products such as IIS is provided by Microsoft support under the standard product support channels.

- -

Operating Systems

-
    -
  • Windows Server 2008 R2 any edition, 64 bits
  • -
  • Windows Server 2008 any edition, 32 and 64 bits 
  • -
  • Windows Server 2003 R2 any edition, 32 and 64 bits
  • -
  • Windows Server 2003 any edition, 32 and 64 bits
  • -
- -

Web Servers

-
    -
  • IIS 7.5
  • -
  • IIS 7.0
  • -
  • IIS 6.0
  • -
  • ColdFusion 7/8/9
  • -
- -

FTP Servers

-
    -
  • MS FTP 7.5
  • -
  • MS FTP 7.0
  • -
  • MS FTP 6.0
  • -
  • Gene6 FTP Server
  • -
  • Serv-U FTP Server 6.x
  • -
  • FileZilla FTP Server
  • -
- -

Mail Servers

-
    -
  • SmarterMail 2.x - 7.x
  • -
  • MailEnable 2.x - 4.x
  • -
  • Merak Mail Server 8.x - 10.x
  • -
  • MDaemon 9.x - 10.x
  • -
  • hMailServer 4.x
  • -
  • ArgoMail Server 1.x
  • -
  • Ability Mail Server 2.x
  • -
- -

Database Engines

-
    -
  • Microsoft SQL Server 2008 R2 of any edition
  • -
  • Microsoft SQL Server 2000/2005/2008 of any edition
  • -
  • Microsoft SQL Server 7.0 of any edition
  • -
  • MySQL Server of 4.0.x, 4.1.x and 5.x versions
  • -
  • Microsoft Access 2000 
  • -
- -

DNS Servers

-
    -
  • Microsoft DNS Server (bundled with Windows Server)
  • -
  • Simple DNS Plus 4.x-5.x
  • -
  • ISC BIND DNS Server
  • -
  • Nettica DNS Service
  • -
- -

Statistics Servers

-
    -
  • SmarterStats 3.x - 6.x
  • -
  • AWStats Statistics (free software)
  • -
- -

Collaboration

-
    -
  • Microsoft Exchange Server 2010 SP1 installed with /hosting switch
  • -
  • Microsoft Exchange Server 2007 and 2010 -
    Please refer to this post for support status update on Exchange 2007 and 2010.
  • -
  • BlackBerry Enterprise Server
  • -
  • Windows SharePoint Services 3.0
  • -
  • SharePoint Foundation 2010
  • -
  • Office Communication Server 2007
  • -
  • Microsoft Dynamics CRM 4.0
  • -
- -

Virtualization

-
    -
  • Hyper-V Technology
  • -
- -
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.cs deleted file mode 100644 index 1351dbfc..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.cs +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright (c) 2011, SMB SAAS Systems Inc. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- Neither the name of the SMB SAAS Systems Inc. nor the names of its - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -*/ - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; - -namespace WebsitePanel.WebSite -{ - public partial class WorksWith : System.Web.UI.Page - { - protected void Page_Load(object sender, EventArgs e) - { - - } - } -} diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.designer.cs b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.designer.cs deleted file mode 100644 index 252dbc73..00000000 --- a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/WorksWith.aspx.designer.cs +++ /dev/null @@ -1,15 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace WebsitePanel.WebSite { - - - public partial class WorksWith { - } -}