forked from hforge/ikaaro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
114 lines (75 loc) · 3.01 KB
/
README.txt
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
ikaaro is a Content Management System built on Python & itools, among
other feautres it provides:
- Content & Document Management.
- Collaboration with the calendar, issue tracker, etc.
- Multiple web sites in one instance, with separate access rights.
- Mulitilingual interfaces and content.
The scripts included are:
icms-forget.py
icms-init.py
icms-start.py
icms-stop.py
icms-update.py
icms-update-catalog.py
Requirements
=============
Software Version Used by Home
---------- ------- ----------------- -------------------------------------
Python 2.6 ikaaro http://www.python.org/
itools 0.75.0 ikaaro http://www.hforge.org/itools
utidylib ikaaro (optional) http://utidylib.berlios.de/
guppy 0.1.8 Memory profiling http://guppy-pe.sourceforge.net/
Check the itools requirements.
Install
=============
If you are reading this instructions you probably have already unpacked
the ikaaro tarball with the command line:
$ tar xzf ikaaro-X.Y.Z.tar.gz
And changed the working directory this way:
$ cd ikaaro-X.Y.Z
So now to install ikaaro you just need to type this:
$ python setup.py install
Documentation
=============
The documentation is distributed as a separate package, ikaaro-docs.
The PDF file can be downloaded from http://www.hforge.org/ikaaro
Resources
=============
Home
http://www.hforge.org/ikaaro
Mailing list
http://www.hforge.org/community/
http://archives.hforge.org/index.cgi?list=itools
Bug Tracker
http://bugs.hforge.org
Copyright
=============
Copyright (C) 2002-2011 The Ikaaro authors
Check the CREDITS.txt file for the list of authors.
Includes some external free software:
Software License Home
-------------- ------- -----------------------------------------
jQuery GPL http://jquery.com
TinyMCE LGPL http://tinymce.moxiecode.com
DHTML Calendar LGPL http://code.google.com/p/dyndatetime/
Edit area LGPL http://www.cdolivet.com/editarea/
Password meter BSD http://mypocket-technologies.com/jquery/
And media content:
- Most icons come from the Tango Desktop Project:
http://tango.freedesktop.org/Tango_Desktop_Project
- The banner comes from the "Personas for Firefox" project:
http://www.getpersonas.com/en-US/persona/94524
And is available under the "by-nc-sa" license:
http://creativecommons.org/licenses/by-nc-sa/3.0/
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/>.