-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
executable file
·77 lines (69 loc) · 2.88 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
/********************************************************************\
SHOPSAILORS
****
****
****
** **** **
****** ************ *****
******* ******************** *******
********************************
******** ***** ********
********** ****** **********
********************************
****** **************** ******
******* ****************** ******
**************************************************
**************************************************
****** **************** ******
****** **************** ******
********************************
********* ***** *********
*********** ***** ***********
**********************************
****** ****************** *******
**** ********* *****
****
****
****
\********************************************************************/
Shopsailors is an open source content manager system, specially focussed
on online stores.
It is licensed under the french GNU/GPL equivalent license CeCILL.
To run, it needs :
- php 5.3 with
- gd
- mcrypt
- mod_rewrite
- mysql 5
- htaccess support
Its properties are :
- No other sofware than Firefox needed for the administration
- Really simple to use and manage
- Supports easily built extensions
- Supports really easily integrated templates. The websites are completely skinable
- Every template support the generation of 180 variations of colors
- Multi site (a single installation may run any number of website)
- Multi languages
- No back office (the administration is made right from the website)
- Images menu generator
- xml -> html renderer
- free content pages editor
- free content pages lists editor
- complete shop pages with
- unlimited number and deepness for the categories
- unlimited number for the products
- different versions for the products
- payment modes
- shipment modes
- newsletter generator system (design and sending)
- many improvements for tinymce (plugin)
- and many more...
It uses the following libraries :
- Prototype (licence MIT)
- Scriptaculous (license in the source folder, in the javascript class)
- TinyMCE (GNU LGPL V2)
- Plugin AdvImageScale for TinyMCE (GNU LGPL)
- PHPMailer (GNU LGPL V2)
- Captcha Visuelle, by Kankrelune, with his autorisation
- CrossFade (license in the source folder, in the diaporama class)
- FastInit (license in the source folder, in the diaporama class)