<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>LogiThink Proto-CMS</title>

<script type="text/javascript" language="javascript" charset="utf-8" src="http://www.logithink.net/logikitPublic/javascript/jquery.js"></script>

<script type="text/javascript" language="javascript" charset="utf-8" src="http://www.logithink.net/logikitPublic/javascript/jquery.form.js"></script>

<script type="text/javascript" language="javascript" charset="utf-8">$(document).ready(function()
                  { 
            var options = {
                success:   showLoginStatus,
                dataType:  'json' 
            }; 
         
            // bind form using 'ajaxForm' 
            $('#loginForm').ajaxForm(options);
        });
        
        
        function showLoginStatus(responseText)
        { 
            $('#loginDiv').empty();
            $('#loginDiv').append(responseText.content);
        } 
        
        </script>

<style type="text/css">@import "http://www.logithink.net/logikitPublic/css/logikit.css.php";</style>
<link href="http://www.logithink.net/templateCss/style.css.php" rel="stylesheet" type="text/css" />
</head>
<body>
	<div id="header">
		<div id="logo">
			<h1><a href="http://www.logithink.net/"><img src="http://www.logithink.net/images/logo.png" title="Logikit Logo" border="0" /></a></h1>
			<p><a href="http://www.logithink.net/" title="LogiThink">LogiThink</a></p>
		</div>
	</div>
	<!-- end #header -->
	<div id="menu">
		<p>"Because it is ours"</p><ul>
<ul class="menuUniformList"><li class="menuListItem"><a href="http://www.logithink.net/Content/article/about/Main" >Main</a></li><li class="menuListItem"><a href="http://www.logithink.net/Content/article/about/Downloads" >Downloads</a></li><li class="menuListItem"><a href="http://www.logithink.net/userGuide">Docs</a></li></ul>	</ul>	
	</div>
	
<div id="wrapper">
<div class="btm">
	<div id="page">
		<div id="content">
			<div class="post">
				<div class="container">


<div class="post">
   
        <h2>
            Main            </h2>
        <div class="entry">
        <p>
        
        Welcome to LogiThink Official Website!<br><br><ul><li>What is LogiThink?<br>LogiThink is an open source (licensed under M.I.T terms), free proto-CMS (see below) built on top of <a href="http://framework.logikit.net">Logikit::Framework</a><br></li><li>What is a "Proto-CMS" ?<br>Proto-CMS can be described as a piece of code that possesses some very common points with a <a href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a>, yet which requires some more work to be done on it, before it can get fully functional.</li><li>What is the purpose of LogiThink and who are your target audience?<br> LogiThink is intended to give a solid application base to the intermediate and advanced programmer (that part is handled by Logikit::Framework) and also provide some ready-to-use common functionality like<br>&nbsp;- user registration, <br>&nbsp;- authentication, <br>&nbsp;- password recovery, <br>&nbsp;- access control list, <br>&nbsp;- a basic -but fully ajaxified-&nbsp; CMS, <br>&nbsp;- a simple CSS based menu, <br>&nbsp;- a basic admin panel to control the functionality above, <br>but not anything further. <br>Thus, not being tied by the limiting conventions of a CMS, the programmer still feels relaxed as (s)he is in fact using Logikit::Framework and meanwhile starts a new project with almost all common time-consuming tasks already handled for him, so (s)he can dive into the project right away. <br></li></ul>
        </p>
       </div>
  
</div>

</div>
</div>
		</div>
		
		<div id="sidebar">
			
			<ul>
				<li>
					<h2>Logikit Sites</h2>
					<p>You may find the links to our other websites below:</p>
				</li>
				<li>
					<h2>Logikit</h2>
					<p><a href="http://logikit.net" title="LogiPik">Logikit</a> is a software development company focused on high-tech web based solutions.</p>
				</li>
				<li>
					<h2>LogiPik</h2>
					<p><a href="http://pikture.logikit.net" title="LogiPik">LogiPik</a> is an automated nudity detection system for images and movies.</p>
				</li>
				<li>
					<h2>Logikit::Framework</h2>
					<p><a href="http://framework.logikit.net" title="Logikit::Framework">Logikit::framework</a> is an open-source application development framework for PHP5, adhering to MVC pattern, with solid architecture and exiting features.</p>
				</li>
				<li>
					<h2>Framework Blog</h2>
					<p>You may find the latest news regarding the development of Logikit::Framework at <a href="http://logikitframework.blogspot.com" title="Framework Blog">Framework Weblog</a>.</p>
				</li>
				
			</ul>
		</div>
		
		<div style="clear: both;">&nbsp;</div>
	</div>
	
</div>
</div>
	<div id="footer">
		<p>Copyright (&copy;) 2010 Logikit UC. All rights reserved. Powered by <a href="http://www.logithink.net/">LogiThink</a>.</p>
	</div>
</body>
</html>
