diff --git a/plugins/mezuro/AUTHORS b/plugins/mezuro/AUTHORS index 59585f7..1551624 100644 --- a/plugins/mezuro/AUTHORS +++ b/plugins/mezuro/AUTHORS @@ -1,20 +1,38 @@ -KALIBRO PLUGIN AUTHORS -===================== +Mezuro Authors +============== -Copyright 2010-2011 - Almir Alves Pereira (almir.sne at gmail.com) - Andre Casimiro (ah.casimiro at gmail.com) - Carlos Morais (carlos88morais at gmail.com) - Everton Santos (everton2x4 at gmail.com) - Paulo Meirelles (paulo at softwarelivre.org) - Rafael Messias (rmmartins at gmail.com) +Copyright 2010-2012 +------------------- -Collaborators: -- Ana Paula Oliveira dos Santos (ana at ime.usp.br) -- Lucianna Almeida (lucianna.th at gmail.com) -- Joao Machini (joao.machini at gmail.com) -- Rodrigo Souto (rodrigo@colivre.coop.br) -- Thiago Colucci (ticolucci at gmail.com) -- Vinicius Daros (vinicius.k.daros at gmail.com) -- Viviane Almeida Santos (viviane.almeida at gmail.com) + Almir Alves Pereira (almir.sne at gmail.com) + Alessandro Palmeira (alessandro.palmeira at gmail.com) + Andre Casimiro (ah.casimiro at gmail.com) + Antonio Terceiro (terceiro at colivre.coop.br) + Caio Salgado (caio.csalgado at gmail.com) + Carlos Morais (carlos88morais at gmail.com) + Diego Araújo (diegoamc90 at gmail.com) + Everton Santos (everton2x4 at gmail.com) + Jefferson Fernandes (jeffs.fernandes at gmail.com) + Joao Machini (joao.machini at gmail.com) + João da Silva (jaodsilv@linux.ime.usp.br) + Paulo Meirelles (paulo at softwarelivre.org) + Rafael Manso (rr.manzo at gmail.com) + Rafael Messias (rmmartins at gmail.com) + Renan Teruo (renanteruoc at gmail.com) + Rodrigo Souto (rodrigo at colivre.coop.br) + +Collaborators (from USP Lab XP course 2010 on another code) +----------------------------------------------------------- + + Ana Paula Oliveira dos Santos (anapaulao.santos at gmail.com) + Lucianna Almeida (lucianna.th at gmail.com) + Thiago Colucci (ticolucci at gmail.com) + Vinicius Daros (vinicius.k.daros at gmail.com) + Viviane Almeida Santos (viviane.almeida at gmail.com) + +Advisors +-------- + + Fabio Kon (fabio.kon at ime.usp.br) + Alfredo Goldman (gold at ime.usp.br) diff --git a/plugins/mezuro/README b/plugins/mezuro/README index 73b59fe..7b56760 100644 --- a/plugins/mezuro/README +++ b/plugins/mezuro/README @@ -1,58 +1,114 @@ -README - Mezuro (Kalibro Plugin) +README - Mezuro (Mezuro Plugin) ================================ -Mezuro is source code tracking network based on Noosfero Platform with Kalibro Plugin to access Kalibro Web Service. +Mezuro is a source code tracking platform based on Noosfero social networking +platform with Mezuro Plugin actived to access Kalibro Web Service. + INSTALL ======= -See the Noosfero install file and include Ruby gem Savon: +Dependences +----------- + +See the Noosfero install file. After install Noosfero, install Mezuro dependences: -gem install savon +$ gem install nokogiri -v 1.5.0 +$ gem install savon -v 0.9.7 +$ gem install googlecharts -Also, you need to enable Mezuro Plugin in the Noosfero: +Enable Plugin +------------- + +Also, you need to enable Mezuro Plugin at you Noosfero: cd ./script/noosfero-plugins enable mezuro -To run Mezuro (kalibro Plugin) and its acceptance tests, you need to install the Kalibro Service. + +Install Service +--------------- + +To run Mezuro (Noosfero with Mezuro Plugin), you need to install the Kalibro +Service. + For that, access https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL -SOURCE CODE +Configure Service Address +------------------------- + +Finally, copy service.yaml.example to service.yaml and define your Kalibro +Service address: + +$ cd /plugin/mezuro +$ cp service.yaml.example service.yaml + +If you install Kalibro Service at localhost, just keep the default +adress: + +http://localhost:8080/KalibroService/ + +Applying Mezuro Theme +--------------------- + +$ cd public/designs/themes && rm -f default +$ git clone git://gitorious.org/mezuro/mezuro-theme.git +$ ln -s mezuro-theme/ default && cd ../../../ + +Active Plugin +------------- + +As a Noosfero administrator user, go to administrator panel: + +- Click on "Enable/disable plugins" option +- Click on "Mezuro Plugin" check-box + + +DEVELOPMENT =========== -To get the Mezuro (Noosfero with Kalibro Plugin) development repository: +Get the Mezuro (Noosfero with Mezuro Plugin) development repository: -git clone https://gitorious.org/+mezuro/noosfero/mezuro-noosfero-plugin -cd mezuro-noosfero-plugin -git checkout mezuro +$ git clone https://gitorious.org/+mezuro/noosfero/mezuro +$ cd mezuro +$ git checkout mezuro -AUTHORS -======= +Running Mezuro tests +-------------------- -Please see the file AUTHORS. +$ rake test:noosfero_plugins:mezuro -BUGS -==== -If you found any bug, please report at mezuro@listas.softwarelivre.org -(http://listas.softwarelivre.org/cgi-bin/mailman/listinfo/mezuro) +Get Involved +============ + +If you found any bug and/or want to collaborate, please send an e-mail to +paulo@softwarelivre.org + LICENSE ======= -Copyright (c) The Authors developers. + +Copyright (c) The Author developers. See Noosfero license. +AUTHORS +======= + +Please, see the Mezuro AUTHORS file. + + ACKNOWLEDGMENTS =============== The authors have been supported by organizations: +University of São Paulo (USP) +FLOSS Competence Center +http://ccsl.ime.usp.br + Brazilian National Research Council (CNPQ) http://www.cnpq.br/ - -USP FLOSS Competence Center -http://ccsl.ime.usp.br/ -- libgit2 0.21.2