This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
77 lines (52 loc) · 1.91 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
NAME
Nitesi - Open Source Shop Machine
VERSION
0.0094
DESCRIPTION
Nitesi, the Open Source Shop Machine, is the Modern Perl ecosystem for
online business.
This module provides the following APIs:
Carts
Nitesi::Cart
Products
Nitesi::Product
Account Management
Nitesi::Account::Manager
To build your own business website, please take a look at our Dancer
plugin: Dancer::Plugin::Nitesi.
BUNDLES
The following bundles are available for Nitesi:
DBI Nitesi::DBI
CART
Nitesi supports multiple carts, automatic collapsing of similar items
and price caching.
CAVEATS
Please anticipate API changes in this early state of development.
AUTHOR
Stefan Hornburg (Racke), `[email protected]'
BUGS
Please report any bugs or feature requests to `bug-nitesi at
rt.cpan.org', or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Nitesi. I will be
notified, and then you'll automatically be notified of progress on your
bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Nitesi
You can also look for information at:
* RT: CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Nitesi
* AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Nitesi
* CPAN Ratings
http://cpanratings.perl.org/d/Nitesi
* Search CPAN
http://search.cpan.org/dist/Nitesi/
ACKNOWLEDGEMENTS
Marco Pessotto (patch fixing crash in logout)
LICENSE AND COPYRIGHT
Copyright 2011-2013 Stefan Hornburg (Racke).
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.