changes to README file...removed the INSTALL.txt file
Esse commit está contido em:
@@ -1,10 +0,0 @@
|
||||
Requires:
|
||||
PHP 5.3+
|
||||
PHP-cli
|
||||
|
||||
Your HTTPServer's user must have permission to read and write on its folder
|
||||
|
||||
In your console, run the following command into this directory:
|
||||
sudo php mind install
|
||||
|
||||
Great! Now you're good to go
|
||||
+38
-8
@@ -1,10 +1,40 @@
|
||||
See INSTALL.txt file to see how to install it.
|
||||
For now, only working on mac and Linux
|
||||
Requires:
|
||||
PHP 5.3+
|
||||
PHP-cli
|
||||
PHP-SQLite
|
||||
|
||||
To perform some examples and tests, see
|
||||
in your browser
|
||||
http://[yourMindDir]/docs/ide
|
||||
Installation
|
||||
**For now, only working on mac and Linux...sorry bill!**
|
||||
Your HTTPServer's user must have permission to read and write on its folder
|
||||
In your console, run the following command into this directory:
|
||||
$sudo php mind install
|
||||
|
||||
http://thewebmind.org
|
||||
http://docs.thewebmind.org
|
||||
contact@thewebmind.org
|
||||
Great! Now you're good to go
|
||||
|
||||
To perform some examples and tests, access in your browser
|
||||
the IDE demo
|
||||
http://[yourMindDir]/docs/ide
|
||||
|
||||
For graphics, diagrams, examples of code, help and documentation, see
|
||||
the docs directory
|
||||
[yourMindDir]/docs/
|
||||
|
||||
Your projects are stored at:
|
||||
[yourMindDir]/projects/[projectName]
|
||||
You can write your codes directly in sources/main.mnd in your
|
||||
project's source directory
|
||||
You can see the generated documentation and source code on 'docs' and
|
||||
'app' directories, into the project's directory
|
||||
|
||||
Please, check/change the data and options as you need, on
|
||||
[yourMindDir]/env/defaults.ini
|
||||
|
||||
Unit tests are on Tests directory, run it with PHPUnit
|
||||
[yourMindDir]/Tests
|
||||
|
||||
Useful/interesting links:
|
||||
http://thewebmind.org
|
||||
http://docs.thewebmind.org
|
||||
contact@thewebmind.org
|
||||
http://twitter.com/thewebmind
|
||||
http://twitter.com/felipenmoura
|
||||
@@ -0,0 +1,14 @@
|
||||
//teacher have student.
|
||||
/*
|
||||
you can use "exec:command()" or "=value" to apply commands
|
||||
or numeric values to your default value
|
||||
students have age:int, sex:boolean, color:varchar(7).
|
||||
*/
|
||||
students have name:varchar(80, required, "=jon(son of bob)", key).
|
||||
|
||||
/* this is another
|
||||
test again */
|
||||
|
||||
teacher have nome:varchar(40, not null, "maria(son of jose) da silva", key).
|
||||
|
||||
and we know that each teacher may have one or many stuends.
|
||||
@@ -0,0 +1,16 @@
|
||||
aluno tem professor
|
||||
//professor tem piça
|
||||
professor tem aluno
|
||||
aluno tem foto:arquivo(xx)
|
||||
/*
|
||||
|
||||
blablabla
|
||||
mimimi
|
||||
xxx
|
||||
blabelaebamimi
|
||||
*/
|
||||
aluno tem pai, mãe e papagaio.
|
||||
aluno tem nome:caractere(128, obrigatório, não nulo, "josé's da conceição")
|
||||
pai tem \pilha.
|
||||
mae tem nome, idade e sexo:char().
|
||||
mãe tem nome, idade e sexo.
|
||||
@@ -52,7 +52,6 @@ class Analyst {
|
||||
$tmpProperty= new MindProperty($word);
|
||||
}
|
||||
}
|
||||
|
||||
$i++;
|
||||
}
|
||||
return true;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* It will have the regular expression dictionary, mainly
|
||||
*/
|
||||
|
||||
// REGULAR EXPRESSIONS
|
||||
// REGULAR EXPRESSIONS
|
||||
define('PROP_DETAILS', "/\(.*/");
|
||||
define('PROP_DEFAULT', "/\".*\"/");
|
||||
define('PROP_DEFEXEC', "/(^(\"=)|(\"exec\:))|(\"$)/i");
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário