Skip to content

Commit bc4396f

Browse files
committedAug 25, 2013
no message
1 parent 2e7c48a commit bc4396f

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed
 

‎LICENSE

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright (c) 2013, arteria GmbH
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
Redistributions in binary form must reproduce the above copyright notice, this
11+
list of conditions and the following disclaimer in the documentation and/or
12+
other materials provided with the distribution.
13+
14+
Neither the name of the {organization} nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

‎README.txt ‎README.rst

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
1-
======================
2-
cmsplugin_contact_plus
3-
======================
1+
# cmsplugin_contact_plus
2+
43

54
cmsplugin_contact_plus is an adapted version of cmsplugin_contact (https://github.com/rtpm/cmsplugin_contact).
65

76

87
Detailed documentation is in the "docs" directory.
98

10-
Quickstart
11-
----------
9+
## Quickstart
1210
Put "cmsplugin_contact_plus.contact" in your INSTALLED_APPS settings.py section.
1311
Don't forget to syncdb your database.
1412

1513

1614

1715

18-
TODO
19-
----
16+
## TODO
2017
- Save send data to a NoSQL database (eg. MongoDB).
2118
- Trigger a signal when a message was send successfully
2219
- and track the current status in each message record for further interaction (new, in progress, closed).
2320

2421

25-
Changelog
26-
---------
22+
## Changelog
23+
2724

28-
1.0.0
29-
-----
25+
### 1.0.0
3026

31-
Opensourced CMS Plugin.
27+
Open sourced cmsplugin_contact_plus.
3228

3329

3430

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.