+MMS2 product.
[www.jankratochvil.net.git] / product / mms2 / Index.pm
1 # $Id$
2 # Main page of 'product::mms2'
3 # Copyright (C) 2005 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
4
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; exactly version 2 of June 1991 is required
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
18
19 package product::mms2::Index;
20 require 5.6.0;  # at least 'use warnings;' but we need some 5.6.0+ modules anyway
21 our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
22 our $CVS_ID=q$Id$;
23 use strict;
24 use warnings;
25
26 use My::Web;
27
28
29 our @ListItem=(
30                 "name"=>"MMS2",
31                 "priority"=>100,
32                 "icon"=>"icon.jpeg",
33                 "summary"=>"Alternative center for cheaper mobile phones multimedia messages (MMS)",
34                 "description"=>sub { return <<"HERE"; },
35 <p>You can use MMS messages for a price slightly higher than regular SMS
36 message, depending on the GPRS data price plans of your country.
37 Service is suitable to coexist with existing GSM networks MMS services.</p>
38 <p><b>LOOKING FOR AGENTS:</b> Would you like revenue share of this service deployed
39 even for your country? Do not miss the chance - @{[ a_href '/product/mms2/#agent','checkout more!' ]}</p>
40 HERE
41                 );
42
43 sub handler
44 {
45 Wuse 'product::Lib';
46 my $W=product::Lib->init(
47                 "css_push"=>"/product/mms2/Index.css",
48                 );
49
50 my $ListItem=product::Lib->name_to_hashref("mms2");
51
52
53 # <caption/> would get wrapped to the image width.
54 print <<"HERE";
55 <h1>@{[ product::Lib->title($ListItem) ]}</h1>
56
57 <p>Currently supported client mobile phones of the country: <i>Czech Republic</i></p>
58 <table border="0" class="margin-center td-center">
59         <tr><td>@{[
60                 img 'web-screenshot256.png','www.mms2.org web link',
61                                 "a_href"=>'http://www.mms2.org/'
62                 ]}</td></tr>
63         <tr><td style="font-size: xx-large;">@{[ a_href 'http://www.mms2.org/','www.mms2.org web link' ]}</td></tr>
64 </table>
65 HERE
66
67 print <<"HERE";
68 <h2 id="agent">Revenue share from MMS in your country</h2>
69
70 <p>This calculation is based on an assumption price for sending 1 MMS message
71 (<b>MMS_price</b>) is constant. In some countries the MMS messages are exactly
72 for the price of the GPRS data transfer itself - there definitely does not make
73 any sense to deploy this custom MMS center called <b>MMS2</b>:</p>
74
75 <table border="0" class="margin-center"><tr><td>
76         min(<b>SMS_price</b>, EUR <b>0.04</b>) + 20 * <b>1KB_GPRS_price</b> + <b>income</b>
77                         &lt; <b>MMS_price</b>
78 </td></tr></table>
79
80 <p>Each MMS transaction requires 1 notificating binary SMS and usually about 20
81 KB of GPRS transferred data. Please note there is generally no possibility to
82 use any free or cheap SMS gateways as they cannot pass arbitrary binary
83 data. MMS transaction scheme:</p>
84
85 @{[ centerimg "mms-xfer.svg","MMS Transaction" ]}
86
87 <p>I am also interested in SMS prices valid for sending messages to the
88 countries worldwide substantially below the currently available sending for the
89 price EUR 0.04.</p>
90
91 <p>Your deployment of <b>MMS2</b> will need to cover at least very detailed
92 local price plans analysis, appropriate kind of service marketing and basic
93 service deployment testing. Currently already covered countries:
94 <i>Czech</i>,
95 <i>Japan</i>.
96 Do not hesitate to contact me: @{[ a_href 'mailto:mms2@jankratochvil.net' ]}</p>
97
98 <p>Do you consider MMS dead? The service really did not reach the expectation
99 but it is usually caused at least by its current exaggerated prices trying to
100 cover its expensive development. With the proper international cooperation and
101 this service framework with low investition costs it may undercut even the
102 prices of your local <b>SMS</b> prices! Currently it already can equal the MMS
103 price to the usual SMS price due to different available SMS service prices.</p>
104
105
106 <h2>Any disadvantages?</h2>
107
108 <p>The cooperation with existing MMS center is the major problem although it
109 should be acceptably resolved for the target customers of this alternative
110 center <b>MMS2</b>. It cannot be deployed with official MMS centers
111 interconnecting contract with existing operators as the fees for MMS
112 termination in the 'legacy' MMS center would inhibit any competitive prices of
113 the MMS service itself offered by this alternative center <b>MMS2</b>. It may
114 be different in your country, though - check yourself, please</p>
115
116 <p>Currently deployed service is based on:</p>
117
118 <table border="1" class="delivery-method">
119         <tr>
120                 <th>Originating Mobile</th>
121                 <th style="font-weight: bold;">&mdash;&gt;</th>
122                 <th>Recipient Mobile</th>
123                 <th>Develivery Method</th>
124         </tr>
125         <tr id="a_table">
126                 <td>Legacy operator's center</td>
127                 <td class="sign">&mdash;&gt;</td>
128                 <td>Legacy operator's center</td>
129                 <td>(legacy, not <b>MMS2</b> related)</td>
130         </tr>
131         <tr id="b_table">
132                 <td><b>MMS2</b> service</td>
133                 <td class="sign">&mdash;&gt;</td>
134                 <td>Legacy operator's center</td>
135                 <td><b>MMS2</b> initiated WAP-Push</td>
136         </tr>
137         <tr id="c_table">
138                 <td>Legacy operator's center</td>
139                 <td class="sign">&mdash;&gt;</td>
140                 <td><b>MMS2</b> service</td>
141                 <td><b>operator</b> initiated text SMS</td>
142         </tr>
143         <tr id="d_table">
144                 <td><b>MMS2</b> service</td>
145                 <td class="sign">&mdash;&gt;</td>
146                 <td><b>MMS2</b> service</td>
147                 <td><b>MMS2</b> native MMSE delivery</td>
148         </tr>
149 </table>
150
151 <p>WAP-Push type delivery for non-<b>MMS2</b> recipients includes information
152 on subscribing the cheaper <b>MMS2</b> provider thus the friends really wanting
153 to save on MMS messages cost will all move to the alternative <b>MMS2</b>
154 services while utilizing the standard (MMSE) native MMS messages delivery.</p>
155
156 <p>In the case the customer is already subscribed to the alternative
157 <b>MMS2</b> center and it is sent MMS message via the legacy operator's MMS
158 center it will get delivered generally only as text SMS message with web pickup
159 instructions. This is the only serious drawback of this <b>MMS2</b>
160 services.</p>
161
162 HERE
163
164
165 exit;
166 }
167 1;