348 Commits

Autor SHA1 Mensagem Data
wandersonwhcr eefa7b0c19 Adição de rótulo para elementos de formulário conforme o nome fornecido. 2010-07-29 18:36:53 +00:00
wandersonwhcr 5d5411fdda Diretório desnecessário conforme arquitetura padrão de aplicativos Zend Framework. 2010-07-29 15:19:43 +00:00
wandersonwhcr 29dc93e44c Estrutura de classes de tabelas do banco de dados corrigidas, incluindo caminho de criação de arquivo no Módulo Mimoza. 2010-07-29 01:55:45 +00:00
wandersonwhcr df33becb2d Padronização de arquitetura de aplicativo Zend Framework com plural em nome de diretório de armazenamento de Layouts. Adição de controladoras padrão principal e de erros. 2010-07-29 01:46:43 +00:00
wandersonwhcr f8bf3c9b9f Construtora de visualização inicial de controladora. Arquivo fonte para renderização da nova construtora criada. Controladoras buscam chaves primárias múltiplas. Módulo Mimoza com chamada para construção de visualização inicial de controladora 2010-07-29 01:39:46 +00:00
wandersonwhcr 25b92af37b Construtoras de visualização sobre criar, remover e atualizar elementos. Fontes para renderização de construtoras desenvolvidas. 2010-07-29 01:06:17 +00:00
wandersonwhcr 429a160fae Construção de formulário. Construtor de formulários e fonte de renderização do arquivo. Modificações na geração da documentação de tabelas. Adição de chamada de construtor de formulários no módulo Mimoza. 2010-07-29 00:50:15 +00:00
wandersonwhcr f9fe8bcc7f Adição de renderização de classe representativas de tabela para banco de dados. Estrutura de armazenamento no aplicativo conforme padrão Zend Framework. Criação de classe construtora e de fonte de renderização. Chamada construtora da tabela no módulo Mimoza. 2010-07-29 00:36:00 +00:00
wandersonwhcr 7e0d3e035f Criação de ações de controladora para deletar, atualizar e criar novos elementos. 2010-07-29 00:23:42 +00:00
wandersonwhcr 3487cd13c0 Utilização da versão do Dojo Toolkit na versão 1.5 diretamente de seu projeto. 2010-07-29 00:05:32 +00:00
wandersonwhcr 0c44835b69 Criação de controladora utilizando o projeto Mimoza. Construtor de controladoras e visualização com somente a ação padrão. 2010-07-29 00:01:08 +00:00
wandersonwhcr 6db446b07f Método mágico recebe como parâmetro um array de elementos passados pelo método original. 2010-07-28 23:59:11 +00:00
wandersonwhcr c61635d3f8 Issue 43
Remoção de arquivos enviados por engano ao servidor de versionamento.
2010-07-24 22:46:40 +00:00
wandersonwhcr 3c9a648175 Inicialização do arquivo de Layout do sistema com referências para a bilioteca do Dojo Toolkit local. Possível estudo de otimização do projeto para armazenar a biblioteca do Dojo compactada e abertura do arquivo em tempo de finalização do projeto. 2010-07-21 04:43:15 +00:00
wandersonwhcr 9e387f5455 Construtor da classe de inicialização do Aplicativo Zend Framework. Saída padrão para o arquivo construtor e utilização deste no módulo. 2010-07-21 04:31:15 +00:00
wandersonwhcr 8697de0081 Criação da estrutura de diretórios para as configurações do sistema conforme padrão de Arquitetura de aplicativos do Zend Framework. Construtor de arquivos de configuração e tratamento de tipo de adaptador de banco de dados, dando suporte somente ao MySQL e PostgreSQL. Arquivo de saída de dados para configuração do aplicativo. Arquivo de Bootstrap do aplicativo Zend Framework. 2010-07-21 04:15:07 +00:00
wandersonwhcr a58a934177 Estrutura inicial de aplicativo conforme padrão Zend Framework. Construtor de arquivo de configuração do Apache para Bootstrap do aplicativo Zend Framework. Possível modificação com a escolha do tipo de ambiente de execução em que o aplicativo irá ser executado em formulário de configuração do Módulo do Webmind. Visualização simples do arquivo de configuração do Apache, utilizado pelo construtor. 2010-07-21 02:09:08 +00:00
wandersonwhcr f94beed584 O módulo Mimoza inicializa um Projeto Mimoza para facilitar o acesso aos construtores. Inicialização de outras informações como o Framework e o diretório para estrutura do aplicativo alvo. 2010-07-21 01:53:16 +00:00
wandersonwhcr a71b6fd9e5 Projeto do Mimoza para encapsulamento do projeto do Webmind e métodos mágicos para leitura de construtores. Com a especialização do projeto, podemos adicionar alguns métodos para facilitar os acessos do projeto do Webmind. 2010-07-21 01:49:49 +00:00
wandersonwhcr e99b3fd213 A classe de construtor do Mimoza ainda é abstrata pois necessita de sobrescrita do método de inicialização para especializar cada construtor; esta classe é necessária para configurações como caminho de arquivos de visualização e filtros adicionais. Os construtores recebem um projeto do Mimoza e não um projeto do Webmind, facilitando assim a busca de outros construtores através de métodos mágicos e evitando o uso de variáveis globais. O construtor quando atira uma exceção de seu pacote, o carregador de classes deve ser informado da classe correta para carregamento. 2010-07-21 01:48:14 +00:00
wandersonwhcr 0302546e21 Retirada de alguns comentários não necessários neste momento de desenvolvimento. Método para busca de instância deve ser estático. Erro durante a leitura de caminhos de pacotes, onde a cada iteração os pacotes eram novamente lidos, sobrescrevendo alguma alteração anterior. O método para carregar arquivos deve receber um nome de arquivo e não novamente o nome da classe. 2010-07-21 01:40:40 +00:00
jnascimento 1ca7310566 2010-07-14 10:30:07 +00:00
felipenmoura 39f42cf1e1 Changes to the ER Diagram Plot Tool. 2010-06-20 23:20:33 +00:00
wandersonwhcr 294e3bc1cf Construtor de arquivos que utiliza um arquivo padrão para renderização, trabalhando através de camadas MVC. Abstração deste construtor para especializações rápidas. O construtor utiliza acesso por métodos mágicos para auxílio, como criação de atributos novos armazenados em container e chamada de métodos de classes externas automática. Filtros para transformação de dados em tempo de renderização do arquivo. Criação do filtro que troca informações dos arquivos de renderização. Abstração de classe auxiliar para chamadas por método mágico no construtor. 2010-06-08 01:16:17 +00:00
felipenmoura dcc654d3ee Issue 35: Fixed problem with the plugin manager. 2010-05-29 21:38:23 +00:00
felipenmoura 102fc28076 * Created tool to manage users
* Added the sent of an e-mail to all involved members, when a project is commited
2010-05-29 21:07:45 +00:00
wandersonwhcr 2f06488415 Pacote de tratamento de erros para a biblioteca do Mimoza. Cada pacote do Mimoza deverá possuir um manipulador de erros especializado para que os blocos de captura de exceções sejam criados mais facilmente, tratando melhor os erros gerados em cada caso. Pacote de carregamento de classes finalizado. A classe carregadora de arquivos e classes segue o mesmo padrão de estrutura de pacotes do Zend Framework. Através de um método estático, há a possibilidade de solicitação de classes, somente pelo fornecimento de seu nome, que é tratado e filtrado conforme o sistema operacional instalado. Sempre que necessário, todas as classes do Mimoza deverão utilizar o carregador para a busca de classes. A classe principal do Mimoza será a única a carregar a classe Loader estaticamente, buscando inicialização da mesma. 2010-05-27 12:27:22 +00:00
wandersonwhcr 58de8f7d7a Correção do arquivo de informações do módulo Mimoza que não exibia a licença do sistema. Aplicação da interface de módulo do Webmind no Mimoza, comentários sempre que necessário. Arquivo de licença idêntico ao módulo anterior, gerador de aplicativos ZF. Necessidade de comentários em português, buscando explicar todas os passos do desenvolvimento. 2010-05-21 20:48:15 +00:00
wandersonwhcr 8912e2dc98 Mimoza (Mind Module for Zend Framework Applications) Started Revision. First step to build this Mind module with some initial codes. Changed directory properties to ignore Eclipse Project configurations. 2010-05-21 03:32:58 +00:00
felipenmoura 3ed3a4c6d8 Fixed bug when trying to create a poject which name had some special charactere;
Changes to some CSS details;
Changes to the "generating" method, due to treat better when some error happenes;
Methods added to the framework.
2010-05-06 01:59:09 +00:00
felipenmoura deb74e946f These two last commits were made due to try to fix a strange behavior the svn client was having here. 2010-05-01 20:59:35 +00:00
felipenmoura a62cad2db6 Do NOT use this update, it is being used olny for a test 2010-05-01 20:57:45 +00:00
felipenmoura d7235e2cb4 2010-05-01 20:02:59 +00:00
felipenmoura dd3297b783 Fixed bug with the "did you mean" feature.
Fixed but with time measuriment, to show the time used to run the script.
2010-04-26 03:02:34 +00:00
felipenmoura 8ff9a08812 Changes to the new "did you mean" feature. 2010-04-26 02:24:35 +00:00
felipenmoura 3801dff7bb Added the "did you mean" feature.
Now, if any entity has no attributes, or is not related to any other table, theWebMind will verify if you did not write it wrong.
2010-04-26 02:04:12 +00:00
felipenmoura 74a508cf42 The main frameork file <framework/mind-2.0.php> was reorganized and commented 2010-04-25 04:26:57 +00:00
felipenmoura 7f5b8325a4 Fixed bugs with DBMapping 2010-04-23 04:39:16 +00:00
felipenmoura 8133e4adb7 tests with DBMapping 2010-04-23 04:37:59 +00:00
felipenmoura 8940bc1e0b Bugs to PluginMaker fixed 2010-04-22 05:53:59 +00:00
felipenmoura 55526c217c Changes to the fixNames function, related to special characteres.
Changes into the PluginMaker plug-in
2010-04-22 05:33:39 +00:00
felipenmoura dd0ed94e00 Some Plugin Maker changes 2010-04-22 04:33:36 +00:00
felipenmoura 9fa1f3f2cd PluginMaker added.
The beginning of the works with the mind universe is being prepared.
A few adjusts to the code of different files and some comments added.
2010-04-22 04:20:34 +00:00
felipenmoura 0ca67e6c1e PluginMaker plug-in
Created to help developers that want to create their own plug-in
2010-04-22 04:10:24 +00:00
felipenmoura feb3a7090b First commit of the tools related to the Synonymous Dictionary.
ALso, fixed the bug with the codding tool.
Added tool to download the generated project as a .zip file.
Some changes to the "View>Current Project Files" tool

Affected issues:
- 25: Synonymouse dictionary
- 32: Change the "Explore Files" label
- 33: Missing the end character in the codding tool
2010-04-04 05:57:55 +00:00
felipenmoura f6ce50a345 Finished the following issues
26 - Reorganize and doc the main class

