~francesc.busquets/jclic/trunk

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
161
162
163
JClic: Authoring and playing system for educational activities
Generalitat de Catalunya - Departament d'Ensenyament

Main site: https://clic.xtec.cat
Development: https://projectestac.github.io/jclic
New HTML5 player: https://clic.xtec.cat/repo
       
Contact: clic@xtec.cat

Developers:
   Francesc Busquets (project leader)
   Albert Llastarri

With the support of:
   Sara Arjona
   Fernando Cuartero
   
Community support:
   Monica Grau
   Imma Palahí
   Isabel Oussedik
   
Translations:

   Deustch:
   EDUCATION HIGHWAY
   Innovationszentrum für Schule und Neue Technologie GmbH
   Linz/Austria, http://www.eduhi.at
   Gemeinsam mit:
   Astrid Leeb
   Ingeborg Kanz
   Monika Andraschko
   Caroline Weigner   
   
   Galego:
   Edugaliza (http://www.edugaliza.org)
   
   Français:
   Gilles Parenna
   
   Português:
   Alexandre R. Soares
   
   Português (Brasil):
   Hugo Sunayama
   
JClic uses code from the following projects:

   JDom
   The JDOM Project (http://www.jdom.org)
   Apache-like license

   Browser Launcher
   Eric Albert, Markus Gebhard and Jeff Chapman (http://browserlauncher2.sourceforge.net)
   GNU Lesser General Public License (LGPL)
   
   JavaLayer and MP3 JavaSound SPI
   JavaZOOM (http://www.javazoom.net)
   GNU Lesser General Public License (LGPL)
   
   JOrbis
   ymnk - JCraft (http://www.jcraft.com/jorbis)
   GNU Lesser General Public License (LGPL)
   
   Tritonus
   Tritonus project (http://www.tritonus.org)
   GNU Lesser General Public License (LGPL)

   Image4j
   Ian McDonagh (http://image4j.sourceforge.net)
   GNU Lesser General Public License (LGPL)

Special Thanks:
   Dina Abizanda
   Ismail Alí
   Jaume Bartrolí
   David Beltran
   Blanca Besga
   Tona Castell
   Jordi Castells
   Fina Dènia
   Margarita Fortuny
   Galego21.org
   Miren Garralda
   Eva Gea
   Juanjo Gómez
   Luz González
   Alexander Herzfeld
   Santiago Manrique
   Moncho Marín
   Juan José Mateo
   Toni Miquel
   Orixe Taldea
   Imma Palahí
   Manolo Paz
   Josep Pi
   Antoni Prim
   Jordi Quintana
   Pedro Reina
   Luis Rodero
   Rafael Rodríguez
   Ferran Ruiz
   Joan A. Solano
   Sun Microsystems
   Susi Tello
   Núria Torrents
   Montse Vega
   Martí Vergés
   Jordi Vivancos
   Caroline Weigner
   Jordi Mas

-----------------------------------------------------------------------------

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 2 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 (in a file called COPYING); if not, go
to http://www.gnu.org/copyleft/gpl.html or write to 

  Free Software Foundation, Inc.
  59 Temple Place - Suite 330
  Boston, MA 02111-1307 USA

-----------------------------------------------------------------------------

Source code to this program is always available in:

  https://github.com/projectestac/jclic


JClic is built upon other free libraries. Most
of these libraries are not distributed under the terms
of the GPL, but rather some other free, GPL-compatible
license.  Specifically:

  JLayer: LGPL
    
  JOrbis: LGPL
  
  JavaZoom MP3SPI: LGPL
  
  Tritonus: LGPL
  
  JDom: BSD/Apache style
  
  Crimson: Apache 2.0 license
  
For more information, see the documentation inside
each library's source code directory.

-----------------------------------------------------------------------------

See INSTALL.txt for compilation instructions, and HACKING.txt for information 
about the internal structure of JClic and the organization of the source code.