| | 1 | = PloneSMS bundle = |
| | 2 | |
| | 3 | Bundle provides the tool and sample content type. Solution allows Plone sites to send SMSes via [http://www.xiam.com XIAM] gateways of Cellular operators directly to cellphones. Product is tested to work with XIAM gatway of O2 cellphone provider. |
| | 4 | |
| | 5 | == Download == |
| | 6 | |
| | 7 | get it [source:ShortMessage/tags/0.1.3 from] [source:PloneSMSCommunicator/tags/0.1.3 SVN] at http://svn.quintagroup.com/products |
| | 8 | |
| | 9 | == Installation == |
| | 10 | |
| | 11 | 1. Unpack into /Products folder of your Zope instance. |
| | 12 | 2. Install PloneSMSCommunicator ans !ShortMessage with Quick Installer. |
| | 13 | |
| | 14 | == Usage == |
| | 15 | |
| | 16 | 1. Negotiate with cellphone provider the access details (XIAM server). |
| | 17 | 2. Setup PloneSMSCommunicator |
| | 18 | 3. Send SMSes |
| | 19 | |
| | 20 | == Architecture == |
| | 21 | |
| | 22 | Solution contains two Plone products: |
| | 23 | [wiki:PloneSMS/ShortMessage ShortMessage]:: |
| | 24 | the tool that talks to XIAM gateway at cellphone operator via XIAM-XML protocol. |
| | 25 | You'd have to set XIAM gateway properties in the tool' configlet before you |
| | 26 | are able to send SMSes. |
| | 27 | [wiki:PloneSMS/ShortMessage ShortMessage]:: |
| | 28 | the sample content type that allows sending Short Messages to cellphones. It |
| | 29 | employs Workflow to plug in the sendout procedure. |
| | 30 | |
| | 31 | == Developer reference == |
| | 32 | |
| | 33 | * [wiki:PloneSMS/ShortMessage ShortMessage] |
| | 34 | * [wiki:PloneSMS/PloneSMSCommunicator PloneSMSCommunicator] |