Codebase list sugar-log-activity / e396a9e
Tidy: Use semantic linefeeds. Jonas Smedegaard 5 years ago
2 changed file(s) with 45 addition(s) and 34 deletion(s). Raw diff Collapse all Expand all
3232 Provides:
3333 ${python:Provides},
3434 Description: Sugar Learning Platform - log viewing and reporting activity
35 Sugar Learning Platform promotes collaborative learning through Sugar
36 Activities that encourage critical thinking, the heart of a quality
37 education. Designed from the ground up especially for children, Sugar
38 offers an alternative to traditional “office-desktop” software.
35 Sugar Learning Platform promotes collaborative learning
36 through Sugar Activities that encourage critical thinking,
37 the heart of a quality education.
38 Designed from the ground up especially for children,
39 Sugar offers an alternative to traditional "office-desktop" software.
3940 .
40 Learner applications in Sugar are called Activities. They are software
41 packages that automatically save your work - producing specific
42 instances of the Activity that can be resumed at a later time. Many
43 Activities support learner collaboration, where multiple learners may
44 be invited to join a collective Activity session.
41 Learner applications in Sugar are called Activities.
42 They are software packages that automatically save your work -
43 producing specific instances of the Activity
44 that can be resumed at a later time.
45 Many Activities support learner collaboration,
46 where multiple learners may be invited
47 to join a collective Activity session.
4548 .
46 Log files are created when Activities run, and by other Sugar-related
47 processes. They list software errors, among other data, and can help
48 diagnose software problems.
49 Log files are created when Activities run,
50 and by other Sugar-related processes.
51 They list software errors, among other data,
52 and can help diagnose software problems.
4953 .
5054 This package contains the Log activity to view Sugar-related log files.
1313 2006-2007, Eduardo Silva
1414 2009, Simon Schampijer
1515 License-Grant:
16 This program is free software; you can redistribute it and/or modify it
17 under the terms of the GNU General Public License as published by the
18 Free Software Foundation; either version 2 of the License, or (at your
19 option) any later version.
16 This program is free software;
17 you can redistribute it and/or modify it
18 under the terms of the GNU General Public License
19 as published by the Free Software Foundation;
20 either version 2 of the License, or (at your option) any later version.
2021 License: GPL-2+
2122
2223 Files: logcollect.py
3031 2010, Dipankar Patro <dipankar@seeta.in>
3132 2015-2017, Jonas Smedegaard <dr@jones.dk>
3233 License-Grant:
33 This program is free software; you can redistribute it and/or modify it
34 under the terms of the GNU General Public License as published by the
35 Free Software Foundation; either version 3, or (at your option) any
36 later version.
34 This program is free software;
35 you can redistribute it and/or modify it
36 under the terms of the GNU General Public License
37 as published by the Free Software Foundation;
38 either version 3, or (at your option) any later version.
3739 License: GPL-3+
3840
3941 License: GPL-2+
4345 License-Reference: /usr/share/common-licenses/GPL-3
4446
4547 License: Expat
46 Permission is hereby granted, free of charge, to any person obtaining a
47 copy of this software and associated documentation files (the
48 "Software"), to deal in the Software without restriction, including
49 without limitation the rights to use, copy, modify, merge, publish,
50 distribute, sublicense, and/or sell copies of the Software, and to
51 permit persons to whom the Software is furnished to do so, subject to
52 the following conditions:
48 Permission is hereby granted, free of charge,
49 to any person obtaining a copy
50 of this software and associated documentation files (the "Software"),
51 to deal in the Software without restriction,
52 including without limitation
53 the rights to use, copy, modify, merge, publish, distribute,
54 sublicense, and/or sell copies of the Software,
55 and to permit persons to whom the Software is furnished to do so,
56 subject to the following conditions:
5357 .
5458 The above copyright notice and this permission notice shall be included
5559 in all copies or substantial portions of the Software.
5660 .
57 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
58 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
59 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
60 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
61 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
62 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
63 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
61 THE SOFTWARE IS PROVIDED "AS IS",
62 WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
63 INCLUDING BUT NOT LIMITED TO
64 THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
65 AND NONINFRINGEMENT.
66 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
67 FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
68 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
69 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
70 OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.