This repository was archived by the owner on Mar 14, 2019. It is now read-only.
forked from mimecorg/webissues-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
160 lines (111 loc) · 4.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
------------------------------------------------------------------------------------------
This is a fork of the WebIssues Desktop Client. It's not recommended
for production purposes.
The official development version can be found here: https://github.com/mimecorg/webissues.
------------------------------------------------------------------------------------------
WebIssues Desktop Client
Version 1.1.5 (2017-05-17)
Forked (2018-03-15)
Forked version:
- Updated to Qt 5.11
Fork reason:
- The official 1.1.2 build crashes on macOS 10.13.3+
- My Qt version was greater than the source supported version, prompting an update.
You could possibly just build the official source with Qt 5.5(?) or prior, and get
a successful build, but that's not as fun.
Original ReadMe:
Desktop Client for the WebIssues team collaboration system.
WebIssues is an open source, multi-platform system for issue tracking
and team collaboration. It can be used to store, share and track issues
with various attributes, comments and file attachments. The system
is easy to install and use but has many capabilities and is highly
customizable.
For more information please refer to the manual which is included
in the 'doc' subdirectory of this package.
Copyrights
==========
Copyright (C) 2006 Michał Męciński
Copyright (C) 2007-2017 WebIssues Team
The WebIssues Manual is licensed under the terms of the GNU Free
Documentation License, Version 1.3
Icons based on the KDE Crystal theme copyright (C) 2002 and following
years KDE Artists
Includes the Extensible SQLite driver for Qt copyright (C) 2011-2015
Michał Męciński, licensed under the terms of the GNU Lesser General
Public License version 3
This product includes software developed by the OpenSSL Project for use
in the OpenSSL Toolkit (http://www.openssl.org/)
Includes Prettify copyright (C) 2006 Google Inc.
License
=======
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
In addition, as a special exception, the WebIssues Team gives
permission to link the code of this program with the OpenSSL library
and distribute linked combinations including the two. You must obey
the GNU General Public License in all respects for all of the code
used other than OpenSSL. You may extend this exception to your version
of the program, but you are not obligated to do so. If you do not wish
to do so, delete this exception statement from your version.
WebIssues Team
==============
Authors:
* Michał Męciński (mimec at mimec org)
Contributors:
* Francine Lai Doo Woo (fldw.fladsc at orange fr)
- Supporting Web Client developer
* Patrick Matthäi (patrick.matthaei at web de)
- Debian packaging, patches
* Filipe Azevedo (pasnox at gmail com)
- OS X packaging, patches
* Yvan Rodrigues (yvan at redcell ca)
- prototype of the email inbox
Translators:
* Flávio Veras
- Portuguese (Brazil) translation
* Dara Sarnirand
* Ashwin Vekaria
* BourdonGrognon
- French translation
* Torsten Bielen
* David Keller
* Patrick Kindler
- German translation
* Rob Hiddinga
* Steven Heyse
- Dutch translation
* René Villegas
- Spanish translation
* Petr Stasiak
- Czech translation
* Alexey Mokrov
- Russian translation
* Giovanni Petrella
- Italian translation
* Liu Jian
* wahoosoft
* swish chinese
- Chinese translation
* Kornél Kovács
* Csontos Peter
* Janos Meszaros
* András Tóth
- Hungarian translation
Resources
=========
* http://webissues.mimec.org/
- Main site of the project
* http://webissues.mimec.org/forum/general
- General support forum
* http://webissues.mimec.org/forum/tracker
- Bugs & requests forum
* http://wiki.mimec.org/wiki/WebIssues
- Site for advanced users, administrators and developers