Docs/ExperienceUI/pages/build_setup.htm
changeset 0 d5ce4c64ef88
equal deleted inserted replaced
-1:000000000000 0:d5ce4c64ef88
       
     1 <html>
       
     2   <head>
       
     3     <title>ExperienceUI Documentation Content Frame</title>
       
     4     <link rel=stylesheet href=style.css type=text/css>
       
     5   </head>
       
     6   
       
     7   <body bgcolor="#FFFFFF" style="background-color:#FFFFFF;margin:0px;padding:0px">
       
     8   
       
     9     <table border=0 width=100% height=100%>
       
    10     
       
    11       <tr>
       
    12       
       
    13         <td valign=top style=margin:10px;padding:10px>
       
    14     
       
    15           <h1>Building the ExperienceUI</h1>
       
    16 	
       
    17 	  <p style=margin-left:0.2in>
       
    18 	  <font face=Verdana style=font-size:8pt color=#000000>
       
    19 	  Creating a custom package of the ExperienceUI is easy; just compile the XPUI-Setup.nsi file in the &lt;NSIS&gt;\Contrib\ExperienceUI folder.
       
    20           To rebuild the installer, you will need <a href="#" onclick="var parentparams=new Object();var aParams=parent.window.location.search.substr(1).split('&');for (i=0;i<aParams.length;i++) {var aParam=aParams[i].split('=');var sParamName=aParam[0];var sParamValue=aParam[1];parentparams[sParamName]=sParamValue};if(parentparams['banner']=='no'){parent.window.location='browser.htm?url=http://xpui.sf.net/compmgr&banner=no'}else{parent.window.location='browser.htm?url=http://xpui.sf.net/compmgr'};">Component Manager.</a><br>
       
    21 	  <br>
       
    22 	  If you want to compile a custom distro, that's fine, just obey the license agreement.  Heck, a whole lot of people have done that
       
    23 	  with Linux, so it's okay by me to put together a custom ExperienceUI distribution, just give credit where credit is due.  Also, if
       
    24           you compile a custom distro, you <i>must</i> include this notice and the license agreement.
       
    25 	  </font>
       
    26 	  </p>
       
    27 	  
       
    28 	</td>
       
    29 	
       
    30       </tr>
       
    31       
       
    32       <tr>
       
    33       
       
    34         <td valign=bottom style=margin:0px;padding:0px>
       
    35     
       
    36           <p class=footer>Copyright &copy; 2004-2006 Dan Fuhry.  All rights except those explicitly given in the <a href=license_agreement.htm style=color:#A0A0D0 onmouseover="this.style.color='#A0A0A0'" onmouseout="this.style.color='#A0A0D0'">license agreement</a> reserved.</p>
       
    37   
       
    38         </td>
       
    39 	
       
    40       </tr>
       
    41       
       
    42     </table>
       
    43   
       
    44   </body>
       
    45   
       
    46 </html>