Also made changes in some XML values and properties to keep them up to date and in the main config file
2010-03-29 01:45:45 +00:00
felipenmoura 9b6ddc7786 Changes related to the following issues:
22 - Reload the project after updating its properties
21 - Bug when dragging the background of the ER Diagram
24 - Fail detecting the end of an instruction when you have an attribute with type wirh .
29 - ER Diagram does not open on Google Chrome

Still under maintance
26 - Some changes... still, more to be done
2010-03-28 05:29:20 +00:00
felipenmoura 20ed84a7be - Possibility to transform the ER Diagram into an image, to save it or print using canvas
- FIxed bugs with the ER Diagram Zoom
- Added messages when running the project
- Inteligence to ask for new verbs and property tipes, to add them to the language and learn with the developer
2010-03-20 19:52:10 +00:00
walkeralencar 0afe72e417 - adjust modulo2 config to use on linux servers.
- comment echo on generating.php
- now ignore .svn folders when generating codes
- added ignored files preventing future errors.
2010-03-19 22:50:24 +00:00
felipenmoura 8744da4437 files that ware missing, in the last commit 2010-03-17 03:09:35 +00:00
felipenmoura 75da2f0c7a - Better control of messages, debug and step-by-step during the process of running a project. (issue 18)
- Messages, warnings and error messages, tips and notices added to the running action issue(18)
- Added Zoom tools the the ER Diagram (issue 17)
2010-03-15 02:57:22 +00:00
jayalemao 404cc9593f Alterado label dos botões Run/Generate 2010-02-24 05:46:42 +00:00
felipenmoura a38bc3d36c adjusts on update functionality 2010-02-22 04:00:24 +00:00
felipenmoura 6b5ccb92f1 Adjusts on update feature to keep theWebMind in the latest version 2010-02-20 19:37:12 +00:00
felipenmoura 371848cb97 Fixed a bug when generating with the ZendModels Module.
Created some blank required directories and files.
2010-02-20 01:16:44 +00:00
jayalemao 404cec1462 Alteração referente a Issue 15 - Entidades relacionadas não aparecem na View gerada pelo ZendModels 2010-02-19 03:17:58 +00:00
jayalemao a07b02c14f Correção da Issue 14 - Zend Models não gera textarea nas views
Correção da Issue 15 - Entidades relacionadas não aparecem na View gerada pelo ZendModels
2010-02-19 02:50:49 +00:00
felipenmoura b64f88f7a0 2010-02-19 02:49:49 +00:00
felipenmoura e898836737 - Corrigido falta de ponto no final das expressoes ao usar o DBMapping 2010-02-04 04:28:41 +00:00
felipenmoura 59c71969a5 2010-02-02 04:22:47 +00:00
felipenmoura e677740c21 Alterações no módulo Zend
- Ajustes na tela de opções do módulo
- Acrescentada funcionalidade das máscaras usando o plugin easy mask do jquery
- Acrescentada funcionalidade do calendário para inputs do tipo data (importado jqueryui)
- Acrescentada funcionalidade de envio de arquivos pelos formuários(ainda nao trata para salvar na base,apenas altera o formato do form e o input)
- Acrescentado controle do tamanho dos campos
- Controle de campos obrigatórios em server-side
- Corrigida licença no módulo, e o link que apontava para a licensa errada em todos os arquivos gerados
2010-02-01 04:24:41 +00:00
felipenmoura a2f1cda564 - Funcionalidade de usar . ou ; como identificador de quebra de linha, possibilitando que se escreva comandos de mais de uma linha, ou mais comandos em uma mesma linha.
- Adicionado à árvore da estrutura do projeto, o atributo Required que indica se o campo é ou não "not null", que estava faltando
2010-01-31 23:38:45 +00:00
jayalemao 941eaf083f Alteração do tamanho da mensagem de erro 2010-01-28 03:26:56 +00:00
jayalemao ab94d1832d Nome do arquivo pageHeader.phtml alterado 2010-01-28 02:23:59 +00:00
jayalemao b964f0897b Correção nos paths dos scripts e style da página default.phtml gerada pelo Módulo 2010-01-28 02:21:45 +00:00
jayalemao 1c22666253 Mensagem de instrução no ZendModels 2010-01-28 01:56:36 +00:00
jayalemao 91f7a4948f Novas imagens 2010-01-28 01:26:29 +00:00
felipenmoura a5a7f307af Melhorias no arquivo index.php 2010-01-28 01:17:22 +00:00
jayalemao 52ee23c614 Aleração no include_path 2010-01-28 00:09:38 +00:00
felipenmoura dbd0491946 Fixed bug when generating project with a module that had a camelized name 2010-01-26 23:16:36 +00:00
jayalemao b5cd8882bd Alteração no nome das sequences 2010-01-26 05:17:21 +00:00
felipenmoura b0870072d0 2010-01-26 04:24:51 +00:00
jayalemao fba5193691 Correção no path dinâmico da aplicação gerada 2010-01-26 03:58:57 +00:00
jayalemao 8050278d7e Correção no path dinâmico da aplicação gerada 2010-01-26 03:43:34 +00:00
jayalemao d1fb223bb5 Correção no path dinâmico da aplicação gerada 2010-01-26 02:20:37 +00:00
felipenmoura 3213f42f71 2010-01-26 00:52:32 +00:00
felipenmoura 9a6b156b33 2010-01-26 00:15:12 +00:00
felipenmoura 0b3e5a702e Tratamento para substituir ou ignorar tabelas que ja existam na base de dados (Para PostgreSQL, também)
FIXED
2010-01-26 00:13:19 +00:00
jayalemao d8a710bd5f 2010-01-25 23:40:26 +00:00
felipenmoura c8bb63029c Tratamento para substituir ou ignorar tabelas que ja existam na base de dados (Para PostgreSQL, também) 2010-01-25 23:24:40 +00:00
felipenmoura 83fba01fd0 Tratamento para substituir ou ignorar tabelas que ja existam na base de dados (apenas para MySQL, por enquanto) 2010-01-25 02:28:53 +00:00
felipenmoura afd078c03c Correção, para avaliar primeiramente por especializações e generalizações, e posteriormente por verbos. (para corrigir problemas com verbos compostos por mais de uma palavra) 2010-01-24 23:19:09 +00:00
felipenmoura d5b1dd5bfa 2010-01-24 18:52:46 +00:00
jayalemao c5de514641 Licença correta 2010-01-20 01:56:02 +00:00
jayalemao 226318b266 Adicionado "more" como quantificador 2010-01-20 00:48:52 +00:00
felipenmoura 73dbaf382e Fixed bug when commiting modules with Captialized letters 2010-01-17 00:36:40 +00:00
jayalemao c4ff831aaf Correção no include do arquivo do módulo 2010-01-17 00:31:00 +00:00
felipenmoura b18d5cbb04 2010-01-16 21:57:34 +00:00
felipenmoura e57dc25a1f Fixed: bug when generating tables into database 2010-01-16 21:09:52 +00:00
felipenmoura d60792dd5c Visualizador de códigos gerados / commitados 2010-01-16 20:52:10 +00:00
felipenmoura 78dd2ad0be estilos modificados.
Especialmente para visualização dos códigos gerados
2010-01-16 20:50:59 +00:00
felipenmoura a3c4bebcf9 2010-01-16 20:49:17 +00:00
felipenmoura 8b792e2aba melhorias na tela de login 2010-01-16 20:48:51 +00:00
felipenmoura c2bae23fd4 tela de boas vindas 2010-01-16 18:00:43 +00:00
felipenmoura fd334545f2 Melhoria da ferramenta de visualização dos arquivos gerados 2010-01-16 04:17:48 +00:00
jayalemao f9e5586518 Continuação das rotinas para o Módulo Zend Framework versão pré-alpha 2010-01-15 05:00:50 +00:00
jayalemao 37a77544fc Alteração na estrutura de diretórios do Módulo Zend Models 2010-01-15 00:26:05 +00:00
jayalemao 24501bda84 pageheader.phtml foi movida para um diretório acima 2010-01-15 00:16:42 +00:00
jayalemao e2e123c802 Continuação das rotinas para o Módulo Zend Framework versão pré-alpha 2010-01-13 03:19:35 +00:00
jayalemao 955899796a Alteração nas classes do framework 2010-01-13 03:18:45 +00:00
jayalemao 649c832090 Remoção de código inutil 2010-01-12 04:55:21 +00:00
jayalemao b05a5299e7 Pequenos ajustes no Framework do modulo. 2010-01-12 04:54:40 +00:00
jayalemao 488719c5c3 Módulo Zend Framework implementado ainda versão pré-alpha. 2010-01-12 04:52:54 +00:00
jayalemao 8529c5cfe7 Opção de gerar apenas o banco de dados incluida. Ainda não está 100%. É preciso rever a barra de status. 2010-01-08 04:09:38 +00:00
felipenmoura 5e063eaa0d 2010-01-07 02:45:41 +00:00
jayalemao 8e0a6c0716 Partial support to MSSQL 2010-01-07 00:23:33 +00:00
jayalemao 6ad87254d0 20 Minuts Time Limit defined to generate project 2010-01-07 00:21:42 +00:00
jayalemao 7bd90a4fc3 Added InnoDB Engine in tables by default 2010-01-07 00:19:59 +00:00
felipenmoura e0019cb0b4 2010-01-06 04:45:55 +00:00
felipenmoura 955b76647b 2010-01-06 04:40:01 +00:00
felipenmoura ad2a42dcc4 2010-01-06 02:18:14 +00:00
felipenmoura 3315d8995c Otimização de performance 2010-01-06 00:42:12 +00:00
felipenmoura a7d67b9431 otimização da construção da arvore da estrutura do projeto 2010-01-05 00:35:42 +00:00
felipenmoura 04a8fc49d1 2010-01-03 01:34:47 +00:00
felipenmoura af21c8d898 Plugin Satistics adicionado
Plugin DBMapping melhorado
2010-01-03 01:12:17 +00:00
felipenmoura 12f1da7af1 2009-12-26 22:49:40 +00:00
felipenmoura 3c51fce95a 2009-12-26 22:37:49 +00:00
felipenmoura 39fccb6417 2009-12-24 03:59:00 +00:00
felipenmoura 1d13fc1296 2009-12-24 02:50:14 +00:00
felipenmoura 2ecb96ecd3 2009-12-23 23:00:01 +00:00
felipenmoura 56e421989f Help - Tópicos 2009-12-23 03:51:49 +00:00
felipenmoura 31f3a8812a 2009-12-22 23:42:34 +00:00
felipenmoura 6efb8de330 -correções na tela de login
-alterações na tela home
-alteração do icone
2009-12-22 23:25:44 +00:00
felipenmoura 70cae638f8 2009-12-19 19:30:55 +00:00
felipenmoura 65bd95bb07 2009-12-19 19:11:24 +00:00
felipenmoura 7625374d0e Ferramenta que exibe comandos query para cada tabela, criada para o diagrama ER. 2009-12-19 18:30:43 +00:00
felipenmoura efc7c70391 2009-12-17 03:38:47 +00:00
felipenmoura fb5796047d melhoria das ferramentas para o diagrama ER 2009-12-17 03:26:58 +00:00
felipenmoura 6f507da9c7 2009-12-15 04:07:51 +00:00
felipenmoura 1916b848f4 adicionada a funcionalidade de temas para o Mind 2009-12-15 04:00:43 +00:00
felipenmoura 7007163126 adicionado menu e funcionalidade "open recent"
ajustes na tela inicial quando não há nenhum projeto aberto(latest/home)
2009-12-12 19:46:50 +00:00
felipenmoura e0017a13e2 2009-12-10 02:59:58 +00:00
felipenmoura 6f98fb0657 adicionado metodo POST aos plugins
inicio do desenvolvimento do DBMapping
2009-12-10 00:16:28 +00:00
felipenmoura 5458d70af4 2009-12-05 20:00:29 +00:00
kassner 04e44fb4cd 2009-11-29 14:30:49 +00:00
felipenmoura ed6426f0a3 melhorias na árvode da estrutura do projeto 2009-11-16 03:38:21 +00:00
jayalemao bf3abc73ee Incluida pagina de feedback(embedada do google docs) 2009-11-16 02:11:40 +00:00
felipenmoura 61c4281e31 feedback pela metade 2009-11-13 05:26:20 +00:00
felipenmoura 78bae77c28 2009-11-11 22:06:24 +00:00
felipenmoura 7d44b24f41 2009-11-08 17:18:39 +00:00
felipenmoura 3386663f24 2009-11-08 03:40:13 +00:00
felipenmoura 0dab734dee arvore com estrutura do projeto 2009-11-07 19:54:32 +00:00
jayalemao e8566f25a0 Implementada a funcionalidade de inserir novo usuário.
A funcionalidade de gerenciar ainda não esta 100%.
2009-11-06 03:21:29 +00:00
jayalemao feecb7ea85 Implementada a funcionalidade de inserir novo usuário.
A funcionalidade de gerenciar ainda não esta 100%.
2009-11-06 03:19:15 +00:00
jayalemao e488ecc3c8 2009-11-06 03:16:53 +00:00
felipenmoura 791302afa4 updated version 2009-11-06 02:24:45 +00:00
felipenmoura ed6eed081e 2009-11-03 04:09:55 +00:00
felipenmoura 4fd5570582 página home_page.php 2009-11-03 04:06:41 +00:00
felipenmoura c6da5767a3 2009-11-03 00:38:12 +00:00
felipenmoura ca75e6f0df 2009-11-03 00:29:39 +00:00
felipenmoura 82e11bc95a correção do bug inicial de carregamento de blugins 2009-10-31 04:36:11 +00:00
felipenmoura c3576277a0 2009-10-31 03:45:38 +00:00
felipenmoura 4cdf7146c8 2009-10-31 03:44:56 +00:00
felipenmoura a1d3c1a861 2009-10-31 03:44:20 +00:00
felipenmoura 4e634dc3b6 alterações feitas na funcionalidade de update do sistema 2009-10-31 03:32:14 +00:00
jayalemao 2d5df77a66 Módulo para gerenciar plugins concluído. 2009-10-30 04:24:51 +00:00
felipenmoura 737afe6012 melhorias na ferramenta de atualização do sistema 2009-10-28 03:07:30 +00:00
felipenmoura ad3efffd28 2009-10-26 03:56:34 +00:00
felipenmoura 1cbc69319e -Options pronto
-Controle de versões ao gerar, atualizar ou commitar projetos
-Sistema de busca por atualizações pronto
-Ferramenta para visualização dos arquivos gerados para o diretório geral de projetos
2009-10-26 03:49:19 +00:00
felipenmoura f0cace94eb ferramenta para visualização dos arquivos gerados 2009-10-25 03:33:22 +00:00
felipenmoura b5f59a51df -ferramentas para commit e update de projetos
-ajustes nas linguagens
-alterações no arquivo index antes do login
2009-10-24 16:03:29 +00:00
jayalemao 35b26a0a67 Adicionado comentários em todas os métodos das classes.
Criado novo método para pegar o acrônimo PDO de cada DBMSS
2009-10-24 03:39:09 +00:00
felipenmoura 235a4055a3 2009-10-22 02:58:30 +00:00
felipenmoura 97b7d3a030 idioma ingles, adicionado 2009-10-21 03:18:46 +00:00
felipenmoura b50d008e55 2009-10-21 01:57:46 +00:00
felipenmoura 744091a0d9 2009-10-21 01:45:34 +00:00
felipenmoura 6f4cfd4107 2009-10-18 22:45:43 +00:00
felipenmoura abc7d96f26 gerando a base de dados
corrigido problema ao salvar projeto
2009-10-18 22:40:20 +00:00
felipenmoura 0d49c9dfdd 2009-10-17 21:09:01 +00:00
felipenmoura 3ef66ea296 - download do código DDL gerado
- [ENTER] para pesquisa dentro do código DDL
2009-10-17 20:32:28 +00:00
felipenmoura dd564c6094 ferramentas para melhoria do uso do código DDL
- Pesquisar
- Limpar pesquisa
- Copiar para clipboard
2009-10-17 06:33:09 +00:00
felipenmoura 28e4b83970 2009-10-15 12:37:49 +00:00
jayalemao 4e0d8e4a9d Alteração no método Load de Dialog. Correção no carregamento da janela 2009-10-15 04:52:58 +00:00
felipenmoura 76407d88f0 2009-10-15 04:35:54 +00:00
felipenmoura 15b3c9bf64 2009-10-15 04:24:22 +00:00
felipenmoura fc5aedfd62 adicionada funcionalidade de exportar e importar 2009-10-15 04:19:33 +00:00
felipenmoura 8de35fa270 ferramenta para exportação e importação ... para testes 2009-10-15 01:00:51 +00:00
jayalemao 6f1bebed88 Adicionado classe para gerar DDL para SQL Server 2009-10-14 02:54:52 +00:00
felipenmoura f0f1c2f957 2009-10-14 01:23:33 +00:00
felipenmoura e39378d3ee correções no DDL do PostgreSQL 2009-10-14 00:31:14 +00:00
felipenmoura abd68e2a9a correção do código DDL para MySQL 2009-10-13 23:07:56 +00:00
felipenmoura 19b0cfd8ec - Finalizadas ferramentas para implantação de plugins
- Criado plugin mNotes

