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 e53333c5..00000000
Binary files a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/msi-icon.gif and /dev/null differ
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 4f567472..00000000
Binary files a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/page_bg.jpg and /dev/null differ
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 340c26fc..00000000
Binary files a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/pdf-icon.png and /dev/null differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_logo.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_logo.png
deleted file mode 100644
index 61c27507..00000000
Binary files a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_logo.png and /dev/null differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_screenshot.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_screenshot.png
deleted file mode 100644
index a40a3e58..00000000
Binary files a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/wsp_screenshot.png and /dev/null differ
diff --git a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/zip-icon.png b/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/zip-icon.png
deleted file mode 100644
index 037dad2d..00000000
Binary files a/WebsitePanel.WebSite/Sources/WebsitePanel.WebSite/Content/Images/zip-icon.png and /dev/null differ
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" %>
-
-
\ 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.
-
-
-
-
- With WebsitePanel you can easily manage all your web sites, FTP accounts, databases and other resources from a single place.
-
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:
-
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:
-
-
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.
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 {
- }
-}