Žiadny popis

Igor a751ea923f Implementado o registro dos pares e a escolha 6 rokov pred
css 1e1ba88ac3 Commit inicial 6 rokov pred
db bb2013f7d8 Atualizado a tamanho da coluna dos pares para 2000 caracteres 6 rokov pred
js 1e1ba88ac3 Commit inicial 6 rokov pred
lang 1e1ba88ac3 Commit inicial 6 rokov pred
pix 1e1ba88ac3 Commit inicial 6 rokov pred
README.txt 1e1ba88ac3 Commit inicial 6 rokov pred
grade.php 1e1ba88ac3 Commit inicial 6 rokov pred
index.php 1e1ba88ac3 Commit inicial 6 rokov pred
lib.php 1e1ba88ac3 Commit inicial 6 rokov pred
locallib.php 1e1ba88ac3 Commit inicial 6 rokov pred
mod_form.php 1e1ba88ac3 Commit inicial 6 rokov pred
nasatlx.php 1e1ba88ac3 Commit inicial 6 rokov pred
nasatlx_leo_mac115_2015.php 1e1ba88ac3 Commit inicial 6 rokov pred
nasatlx_pesq.php 1e1ba88ac3 Commit inicial 6 rokov pred
nasatlx_romenig.php 1e1ba88ac3 Commit inicial 6 rokov pred
teste.php 1e1ba88ac3 Commit inicial 6 rokov pred
version.php 1e1ba88ac3 Commit inicial 6 rokov pred
view.php a751ea923f Implementado o registro dos pares e a escolha 6 rokov pred
view.php- 1e1ba88ac3 Commit inicial 6 rokov pred
view_2014_04_21.php 1e1ba88ac3 Commit inicial 6 rokov pred

README.txt


LInE - http://www.ime.usp.br/line

The following steps should get you up and running with
this module template code.

* DO NOT PANIC!

* Unzip the archive and read this file

* Rename the nasatlx/ folder to the name of your module (eg "widget").
The module folder MUST be lower case and can't contain underscores. You should check the CVS contrib
area at http://cvs.moodle.org/contrib/plugins/mod/ to make sure that
your name is not already used by an other module. Registering the plugin
name @ http://moodle.org/plugins will secure it for you.

* Edit all the files in this directory and its subdirectories and change
all the instances of the string "nasatlx" to your module name
(eg "widget"). If you are using Linux, you can use the following command
$ find . -type f -exec sed -i 's/nasatlx/widget/g' {} \;

On a mac, use:
$ find . -type f -exec sed -i '' 's/nasatlx/widget/g' {} \;

* Rename the file lang/en/nasatlx.php to lang/en/widget.php
where "widget" is the name of your module

* Place the widget folder into the /mod folder of the moodle
directory.

* Go to Settings > Site Administration > Development > XMLDB editor
and modify the module's tables.
Make sure, that the web server has write-access to the db/ folder.
You need at least one table, even if your module doesn't use it.

* Modify version.php and set the initial version of you module.

* Visit Settings > Site Administration > Notifications, you should find
the module's tables successfully created

* Go to Site Administration > Plugins > Activity modules > Manage activities
and you should find that this nasatlx has been added to the list of
installed modules.

* You may now proceed to run your own code in an attempt to develop
your module. You will probably want to modify mod_form.php and view.php
as a first step. Check db/access.php to add capabilities.

We encourage you to share your code and experience - visit http://moodle.org

Good luck!