OBS: fora alterado, o próprio arquivo jquery.js para que implementasse algumas necessidades próprias do Mind2.0
2009-10-11 03:45:39 +00:00
felipenmoura 1054b14eca * implementação de plugins quase concluída
- implementação de tratamentos de erros JavaScript
- alterações nos menus
2009-10-08 04:16:21 +00:00
felipenmoura 760811a76b 2009-10-03 21:14:32 +00:00
felipenmoura 629e6baeb7 removido painel da direita
removidos menus obsoletos
correção em alguns arquivos da documentação do módulo 2
2009-10-03 05:21:14 +00:00
jayalemao d65f61c477 2009-10-01 04:20:04 +00:00
jayalemao e5c7ea14da Correção para mysql auto_increment 2009-10-01 04:07:56 +00:00
jayalemao 1542287d21 Alteração no método getQueryScript. Correção ao inserir virgula nos parametros SQL 2009-09-29 03:58:21 +00:00
jayalemao d1fd263c98 Correção no método bindValues. Agora só é adicionado a Query os parâmetros corretos. As primarys keys não são mais inseridas.
Primarys keys somente são inseridas nos métos Remoce e Update
2009-09-29 03:57:14 +00:00
jayalemao 41ff2340a2 Correção no método bindValues. Agpra só é adicionado a Query os parâmetros corretos. As primarys keys não são mais inseridas. 2009-09-29 01:33:56 +00:00
felipenmoura 0720335c57 adicionada a habilidade de setar atributos como hidden atraves do uso de # no inicio do nome do atributo 2009-09-27 23:25:41 +00:00
felipenmoura 9948c74f1a ajustes visuais, para o tratamento de entidades que apontem para si mesmas... alterações feitas no dicionario de dados, no código DDL e no diagrama ER. 2009-09-27 23:00:28 +00:00
felipenmoura 70cf84c106 Adicionada funcionalidade para uma entidade poder apontar para ela mesma 2009-09-27 03:37:42 +00:00
felipenmoura 33b8f62ee0 Reescrita, toda a engine do processamento de quantificadores. Corrigido bugs e otimizada, a ferramenta 2009-09-26 19:40:59 +00:00
jayalemao d63d9776df Classe abstrata de Service. Todas as classes Services geradas extendem a ela. 2009-09-25 05:43:30 +00:00
jayalemao 5b3e9fc579 Correções na classe de geração de código 2009-09-25 05:40:48 +00:00
felipenmoura 8253e110a9 Reconhecimento de classes extendidas e abstratas
correção do bug na ferramenta para digitação, no chrome para windows
2009-09-25 04:49:00 +00:00
felipenmoura 0706acce24 removida, temporariamente, o idioma en-US 2009-09-25 04:30:35 +00:00
felipenmoura 282edf9620 2009-09-25 04:08:20 +00:00
felipenmoura 2bfd03818e mysql funcionando 2009-09-25 03:12:17 +00:00
felipenmoura 3b383c93bf 2009-09-25 02:10:06 +00:00
felipenmoura c8d4b1b38e ajustes no dicionario de dados 2009-09-25 02:09:52 +00:00
kassner 177c9a8f96 2009-09-24 23:03:36 +00:00
felipenmoura c89b72069e Resolvida issue 3 (agora é possivel especificar funções a serem executadas como default no banco) 2009-09-24 04:08:57 +00:00
jayalemao 459eb5bd73 Alteração no método Mind.AjaxHandler.Capture para correção da Issue 2 2009-09-24 03:59:08 +00:00
jayalemao dd6b1e94a3 Alteração no evento error para suportar nova implementação. 2009-09-24 03:57:34 +00:00
jayalemao d46664bae8 Correções na classe de geração de código 2009-09-24 03:56:42 +00:00
jayalemao 14d4ff1086 Classes do modulo que são copiadas para o sistema gerado 2009-09-23 23:40:17 +00:00
jayalemao 7e5c94b51d Estavamos forçando um erro para testar o debugador. Agora a opção salvar projeto esta funcionando normalmente. 2009-09-23 22:32:18 +00:00
eduardokraus 080e5c2e7e 2009-09-23 17:21:28 +00:00
felipenmoura f502259940 CORREÇÃO de bug na linguagem 2009-09-23 04:16:34 +00:00
jayalemao 8d3c47b30a Classe responsável pelo Modulo(Este modulo ainda está em desenvolvimento) 2009-09-23 00:17:05 +00:00
jayalemao 6d66186d2e Alterações nas classes so framework e modulo 2009-09-23 00:15:50 +00:00
jayalemao 13841b8b65 Implementação Modulo PHP 2009-09-19 07:33:33 +00:00
jayalemao eb6c557405 Implementação Modulo PHP 2009-09-19 07:32:27 +00:00
felipenmoura c2d48721f4 2009-09-18 04:38:42 +00:00
felipenmoura 6bf1cda521 2009-09-17 03:02:24 +00:00
felipenmoura 131caa17c8 ajustes para que funcionasse melhor no linux 2009-09-17 02:35:41 +00:00
felipenmoura 3750951bc5 Finalizadas classes para uso dos módulos 2009-09-17 01:01:38 +00:00
felipenmoura f1b5ea3f95 2009-09-14 02:11:01 +00:00
felipenmoura 5e93141b28 evoluções na ferramenta para gerar a partir do módulo
- barra de loading funcional
- criação de diretorios e arquivos apontados pela estrutura do módulo selecionado
2009-09-14 01:55:16 +00:00
jayalemao 426687cc63 Correção no método para aplicar tema(Passou a funcionar no Opera) 2009-09-13 20:46:10 +00:00
felipenmoura dfcdb28f7b 2009-09-13 18:13:54 +00:00
felipenmoura 9171589c35 Ajustes do controle de erros 2009-09-13 04:47:44 +00:00
felipenmoura 5bee8bb300 Testes para os modulos 2009-09-13 02:25:16 +00:00
felipenmoura 2fe4803ea9 evoluções na ferramenta para geração usando o módulo 2009-09-12 23:39:59 +00:00
jayalemao ebdb806d5d 2009-09-12 04:23:40 +00:00
jayalemao d783e50525 Ajustes Mind Ajax Debug 2009-09-12 04:23:23 +00:00
jayalemao 53f3224087 2009-09-12 04:02:32 +00:00
jayalemao 3d7bc08aab Implementação do Mind Ajax Debug 2009-09-12 03:20:35 +00:00
felipenmoura db3a055c84 -implementação do alerta de capslock ativo para o login
-complementos no wizard para geração com o módulo (ainda em desenvolvimento)
correção do problema ao se colocar pontuação no final das instruções
2009-09-11 00:50:04 +00:00
jayalemao ebd0bad55d Arquivos para suporte ao MySQL 2009-09-08 04:11:43 +00:00
felipenmoura 0dd71efb82 Empty Message 2009-09-07 21:46:33 +00:00
felipenmoura 2242d47742 adição de atalhos aos menus principais 2009-09-07 21:42:24 +00:00
felipenmoura 97fbb47839 Criação de atalhos ShortCuts
Ajustes na exportação do projeto
2009-09-07 21:30:38 +00:00
felipenmoura e5bb7855b3 inicio das "obras" com os modulos 2009-09-05 04:19:57 +00:00
felipenmoura ad3f366a9f -ajustes na ferramenta para digitação
-ajustes na listagem de diagramas ER salvos
-início do desenvolvimento das classes do modulo
-ajustes nos menus
-ajustes nas mensagens de erros, e chamadas das mesmas
-ajustes na forma como as mensagens sao tratadas
-ajustes nas mensagens "grow"
2009-09-04 04:56:41 +00:00
jayalemao 41b7b5ecb3 Modulos para testes, e inicio do desenvolvimento da Classe que controlará os Modulos 2009-09-03 01:21:48 +00:00
jayalemao 98b4c20fca Trabalhando nas rotinas para gerar o projeto 2009-09-03 01:15:22 +00:00
felipenmoura eb23880ae4 correção na ferramenta para auxilio na digitação.
Ao criar um novo subtipo, ele é automaticamente inserido na lista de subtipos
2009-09-03 01:07:46 +00:00
felipenmoura f6c0572c9f ajustes no diagrama ER 2009-09-02 04:46:25 +00:00
jayalemao 965bb7da9c 2009-09-01 06:07:49 +00:00
jayalemao 544dda2f77 Adicionado o verbo "pertence a" 2009-08-31 04:57:16 +00:00
jayalemao 9772537d49 Alterações na tela de gerenciar projetos
Correção na barra de rolagem do DER
2009-08-31 04:47:11 +00:00
felipenmoura 0eae71e1d3 Empty Message 2009-08-31 04:31:20 +00:00
felipenmoura 93cb3d9d0a ajuste visual (transparencia no loading) para o linux 2009-08-31 03:53:23 +00:00
felipenmoura 484ee493db ferramenta para auxílio na digitação do código próprio do mind, finalizada 2009-08-31 03:32:07 +00:00
felipenmoura 273be0c7c4 mechendo na ferramenta para digitação 2009-08-31 01:02:57 +00:00
jayalemao f8c6d27310 Criado arquivo PHP para gerar o projeto(ainda não esta completo)
Adicionada biblioteca JS para criação de Wizard
Biblioteca JS  de Wizard alterada para as necessidades do Mind
2009-08-31 00:41:22 +00:00
jayalemao 1d7f201e6d Correção nas barras de rolagem para o Chrome 2009-08-30 21:18:44 +00:00
felipenmoura 1233f562ab 2009-08-30 21:09:18 +00:00
jayalemao c43a4ba31f Ajuste Menu View 2009-08-30 20:17:49 +00:00
jayalemao 27bfab4917 Alterações na tela de gerenciar projetos 2009-08-30 19:41:18 +00:00
jayalemao b12089fc8b Alterações na tela de gerenciar projetos 2009-08-30 19:18:17 +00:00
felipenmoura 3b1c0799c8 correção na classe project.php 2009-08-30 17:36:30 +00:00
felipenmoura 0d2218351c -menu view finalisado.
-duplo clique nas guias para maximiza-las
2009-08-30 15:49:11 +00:00
felipenmoura dbd8e3023d ajustes no visual da ferramenta do diagrama ER 2009-08-29 20:46:35 +00:00
felipenmoura 38ccc5497d Corrigido bug no diagrama ER para linux 2009-08-29 19:29:14 +00:00
felipenmoura d536a1d99c Empty Message 2009-08-29 19:10:34 +00:00
felipenmoura b7954d2ac0 2009-08-29 18:36:53 +00:00
felipenmoura c66d1039b3 thumbs deletada 2009-08-29 17:18:04 +00:00
felipenmoura d6df08961f -Finalizada ferramenta de diagramação ER, com possibilidades para salvar e carregar diagramas.
-Corrigido problema do overflow na lista de tabelas do diagrama ER.
2009-08-29 17:16:38 +00:00
felipenmoura a7dfd8ae57 Ajuste nas posições das relações no diagrama ER 2009-08-27 00:36:25 +00:00
jayalemao 7c320c235b Alterações na tela de gerenciar projetos 2009-08-26 05:42:32 +00:00
felipenmoura 0fed03f617 botao voltar, caso a sessao tenha expirado 2009-08-26 05:41:10 +00:00
felipenmoura c7ebc43818 estilo para ferramenta DER 2009-08-26 05:40:37 +00:00
felipenmoura 3baefbc750 Ferramenta DER finalizada 2009-08-26 05:40:12 +00:00
jayalemao 336d6aa1be Alterações na tela de gerenciar projetos 2009-08-25 05:18:44 +00:00
felipenmoura bb80dd7b8a 2009-08-24 04:32:12 +00:00
jayalemao b5a921314a Alterações na tela de gerenciar projetos 2009-08-24 04:13:01 +00:00
jayalemao 1ea628ad09 2009-08-24 03:18:22 +00:00
jayalemao 431bffc7be 2009-08-24 03:17:37 +00:00
jayalemao c71ee32f59 2009-08-24 03:09:49 +00:00
jayalemao c66e9021f9 2009-08-24 03:07:20 +00:00
felipenmoura e8416b32ab 2009-08-23 19:04:16 +00:00
felipenmoura aeb81e8288 alterações no css, para os fundos diversificados para algumas telas 2009-08-23 18:56:13 +00:00
felipenmoura bf695e0b92 2009-08-23 18:26:55 +00:00
felipenmoura d89e4314ff 2009-08-23 17:29:46 +00:00
felipenmoura 7b8607eafc mensagem para criação de novo usuario, ou mensagem solicitando que se altere as permissoes, caso necessario 2009-08-23 17:26:31 +00:00
felipenmoura a0614ab2b8 correção de alguns NOTICES no PHP 2009-08-23 00:26:17 +00:00
felipenmoura 4574884eac 2009-08-22 23:58:13 +00:00
felipenmoura ca51babeb4 - Cria automaticamente um usuario (admim) caso nao exista nenhum outro usuario
- removidos todos os usuarios, para a versao do download.
2009-08-22 23:57:52 +00:00
felipenmoura 0a4305d820 removidos todos os usuarios 2009-08-22 23:54:27 +00:00
felipenmoura d356caeb32 removido o arquivo "Cópia de menus.php" 2009-08-22 21:51:37 +00:00
felipenmoura 178e748167 As ferramentas para adicionar linhas de comando ao mindeditor foram OCULTAS 2009-08-22 21:48:37 +00:00
felipenmoura 3b8bb3fd1e 2009-08-22 21:47:29 +00:00
felipenmoura 8a028ef82b corrigido bug da barra de load, ao tentar abrir o mind sem que houvesse um projeto no cookie. 2009-08-22 21:14:13 +00:00
jayalemao 5008b3d15e 2009-08-21 23:13:53 +00:00
felipenmoura f8cd0a50cb ajustes na rolagem do diagrama er
finalizada remoção de tabelas no diagrama ER
2009-08-21 05:10:10 +00:00
felipenmoura 02e5fd3cca finalizada remoção de tabelas no diagrama ER 2009-08-21 04:52:21 +00:00
felipenmoura 29440f0c03 2009-08-20 05:24:41 +00:00
felipenmoura fc71ba8165 2009-08-20 05:24:23 +00:00
felipenmoura 4863b9eb1d alterações nos scripts e styles referentes ao diagrama ER. 2009-08-20 05:20:44 +00:00
felipenmoura 1d5dc9216c imagem de background do ER ... mais claro, agora 2009-08-20 05:19:13 +00:00
felipenmoura 3df903a257 Empty Message 2009-08-20 01:03:45 +00:00
felipenmoura 7dc4635fe5 correção para rodar no linux (permissoes e encodes) 2009-08-20 01:03:13 +00:00
felipenmoura 37b9697cb6 adicionada mensagem de erro, relacionada à permissoes 2009-08-20 01:01:43 +00:00
jayalemao bb8927558d Classes criadas para a tela de gerenciamento dos projetos criados 2009-08-18 05:21:02 +00:00
jayalemao f73a01903e Tela onde será feita a administração dos projetos criados 2009-08-18 05:19:38 +00:00
jayalemao 401a3b2e35 Mudanças efetuadas para implantação da barra de progresso 2009-08-18 05:18:38 +00:00
jayalemao 3bcb95a109 Implementada a barra de progresso ao iniciar a IDE 2009-08-18 05:17:16 +00:00
jayalemao 431a5239cf Rotina para barra de progresso. A linha alterada refere-se ao final do carregando do projeto, informando assim a progressbar. 2009-08-18 05:15:16 +00:00
jayalemao cb93a011d2 Limpeza de cógigo e comentários inúteis 2009-08-17 23:36:19 +00:00
felipenmoura 49720d8160 2009-08-15 23:44:26 +00:00
felipenmoura d4db32408f 2009-08-15 23:41:56 +00:00
felipenmoura 9296ed4e40 construção da estrutura da ferramenta para o diagrama ER 2009-08-15 23:38:12 +00:00
felipenmoura f913142448 ajustes na rolagem do diagrama er 2009-08-15 23:37:14 +00:00
jayalemao ce548778a9 Apenas identação no código 2009-08-15 22:29:15 +00:00
jayalemao d1a0cf265f Ajuste para se não selecionado "Bold" ficar como "Normal". 2009-08-15 22:28:29 +00:00
jayalemao c64cbc3dc1 Ajuste nos Painéis.
Todos ao serem redimensionados guardam sua posição.
2009-08-15 22:26:55 +00:00
felipenmoura 8c689ed60c 2009-08-12 00:16:43 +00:00
felipenmoura 625c7dd8e4 2009-08-12 00:14:55 +00:00
felipenmoura 11da1e9edc 2009-08-12 00:12:11 +00:00
jayalemao 06ea7b6ae7 2009-08-10 03:38:17 +00:00
jayalemao 04260f5ac5 2009-08-10 03:32:43 +00:00
jayalemao 5c26ce5753 2009-08-10 03:31:44 +00:00
jayalemao 9042bc35ae 2009-08-10 03:10:32 +00:00
jayalemao 395b44320f 2009-08-10 03:09:52 +00:00
jayalemao db74bfac4d 2009-08-10 03:03:05 +00:00
jayalemao e3ef19a4c0 2009-08-10 03:02:00 +00:00
jayalemao 0232ff338e 2009-08-10 03:00:56 +00:00
jayalemao facdcacb4a 2009-08-10 02:51:47 +00:00
jayalemao f47f687adf 2009-08-10 02:47:02 +00:00
jayalemao 2e0591bd34 2009-08-10 02:45:00 +00:00
jayalemao 24a0ccc57e 2009-08-10 02:14:28 +00:00
jayalemao 7dea94ae30 2009-08-10 02:14:13 +00:00
jayalemao 8cfd28ece3 2009-08-10 02:12:29 +00:00
jayalemao 23e741f0c4 2009-08-10 02:11:59 +00:00
jayalemao 3533076a25 2009-08-10 01:49:05 +00:00
jayalemao 123457ea85 2009-08-10 01:48:16 +00:00
jayalemao 8446fad292 2009-08-10 01:31:56 +00:00
jayalemao ae08b57ffb 2009-08-10 01:31:35 +00:00
jayalemao f7cc69af42 2009-08-10 01:31:16 +00:00
jayalemao ca939ea21a 2009-08-10 01:23:25 +00:00
jayalemao b0302fbc95 2009-08-10 01:21:46 +00:00
jayalemao adc4d31d4d 2009-08-10 01:19:09 +00:00
jayalemao 68c8d977ec 2009-08-10 01:05:45 +00:00
jayalemao 90712e0954 2009-08-10 01:05:04 +00:00
jayalemao 4d84142c8a 2009-08-10 01:04:02 +00:00
jayalemao 5a02906dd1 2009-08-10 01:01:04 +00:00
jayalemao c66606fb62 Mudanças na interface
Melhoras no Framework Javascript
Inicio da integração com módulos existentes na versão 1.0
2009-07-15 00:48:04 +00:00
jayalemao c72a417d7a - Implantado métodos para controle dos Paineis da interface
- Alterada a senha para "admin"
2009-07-04 22:47:55 +00:00
jayalemao 19d5c4b153 2009-07-01 23:10:40 +00:00
jayalemao c97f1490e5 2009-07-01 02:49:31 +00:00
jayalemao b112fa006f Trabalhando no Framework Javascript.
Novos métodos adicionados para trabalhar com Dialogs.
Biblioteca de JSON integrada ao projeto.
2009-06-16 03:22:53 +00:00
jayalemao 16eaa7b78f 2009-06-15 02:54:55 +00:00
jayalemao 131e346551 2009-06-14 22:11:06 +00:00
jayalemao 183f599de8 Initial import. 2009-05-24 05:22:34 +00:00
863 arquivos alterados com 144263 adições e 132 exclusões
-15
Ver Arquivo
@@ -1,15 +0,0 @@
As we all know, WebMind code does not follow all of these rules, but lets try to keep things the best we can. If we all became commited to follow these guidelines, and change the files that are not in them; we certainly could make our mind better. =}
# Files Format #
* Save files with ISO-8859-1 encoding
* All files **must** be named with lower case
* PHP files must have the ".php' extension
* Files containing only PHP code should not end with "?>" (This helps to avoid the _headers already sent_ error)
# Coding information #
* Indentation with **tabs**
* The opening brackets should be in the same line of their statements
* Classes are named using CamelCase: _ClassNameExample_
* Conditions should not have spaces right after/before the parentheses: _if ($var1 == $var2)_
-2
Ver Arquivo
@@ -1,2 +0,0 @@
* CodingStandards _Information about formatting code and editing documents_
* CodeStructure _Information about WebMind's Structure_
+26
Ver Arquivo
@@ -0,0 +1,26 @@
# Instalation
TheWebMind's core was developed in PHP. Then, it's needed to have a working PHP environment configured in your machine or server, wherever you prefer to configura Mind.
First, download the project's content. Go to the download center to acquire the latest version, at: http://thewebmind.org/.
# Requirements
To run TheWebMind you need:
* PHP 5 or superior
* HTTP Server (We recomend Apache)
* A modern Browser*
* Javascript on
# To Linux users: TheWebMind needs to create and modify files and directories into its folder.
Be sure that the HTTP user (usualy www-data or apache) has access to read, write and execute, into it.
# After downloading theWebMind, unzip it into your server.
It's enough to have it working, and you can access it just hitting its address.
For example: http://localhost/thewebmind
Any difficulties, visit our FAQ.
http://thewebmind.org
http://docs.thewebmind.org
contact@thewebmind.org
+24
Ver Arquivo
@@ -0,0 +1,24 @@
The MIT License
Copyright (c) 2010 TheWebMind.org
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.
-81
Ver Arquivo
@@ -1,81 +0,0 @@
# ![http://webmind.googlecode.com/svn/trunk/restrict/modules/Mimoza/data/config/images/icon.png](http://webmind.googlecode.com/svn/trunk/restrict/modules/Mimoza/data/config/images/icon.png) Mimoza #
_Esta página visa centralizar informações pertinentes ao módulo gerador de aplicativos PHP baseados no Zend Framework para Webmind. Este artigo está **incompleto**._
## Apresentação ##
O módulo Mimoza (Mind Module for Zend Framework Applications) foi criado com o objetivo de produzir aplicativos Zend Framework a partir da inteligência gerada pelo Mind. Porém, com desenvolvimento e análise do problema, foi constatado que havia necessidade de criação de uma biblioteca de classes, para facilitar o desenvolvimento deste. O Mimoza então surge como um _framework_ experimental para criação de novos módulos para o Webmind.
## Estudo de Caso ##
Os módulos do Webmind baseiam-se na inteligência gerada pelo Mind para renderizar aplicativos. Esta inteligência contém todas as informações necessárias para criação de um sistema baseado em banco de dados para gravação, atualização e consulta. Lendo estes dados, um módulo possui capacidade de criação dos arquivos de código fonte.
Porém, até o momento, o módulo é uma classe que armazena todos os comandos necessários, como regras de negócio, processamento bruto e resultados de saída, tornando seu código de difícil manutenção.
## Solução ##
Com a construção de uma ferramenta que facilite a geração de módulos, estes podem ser mais acessíveis para programadores e a contribuição do grupo de desenvolvimento tornar-se-á mais ativa.
Uma estrutura de divisão em camadas, separando a área de programação da renderização dos arquivos poderá ser aplicada, dando suporte para expandir as classes conforme seja a necessidade do programador, fornecendo filtros, construtores e auxiliares no desenvolvimento.
## Framework ##
Conforme dito anteriormente, foi necessária a construção de uma biblioteca para facilitar a criação do módulo. Esta biblioteca é dividida em pacotes, cada um responsável por uma tarefa distinta.
Os pacotes estão dispostos na mesma estrutura de diretórios proveniente do Zend Framework.
### Mimoza\_Loader ###
O pacote de carregamento de classes para o Mimoza possui as mesmas características, porém com menos funcionalidades, que o carregador do Zend Framework. Criado com o padrão Singleton, o método de inclusão pode ser invocado em qualquer parte do código.
Sempre que uma classe necessita ser carregada no código do arquivo atual, recomenda-se a chamada do método de inclusão de classes no topo do arquivo, centralizando as chamadas. Não importa quantas vezes uma classe é invocada através do método, ela somente é carregada uma vez a cada fluxo de processamento do PHP.
```
if (!$this->_enable) {
Mimoza_Loader::loadClass('Mimoza_Loader_Exception');
$message = sprintf('Classe Inexistente: "%s"', 'Mimoza_Builder');
throw new Mimoza_Loader_Exception($message);
}
```
Ele é muito utilizado dentro do Mimoza como carregador de classes de exceção. A classe `Mimoza_Loader` não trabalha com o método mágico autoload para manter a funcionalidade do Webmind.
### Mimoza\_Builder ###
Pacote de construção de arquivos a partir de textos previamente formatados. Uma classe construtora do Mimoza é responsável pela camada controladora de uma arquitetura MVC, que auxilia na separação de processamento de informação, da renderização final de arquivos.
A classe `Mimoza_Builder` é extendida de sua abstração, que possui características genéricas para o desenvolvimento de outras classes que não sejam do pacote Mimoza. A construtora então possui processamento especializado para este módulo, configurando o caminho de pesquisa para os arquivos de formatação padrão e adição de filtros necessários.
Todas estas características são semelhantes a controladoras de ações do Zend Framework, que recebem o processamento para renderização de arquivos de _templates_.
A construção de uma classe `Builder` é relativamente simples. Devemos criar uma nova classe de nome iniciando pelo sufixo `Builder_`, extendida da classe `Mimoza_Builder`, num arquivo sem o sufixo informado no diretório `/builders` do Mimoza. A classe mãe possui um método abstrato `build($element)`, que deve conter todo o processamento para geração do arquivo alvo, obrigatoriamente com retorno do conteúdo do arquivo gerado pelo método `render($script)`, que busca o arquivo, gerando a informação necessária.
Tomamos um exemplo de classe que renderiza uma controladora de ações do Zend Framework:
```
<?php
Mimoza_Loader::loadClass('Mimoza_Builder');
/**
* Classe Construtora
* Controladora de Ações
* @author Wanderson Henrique Camargo Rosa
* @see Webmind/restrict/modules/Mimoza/builder/Controller.php
*/
class Builder_Controller extends Mimoza_Builder
{
/**
* Processamento para Construção
* @param mixed $element Tabela da Inteligência do Webmind
* @return string Conteúdo do Arquivo Renderizado
*/
public function build($element)
{
$this->name = ucfirst($element->name);
return $this->render('controller.phtml');
}
}
```
Logo, podemos construir várias classes para construção de elementos, partindo do parâmetro informado no método, através da herança do `Mimoza_Builder` e sobrescrita do método abstrato `build($element)`. Também é possível a utilização de filtros pós-renderização e métodos auxiliares encapsulados em objetos, explicados a frente.
-25
Ver Arquivo
@@ -1,25 +0,0 @@
What is TheWebMind<br>
The human mind has the ability to have curiosity and creativity. It's able to innovate, create, develop and learn new things. These are features that machines are not (yet) able to simulate perfectly.<br>
We should use this ability to create and innovate, leaving the machines the responsability to deal with everything that can be automatised. We will increase our results if we focus on what we do best as humans.<br>
TheWebMind is a platform which has an engine able to interpret human knowledge. Using this knowledge, theWebMind speeds up tasks such as analysis and development of softwares.<br>
The information is passed onto theWebMind using WML (Web Mind Language). WML is the language developed exclusively for theWebMind, based on concepts of semi-natural languages (very close to natural language).<br>
TheWebMind renders the WML and generates a KB (knowledge base). With this KB, theWebMind can apply normalisation rules to the database, development of patterns, classes, documentation, etc.<br>
The result is a complete structure for a complex and extensible system.<br>
Here are some of the possible outputs:<br>
- Relational Data Base structure<br>
- Object Oriented Structure<br>
- Diagrams and documentation<br>
- HTML forms (views)<br>
<br>
<hr />
<br>
Web Mind Language<br>
The WML (Web Mind Language) is based on NLP (Natural Language Processing) concepts, an area of computer science which studies the integration between machine languages and human (natural) languages.<br>
WML is the first language considered a [[Lignuagem_de_Programação_Discreta|discrete programming language]], and for that reason it is very similar to natural languages (such as Portuguese, English, Spanish, etc) with only a few specific syntax rules.<br>
Visit the section about WML in the "developers" area and learn how to develop a system using this paradigm.<br>
<br>
<hr />
<br>
Goal<br>
As theWebMind can work with everything that can be automatised, your time and skills can be better applied to develop different things that would not be done by a machine. Using theWebMind, you will develop much more and much faster, writing considerably less than usual, worrying less about patterns and rules and counting on a set of diagrams and documentation that will show you all the details of HOW and based on WHAT theWebMind got to such results, the structure it has prepared for your system, still generating indented as well as commented codes.<br>
Remember that theWebMind bases its instructions and deductions on the analyst/developer's knowledge therefore its results are directly related to their knowledge.
+5
Ver Arquivo
@@ -0,0 +1,5 @@
See INSTALL.txt file to help.
http://thewebmind.org
http://docs.thewebmind.org
contact@thewebmind.org
+21
Ver Arquivo
@@ -0,0 +1,21 @@
/****************
exemplo broblematico sobre consciencia da realidade.
aluno tem um unico celular
celular tem um aluno
professor tem um celular
celular tem um professor
funcionario tem um celular
celular tem um funcionario
o correto seria transformar celular em um atributo em cada tabela
*****************/
/*****************
TODA tabela DEVE estar ligada a alguma outra tabela, caso contrario, ela não existira
No linux, verificar permissoes no diretorio de usuarios, no diretorio projects, dbms, languages, modules e plugins, dando permissão ao php para criar, alterar e excluir arquivos.
*****************/
/*****************
Número limite de tabelas suportado pelo gerador, para processar a movimentação da barra, é de 9 mil tabelas.
*****************/
+334
Ver Arquivo
@@ -0,0 +1,334 @@
theWebMind
+ documentation
+ images
index.php
login.php
+licenses
+ restrict
+ config
mind.php // informações de configuração, como diretorio de usuarios, linguagens, etc...
+ users
[+ user_login(login do usuario)
info.xml // informações extras sobre o usuario
conf.xml // dados de acesso,projetos q participa e permissoes (criptografado)
+ temp
[+ project_name]
]
+ languages
[+ language_name
info.xml // informações sobre a linguagem, criador do arquivo, etc...
conf.xml // configuração da linguagem, em si
]
+ dbmss // sgbds
[+ dbms_name
info.xml // informações sobre o dbms, criador do arquivo de configuração, versão, etc...
conf.xml // configuração da dbms, a ser usado pelo mind
]
+ plugins
[+ plugin_name
info.xml // informações sobre o plugin, criador do arquivo de configuração, versão, etc...
conf.xml // configuração da dbms, a ser usado pelo mind
[+ ...] // possiveis diretorios ou arquivos a serem usados pelo plugin
]
+ modules
[+ module_name
info.xml // informações sobre o módulo, criador do arquivo de configuração, versão, etc...
conf.xml // configuração do módulo, a ser usado pelo mind
[+ ...] // possiveis diretorios ou arquivos a serem usados pelo módulo
]
+ mind2db
[ arquivos do mind2db ]
+ mind2faces
[ arquivos do mind2faces ]
+ projects
[+ project_name
+ current // versão atual do sistema que esta sendo gerado
+ backups // versão anteriormente gerada, e substituída pela atual
]
+ docs
[ arquivos de ajuda do mind ]
+ framework
[+ scripts]
[+ styles]
[+ components]
[+ classes]
+ images
+ components // calendarios, editores, arquivo header, includes, etc.
index.php
/*****************************************************************************************************/
menus:
file
New Project
Open Project
-save project
-close project
-----
-export project
import project
-----
Properties
-----
Exit
show
Project Pane
Output Pane
MindApplications Pane
-----
-ER Diagram
-SQL-DDL
-Data Dictionary
-Details
-Notes
Issues
tools
Run/Simulate
Debug
-----
Generate Version
-----
Options
My personal Data
Mind Options
manage
Projects
Users
Languages
DBMSs
Plugins
plugins
[plugins]
-----
Find Plugins
developer
Create Plugin
Create/Edit Language
Create DBMS
Create Module
-----
Developer Documentations
Google Codes
help
Topics
Documentation
FAQ
Forum
Google Groups
-----
About
Credits
Licenses
-----
Updates
-----
website
/**************************************************/
/*
* as inf e conf de um projeto sao sempre buscadas no projeto que esta no diretorio dos projetos
* apenas o criador do projeto pode alterar as informações e configurações de um projeto
*
*/
FILE ACITONS
ao clicar em novo projeto:
1-abre modal solicitando informações e configurações para o mesmo.
2-ao clicar em criate, o projeto deve ser carregado
3-cadastrar o projeto no diretorio de cada envolvido, mais no diretorio de projetos
4-atualizar a lista de projetos
5-abrir projeto
ao clicar em abrir(carregar) projeto:
1-verificar se ha projeto nao salvo aberto, caso haja, confirmar para continuar
2-carregar no output pane uma aba com as informações do projeto, outra com as configurações, e outra para os detalhes(em branco)
se o usuario for o criador do projeto, ele pode alterar as mesmas
3-carregar no mindApplications Pane as mind applications caso ja existam, senão, carregar em branco
4-rodar o plugins que estejam setados para carregar no onload de projetos
5-ativar os menus referentes a projetos
6-marcar o projeto como salvo
ao salvar o projeto:
1-salvar as info e conf do mesmo, alem do codigo escrito pelo desenvolvedor (mas nao interpreta o codigo escrito por ele)
ao fechar o projeto:
1-limpar o output pane, o body pane e o mindApplications pane.
2-limpar as variaveis referente às informações e configurações do projeto aberto
3-desabilitar os menus referentes a projetos
ao exportar um projeto:
1-modal pane perguntando o nome que deseja para o arquivo, e botao export
2-ao clicar em export, entregar um arquivo para download (.mind) com o nome selecionado pelo usuario
ao importar um projeto:
1-modal pane com formulario solicitando o arquivo para fazer o upload e o nome para o projeto
2-verificar se o projeto ja existe, nao substituir, caso ja exista, deve retornar um erro
3-criar o projeto o novo projeto
properties:
1-modal pane com as info, conf e historico do projeto
se o usuario logado for o criador do projeto, ele pode alterar estas informações
informações a mais do que no output pane:
*envolvidos no projeto
*versoes
*relatorios antigos e logs referentes a importações, exportações, gerações e versionamentos
exit:
1-mata a sessão, volta para a tela de login
SHOW ACTIONS
projects pane:
1-verifica se o painel dos projetos esta aberto, entao fecha, senao, abre
output pane:
1-verifica se o painel das saidas e propriedades esta aberto, entao fecha, senao, abre
mindApplications pane:
1-verifica se o painel das mindApplications esta aberto, entao fecha, senao, abre
ER Diagram:
1-verifica se ha algum projeto carregado atualmente, e se o mesmo ja foi salvo e rodado
2-abre modal pane com o diagrama diagrama er do projeto
SQL-DDL:
1-verifica se ha algum projeto carregado atualmente, e se o mesmo ja foi salvo e rodado
2-abre modal pane com os codigos sql-ddl do projeto
data Dictionary:
1-verifica se ha algum projeto carregado atualmente, e se o mesmo ja foi salvo e rodado
2-abre modal pane com o dicionario de dados do projeto
details:
1-verifica se ha algum projeto carregado atualmente
2-abre modal pane com os detalhes do projeto, caso o mesmo nao tenha sido rodado ainda, os detalhes estarão em branco
notes:
1-verifica se ha algum projeto carregado atualmente
2-abre modal pane com as notas salvas sobre este projeto (podendo-se alterar ou deletar as criadas pelo usuario logado)
Issues:
1-verifica se ha algum projeto carregado atualmente
2-abre modal pane com as tarefas para este projeto
o usuario logado pode alterar o andamento de suas tarefas
o criador do projeto pode adicionar, editar, deletar e direcionar tarefas
TOOLS ACTIONS
ao rodar/simular o projeto:
1-criar os arquivos no diretorio do projeto dentro do diretorio temp do usuario logado
caso hajam informações não salvas e o usuario logado for o criador do projeto, devera confirmar antes, e entao salvar
2-atualizar o output pane
3-atualizar o mindApplications pane
ao debugar o projeto:
1-envia o codigo para o mind interpretar, e retornar o codigo inalizado
2-abre modal pane exibindo o debug do codigo, insinuando o que e como o mind interpretará o mesmo, quando for rodar
ao gerar versao:
1-caso o usuario for o criador do projeto, verificar se o projeto tem alterações nas conf e info, para salvar antes(caso tenha, confirmar ação)
2-verificar se o codigo foi alterado desde a ultima vez em que foi rodado, se sim, roda-lo
3-copiar o projeto do diretorio de projetos para um backup
4-criar um log com dados do usuario que gerou a ultima vez, horario, ip, etc
5-enviar o projeto do diretorio temp do usuario para o diretorio dos projetos, alterando o terceiro dado da versao (z.y.x+1)
/* apenas para o administrador do mind */
OPTIONS ACTIONS
alterar os dados pessoais:
1-exibir um modal pane com os dados do usuario logado
2-ao clicar em salvar, deve atualizar os dados de conf e info do usuario logado
mind options:
1-abre modal pane com configurações basicas sobre o mind
2-ao clicar em salvar, deve atualizar os dados de conf e info do usuario logado
/* apenas para usuarios nao administradores */
alterar os dados pessoais:
1-exibir um modal pane com os dados do usuario logado
2-ao clicar em salvar, deve atualizar os dados de conf e info do usuario logado
/* apenas para usuarios admin do mind */
MANAGE ACTIONS
projects
1-abre modal com 2 paineis:
esquerda:lista de projetos que o usuario participa (os projetos que ele criou ficam em negrito), com um botao excluir, ao lado
direita:dados do projeto clicado, na lista da esquerda (os projetos que ele criou ele pode alterar, os demais, apenas visualizar)
users
1-abre modal com 2 paineis:
esquerda:lista de usuarios com um botao excluir, ao lado (o primeiro item da lista será "cadastrar novo usuario")
direita:dados do usuario clicado
languages
1-abre modal com 2 paineis:
esquerda:lista de linguagens (o primeiro item da lista será "buscar nova linguagem")
direita:dados da linguagem clicada
dbmss
1-abre modal com 2 paineis:
esquerda:lista de DBMSs (o primeiro item da lista será "buscar mais DBMSs")
direita:dados do usuario clicado
plugins
1-abre modal com 2 paineis:
esquerda:lista de plugins (o primeiro item da lista será "buscar mais plugins")
direita:dados do plugin clicado
PLUGINS ACTIONS
[lista de plugins
ao clicar em um plugin, verificar sua configuração de como deve ser carregado, e inicia-lo
]
Find Plugins:
1-abre modal buscando no nosso servidor uma lista de plugins, indicando os que o usuario ja tem instalado, e os que nao (indicando as versões, também)
/* apenas se a flag em $_MIND estiver true*/
DEVELOPER ACTIONS
Create Plugin:
1-abre um modal com a ferramenta preparada para criar o novo plugin e um pinel com a documntação sobre esta ferramenta, e sobre a criação de plugins
Create/Edit Language:
1-abre um modal com dois paineis:
*lista das linguagens ativas atualmente (com botao para criar nova)
*dados para a criação de uma nova linguagme, ou dados sobre a linguagem clicada
Create DBMS:
1-abre um modal com 2 paineis
*documentação sobre como criar um DBMS, e sobre como usar esta ferramenta
*ferramenta voltada para a riação mais prática de um DBMS
Create Module:
1-abre um modal com um formulario para a criação dos arquivos referentes ao modulo, e um link para uma ferramenta (um popup) para facilitar a criação de um modulo
Developer Documentations:
1-abre em um painel flutuante nao modal, a documentação para desenvolvedores (plugins, modulos, linguagens e DBMSs)
Google Codes:
1-abre em outra janela a página do projeto no google codes
HELP ACTIONS
topics:
1-abre um floating pane com os arquivos referentes aos tópicos de ajuda
documentation:
1-abre um pop up levando ate a página do thewebmind/#docs
faq:
1-abre um pop up levando ate a página do thewebmind/#faq
forum:
1-abre um pop up levando ate a página do thewebmind/#forum
google groups:
1-abre um pop up levando ate a página do grupo no google groups
about:
1-abre um modal pane com informações sobre a versao do mind que esta sendo utilizada, endereço ip, data de instação, data de criação, logo e um link para donation
credits:
1-abre uma modal pane com os creditos dos desenvolvedores e um link para donation
licenses:
1-abre uma modal com os links para os arquivos com as licensas
website:
1-abre um popup que leva para a página oficial do projeto
/********************************************/
Generating
copiar diretorio atual para o de backup
renomear diretorio principal dos arquivos
criar diretorio para os novos arquivos
+incrementa a barra
(Mind -> modulo)
-> solicita estrutura de diretorios
<- retorna estrutura de diretorios (array associativa)
criar estrutura
+incrementa a barra
-> arquivos a copiar
<- retorna matriz de diretorios a copiar e diretorios destino
+incrementa a barra
varrer tabelas
[
-> solicita o crud de cada tabela específica
<- retorna ok, ou solicita criação de arquivos e diretorios
+incrementa a barra
]
+incrementa a barra
-> extra
<- finalizado
+incrementa a barra
deletar diretorio renomeado
/********************************************/
em open_project, preparar a parte de importação (tal qual o menu importar)
+173
Ver Arquivo
@@ -0,0 +1,173 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3
{
background: #c0c0c0;
}
.rvps4 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps5 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps6 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps4><span class=rvts12>Atributos</span></p>
<p class=rvps2><span class=rvts10>Atributos</span></p>
<p><br></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps3>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps5><span class=rvts13>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps6><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #ffffff;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+167
Ver Arquivo
@@ -0,0 +1,167 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Atributos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Atributos.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Atributos</span></p>
<p>Bem, você também pode usar este padrão para especificar os atributos e características dessas entidades.</p>
<p>Neste caso, as palavras chaves de ligação serão utilizados novamente, mas desta vez, a segunda entidade deve ser especificada como um atributo. Para isso, Web Mind precisa reconhecer o tipo de atributo. A <span class=rvts11>Mind Natural Language</span> compreende o tipo para este atributo após o charactere ":", estando antes dele o nome do atributo. Note que se você especificar o mesmo atributo duas vezes, somente a segunda será criada com o seu tipo e características.</p>
<p>Após estas palavras que representam o tipo do atributo, que são também multi-lingue,o Web Mind interpreta algumas características extras entre os caracteres "(" e ")".</p>
<p>A primeira característica é o tamanho, sendo apenas necessária para o alguns atributos, dependendo do SGBD.</p>
<p>Repare que, todo o sistema que você está construindo depende do seu SGBD, mesmo que a maioria deles tenham sintaxes muito parecidas.</p>
<p>O segundo parâmetro referencia o valor padrão deste atributo, que pode ser uma fórmula. Esse parâmetro não é obrigatório.</p>
<p>O terceiro parâmetro, ou o segundo, quando o segundo parâmetro não foi enviado, é para algumas características específicas de seu SGBD, como AUTO_INCREMENT ou não nulo.</p>
<p>No final de cada linha, você pode colocar algum comentário, definido por "//". Tudo após estes caracteres será considerado como comentário para esse campo.</p>
<p><br></p>
<p>Exemplo:</p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; &lt; nome do atributo &gt;: &lt; tipo do atributo &gt; (&lt; tamanho &gt;, "&lt; valor padrão &gt;", &lt; características específicas &gt;)</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><span class=rvts10><br></span></p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+156
Ver Arquivo
@@ -0,0 +1,156 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Detalhes</span></p>
<p class=rvps2><span class=rvts10>Detalhes</span></p>
<p><br></p>
<p>Repare que<span class=rvts11> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps4><span class=rvts13>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ffffff;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+145
Ver Arquivo
@@ -0,0 +1,145 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Detalhes</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts12 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts14, span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Detalhes.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts11>Detalhes</span></p>
<p>Repare que<span class=rvts10> Mind Natural Language é</span> case-sensitive.</p>
<p>Esta linguagem não precisa do caracter ";" no final de cada expressão.</p>
<p>Cada expressão deve estar em uma linha, sem haver nenhum "enter" antes do seu término.</p>
<p>Se você não especificar o tamanho, 16 é adotado como padrão. Exceto naqueles casos em que não é necessário especificar o tamanho, como nos campos Blob ou Text.</p>
<p>Neste exemplo, now() é um método a partir do SGBD. Se você está tentando desenvolver algo que irá trabalhar em um SGBD que não possui esse método, ele pode se tornar um problema.</p>
<p>Se você não especificar a relação, ela será "0 ou n" por padrão.</p>
<p>Tome cuidado com os plurais. Porque se você usou "professor tem alunos", e após isso, usar "aluno tem nome", serão criadas duas entidades, "aluno" e "alunos".</p>
<p class=rvps3><span class=rvts12>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts13>This help file has been generated by the freeware version of </span><a class=rvts14 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ffffff;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Developing theWebMind</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?DevelopingtheWebMind.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Developing theWebMind</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+207
Ver Arquivo
@@ -0,0 +1,207 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17
{
font-size: 12pt;
font-weight: bold;
}
span.rvts18 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts19 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts21, span.rvts21 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3
{
background: #c0c0c0;
}
.rvps4 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps5 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps6 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps4><span class=rvts18>Entidades</span></p>
<p class=rvps2><span class=rvts17>Entidades</span></p>
<p><br></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps3>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps5><span class=rvts19>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps6><span class=rvts20>This help file has been generated by the freeware version of </span><a class=rvts21 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #ffffff;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+196
Ver Arquivo
@@ -0,0 +1,196 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Entidades</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-style: italic;
color: #ff6600;
}
span.rvts11
{
font-style: italic;
font-weight: bold;
color: #ff6600;
}
span.rvts12
{
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts13
{
font-style: italic;
font-weight: bold;
color: #800000;
}
span.rvts14
{
font-style: italic;
font-weight: bold;
color: #ff0000;
}
span.rvts15
{
font-style: italic;
color: #808080;
}
span.rvts16
{
font-style: italic;
font-weight: bold;
color: #808080;
}
span.rvts17 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts18 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts19 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts20, span.rvts20 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #c0c0c0;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Entidades.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts17>Entidades</span></p>
<p>A maioria das palavras serão ignoradas pelo Web Mind, exceto as palavras-chave e suas entidades relacionadas.</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;Exemplo:</p>
<p> &nbsp; &nbsp; &nbsp; &nbsp;<span class=rvts16>cada um de meus</span><span class=rvts10> </span><span class=rvts13>professores</span><span class=rvts10> </span><span class=rvts12>tem</span><span class=rvts11> </span><span class=rvts14>1</span><span class=rvts11> </span><span class=rvts12>ou</span><span class=rvts11> </span><span class=rvts14>n alunos</span><span class=rvts10> </span><span class=rvts15>em</span><span class=rvts16> suas salas</span></p>
<p><br></p>
<p>Neste caso, a palavra-chave é <span class=rvts1>TEM</span>, que vai ser entendida juntamente com professores e alunos, com uma relação de 1 para n. As outras palavras serão ignoradas.</p>
<p>Tem, é, são, teem, etc. são chamados de "palavras-chave de ligação". Essas palavras-chave dizem ao Web Mind as entidades que serão utilizadas.</p>
<p>Então, poderíamos entendê-la deste modo, em uma citação lexica:</p>
<p><br></p>
<div><table width="100%" border=1 cellpadding=1 cellspacing=2 style="border-color: #000000; border-style: solid;">
<tr valign=top>
<td style="border-color: #000000; border-style: solid;">
<p class=rvps2>[conteúdo extra] &lt; entidade &gt; &lt; palavra chave de ligação &gt; [relação] &lt; entidade &gt; [conteúdo extra]</p>
</td>
</tr>
</table>
</div>
<p><br></p>
<p><br></p>
<p class=rvps4><span class=rvts18>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts19>This help file has been generated by the freeware version of </span><a class=rvts20 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+209
Ver Arquivo
@@ -0,0 +1,209 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplo</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
}
span.rvts12
{
font-size: 11pt;
font-weight: bold;
color: #993300;
}
span.rvts13
{
font-size: 11pt;
}
span.rvts14
{
font-size: 11pt;
font-weight: bold;
color: #ff9900;
}
span.rvts15
{
font-size: 11pt;
color: #ff9900;
}
span.rvts16
{
font-size: 11pt;
font-style: italic;
font-weight: bold;
color: #0000ff;
}
span.rvts17
{
font-size: 11pt;
font-weight: bold;
}
span.rvts18
{
font-size: 11pt;
color: #ff0000;
}
span.rvts19
{
font-size: 11pt;
color: #333333;
}
span.rvts20 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts21 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts22 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts23, span.rvts23 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts20>Exemplo</span></p>
<p class=rvps2><span class=rvts10>Exemplo de código</span></p>
<p><span class=rvts11><br></span></p>
<p><span class=rvts12>usuário</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> </span><span class=rvts19>email</span><span class=rvts13>:</span><span class=rvts14>varchar</span><span class=rvts13>(</span><span class=rvts18>512</span><span class=rvts13>);</span></p>
<p><span class=rvts12>usuário</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> login:</span><span class=rvts14>varchar</span><span class=rvts13>(</span><span class=rvts18>12</span><span class=rvts13>);</span></p>
<p><span class=rvts12>usuário</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> password:</span><span class=rvts14>varchar</span><span class=rvts13>(</span><span class=rvts18>12</span><span class=rvts13>);</span></p>
<p><span class=rvts12>usuário</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> </span><span class=rvts18>n</span><span class=rvts13> </span><span class=rvts12>post</span></p>
<p><span class=rvts13><br></span></p>
<p><span class=rvts13> &nbsp; &nbsp; &nbsp; &nbsp;</span><span class=rvts12>fórum</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> </span><span class=rvts18>n</span><span class=rvts13> </span><span class=rvts12>post</span></p>
<p><span class=rvts13> &nbsp; &nbsp; &nbsp; &nbsp;</span><span class=rvts12>forum</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> </span><span class=rvts18>1</span><span class=rvts13> </span><span class=rvts12>usuário</span></p>
<p><span class=rvts13><br></span></p>
<p><span class=rvts17>post</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> </span><span class=rvts18>1</span><span class=rvts13> </span><span class=rvts17>fórum</span></p>
<p><span class=rvts17>post</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> voto:</span><span class=rvts14>inteiro</span><span class=rvts13>(3, 0)</span></p>
<p><span class=rvts17>post</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> conteúdo:</span><span class=rvts14>texto</span><span class=rvts13>()</span></p>
<p><span class=rvts17>post</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> dataHora:</span><span class=rvts14>data</span><span class=rvts13> </span><span class=rvts14>hora</span><span class=rvts13>(</span><span class=rvts15>'dd/mm/yyyy'</span><span class=rvts13>, </span><span class=rvts16>now</span><span class=rvts13>())</span></p>
<p><span class=rvts13><br></span></p>
<p><span class=rvts13> &nbsp; &nbsp; &nbsp; &nbsp;</span><span class=rvts17>fórum</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> nome:</span><span class=rvts14>varchar</span><span class=rvts13>(</span><span class=rvts18>60</span><span class=rvts13>)</span></p>
<p><span class=rvts13> &nbsp; &nbsp; &nbsp; &nbsp;</span><span class=rvts17>fórum</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> descrição:</span><span class=rvts14>varchar</span><span class=rvts13>(</span><span class=rvts18>512</span><span class=rvts13>, </span><span class=rvts14>not null</span><span class=rvts13>)</span></p>
<p><span class=rvts13> &nbsp; &nbsp; &nbsp; &nbsp;</span><span class=rvts17>fórum</span><span class=rvts13> </span><span class=rvts16>tem</span><span class=rvts13> dataHora:</span><span class=rvts14>data</span><span class=rvts13> </span><span class=rvts14>hora</span><span class=rvts13>(</span><span class=rvts18>'dd/mm/yyyy'</span><span class=rvts13>, </span><span class=rvts16>now</span><span class=rvts13>(), </span><span class=rvts14>not</span><span class=rvts15> </span><span class=rvts14>null</span><span class=rvts13>)</span></p>
<p><span class=rvts13><br></span></p>
<p class=rvps4><span class=rvts21>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps5><span class=rvts22>This help file has been generated by the freeware version of </span><a class=rvts23 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ffffff;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+148
Ver Arquivo
@@ -0,0 +1,148 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Exemplos</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Exemplo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts12>Exemplo</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="SistemadeFrum.html">Sistema de Fórum</a></li>
</ol>
<p class=rvps3><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Interface</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Interface.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Interface</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #ffffff;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Introdução</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Introduo.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Introdução</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Languages</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Languages.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Languages</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+153
Ver Arquivo
@@ -0,0 +1,153 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-weight: bold;
}
span.rvts11
{
font-size: 12pt;
font-weight: bold;
}
span.rvts12 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts13 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts14 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts15, span.rvts15 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2
{
background: #ffff99;
}
.rvps3 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps4 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps5 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps3><span class=rvts12>Mind Natural Language</span></p>
<p class=rvps2><span class=rvts11>Mind Natural Language</span></p>
<p><br></p>
<p>A<span class=rvts10> Mind Natural Language</span> é baseada em conhecimento, de uma maneira padronizada para se tornar seguro sobre os dados.</p>
<p>Este é um padrão multi-lingue, sendo capaz de aceitar novos idiomas naturais.</p>
<p>Com esse padrão pode explicar alguns tópicos sobre a sua aplicação, bem como as entidades de base de dados e suas proprierties, </p>
<p>tipos, tamanhos, valores padrão, especificações e observações.</p>
<p class=rvps4><span class=rvts13>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps5><span class=rvts14>This help file has been generated by the freeware version of </span><a class=rvts15 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+166
Ver Arquivo
@@ -0,0 +1,166 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Mind Natural Language</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10
{
font-size: 12pt;
font-weight: bold;
}
a.rvts11, span.rvts11
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts11:hover { color: #0000ff; }
span.rvts12
{
font-weight: bold;
}
a.rvts13, span.rvts13
{
font-weight: bold;
color: #0000ff;
text-decoration: underline;
}
a.rvts13:hover { color: #0000ff; }
span.rvts14 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts15 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts16 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts17, span.rvts17 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?MindNaturalLanguage.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts14>Mind Natural Language</span></p>
<ol style="text-indent: 0px; margin-left: 24px; list-style-position: outside;">
<li value=1><a class=rvts11 href="Introduo.html">Introdução</a></li>
<li value=2><a class=rvts13 href="Entidades.html">Entidades</a></li>
<li value=3><a class=rvts13 href="Atributos.html">Atributos</a></li>
<li value=4><a class=rvts13 href="Detalhes.html">Detalhes</a></li>
<li value=5><a class=rvts13 href="Exemplo.html">Exemplos</a></li>
</ol>
<p><a class=rvts13 href="Detalhes.html"><br></a></p>
<p><span class=rvts12><br></span></p>
<p class=rvps3><span class=rvts15>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts16>This help file has been generated by the freeware version of </span><a class=rvts17 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Plugin</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #9fbed0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #e4e4e4;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Plugin.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Plugin</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © &lt;Year&gt;, &lt;Your company/name&gt;</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Plugin</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #c0c0c0;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Plugin.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Plugin</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Plugin</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Plugin.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Plugin</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Plugin</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #000000;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #c0c0c0;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Plugin.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Plugin</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>
+135
Ver Arquivo
@@ -0,0 +1,135 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Plugin</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
margin: 5px 5px 5px 5px;
background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
font-size: 10pt;
font-family: 'Arial', 'Helvetica', sans-serif;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
span.rvts1 /* Heading */
{
font-weight: bold;
color: #0000ff;
}
span.rvts2 /* Subheading */
{
font-weight: bold;
color: #000080;
}
span.rvts3 /* Keywords */
{
font-style: italic;
color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
color: #008000;
text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
color: #008000;
text-decoration: underline;
}
span.rvts6 /* Font Hint */
{
color: #808080;
}
span.rvts7 /* Font Hint Title */
{
font-size: 15pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
font-weight: bold;
color: #404040;
}
span.rvts8 /* Font Hint Bold */
{
font-weight: bold;
color: #808080;
}
span.rvts9 /* Font Hint Italic */
{
font-style: italic;
color: #808080;
}
span.rvts10 /* Font Style */
{
font-size: 16pt;
font-family: 'Tahoma', 'Geneva', sans-serif;
color: #ffffff;
}
span.rvts11 /* Font Style */
{
font-family: 'MS Sans Serif', 'Geneva', sans-serif;
color: #808080;
}
span.rvts12 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #c0c0c0;
}
a.rvts13, span.rvts13 /* Font Style */
{
font-family: 'Verdana', 'Geneva', sans-serif;
font-style: italic;
color: #6666ff;
text-decoration: underline;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
text-align: left;
text-indent: 0px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
text-align: center;
}
.rvps2 /* Paragraph Style */
{
background: #ff99cc;
margin: 0px 0px 20px 0px;
}
.rvps3 /* Paragraph Style */
{
text-align: center;
background: #000000;
margin: 20px 0px 0px 0px;
}
.rvps4 /* Paragraph Style */
{
border-color: #c0c0c0;
border-style: solid;
border-width: 1px;
border-right: none;
border-bottom: none;
border-left: none;
background: #ffffff;
padding: 3px 0px 0px 0px;
margin: 27px 0px 0px 0px;
}
--></style>
<script type="text/javascript">if(top.frames.length == 0) { top.location.href="../thewebmind.htm?Plugin.html"; }</script>
<meta name="generator" content="HelpNDoc Free"></head>
<body>
<p class=rvps2><span class=rvts10>Plugin</span></p>
<p><br></p>
<p class=rvps3><span class=rvts11>Copyright © 2009, theWebMind.org</span></p>
<p class=rvps4><span class=rvts12>This help file has been generated by the freeware version of </span><a class=rvts13 href="http://www.ibe-software.com/products/software/helpndoc/" target="_blank">HelpNDoc</a></p>
</body></html>

Alguns arquivos não foram exibidos porque demasiados arquivos foram alterados neste diff Mostrar Mais