Projeto

Geral

Perfil

atualizar-sobre-modulos.txt

Mauricio Luiz Viani, 23/04/2018 14:37 h

Baixar (5,33 KB)

 
1

    
2
ADMIN
3
=====
4
$setup_info['admin']['author'] = 'eGroupWare coreteam';
5

    
6
$setup_info['admin']['maintainer'][] = array(
7
        'name'  => 'ExpressoLivre coreteam',
8
        'email' => 'webmaster@expressolivre.org',
9
        'url'   => 'www.expressolivre.org'
10
	);
11

    
12
$setup_info['admin']['license']  = 'GPL';
13
$setup_info['admin']['description'] = 'Central Administration Module';
14

    
15
CALENDAR
16
========
17
$setup_info['calendar']['author'] = 'Mark Peters';
18

    
19
$setup_info['calendar']['maintainer'] = array(
20
        'name'  => 'ExpressoLivre coreteam',
21
        'email' => 'webmaster@expressolivre.org',
22
        'url'   => 'www.expressolivre.org'
23
	);
24

    
25
$setup_info['calendar']['license']  = 'GPL';
26
$setup_info['calendar']['description'] = 'Calendar Module';
27
$setup_info['calendar']['note'] = 'Based on Webcalendar by Craig Knudsen';
28

    
29

    
30
CONTACTCENTER
31
=============
32
$setup_info['contactcenter']['author'] = 'Raphael Derosso Pereira, Jonas Goes';
33

    
34
$setup_info['contactcenter']['maintainer'] = array(
35
        'name'  => 'ExpressoLivre coreteam',
36
        'email' => 'webmaster@expressolivre.org',
37
        'url'   => 'www.expressolivre.org'
38
	);
39

    
40
$setup_info['contactcenter']['license']  = 'GPL';
41
$setup_info['contactcenter']['description'] = 'ContactCenter Module';
42

    
43
EMAILADMIN
44
==========
45
$setup_info['emailadmin']['author'] = 'Lars Kneschke';
46

    
47
$setup_info['emailadmin']['maintainer'] = array(
48
        'name'  => 'ExpressoLivre coreteam',
49
        'email' => 'webmaster@expressolivre.org',
50
        'url'   => 'www.expressolivre.org'
51
	);
52

    
53
$setup_info['emailadmin']['license']  = 'GPL';
54
$setup_info['emailadmin']['description'] = 'Central Management MailServer Module';
55

    
56
EXPRESSOADMIN
57
=============
58
$setup_info['expressoAdmin1_2']['author'] = 'João Alfredo Knopik Junior';
59

    
60
$setup_info['expressoAdmin1_2']['maintainer'] = array(
61
        'name'  => 'ExpressoLivre coreteam',
62
        'email' => 'webmaster@expressolivre.org',
63
        'url'   => 'www.expressolivre.org'
64
	);
65

    
66
$setup_info['expressoAdmin1_2']['license']  = 'GPL';
67
$setup_info['expressoAdmin1_2']['description'] = 'Administration Module for Users, Groups and Lists';
68

    
69
EXPRESSOMAIL
70
============
71
$setup_info['expressoMail1_2']['author'] = 'João Alfredo Knopik Junior, Nilton Emílio Bührer Neto';
72

    
73
$setup_info['expressoMail1_2']['maintainer'] = array(
74
        'name'  => 'ExpressoLivre coreteam',
75
        'email' => 'webmaster@expressolivre.org',
76
        'url'   => 'www.expressolivre.org'
77
	);
78

    
79
$setup_info['expressoMail1_2']['license']  = 'GPL';
80
$setup_info['expressoMail1_2']['description'] = 'Email Module';
81

    
82
FILEMANAGER
83
===========
84
$setup_info['filemanager']['author'] = 'Alexandre Felipe Muller de Souza, Alexandre Luiz Correia';
85

    
86
$setup_info['filemanager']['maintainer'] = array(
87
        'name'  => 'ExpressoLivre coreteam',
88
        'email' => 'webmaster@expressolivre.org',
89
        'url'   => 'www.expressolivre.org'
90
	);
91

    
92
$setup_info['filemanager']['license']  = 'GPL';
93
$setup_info['filemanager']['description'] = 'FileManager Module';
94
$setup_info['filemanager']['note'] = 'Based on eGroupware FileManager 1.0';
95

    
96
HELP
97
====
98
$setup_info['help']['author'] = 'William Fernando Merlotto, Nilton Emílio Bührer Neto';
99

    
100
$setup_info['help']['maintainer'] = array(
101
        'name'  => 'ExpressoLivre coreteam',
102
        'email' => 'webmaster@expressolivre.org',
103
        'url'   => 'www.expressolivre.org'
104
	);
105

    
106
$setup_info['help']['license']  = 'GPL';
107
$setup_info['help']['description'] = 'Online User Manual';
108

    
109
LISTADMIN
110
=========
111
$setup_info['listAdmin']['author'] = 'Rommel de Brito Cysne';
112

    
113
$setup_info['listAdmin']['maintainer'] = array(
114
        'name'  => 'ExpressoLivre coreteam',
115
        'email' => 'webmaster@expressolivre.org',
116
        'url'   => 'www.expressolivre.org'
117
	);
118

    
119
$setup_info['listAdmin']['license']  = 'GPL';
120
$setup_info['listAdmin']['description'] = 'List Management Module';
121

    
122
NEWS_ADMIN
123
==========
124
$setup_info['news_admin']['author'] = 'eGroupWare coreteam';
125

    
126
$setup_info['news_admin']['maintainer'][] = array(
127
        'name'  => 'ExpressoLivre coreteam',
128
        'email' => 'webmaster@expressolivre.org',
129
        'url'   => 'www.expressolivre.org'
130
	);
131

    
132
$setup_info['news_admin']['license']  = 'GPL';
133
$setup_info['news_admin']['description'] = 'News Bulletins Module';
134

    
135
PREFERENCES
136
===========
137
$setup_info['preferences']['author'] = 'eGroupWare coreteam';
138

    
139
$setup_info['preferences']['maintainer'][] = array(
140
        'name'  => 'ExpressoLivre coreteam',
141
        'email' => 'webmaster@expressolivre.org',
142
        'url'   => 'www.expressolivre.org'
143
	);
144

    
145
$setup_info['preferences']['license']  = 'GPL';
146
$setup_info['preferences']['description'] = 'Preferences Module';
147

    
148
REPORTS
149
=======
150
$setup_info['reports']['author'] = 'Elvio Rufino da Silva';
151

    
152
$setup_info['reports']['maintainer'][] = array(
153
        'name'  => 'ExpressoLivre coreteam',
154
        'email' => 'webmaster@expressolivre.org',
155
        'url'   => 'www.expressolivre.org'
156
	);
157

    
158
$setup_info['reports']['license']  = 'GPL';
159
$setup_info['reports']['description'] = 'Report Module for Users, Groups and Lists';
160

    
161
WORKFLOW
162
========
163
$setup_info['workflow']['author'] = 'Regis Leroy';
164

    
165
$setup_info['workflow']['maintainer'][] = array(
166
        'name'  => 'ExpressoLivre coreteam',
167
        'email' => 'webmaster@expressolivre.org',
168
        'url'   => 'www.expressolivre.org'
169
	);
170

    
171
$setup_info['workflow']['license']  = 'GPL';
172
$setup_info['workflow']['description'] = 'Workflow Module';
173
$setup_info['workflow']['note'] = 'Based on Galaxia Engine and OpenFlow';