Commit da07969258f47d4b9578a60fe946cc919d94acef
1 parent
c3846dc1
Exists in
staging
and in
42 other branches
[Mezuro] Updating README and AUTHORS files
Showing
2 changed files
with
113 additions
and
39 deletions
Show diff stats
plugins/mezuro/AUTHORS
1 | -KALIBRO PLUGIN AUTHORS | |
2 | -===================== | |
1 | +Mezuro Authors | |
2 | +============== | |
3 | 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) | |
4 | +Copyright 2010-2012 | |
5 | +------------------- | |
11 | 6 | |
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) | |
7 | + Almir Alves Pereira (almir.sne at gmail.com) | |
8 | + Alessandro Palmeira (alessandro.palmeira at gmail.com) | |
9 | + Andre Casimiro (ah.casimiro at gmail.com) | |
10 | + Antonio Terceiro (terceiro at colivre.coop.br) | |
11 | + Caio Salgado (caio.csalgado at gmail.com) | |
12 | + Carlos Morais (carlos88morais at gmail.com) | |
13 | + Diego Araújo (diegoamc90 at gmail.com) | |
14 | + Everton Santos (everton2x4 at gmail.com) | |
15 | + Jefferson Fernandes (jeffs.fernandes at gmail.com) | |
16 | + Joao Machini (joao.machini at gmail.com) | |
17 | + João da Silva (jaodsilv@linux.ime.usp.br) | |
18 | + Paulo Meirelles (paulo at softwarelivre.org) | |
19 | + Rafael Manso (rr.manzo at gmail.com) | |
20 | + Rafael Messias (rmmartins at gmail.com) | |
21 | + Renan Teruo (renanteruoc at gmail.com) | |
22 | + Rodrigo Souto (rodrigo at colivre.coop.br) | |
23 | + | |
24 | +Collaborators (from USP Lab XP course 2010 on another code) | |
25 | +----------------------------------------------------------- | |
26 | + | |
27 | + Ana Paula Oliveira dos Santos (anapaulao.santos at gmail.com) | |
28 | + Lucianna Almeida (lucianna.th at gmail.com) | |
29 | + Thiago Colucci (ticolucci at gmail.com) | |
30 | + Vinicius Daros (vinicius.k.daros at gmail.com) | |
31 | + Viviane Almeida Santos (viviane.almeida at gmail.com) | |
32 | + | |
33 | +Advisors | |
34 | +-------- | |
35 | + | |
36 | + Fabio Kon (fabio.kon at ime.usp.br) | |
37 | + Alfredo Goldman (gold at ime.usp.br) | |
20 | 38 | ... | ... |
plugins/mezuro/README
1 | -README - Mezuro (Kalibro Plugin) | |
1 | +README - Mezuro (Mezuro Plugin) | |
2 | 2 | ================================ |
3 | 3 | |
4 | -Mezuro is source code tracking network based on Noosfero Platform with Kalibro Plugin to access Kalibro Web Service. | |
4 | +Mezuro is a source code tracking platform based on Noosfero social networking | |
5 | +platform with Mezuro Plugin actived to access Kalibro Web Service. | |
6 | + | |
5 | 7 | |
6 | 8 | INSTALL |
7 | 9 | ======= |
8 | 10 | |
9 | -See the Noosfero install file and include Ruby gem Savon: | |
11 | +Dependences | |
12 | +----------- | |
13 | + | |
14 | +See the Noosfero install file. After install Noosfero, install Mezuro dependences: | |
10 | 15 | |
11 | -gem install savon | |
16 | +$ gem install nokogiri -v 1.5.0 | |
17 | +$ gem install savon -v 0.9.7 | |
18 | +$ gem install googlecharts | |
12 | 19 | |
13 | -Also, you need to enable Mezuro Plugin in the Noosfero: | |
20 | +Enable Plugin | |
21 | +------------- | |
22 | + | |
23 | +Also, you need to enable Mezuro Plugin at you Noosfero: | |
14 | 24 | |
15 | 25 | cd <your_noosfero_dir> |
16 | 26 | ./script/noosfero-plugins enable mezuro |
17 | 27 | |
18 | -To run Mezuro (kalibro Plugin) and its acceptance tests, you need to install the Kalibro Service. | |
28 | + | |
29 | +Install Service | |
30 | +--------------- | |
31 | + | |
32 | +To run Mezuro (Noosfero with Mezuro Plugin), you need to install the Kalibro | |
33 | +Service. | |
34 | + | |
19 | 35 | For that, access https://gitorious.org/kalibro/kalibro/blobs/master/INSTALL |
20 | 36 | |
21 | 37 | |
22 | -SOURCE CODE | |
38 | +Configure Service Address | |
39 | +------------------------- | |
40 | + | |
41 | +Finally, copy service.yaml.example to service.yaml and define your Kalibro | |
42 | +Service address: | |
43 | + | |
44 | +$ cd <your_noosfero_dir>/plugin/mezuro | |
45 | +$ cp service.yaml.example service.yaml | |
46 | + | |
47 | +If you install Kalibro Service at localhost, just keep the default | |
48 | +adress: | |
49 | + | |
50 | +http://localhost:8080/KalibroService/ | |
51 | + | |
52 | +Applying Mezuro Theme | |
53 | +--------------------- | |
54 | + | |
55 | +$ cd public/designs/themes && rm -f default | |
56 | +$ git clone git://gitorious.org/mezuro/mezuro-theme.git | |
57 | +$ ln -s mezuro-theme/ default && cd ../../../ | |
58 | + | |
59 | +Active Plugin | |
60 | +------------- | |
61 | + | |
62 | +As a Noosfero administrator user, go to administrator panel: | |
63 | + | |
64 | +- Click on "Enable/disable plugins" option | |
65 | +- Click on "Mezuro Plugin" check-box | |
66 | + | |
67 | + | |
68 | +DEVELOPMENT | |
23 | 69 | =========== |
24 | 70 | |
25 | -To get the Mezuro (Noosfero with Kalibro Plugin) development repository: | |
71 | +Get the Mezuro (Noosfero with Mezuro Plugin) development repository: | |
26 | 72 | |
27 | -git clone https://gitorious.org/+mezuro/noosfero/mezuro-noosfero-plugin | |
28 | -cd mezuro-noosfero-plugin | |
29 | -git checkout mezuro | |
73 | +$ git clone https://gitorious.org/+mezuro/noosfero/mezuro | |
74 | +$ cd mezuro | |
75 | +$ git checkout mezuro | |
30 | 76 | |
31 | -AUTHORS | |
32 | -======= | |
77 | +Running Mezuro tests | |
78 | +-------------------- | |
33 | 79 | |
34 | -Please see the file AUTHORS. | |
80 | +$ rake test:noosfero_plugins:mezuro | |
35 | 81 | |
36 | -BUGS | |
37 | -==== | |
38 | 82 | |
39 | -If you found any bug, please report at mezuro@listas.softwarelivre.org | |
40 | -(http://listas.softwarelivre.org/cgi-bin/mailman/listinfo/mezuro) | |
83 | +Get Involved | |
84 | +============ | |
85 | + | |
86 | +If you found any bug and/or want to collaborate, please send an e-mail to | |
87 | +paulo@softwarelivre.org | |
88 | + | |
41 | 89 | |
42 | 90 | LICENSE |
43 | 91 | ======= |
44 | -Copyright (c) The Authors developers. | |
92 | + | |
93 | +Copyright (c) The Author developers. | |
45 | 94 | |
46 | 95 | See Noosfero license. |
47 | 96 | |
48 | 97 | |
98 | +AUTHORS | |
99 | +======= | |
100 | + | |
101 | +Please, see the Mezuro AUTHORS file. | |
102 | + | |
103 | + | |
49 | 104 | ACKNOWLEDGMENTS |
50 | 105 | =============== |
51 | 106 | |
52 | 107 | The authors have been supported by organizations: |
53 | 108 | |
109 | +University of São Paulo (USP) | |
110 | +FLOSS Competence Center | |
111 | +http://ccsl.ime.usp.br | |
112 | + | |
54 | 113 | Brazilian National Research Council (CNPQ) |
55 | 114 | http://www.cnpq.br/ |
56 | - | |
57 | -USP FLOSS Competence Center | |
58 | -http://ccsl.ime.usp.br/ | ... | ... |