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 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" %> - -

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:

- - -

WebsitePanel is an ideal solution for:

- -

- 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:

- - - -

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 { - } -}