Apparently no longer looking for `agents'.
[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 HERE
39                 );
40
41 sub handler
42 {
43 Wuse 'product::Lib';
44 my $W=product::Lib->init(
45                 "css_push"=>"/product/mms2/Index.css",
46                 );
47
48 my $ListItem=product::Lib->name_to_hashref("mms2");
49
50
51 my %www_mms2_site=(
52         "CZ"=>"www.mms2.cz",
53         "SK"=>"www.mms2.cz",
54           ""=>"www.mms2.org",
55         );
56 my $www_mms2_site=text_cc \%www_mms2_site;
57 $_="http://$_/" for values(%www_mms2_site);
58 # <caption/> would get wrapped to the image width.
59 print <<"HERE";
60 <h1>@{[ product::Lib->title($ListItem) ]}</h1>
61
62 <p>Currently supported client mobile phones of the country: <i>Czech Republic</i></p>
63 <table border="0" class="margin-center td-center">
64         <tr><td>@{[
65                 a_href_cc \%www_mms2_site,img('web-screenshot256.png',"$www_mms2_site web link")
66                 ]}</td></tr>
67         <tr><td style="font-size: xx-large;">@{[
68                 a_href_cc \%www_mms2_site,"$www_mms2_site web link"
69                 ]}</td></tr>
70 </table>
71
72 <p>Coverage by the news articles:</p>
73 <ul>
74         <li>@{[ a_href 'http://www.mobilmania.cz/Zpravy/AR.asp?ARI=111260','mobilmania.cz' ]} (Czech only)</li>
75         <li>
76                 @{[ a_href 'http://mobil.idnes.cz/mob_operatori.asp?r=mob_operatori&c=A051106_214538_mob_operatori_dno','mobil.cz' ]}
77                 (Czech only)
78         </li>
79 </ul>
80
81 <h2 id="agent">Revenue share from MMS in your country</h2>
82
83 <p>This calculation is based on an assumption price for sending 1 MMS message
84 (<b>MMS_price</b>) is constant. In some countries the MMS messages are exactly
85 for the price of the GPRS data transfer itself - there definitely does not make
86 any sense to deploy this custom MMS center called <b>MMS2</b>:</p>
87
88 <table border="0" class="margin-center"><tr><td>
89         min(<b>SMS_price</b>, EUR <b>0.04</b>) + 20 * <b>1KB_GPRS_price</b> + <b>income</b>
90                         &lt; <b>MMS_price</b>
91 </td></tr></table>
92
93 <p>Each MMS transaction requires 1 notificating binary SMS and usually about 20
94 KB of GPRS transferred data. Please note there is generally no possibility to
95 use any free or cheap SMS gateways as they cannot pass arbitrary binary
96 data. MMS transaction scheme:</p>
97
98 @{[ centerimg "mms-xfer.svg","MMS Transaction" ]}
99
100 <p>I am also interested in SMS prices valid for sending messages to the
101 countries worldwide substantially below the currently available sending for the
102 price EUR 0.04.</p>
103
104 <p>Your deployment of <b>MMS2</b> will need to cover at least very detailed
105 local price plans analysis, appropriate kind of service marketing and basic
106 service deployment testing. Currently already covered countries:
107 <i>Czech</i>,
108 <i>Japan</i>.
109 Do not hesitate to contact me: @{[ a_href 'mailto:mms2@jankratochvil.net' ]}</p>
110
111 <p>Do you consider MMS dead? The service really did not reach the expectation
112 but it is usually caused at least by its current exaggerated prices trying to
113 cover its expensive development. With the proper international cooperation and
114 this service framework with low investition costs it may undercut even the
115 prices of your local <b>SMS</b> prices! Currently it already can equal the MMS
116 price to the usual SMS price due to different available SMS service prices.</p>
117
118
119 <h2>Any disadvantages?</h2>
120
121 <p>The cooperation with existing MMS center is the major problem although it
122 should be acceptably resolved for the target customers of this alternative
123 center <b>MMS2</b>. It cannot be deployed with official MMS centers
124 interconnecting contract with existing operators as the fees for MMS
125 termination in the 'legacy' MMS center would inhibit any competitive prices of
126 the MMS service itself offered by this alternative center <b>MMS2</b>. It may
127 be different in your country, though - check yourself, please</p>
128
129 <p>Currently deployed service is based on:</p>
130
131 <table border="1" class="delivery-method">
132         <tr>
133                 <th>Originating Mobile</th>
134                 <th style="font-weight: bold;">&mdash;&gt;</th>
135                 <th>Recipient Mobile</th>
136                 <th>Develivery Method</th>
137         </tr>
138         <tr id="a_table">
139                 <td>Legacy operator's center</td>
140                 <td class="sign">&mdash;&gt;</td>
141                 <td>Legacy operator's center</td>
142                 <td>(legacy, not <b>MMS2</b> related)</td>
143         </tr>
144         <tr id="b_table">
145                 <td><b>MMS2</b> service</td>
146                 <td class="sign">&mdash;&gt;</td>
147                 <td>Legacy operator's center</td>
148                 <td><b>MMS2</b> initiated WAP-Push</td>
149         </tr>
150         <tr id="c_table">
151                 <td>Legacy operator's center</td>
152                 <td class="sign">&mdash;&gt;</td>
153                 <td><b>MMS2</b> service</td>
154                 <td><b>operator</b> initiated text SMS</td>
155         </tr>
156         <tr id="d_table">
157                 <td><b>MMS2</b> service</td>
158                 <td class="sign">&mdash;&gt;</td>
159                 <td><b>MMS2</b> service</td>
160                 <td><b>MMS2</b> native MMSE delivery</td>
161         </tr>
162 </table>
163
164 <p>WAP-Push type delivery for non-<b>MMS2</b> recipients includes information
165 on subscribing the cheaper <b>MMS2</b> provider thus the friends really wanting
166 to save on MMS messages cost will all move to the alternative <b>MMS2</b>
167 services while utilizing the standard (MMSE) native MMS messages delivery.</p>
168
169 <p>In the case the customer is already subscribed to the alternative
170 <b>MMS2</b> center and it is sent MMS message via the legacy operator's MMS
171 center it will get delivered generally only as text SMS message with web pickup
172 instructions. This is the only serious drawback of this <b>MMS2</b>
173 services.</p>
174
175 HERE
176
177
178 exit;
179 }
180 1;