195 linhas
7.4 KiB
HTML
195 linhas
7.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
|
|
<title>felipenmoura/theWebMind @ GitHub</title>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
margin-top: 1.0em;
|
|
background-color: #f0f0f0;
|
|
font-family: Helvetica, Arial, FreeSans, san-serif;
|
|
color: #444;
|
|
}
|
|
#container {
|
|
margin: 0 auto;
|
|
width: 700px;
|
|
}
|
|
h1 { font-size: 3.8em; color: #000; margin-bottom: 3px; }
|
|
h1 .small { font-size: 0.4em; }
|
|
h1 a { text-decoration: none }
|
|
h2 { font-size: 1.5em; color: #000; }
|
|
h3 { text-align: center; color: #000; }
|
|
a { color: #007; }
|
|
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
|
.download { float: right; }
|
|
pre { background: #000; color: #fff; padding: 15px;}
|
|
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
|
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="https://github.com/felipenmoura/theWebMind"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
|
|
|
<div id="container">
|
|
|
|
<div class="download">
|
|
<a href="https://github.com/felipenmoura/theWebMind/zipball/master">
|
|
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
|
|
<a href="https://github.com/felipenmoura/theWebMind/tarball/master">
|
|
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
|
|
</div>
|
|
|
|
<h1><a href="https://github.com/felipenmoura/theWebMind">theWebMind</a>
|
|
<span class="small">by <a href="https://github.com/felipenmoura">felipenmoura</a></span></h1>
|
|
|
|
<div class="description">
|
|
An innovating way to build your applications from zero, "talking" to your computer
|
|
</div>
|
|
|
|
|
|
<p><strong>TheWebMind</strong><br/>
|
|
This is the source code for theWebMind project.<br/>
|
|
<hr/>
|
|
<p>Requirements:</p>
|
|
<ul type='disc'>
|
|
<li>PHP 5.3+</li>
|
|
<li>PHP-cli</li>
|
|
<li>PHP-SQLite3</li>
|
|
<li>ReadLine(if you inted to use it in command line, not only with HTTP requisitions)</li>
|
|
</ul>
|
|
|
|
<p>Installation:</p>
|
|
For now, only working on mac and Linux...sorry bill!</br>
|
|
Your HTTPServer's user must have permission to read and write on its folder</br>
|
|
In your console, run the following command into this directory:</br>
|
|
<pre>$ sudo php mind install</pre>
|
|
Great! Now you're good to go
|
|
<br/><br/>
|
|
<hr/>
|
|
|
|
<p>Examples and tests:<br/>
|
|
To perform some examples and tests, access in your browser the IDE demo<br/>
|
|
<pre>http://[yourMindDir]/docs/ide</pre>
|
|
|
|
<p>For graphics, diagrams, examples of code, help and documentation, see the docs directory<br/>
|
|
<pre>[yourMindDir]/docs/</pre>
|
|
|
|
Your projects are stored at:
|
|
<pre>[yourMindDir]/projects/[projectName]</pre>
|
|
You can write your codes directly in sources/main.mnd in your project's source directory.<br/>
|
|
You can see the generated documentation and source code on 'docs' and 'app' directories, into the project's directory.<br/>
|
|
|
|
<p>Please, check/change the data and options as you need, on
|
|
<pre>[yourMindDir]/env/defaults.ini</pre>
|
|
|
|
<p>Unit tests are on Tests directory, run it with PHPUnit
|
|
<pre>[yourMindDir]/Tests</pre>
|
|
|
|
Useful/interesting links:<br/>
|
|
<a href='http://thewebmind.org/' target='_quot'>Official website</a> |
|
|
<a href='https://github.com/felipenmoura/theWebMind/blob/master/licenses/mind3rd.license' target='_quot'>Licenses</a> |
|
|
<a href='http://docs.thewebmind.org' target='_quot'>Documentation |
|
|
<a href='mailto:contact@thewebmind.org'>Contact</a> |
|
|
<a href='http://twitter.com/thewebmind' target='_quot'>Twitter</a> |
|
|
<a href='http://thewebmind.org/contribute' target='_quot'>Contribute</a> |
|
|
<a href='http://groups.google.com.br/group/thewebmind' target='_quot'>Discussion Group</a></p>
|
|
|
|
|
|
|
|
<h2>Dependencies</h2>
|
|
<p>PHP 5.3+
|
|
SQLite 3
|
|
Permission to write on its own directories</p>
|
|
|
|
|
|
|
|
<h2>Install</h2>
|
|
<p>1) Download and extract it into your www(or htdocs) in your server, or clone the repository in there;
|
|
|
|
On LINUX or Mac:
|
|
2) open the console, and to the just downloaded/cloned folder, then type:
|
|
php mind install
|
|
|
|
3) Enjoy it :)
|
|
|
|
On Windows:
|
|
2) Open your browser and access the just downloaded/cloned directory, plus the "install" directory, for example: http://localhost/thewebmind/install
|
|
|
|
3) If all the dependencies are ok, just click the button "install", otherwise, try and fix them, click the "verify again" button, and then, the "install" button;
|
|
|
|
4) On windows, you will not be able to access it through console, so you should send "post" messages to its index, or access /ide to see examples and some of its usage</p>
|
|
|
|
|
|
|
|
<h2>License</h2>
|
|
<p>The MIT License
|
|
|
|
Copyright (c) 2011 TheWebMind.org, Felipe Nascimento de Moura
|
|
|
|
Permission is hereby granted, free of charge, to any person
|
|
obtaining a copy of this software and associated documentation
|
|
files (the "Software"), to deal in the Software without
|
|
restriction, including without limitation the rights to use,
|
|
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the
|
|
Software is furnished to do so, subject to the following
|
|
conditions:
|
|
|
|
The above copyright notice and this permission notice shall be
|
|
included in all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
Main contacts:
|
|
felipe@thewebmind.org // http://felipenmoura.org // twitter: @felipenmoura
|
|
jaydson@thewebmind.org // http://jaydson.org // twitter: @jaydson</p>
|
|
|
|
|
|
|
|
<h2>Authors</h2>
|
|
<br/><a href='http://felipenmoura.org' target='_quot'>FelipeNMoura</a> (felipe@thewebmind.org)
|
|
<br/> </p>
|
|
|
|
|
|
|
|
<h2>Contacts</h2>
|
|
<p><a href='http://felipenmoura.org' target='_quot'>Felipe Nascimento de Moura</a> (felipe@thewebmind.org)</p>
|
|
<p><a href='http://groups.google.com.br/group/thewebmind' target='_quot'>The official discussion group</a></p>
|
|
|
|
|
|
<h2>Download</h2>
|
|
<p>
|
|
You can download this project in either
|
|
<a href="https://github.com/felipenmoura/theWebMind/zipball/master">zip</a> or
|
|
<a href="https://github.com/felipenmoura/theWebMind/tarball/master">tar formats.
|
|
</p>
|
|
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
|
by running:
|
|
<pre>$ git clone git://github.com/felipenmoura/theWebMind</pre>
|
|
</p>
|
|
|
|
<div class="footer">
|
|
get the source code on GitHub : <a href="https://github.com/felipenmoura/theWebMind">felipenmoura/theWebMind</a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-1270869-9");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}</script>"
|
|
</body>
|
|
</html> |