algzb / templateblocks

Visual UI editor for websites

Home Page:http://www.templateblocks.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Template Blocks - "Read me" file</title>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <link rel="stylesheet" href="template/admin/css/styles.css" type="text/css" media="screen" />

  <style>
  #clipart{
	float: right;
	width: 400px;
	height: 350px;
	background: url(template/setup/assets/clipart-3d_blocks.png);
  }
  </style>
  <!--[if lt IE 7]>
  <style>
  #clipart{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='template/setup/assets/clipart-3d_blocks.png', sizingMethod='crop');
  }
  </style>
  <![endif]-->

</head>
<body>
<div id="container">

  <div id="header">
    <h1>Template Blocks</h1>
	<div class="actions">
	  <ul id="top-links">
	    <li>Read me</li>
	    <li><a href="http://www.templateblocks.com/">visit website</a></li>
	  </ul>
	</div>
  </div>

  <!-- Content Start -->
  <div id="content">

    <h2>Description</h2>
	
	<div id="clipart"></div>
	<p>Template Blocks is a visual template engine, created with the logic of the web designer in mind and is aiming to help you create web templates easier and faster.</p>

    <p>If you're using Template Blocks for the first time, be sure that your server meets the minimum requirements (PHP 5, MySQL) and that you have already created the database you are going to use for this engine.</p>

	<p>Being this an early version it may be rough around the edges and a set of features and improvements are left to be included in following releases.</p>
    
	<p>Having said that, it is a functional template engine which we hope you enjoy using and embrace it as a useful tool for your everyday web designing.</p>

	<p>&nbsp;</p>
	
    <h2>Instructions</h2>
	
	<ul class="bullet">
	  <li><strong>Installing</strong>: It should be as simple as uploading the files on your server and running the setup process.</li>
	  <li><strong>Updating</strong>: Copy all new files in your template folder <strong>EXCEPT</strong> the "assets" folder <strong> & </strong> the "config.php" file. Also be careful when copying files in the "classes" folder if you have created custom classes yourself.</li>
	</ul>

	<p>In any case you will need to initiate the setup process. To do that just open your web browser and load the domain of your website.</p>
	
	<p>After the setup is complete you can log in to the administration interface at: <br /> <a href="template/admin.php">http://www.yourdomain.com/template/admin.php</a></p>
	
	<p>&nbsp;</p>

    <h2>Support</h2>
	
	<p>There are a number of things you can do beyond the basic setup.</p>
	
	<p>- <a href="http://www.templateblocks.com/support/view/repository/">Download a variety of blocks, created and uploaded by other users to use on your site</a>.</p>

	<p>- <a href="http://www.templateblocks.com/support/view/tutorials/faqs/">Read the FAQs for a series of common questions answered</a>.</p>
	
	<p>- <a href="http://www.templateblocks.com/support/view/changelog/">Want a feature added to the template engine? Submit a comment to the changelog</a>.</p>

	<p>If you need further assistance please send your notes to <a href="mailto:info@templateblocks.com">info@templateblocks.com</a></p>

    <p>&nbsp;</p>

	<p>Thank you for using <strong>Template Blocks</strong>. It has been a labor of love creating it and your support is certainly appreciated.</p>

  </div>
  <!--Content End -->
  
  <div id="footer">
    Distributed under the <a href="http://www.gnu.org/licenses/gpl-2.0.txt">GNU v2 license</a> - Yet another <a href="http://www.makesites.cc/">Make Sites</a> production
  </div>


</div>

</body>
</html>

About

Visual UI editor for websites

http://www.templateblocks.com/


Languages

Language:PHP 53.5%Language:HTML 22.6%Language:JavaScript 18.6%Language:CSS 5.3%