Commit ac00c0d5a5254d73c764c50dfbdf5a179337400b

Authored by Carlos Morais
Committed by Paulo Meireles
1 parent 489573d8

Authors and readme

Showing 2 changed files with 73 additions and 0 deletions   Show diff stats
plugins/mezuro/AUTHORS 0 → 100644
... ... @@ -0,0 +1,20 @@
  1 +KALIBRO PLUGIN AUTHORS
  2 +=====================
  3 +
  4 +Copyright 2010-2011
  5 + Almir Alves Pereira (almir.sne at gmail.com)
  6 + Andre Casimiro (ah.casimiro at gmail.com)
  7 + Carlos Morais (carlos88morais at gmail.com)
  8 + Everton Santos (everton2x4 at gmail.com)
  9 + Paulo Meirelles (paulo at softwarelivre.org)
  10 + Rafael Messias (rmmartins at gmail.com)
  11 +
  12 +Collaborators:
  13 +- Ana Paula Oliveira dos Santos (ana at ime.usp.br)
  14 +- Lucianna Almeida (lucianna.th at gmail.com)
  15 +- Joao Machini (joao.machini at gmail.com)
  16 +- Rodrigo Souto (rodrigo@colivre.coop.br)
  17 +- Thiago Colucci (ticolucci at gmail.com)
  18 +- Vinicius Daros (vinicius.k.daros at gmail.com)
  19 +- Viviane Almeida Santos (viviane.almeida at gmail.com)
  20 +
... ...
plugins/mezuro/README 0 → 100644
... ... @@ -0,0 +1,53 @@
  1 +README - Mezuro (Kalibro Plugin)
  2 +================================
  3 +
  4 +Mezuro is source code tracking network based on Noosfero Platform with Kalibro Plugin to access Kalibro Web Service.
  5 +
  6 +INSTALL
  7 +=======
  8 +
  9 +See the Noosfero install file and include Ruby gem Savon:
  10 +
  11 +gem install savon
  12 +
  13 +To run Mezuro (kalibro Plugin) acceptance tests, you need to install the Kalibro Service.
  14 +For that, access https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL
  15 +
  16 +
  17 +SOURCE CODE
  18 +===========
  19 +
  20 +To get the Mezuro (Noosfero with Kalibro Plugin) development repository:
  21 +
  22 +git clone https://gitorious.org/+mezuro/noosfero/mezuro-noosfero-plugin
  23 +cd mezuro-noosfero-plugin
  24 +git checkout -t mezuro
  25 +
  26 +AUTHORS
  27 +=======
  28 +
  29 +Please see the file AUTHORS.
  30 +
  31 +BUGS
  32 +====
  33 +
  34 +If you found any bug, please report at mezuro@listas.softwarelivre.org
  35 +(http://listas.softwarelivre.org/cgi-bin/mailman/listinfo/mezuro)
  36 +
  37 +LICENSE
  38 +=======
  39 +Copyright (c) The Authors developers.
  40 +
  41 +See Noosfero license.
  42 +
  43 +
  44 +ACKNOWLEDGMENTS
  45 +===============
  46 +
  47 +The authors have been supported by organizations:
  48 +
  49 +Brazilian National Research Council (CNPQ)
  50 +http://www.cnpq.br/
  51 +
  52 +USP FLOSS Competence Center
  53 +http://ccsl.ime.usp.br/
... ...