You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/26 11:20:25 UTC

[03/24] Removed src/site from cloud controller and stratos controller products

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/docs/signin_userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/docs/signin_userguide.xml b/products/stratos_controller/modules/distribution/src/site/xdoc/docs/signin_userguide.xml
deleted file mode 100644
index cee96c2..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/docs/signin_userguide.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-  <title>Sign-in</title>
-  <link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-<h1>Sign-In</h1>
-
-<p>In the Sign-In panel, provide the user name and the password of your
-account and the server you want to sign in. Your user name and password will be
-authenticated, and you will authorized to perform functions according to your
-role. </p>
-
-<p><img src="images/login.png" alt="Sign-In Panel"/> </p>
-
-<p>Figure 1: Sign-In Panel. </p>
-If you are sign in on for the first time after the installation, use the
-following credentials.<br/>
-<br/>
-Username: <strong>admin<br/>
-</strong>Password: <strong>admin <br/>
-</strong>
-
-<p>You can sign in to a remote server by specifying its URL in the 'Server URL' field.
-This field defaults to the value "https://localhost:9443/services/". </p>
-
-<p>Enabling 'Remember Me' option makes it possible to sign-in to the management console in subsequent
-    attempts without entering user credentials.</p>
-
-<p>Please note that due to the inherited behaviour of default user store - which is embedded-ldap, 
-user names are case insensitive in 3.2.0 based carbon products.</p>
-
-<p>Please make sure you change the password for the�admin account as the first
-task after you log on. You can change the password from the User management
-panel.</p>
-
-<p>Note that you cannot delete the�admin account.</p>
-
-<p>If you are not the administrator, please contact your administrator to
-create an account for you.</p>
-
-<p>User accounts and�user roles can be added and managed from the
-<em><strong>User Management</strong></em> page. Click <strong>Help</strong>
-on the <em><strong>User Management</strong></em> page for more information on
-adding and managing users.</p>
-
-<p>To access this page, in the navigator, under Configure, click <strong>Users
-and Roles</strong>. </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area.css
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area.css b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area.css
deleted file mode 100644
index 172b366..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area.css
+++ /dev/null
@@ -1,530 +0,0 @@
-body, html{
-	margin: 0; 
-	padding: 0;
-	height: 100%;
-	border: none;
-	overflow: hidden;
-	background-color: #FFF;
-}
-
-body, html, table, form, textarea{
-	font: 12px monospace, sans-serif;
-}
-
-#editor{
-	border: solid #888 1px;
-	overflow: hidden;
-}
-
-#result{
-	z-index: 4; 
-	overflow-x: auto;
-	overflow-y: scroll;
-	border-top: solid #888 1px;
-	border-bottom: solid #888 1px;
-	position: relative;
-	clear: both;
-}
-
-#result.empty{
-	overflow: hidden;
-}
-
-#container{
-	overflow: hidden;
-	border: solid blue 0;
-	position: relative; 
-	z-index: 10;
-	padding: 0 5px 0 45px;
-	/*padding-right: 5px;*/ 
-}
-
-#textarea{
-	position: relative; 
-	top: 0; 
-	left: 0;
-	margin: 0;
-	padding: 0;
-	width: 100%;
-	height: 100%; 
-	overflow: hidden;  
-	z-index: 7; 
-	border-width: 0;
-	background-color: transparent;
-	resize: none;
-}
-
-#textarea, #textarea:hover{
-	outline: none;	/* safari outline fix */
-}
-
-#content_highlight{
-	white-space: pre;
-	margin: 0;
-	padding: 0;
-	position : absolute; 
-	z-index: 4; 
-	overflow: visible;
-}
-
-
-#selection_field, #selection_field_text{
-	margin: 0; 
-	background-color: #E1F2F9; 
-/*	height: 1px; */  
-	position: absolute;
-	z-index: 5;
-	top: -100px;
-	padding: 0;
-	white-space: pre;
-	overflow: hidden;
-}
-
-#selection_field.show_colors {
-	z-index: 3;
-	background-color:#EDF9FC;
-	
-}
-
-#selection_field strong{
-	font-weight:normal;
-}
-
-#selection_field.show_colors *, #selection_field_text * {
-	visibility: hidden;
-}
-
-#selection_field_text{
-	background-color:transparent;
-}
-
-#selection_field_text strong{
-	font-weight:normal;
-	background-color:#3399FE;
-	color: #FFF;
-	visibility:visible;
-}
-
-#container.word_wrap #content_highlight,
-#container.word_wrap #selection_field,
-#container.word_wrap #selection_field_text,
-#container.word_wrap #test_font_size{
-	white-space: pre-wrap;       /* css-3 */
-	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
-	white-space: -pre-wrap;      /* Opera 4-6 */
-	white-space: -o-pre-wrap;    /* Opera 7 */
-	word-wrap: break-word;       /* Internet Explorer 5.5+ */
-	width: 99%;
-}
-
-#line_number{
-	position: absolute;
-	overflow: hidden;
-	border-right: solid black 1px;
-	z-index:8;
-	width: 38px;
-	padding: 0 5px 0 0;
-	margin: 0 0 0 -45px;
-	text-align: right;
-	color: #AAAAAA;
-}
-
-#test_font_size{
-	padding: 0; 
-	margin: 0; 
-	visibility: hidden;
-	position: absolute;
-	white-space: pre;
-}
-
-pre{
-	margin: 0;
-	padding: 0;
-}
-
-.hidden{
-	opacity: 0.2; 
-	filter:alpha(opacity=20);
-}
-
-#result .edit_area_cursor{
-	position: absolute; 
-	z-index:6; 
-	background-color: #FF6633;
-	top: -100px;
-	margin: 0;
-}
-
-#result .edit_area_selection_field .overline{
-	background-color: #996600;
-}
-
-
-/* area popup */
-.editarea_popup{
-	border: solid 1px #888888;
-	background-color: #ECE9D8; 
-	width: 250px; 
-	padding: 4px; 
-	position: absolute;
-	visibility: hidden; 
-	z-index: 15;
-	top: -500px;
-}
-
-.editarea_popup, .editarea_popup table{
-	font-family: sans-serif;
-	font-size: 10pt;
-}
-
-.editarea_popup img{
-	border: 0;
-}
-
-.editarea_popup .close_popup{
-	float: right; 
-	line-height: 16px; 
-	border: 0; 
-	padding: 0;
-}
-
-.editarea_popup h1,.editarea_popup h2,.editarea_popup h3,.editarea_popup h4,.editarea_popup h5,.editarea_popup h6{
-	margin: 0;
-	padding: 0;
-}
-
-.editarea_popup .copyright{
-	text-align: right;
-}	
-
-/* Area_search */
-div#area_search_replace{
-	/*width: 250px;*/
-}
-
-div#area_search_replace img{
-	border: 0;
-}
-
-div#area_search_replace div.button{
-	text-align: center;
-	line-height: 1.7em;
-}
-
-div#area_search_replace .button a{
-	cursor: pointer;
-	border: solid 1px #888888;
-	background-color: #DEDEDE;
-	text-decoration: none;
-	padding: 0 2px;
-	color: #000000;	
-	white-space: nowrap;
-}
-
-div#area_search_replace a:hover{	
-	/*border: solid 1px #888888;*/
-	background-color: #EDEDED;
-}
-
-div#area_search_replace  #move_area_search_replace{
-	cursor: move; 
-	border: solid 1px #888;
-}
-
-div#area_search_replace  #close_area_search_replace{
-	text-align: right; 
-	vertical-align: top; 
-	white-space: nowrap;
-}
-
-div#area_search_replace  #area_search_msg{
-	height: 18px; 
-	overflow: hidden; 
-	border-top: solid 1px #888; 
-	margin-top: 3px;
-}
-
-/* area help */
-#edit_area_help{
-	width: 350px;
-}
-
-#edit_area_help div.close_popup{
-	float: right;
-}
-
-/* area_toolbar */
-.area_toolbar{
-	/*font: 11px sans-serif;*/
-	width: 100%; 
-	/*height: 21px; */
-	margin: 0; 
-	padding: 0;
-	background-color: #ECE9D8;
-	text-align: center;
-}
-
-.area_toolbar, .area_toolbar table{
-	font: 11px sans-serif;
-}
-
-.area_toolbar img{
-	border: 0;
-	vertical-align: middle;
-}
-
-.area_toolbar input{
-	margin: 0;
-	padding: 0;
-}
-
-.area_toolbar select{
-    font-family: 'MS Sans Serif',sans-serif,Verdana,Arial;
-    font-size: 7pt;
-    font-weight: normal;
-    margin: 2px 0 0 0 ;
-    padding: 0;
-    vertical-align: top;
-    background-color: #F0F0EE;
-}
-
-table.statusbar{
-	width: 100%;
-}
-
-.area_toolbar td.infos{
-	text-align: center;
-	width: 130px;
-	border-right: solid 1px #888;
-	border-width: 0 1px 0 0;
-	padding: 0;
-}
-
-.area_toolbar td.total{
-	text-align: right;
-	width: 50px;
-	padding: 0;
-}
-
-.area_toolbar td.resize{
-	text-align: right;
-}
-/*
-.area_toolbar span{
-	line-height: 1px;
-	padding: 0;
-	margin: 0;
-}*/
-
-.area_toolbar span#resize_area{
-	cursor: nw-resize;
-	visibility: hidden;
-}
-
-/* toolbar buttons */
-.editAreaButtonNormal, .editAreaButtonOver, .editAreaButtonDown, .editAreaSeparator, .editAreaSeparatorLine, .editAreaButtonDisabled, .editAreaButtonSelected {
-	border: 0; margin: 0; padding: 0; background: transparent;
-	margin-top: 0;
-	margin-left: 1px;
-	padding: 0;
-}
-
-.editAreaButtonNormal {
-	border: 1px solid #ECE9D8 !important;
-	cursor: pointer;
-}
-
-.editAreaButtonOver {
-	border: 1px solid #0A246A !important;
-	cursor: pointer;
-	background-color: #B6BDD2;
-}
-
-.editAreaButtonDown {
-	cursor: pointer;
-	border: 1px solid #0A246A !important;
-	background-color: #8592B5;
-}
-
-.editAreaButtonSelected {
-	border: 1px solid #C0C0BB !important;
-	cursor: pointer;
-	background-color: #F4F2E8;
-}
-
-.editAreaButtonDisabled {
-	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-	-moz-opacity:0.3;
-	opacity: 0.3;
-	border: 1px solid #F0F0EE !important;
-	cursor: pointer;
-}
-
-.editAreaSeparatorLine {
-	margin: 1px 2px;
-	background-color: #C0C0BB;
-	width: 2px;
-	height: 18px;
-}
-
-/* waiting screen */
-#processing{
-	display: none; 
-	background-color:#ECE9D8; 
-	border: solid #888 1px;
-	position: absolute; 
-	top: 0; 
-	left: 0;
-	width: 100%; 
-	height: 100%; 
-	z-index: 100; 
-	text-align: center;
-}
-
-#processing_text{
-	position:absolute;
-	left: 50%;
-	top: 50%;
-	width: 200px;
-	height: 20px; 
-	margin-left: -100px;
-	margin-top: -10px;
-	text-align: center;
-}
-/* end */
-
-
-/**** tab browsing area ****/
-#tab_browsing_area{
-	display: none;
-	background-color: #CCC9A8;
-	border-top: 1px solid #888;
-	text-align: left;
-	margin: 0;
-}
-
-#tab_browsing_list {
-	padding: 0; 
-	margin: 0; 
-	list-style-type: none;
-	white-space: nowrap;
-}
-#tab_browsing_list li {
-	float: left;
-	margin: -1px;
-}
-#tab_browsing_list a {
-	position: relative;
-	display: block; 
-	text-decoration: none; 
-	float: left; 
-	cursor: pointer;
-	line-height:14px;
-}
-
-#tab_browsing_list a span {
-	display: block; 
-	color: #000; 
-	background: #ECE9D8; 
-	border:	1px solid #888; 
-	border-width: 1px 1px 0; 
-	text-align: center; 
-	padding: 2px 2px 1px 4px; 
-	position: relative;	/*IE 6 hack */
-}
-
-#tab_browsing_list a b {
-	display: block; 
-	border-bottom: 2px solid #617994;
-}
-
-#tab_browsing_list a .edited {
-	display: none;
-}
-
-#tab_browsing_list a.edited .edited {
-	display: inline;
-}
-
-#tab_browsing_list a img{
-	margin-left: 7px;
-}
-
-#tab_browsing_list a.edited img{
-	margin-left: 3px;
-}
-
-#tab_browsing_list a:hover span {
-	background: #F4F2E8;
-	border-color: #0A246A;
-}
-
-#tab_browsing_list .selected a span{
-	background: #046380;
-	color: #FFF;
-}
-
-
-#no_file_selected{
-	height: 100%;
-	width: 150%; /* Opera need more than 100% */
-	background: #CCC;
-	display: none;
-	z-index: 20;
-	position: absolute;
-}
-
-
-/*** Non-editable mode ***/
-.non_editable #editor
-{
-	border-width: 0 1px;
-}
-
-.non_editable .area_toolbar
-{
-	display: none;
-}
-
-/*** Auto completion ***/
-#auto_completion_area
-{
-	background:	#FFF;
-	border:		solid 1px #888;
-	position:	absolute;
-	z-index:	15;
-	width:	280px;
-	height:	180px;
-	overflow: auto;
-	display:none;
-}
-
-#auto_completion_area a, #auto_completion_area a:visited
-{
-	display:	block;
-	padding:	0 2px 1px;
-	color:		#000;
-	text-decoration:none;
-}
-
-#auto_completion_area a:hover, #auto_completion_area a:focus, #auto_completion_area a.focus
-{
-	background:	#D6E1FE;
-	text-decoration:none;
-}
-
-#auto_completion_area ul
-{
-	margin:	0;
-	padding: 0;
-	list-style: none inside;
-}
-#auto_completion_area li
-{
-	padding:	0;
-}
-#auto_completion_area .prefix
-{
-	font-style: italic;
-	padding: 0 3px;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_compressor.php
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_compressor.php b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_compressor.php
deleted file mode 100644
index 518e1b7..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_compressor.php
+++ /dev/null
@@ -1,428 +0,0 @@
-<?php
-	/******
-	 *
-	 *	EditArea PHP compressor
-	 * 	Developped by Christophe Dolivet
-	 *	Released under LGPL, Apache and BSD licenses
-	 *	v1.1.3 (2007/01/18)	 
-	 *
-	******/
-	
-	// CONFIG
-	$param['cache_duration']= 3600 * 24 * 10;		// 10 days util client cache expires
-	$param['compress'] = true;						// enable the code compression, should be activated but it can be usefull to desactivate it for easier error retrieving (true or false)
-	$param['debug'] = false;						// Enable this option if you need debuging info
-	$param['use_disk_cache']= true;					// If you enable this option gzip files will be cached on disk.
-	$param['use_gzip']= true;						// Enable gzip compression
-	// END CONFIG
-	
-	$compressor= new Compressor($param);
-	
-	class Compressor{
-	
-		
-		function compressor($param)
-		{
-			$this->__construct($param);
-		}
-		
-		function __construct($param)
-		{
-			$this->start_time= $this->get_microtime();
-			$this->file_loaded_size=0;
-			$this->param= $param;
-			$this->script_list="";
-			$this->path= dirname(__FILE__)."/";
-			if(isset($_GET['plugins'])){
-				$this->load_all_plugins= true;
-				$this->full_cache_file= $this->path."edit_area_full_with_plugins.js";
-				$this->gzip_cache_file= $this->path."edit_area_full_with_plugins.gz";
-			}else{
-				$this->load_all_plugins= false;
-				$this->full_cache_file= $this->path."edit_area_full.js";
-				$this->gzip_cache_file= $this->path."edit_area_full.gz";
-			}
-			
-			$this->check_gzip_use();
-			$this->send_headers();
-			$this->check_cache();
-			$this->load_files();
-			$this->send_datas();
-		}
-		
-		function send_headers()
-		{
-			header("Content-type: text/javascript; charset: UTF-8");
-			header("Vary: Accept-Encoding"); // Handle proxies
-			header(sprintf("Expires: %s GMT", gmdate("D, d M Y H:i:s", time() + $this->param['cache_duration'])) );
-			if($this->use_gzip)
-				header("Content-Encoding: ".$this->gzip_enc_header);
-		}
-		
-		function check_gzip_use()
-		{
-			$encodings = array();
-			$desactivate_gzip=false;
-					
-			if (isset($_SERVER['HTTP_ACCEPT_ENCODING']))
-				$encodings = explode(',', strtolower(preg_replace("/\s+/", "", $_SERVER['HTTP_ACCEPT_ENCODING'])));
-			
-			// desactivate gzip for IE version < 7
-			if(preg_match("/(?:msie )([0-9.]+)/i", $_SERVER['HTTP_USER_AGENT'], $ie))
-			{
-				if($ie[1]<7)
-					$desactivate_gzip=true;	
-			}
-			
-			// Check for gzip header or northon internet securities
-			if (!$desactivate_gzip && $this->param['use_gzip'] && (in_array('gzip', $encodings) || in_array('x-gzip', $encodings) || isset($_SERVER['---------------'])) && function_exists('ob_gzhandler') && !ini_get('zlib.output_compression')) {
-				$this->gzip_enc_header= in_array('x-gzip', $encodings) ? "x-gzip" : "gzip";
-				$this->use_gzip=true;
-				$this->cache_file=$this->gzip_cache_file;
-			}else{
-				$this->use_gzip=false;
-				$this->cache_file=$this->full_cache_file;
-			}
-		}
-		
-		function check_cache()
-		{
-			// Only gzip the contents if clients and server support it
-			if (file_exists($this->cache_file)) {
-				// check if cache file must be updated
-				$cache_date=0;				
-				if ($dir = opendir($this->path)) {
-					while (($file = readdir($dir)) !== false) {
-						if(is_file($this->path.$file) && $file!="." && $file!="..")
-							$cache_date= max($cache_date, filemtime($this->path.$file));
-					}
-					closedir($dir);
-				}
-				if($this->load_all_plugins){
-					$plug_path= $this->path."plugins/";
-					if (($dir = @opendir($plug_path)) !== false)
-					{
-						while (($file = readdir($dir)) !== false)
-						{
-							if ($file !== "." && $file !== "..")
-							{
-								if(is_dir($plug_path.$file) && file_exists($plug_path.$file."/".$file.".js"))
-									$cache_date= max($cache_date, filemtime("plugins/".$file."/".$file.".js"));
-							}
-						}
-						closedir($dir);
-					}
-				}
-
-				if(filemtime($this->cache_file) >= $cache_date){
-					// if cache file is up to date
-					$last_modified = gmdate("D, d M Y H:i:s",filemtime($this->cache_file))." GMT";
-					if (isset($_SERVER["HTTP_IF_MODIFIED_SINCE"]) && strcasecmp($_SERVER["HTTP_IF_MODIFIED_SINCE"], $last_modified) === 0)
-					{
-						header("HTTP/1.1 304 Not Modified");
-						header("Last-modified: ".$last_modified);
-						header("Cache-Control: Public"); // Tells HTTP 1.1 clients to cache
-						header("Pragma:"); // Tells HTTP 1.0 clients to cache
-					}
-					else
-					{
-						header("Last-modified: ".$last_modified);
-						header("Cache-Control: Public"); // Tells HTTP 1.1 clients to cache
-						header("Pragma:"); // Tells HTTP 1.0 clients to cache
-						header('Content-Length: '.filesize($this->cache_file));
-						echo file_get_contents($this->cache_file);
-					}				
-					die;
-				}
-			}
-			return false;
-		}
-		
-		function load_files()
-		{
-			$loader= $this->get_content("edit_area_loader.js")."\n";
-			
-			// get the list of other files to load
-	    	$loader= preg_replace("/(t\.scripts_to_load=\s*)\[([^\]]*)\];/e"
-						, "\$this->replace_scripts('script_list', '\\1', '\\2')"
-						, $loader);
-		
-			$loader= preg_replace("/(t\.sub_scripts_to_load=\s*)\[([^\]]*)\];/e"
-						, "\$this->replace_scripts('sub_script_list', '\\1', '\\2')"
-						, $loader);
-
-			// replace languages names
-			$reg_path= $this->path."reg_syntax/";
-			$a_displayName	= array();
-			if (($dir = @opendir($reg_path)) !== false)
-			{
-				while (($file = readdir($dir)) !== false)
-				{
-					if( $file !== "." && $file !== ".." && ( $pos = strpos( $file, '.js' ) ) !== false )
-					{
-						$jsContent	= $this->file_get_contents( $reg_path.$file );
-						if( preg_match( '@(\'|")DISPLAY_NAME\1\s*:\s*(\'|")(.*)\2@', $jsContent, $match ) )
-						{
-							$a_displayName[] = "'". substr( $file, 0, $pos ) ."':'". htmlspecialchars( $match[3], ENT_QUOTES ) ."'";
-						}
-					}
-				}
-				closedir($dir);
-			}
-			$loader	= str_replace( '/*syntax_display_name_AUTO-FILL-BY-COMPRESSOR*/', implode( ",", $a_displayName ), $loader );
-						
-			$this->datas= $loader;
-			$this->compress_javascript($this->datas);
-			
-			// load other scripts needed for the loader
-			preg_match_all('/"([^"]*)"/', $this->script_list, $match);
-			foreach($match[1] as $key => $value)
-			{
-				$content= $this->get_content(preg_replace("/\\|\//i", "", $value).".js");
-				$this->compress_javascript($content);
-				$this->datas.= $content."\n";
-			}
-			//$this->datas);
-			//$this->datas= preg_replace('/(( |\t|\r)*\n( |\t)*)+/s', "", $this->datas);
-			
-			// improved compression step 1/2	
-			$this->datas= preg_replace(array("/(\b)EditAreaLoader(\b)/", "/(\b)editAreaLoader(\b)/", "/(\b)editAreas(\b)/"), array("EAL", "eAL", "eAs"), $this->datas);
-			//$this->datas= str_replace(array("EditAreaLoader", "editAreaLoader", "editAreas"), array("EAL", "eAL", "eAs"), $this->datas);
-			$this->datas.= "var editAreaLoader= eAL;var editAreas=eAs;EditAreaLoader=EAL;";
-		
-			// load sub scripts
-			$sub_scripts="";
-			$sub_scripts_list= array();
-			preg_match_all('/"([^"]*)"/', $this->sub_script_list, $match);
-			foreach($match[1] as $value){
-				$sub_scripts_list[]= preg_replace("/\\|\//i", "", $value).".js";
-			}
-		
-			if($this->load_all_plugins){
-				// load plugins scripts
-				$plug_path= $this->path."plugins/";
-				if (($dir = @opendir($plug_path)) !== false)
-				{
-					while (($file = readdir($dir)) !== false)
-					{
-						if ($file !== "." && $file !== "..")
-						{
-							if(is_dir($plug_path.$file) && file_exists($plug_path.$file."/".$file.".js"))
-								$sub_scripts_list[]= "plugins/".$file."/".$file.".js";
-						}
-					}
-					closedir($dir);
-				}
-			}
-							
-			foreach($sub_scripts_list as $value){
-				$sub_scripts.= $this->get_javascript_content($value);
-			}
-			// improved compression step 2/2	
-			$sub_scripts= preg_replace(array("/(\b)editAreaLoader(\b)/", "/(\b)editAreas(\b)/", "/(\b)editArea(\b)/", "/(\b)EditArea(\b)/"), array("eAL", "eAs", "eA", "EA"), $sub_scripts);
-		//	$sub_scripts= str_replace(array("editAreaLoader", "editAreas", "editArea", "EditArea"), array("eAL", "eAs", "eA", "EA"), $sub_scripts);
-			$sub_scripts.= "var editArea= eA;EditArea=EA;";
-			
-			
-			// add the scripts
-		//	$this->datas.= sprintf("editAreaLoader.iframe_script= \"<script type='text/javascript'>%s</script>\";\n", $sub_scripts);
-		
-		
-			// add the script and use a last compression 
-			if( $this->param['compress'] )
-			{
-				$last_comp	= array( 'Á' => 'this',
-								 'Â' => 'textarea',
-								 'Ã' => 'function',
-								 'Ä' => 'prototype',
-								 'Å' => 'settings',
-								 'Æ' => 'length',
-								 'Ç' => 'style',
-								 'È' => 'parent',
-								 'É' => 'last_selection',
-								 'Ê' => 'value',
-								 'Ë' => 'true',
-								 'Ì' => 'false'
-								 /*,
-									'Î' => '"',
-								 'Ï' => "\n",
-								 'À' => "\r"*/);
-			}
-			else
-			{
-				$last_comp	= array();
-			}
-			
-			$js_replace= '';
-			foreach( $last_comp as $key => $val )
-				$js_replace .= ".replace(/". $key ."/g,'". str_replace( array("\n", "\r"), array('\n','\r'), $val ) ."')";
-			
-			$this->datas.= sprintf("editAreaLoader.iframe_script= \"<script type='text/javascript'>%s</script>\"%s;\n",
-								str_replace( array_values($last_comp), array_keys($last_comp), $sub_scripts ), 
-								$js_replace);
-			
-			if($this->load_all_plugins)
-				$this->datas.="editAreaLoader.all_plugins_loaded=true;\n";
-		
-			
-			// load the template
-			$this->datas.= sprintf("editAreaLoader.template= \"%s\";\n", $this->get_html_content("template.html"));
-			// load the css
-			$this->datas.= sprintf("editAreaLoader.iframe_css= \"<style>%s</style>\";\n", $this->get_css_content("edit_area.css"));
-					
-		//	$this->datas= "function editArea(){};editArea.prototype.loader= function(){alert('bouhbouh');} var a= new editArea();a.loader();";
-					
-		}
-		
-		function send_datas()
-		{
-			if($this->param['debug']){
-				$header=sprintf("/* USE PHP COMPRESSION\n");
-				$header.=sprintf("javascript size: based files: %s => PHP COMPRESSION => %s ", $this->file_loaded_size, strlen($this->datas));
-				if($this->use_gzip){
-					$gzip_datas=  gzencode($this->datas, 9, FORCE_GZIP);				
-					$header.=sprintf("=> GZIP COMPRESSION => %s", strlen($gzip_datas));
-					$ratio = round(100 - strlen($gzip_datas) / $this->file_loaded_size * 100.0);			
-				}else{
-					$ratio = round(100 - strlen($this->datas) / $this->file_loaded_size * 100.0);
-				}
-				$header.=sprintf(", reduced by %s%%\n", $ratio);
-				$header.=sprintf("compression time: %s\n", $this->get_microtime()-$this->start_time); 
-				$header.=sprintf("%s\n", implode("\n", $this->infos));
-				$header.=sprintf("*/\n");
-				$this->datas= $header.$this->datas;	
-			}
-			$mtime= time(); // ensure that the 2 disk files will have the same update time
-			// generate gzip file and cahce it if using disk cache
-			if($this->use_gzip){
-				$this->gzip_datas= gzencode($this->datas, 9, FORCE_GZIP);
-				if($this->param['use_disk_cache'])
-					$this->file_put_contents($this->gzip_cache_file, $this->gzip_datas, $mtime);
-			}
-			
-			// generate full js file and cache it if using disk cache			
-			if($this->param['use_disk_cache'])
-				$this->file_put_contents($this->full_cache_file, $this->datas, $mtime);
-			
-			// generate output
-			if($this->use_gzip)
-				echo $this->gzip_datas;
-			else
-				echo $this->datas;
-				
-//			die;
-		}
-				
-		
-		function get_content($end_uri)
-		{
-			$end_uri=preg_replace("/\.\./", "", $end_uri); // Remove any .. (security)
-			$file= $this->path.$end_uri;
-			if(file_exists($file)){
-				$this->infos[]=sprintf("'%s' loaded", $end_uri);
-				/*$fd = fopen($file, 'rb');
-				$content = fread($fd, filesize($file));
-				fclose($fd);
-				return $content;*/
-				return $this->file_get_contents($file);
-			}else{
-				$this->infos[]=sprintf("'%s' not loaded", $end_uri);
-				return "";
-			}
-		}
-		
-		function get_javascript_content($end_uri)
-		{
-			$val=$this->get_content($end_uri);
-	
-			$this->compress_javascript($val);
-			$this->prepare_string_for_quotes($val);
-			return $val;
-		}
-		
-		function compress_javascript(&$code)
-		{
-			if($this->param['compress'])
-			{
-				// remove all comments
-				//	(\"(?:[^\"\\]*(?:\\\\)*(?:\\\"?)?)*(?:\"|$))|(\'(?:[^\'\\]*(?:\\\\)*(?:\\'?)?)*(?:\'|$))|(?:\/\/(?:.|\r|\t)*?(\n|$))|(?:\/\*(?:.|\n|\r|\t)*?(?:\*\/|$))
-				$code= preg_replace("/(\"(?:[^\"\\\\]*(?:\\\\\\\\)*(?:\\\\\"?)?)*(?:\"|$))|(\'(?:[^\'\\\\]*(?:\\\\\\\\)*(?:\\\\\'?)?)*(?:\'|$))|(?:\/\/(?:.|\r|\t)*?(\n|$))|(?:\/\*(?:.|\n|\r|\t)*?(?:\*\/|$))/s", "$1$2$3", $code);
-				// remove line return, empty line and tabulation
-				$code= preg_replace('/(( |\t|\r)*\n( |\t)*)+/s', " ", $code);
-				// add line break before "else" otherwise navigators can't manage to parse the file
-				$code= preg_replace('/(\b(else)\b)/', "\n$1", $code);
-				// remove unnecessary spaces
-				$code= preg_replace('/( |\t|\r)*(;|\{|\}|=|==|\-|\+|,|\(|\)|\|\||&\&|\:)( |\t|\r)*/', "$2", $code);
-			}
-		}
-		
-		function get_css_content($end_uri){
-			$code=$this->get_content($end_uri);
-			// remove comments
-			$code= preg_replace("/(?:\/\*(?:.|\n|\r|\t)*?(?:\*\/|$))/s", "", $code);
-			// remove spaces
-			$code= preg_replace('/(( |\t|\r)*\n( |\t)*)+/s', "", $code);
-			// remove spaces
-			$code= preg_replace('/( |\t|\r)?(\:|,|\{|\})( |\t|\r)+/', "$2", $code);
-		
-			$this->prepare_string_for_quotes($code);
-			return $code;
-		}
-		
-		function get_html_content($end_uri){
-			$code=$this->get_content($end_uri);
-			//$code= preg_replace('/(\"(?:\\\"|[^\"])*(?:\"|$))|' . "(\'(?:\\\'|[^\'])*(?:\'|$))|(?:\/\/(?:.|\r|\t)*?(\n|$))|(?:\/\*(?:.|\n|\r|\t)*?(?:\*\/|$))/s", "$1$2$3", $code);
-			$code= preg_replace('/(( |\t|\r)*\n( |\t)*)+/s', " ", $code);
-			$this->prepare_string_for_quotes($code);
-			return $code;
-		}
-		
-		function prepare_string_for_quotes(&$str){
-			// prepare the code to be putted into quotes 
-			/*$pattern= array("/(\\\\)?\"/", '/\\\n/'	, '/\\\r/'	, "/(\r?\n)/");
-			$replace= array('$1$1\\"', '\\\\\\n', '\\\\\\r'	, '\\\n"$1+"');*/
-			$pattern= array("/(\\\\)?\"/", '/\\\n/'	, '/\\\r/'	, "/(\r?\n)/");
-			if($this->param['compress'])
-				$replace= array('$1$1\\"', '\\\\\\n', '\\\\\\r'	, '\n');
-			else
-				$replace= array('$1$1\\"', '\\\\\\n', '\\\\\\r'	, "\\n\"\n+\"");
-			$str= preg_replace($pattern, $replace, $str);
-		}
-		
-		function replace_scripts($var, $param1, $param2)
-		{
-			$this->$var=stripslashes($param2);
-	        return $param1."[];";
-		}
-
-		/* for php version that have not thoses functions */
-		function file_get_contents($file)
-		{
-			$fd = fopen($file, 'rb');
-			$content = fread($fd, filesize($file));
-			fclose($fd);
-			$this->file_loaded_size+= strlen($content);
-			return $content;				
-		}
-		
-		function file_put_contents($file, &$content, $mtime=-1)
-		{
-			if($mtime==-1)
-				$mtime=time();
-			$fp = @fopen($file, "wb");
-			if ($fp) {
-				fwrite($fp, $content);
-				fclose($fp);
-				touch($file, $mtime);
-				return true;
-			}
-			return false;
-		}
-		
-		function get_microtime()
-		{
-		   list($usec, $sec) = explode(" ", microtime());
-		   return ((float)$usec + (float)$sec);
-		}
-	}	
-?>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_full.gz
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_full.gz b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_full.gz
deleted file mode 100644
index 114a670..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/edit_area_full.gz and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/autocompletion.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/autocompletion.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/autocompletion.gif
deleted file mode 100644
index f3dfc2e..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/autocompletion.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/close.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/close.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/close.gif
deleted file mode 100644
index 679ca2a..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/close.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/fullscreen.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/fullscreen.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/fullscreen.gif
deleted file mode 100644
index 66fa6d9..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/fullscreen.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/go_to_line.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/go_to_line.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/go_to_line.gif
deleted file mode 100644
index 06042ec..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/go_to_line.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/help.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/help.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/help.gif
deleted file mode 100644
index 51a1ee4..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/help.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/highlight.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/highlight.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/highlight.gif
deleted file mode 100644
index 16491f6..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/highlight.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/load.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/load.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/load.gif
deleted file mode 100644
index 461698f..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/load.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/move.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/move.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/move.gif
deleted file mode 100644
index d15f9f5..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/move.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/newdocument.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/newdocument.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/newdocument.gif
deleted file mode 100644
index a9d2938..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/newdocument.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/opacity.png
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/opacity.png b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/opacity.png
deleted file mode 100644
index b4217cb..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/opacity.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/processing.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/processing.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/processing.gif
deleted file mode 100644
index cce32f2..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/processing.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/redo.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/redo.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/redo.gif
deleted file mode 100644
index 3af9069..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/redo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/reset_highlight.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/reset_highlight.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/reset_highlight.gif
deleted file mode 100644
index 0fa3cb7..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/reset_highlight.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/save.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/save.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/save.gif
deleted file mode 100644
index 2777beb..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/save.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/search.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/search.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/search.gif
deleted file mode 100644
index cfe76b5..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/search.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/smooth_selection.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/smooth_selection.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/smooth_selection.gif
deleted file mode 100644
index 8a532e5..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/smooth_selection.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/spacer.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/spacer.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/spacer.gif
deleted file mode 100644
index 3884865..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/spacer.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/statusbar_resize.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/statusbar_resize.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/statusbar_resize.gif
deleted file mode 100644
index af89d80..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/statusbar_resize.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/undo.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/undo.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/undo.gif
deleted file mode 100644
index 520796d..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/undo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/word_wrap.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/word_wrap.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/word_wrap.gif
deleted file mode 100644
index 8f256cc..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/images/word_wrap.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_apache.txt
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_apache.txt b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_apache.txt
deleted file mode 100644
index c7ef5e6..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_apache.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright 2008 Christophe Dolivet
-
-Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
-
-	http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_bsd.txt
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_bsd.txt b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_bsd.txt
deleted file mode 100644
index f36bbe4..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_bsd.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Copyright (c) 2008, Christophe Dolivet
-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 EditArea 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 OWNER 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_lgpl.txt
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_lgpl.txt b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_lgpl.txt
deleted file mode 100644
index 8c177f8..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/license_lgpl.txt
+++ /dev/null
@@ -1,458 +0,0 @@
-		  GNU LESSER GENERAL PUBLIC LICENSE
-		       Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL.  It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
-			    Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
-  This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it.  You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
-  When we speak of free software, we are referring to freedom of use,
-not price.  Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
-  To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights.  These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
-  For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you.  You must make sure that they, too, receive or can get the source
-code.  If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it.  And you must show them these terms so they know their rights.
-
-  We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
-  To protect each distributor, we want to make it very clear that
-there is no warranty for the free library.  Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
-  Finally, software patents pose a constant threat to the existence of
-any free program.  We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder.  Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
-  Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License.  This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License.  We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
-  When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library.  The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom.  The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
-  We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License.  It also provides other free software developers Less
-of an advantage over competing non-free programs.  These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries.  However, the Lesser license provides advantages in certain
-special circumstances.
-
-  For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard.  To achieve this, non-free programs must be
-allowed to use the library.  A more frequent case is that a free
-library does the same job as widely used non-free libraries.  In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
-  In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software.  For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
-  Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.  Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library".  The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
-		  GNU LESSER GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
-  A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
-  The "Library", below, refers to any such software library or work
-which has been distributed under these terms.  A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language.  (Hereinafter, translation is
-included without limitation in the term "modification".)
-
-  "Source code" for a work means the preferred form of the work for
-making modifications to it.  For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
-  Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it).  Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-  
-  1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
-  You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
-  2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) The modified work must itself be a software library.
-
-    b) You must cause the files modified to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    c) You must cause the whole of the work to be licensed at no
-    charge to all third parties under the terms of this License.
-
-    d) If a facility in the modified Library refers to a function or a
-    table of data to be supplied by an application program that uses
-    the facility, other than as an argument passed when the facility
-    is invoked, then you must make a good faith effort to ensure that,
-    in the event an application does not supply such function or
-    table, the facility still operates, and performs whatever part of
-    its purpose remains meaningful.
-
-    (For example, a function in a library to compute square roots has
-    a purpose that is entirely well-defined independent of the
-    application.  Therefore, Subsection 2d requires that any
-    application-supplied function or table used by this function must
-    be optional: if the application does not supply it, the square
-    root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library.  To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License.  (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.)  Do not make any other change in
-these notices.
-
-  Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
-  This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
-  4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
-  If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
-  5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library".  Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
-  However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library".  The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
-  When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library.  The
-threshold for this to be true is not precisely defined by law.
-
-  If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work.  (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
-  Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
-  6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
-  You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License.  You must supply a copy of this License.  If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License.  Also, you must do one
-of these things:
-
-    a) Accompany the work with the complete corresponding
-    machine-readable source code for the Library including whatever
-    changes were used in the work (which must be distributed under
-    Sections 1 and 2 above); and, if the work is an executable linked
-    with the Library, with the complete machine-readable "work that
-    uses the Library", as object code and/or source code, so that the
-    user can modify the Library and then relink to produce a modified
-    executable containing the modified Library.  (It is understood
-    that the user who changes the contents of definitions files in the
-    Library will not necessarily be able to recompile the application
-    to use the modified definitions.)
-
-    b) Use a suitable shared library mechanism for linking with the
-    Library.  A suitable mechanism is one that (1) uses at run time a
-    copy of the library already present on the user's computer system,
-    rather than copying library functions into the executable, and (2)
-    will operate properly with a modified version of the library, if
-    the user installs one, as long as the modified version is
-    interface-compatible with the version that the work was made with.
-
-    c) Accompany the work with a written offer, valid for at
-    least three years, to give the same user the materials
-    specified in Subsection 6a, above, for a charge no more
-    than the cost of performing this distribution.
-
-    d) If distribution of the work is made by offering access to copy
-    from a designated place, offer equivalent access to copy the above
-    specified materials from the same place.
-
-    e) Verify that the user has already received a copy of these
-    materials or that you have already sent this user a copy.
-
-  For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it.  However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
-  It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system.  Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
-  7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
-    a) Accompany the combined library with a copy of the same work
-    based on the Library, uncombined with any other library
-    facilities.  This must be distributed under the terms of the
-    Sections above.
-
-    b) Give prominent notice with the combined library of the fact
-    that part of it is a work based on the Library, and explaining
-    where to find the accompanying uncombined form of the same work.
-
-  8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License.  Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License.  However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
-  9. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Library or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
-  10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
-  11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
-  12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded.  In such case, this License incorporates the limitation as if
-written in the body of this License.
-
-  13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation.  If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
-  14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission.  For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this.  Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
-			    NO WARRANTY
-
-  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
-		     END OF TERMS AND CONDITIONS

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/css/charmap.css
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/css/charmap.css b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/css/charmap.css
deleted file mode 100644
index fc8d666..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/css/charmap.css
+++ /dev/null
@@ -1,64 +0,0 @@
-body{
-	background-color: #F0F0EE; 
-	font: 12px monospace, sans-serif;
-}
-
-select{
-	background-color: #F9F9F9;
-	border: solid 1px #888888;
-}
-
-h1, h2, h3, h4, h5, h6{
-	margin: 0;
-	padding: 0;
-	color: #2B6FB6;
-}
-
-h1{
-	font-size: 1.5em;
-}
-
-div#char_list{
-	height: 200px;
-	overflow: auto;
-	padding: 1px;
-	border: 1px solid #0A246A;
-	background-color: #F9F9F9;
-	clear: both;
-	margin-top: 5px;
-}
-
-a.char{
-	display: block;
-	float: left;
-	width: 20px;
-	height: 20px;
-	line-height: 20px;
-	margin: 1px;
-	border: solid 1px #888888;
-	text-align: center;
-	cursor: pointer;
-}
-
-a.char:hover{
-	background-color: #CCCCCC;
-}
-
-.preview{
-	border: solid 1px #888888;
-	width: 50px;
-	padding: 2px 5px;
-	height: 35px;
-	line-height: 35px;
-	text-align:center;	 
-	background-color: #CCCCCC;
-	font-size: 2em;
-	float: right;
-	font-weight: bold;
-	margin: 0 0 5px 5px;
-}
-
-#preview_code{
-	font-size: 1.1em;
-	width: 70px;
-}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/images/charmap.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/images/charmap.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/images/charmap.gif
deleted file mode 100644
index 3cdc4ac..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/images/charmap.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/popup.xml
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/popup.xml b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/popup.xml
deleted file mode 100644
index 10a6914..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/charmap/popup.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
-<head>
-<title>{$charmap_title}</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<link rel="stylesheet" type="text/css" href="css/charmap.css" />
-<script language="Javascript" type="text/javascript" src="jscripts/map.js">
-</script>
-</head>
-<body onload='map_load()'>
-<div id='preview_code' class='preview'></div>
-<div id='preview_char' class='preview'></div>
-<h1>{$charmap_title}:</h1>
-<select id='select_range' onchange='renderCharMapHTML()' title='{$charmap_choose_block}'>
-</select>
-<div id='char_list'>
-
-</div>
-
-
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/css/test.css
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/css/test.css b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/css/test.css
deleted file mode 100644
index 01245eb..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/css/test.css
+++ /dev/null
@@ -1,3 +0,0 @@
-select#test_select{
-	background-color: #FF0000;
-}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/Thumbs.db
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/Thumbs.db b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/Thumbs.db
deleted file mode 100644
index 863ae41..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/Thumbs.db and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/test.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/test.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/test.gif
deleted file mode 100644
index 1ab5da4..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/plugins/test/images/test.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/template.xml
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/template.xml b/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/template.xml
deleted file mode 100644
index 0ba2cbe..0000000
--- a/products/stratos_controller/modules/distribution/src/site/xdoc/editarea/template.xml
+++ /dev/null
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
-<head>
-	<title>EditArea</title>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
-	[__CSSRULES__]
-	[__JSCODE__]
-</head>
-<body>
-	<div id='editor'>
-		<div class='area_toolbar' id='toolbar_1'>[__TOOLBAR__]</div>
-		<div class='area_toolbar' id='tab_browsing_area'><ul id='tab_browsing_list' class='menu'> <li> </li> </ul></div>
-		<div id='result'>
-			<div id='no_file_selected'></div>
-			<div id='container'>
-				<div id='cursor_pos' class='edit_area_cursor'>&nbsp;</div>
-				<div id='end_bracket' class='edit_area_cursor'>&nbsp;</div>
-				<div id='selection_field'></div>
-				<div id='line_number' selec='none'></div>
-				<div id='content_highlight'></div>
-				<div id='test_font_size'></div>
-				<div id='selection_field_text'></div>
-				<textarea id='textarea' wrap='off' onchange='editArea.execCommand("onchange");' onfocus='javascript:editArea.textareaFocused=true;' onblur='javascript:editArea.textareaFocused=false;'>
-				</textarea>
-				
-			</div>
-		</div>
-		<div class='area_toolbar' id='toolbar_2'>
-			<table class='statusbar' cellspacing='0' cellpadding='0'>
-				<tr>
-					<td class='total' selec='none'>{$position}:</td>
-					<td class='infos' selec='none'>
-						{$line_abbr} <span  id='linePos'>0</span>, {$char_abbr} <span id='currPos'>0</span>
-					</td>
-					<td class='total' selec='none'>{$total}:</td>
-					<td class='infos' selec='none'>
-						{$line_abbr} <span id='nbLine'>0</span>, {$char_abbr} <span id='nbChar'>0</span>
-					</td>
-					<td class='resize'>
-						<span id='resize_area'><img src='[__BASEURL__]images/statusbar_resize.gif' alt='resize' selec='none'></span>
-					</td>
-				</tr>
-			</table>
-		</div>
-	</div>
-	<div id='processing'>
-		<div id='processing_text'>
-			{$processing}
-		</div>
-	</div>
-
-	<div id='area_search_replace' class='editarea_popup'>
-		<table cellspacing='2' cellpadding='0' style='width: 100%'>
-			<tr>
-				<td selec='none'>{$search}</td>
-				<td><input type='text' id='area_search' /></td>
-				<td id='close_area_search_replace'>
-					<a onclick='Javascript:editArea.execCommand("hidden_search")'><img selec='none' src='[__BASEURL__]images/close.gif' alt='{$close_popup}' title='{$close_popup}' /></a><br />
-			</tr><tr>
-				<td selec='none'>{$replace}</td>
-				<td><input type='text' id='area_replace' /></td>
-				<td><img id='move_area_search_replace' onmousedown='return parent.start_move_element(event,"area_search_replace", parent.frames["frame_"+editArea.id]);'  src='[__BASEURL__]images/move.gif' alt='{$move_popup}' title='{$move_popup}' /></td>
-			</tr>
-		</table>
-		<div class='button'>
-			<input type='checkbox' id='area_search_match_case' /><label for='area_search_match_case' selec='none'>{$match_case}</label>
-			<input type='checkbox' id='area_search_reg_exp' /><label for='area_search_reg_exp' selec='none'>{$reg_exp}</label>
-			<br />
-			<a onclick='Javascript:editArea.execCommand("area_search")' selec='none'>{$find_next}</a>
-			<a onclick='Javascript:editArea.execCommand("area_replace")' selec='none'>{$replace}</a>
-			<a onclick='Javascript:editArea.execCommand("area_replace_all")' selec='none'>{$replace_all}</a><br />
-		</div>
-		<div id='area_search_msg' selec='none'></div>
-	</div>
-	<div id='edit_area_help' class='editarea_popup'>
-		<div class='close_popup'>
-			<a onclick='Javascript:editArea.execCommand("close_all_inline_popup")'><img src='[__BASEURL__]images/close.gif' alt='{$close_popup}' title='{$close_popup}' /></a>
-		</div>
-		<div><h2>Editarea [__EA_VERSION__]</h2><br />
-			<h3>{$shortcuts}:</h3>
-				{$tab}: {$add_tab}<br />
-				{$shift}+{$tab}: {$remove_tab}<br />
-				{$ctrl}+f: {$search_command}<br />
-				{$ctrl}+r: {$replace_command}<br />
-				{$ctrl}+h: {$highlight}<br />
-				{$ctrl}+g: {$go_to_line}<br />
-				{$ctrl}+z: {$undo}<br />
-				{$ctrl}+y: {$redo}<br />
-				{$ctrl}+e: {$help}<br />
-				{$ctrl}+q, {$esc}: {$close_popup}<br />
-				{$accesskey} E: {$toggle}<br />
-			<br />
-			<em>{$about_notice}</em>
-			<br /><div class='copyright'>&copy; Christophe Dolivet 2007-2010</div>
-		</div>
-	</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_leftright.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_leftright.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_leftright.gif
deleted file mode 100644
index b26780a..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_leftright.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_updown.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_updown.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_updown.gif
deleted file mode 100644
index 69eb077..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_updown.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.gif
deleted file mode 100644
index 26db434..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_minus.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_minus.gif
deleted file mode 100644
index 6851f39..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_minus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.gif
deleted file mode 100644
index 74ac5cb..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_resize_se.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_resize_se.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_resize_se.gif
deleted file mode 100644
index 251dc16..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_resize_se.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7f09a628/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_down.gif
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_down.gif b/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_down.gif
deleted file mode 100644
index 29c6c70..0000000
Binary files a/products/stratos_controller/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_down.gif and /dev/null differ