1 <?php ob_start('ob_gzhandler') ?>
5 <meta http-equiv="X-UA-Compatible" content="chrome=1">
8 * o------------------------------------------------------------------------------o
9 * | This file is part of the RGraph package - you can learn more at: |
11 * | http://www.rgraph.net |
13 * | This package is licensed under the RGraph license. For all kinds of business |
14 * | purposes there is a small one-time licensing fee to pay and for non |
15 * | commercial purposes it is free to use. You can read the full license here: |
17 * | http://www.rgraph.net/LICENSE.txt |
18 * o------------------------------------------------------------------------------o
21 <title>RGraph: HTML5 canvas graph library - Licensing FAQs</title>
23 <meta name="keywords" content="rgraph html5 canvas graph licensing" />
24 <meta name="description" content="RGraph: HTML5 canvas graph software - Documentation about licensing" />
26 <link rel="stylesheet" href="../css/website.css" type="text/css" media="screen" />
27 <link rel="icon" type="image/png" href="../images/favicon.png">
31 <!-- Social networking buttons -->
32 <script src="../libraries/RGraph.common.core.js" ></script>
35 function HideTwitterDIV ()
37 document.getElementById("twitter_div").style.opacity = 0;
38 document.getElementById("twitter_div").style.display = 'none';
42 function ShowTwitterDIV (e)
44 var e = RGraph.FixEventObject(document.all ? event : e);
45 var div = document.getElementById("twitter_div");
46 var img = document.getElementById("twitter_icon");
48 div.style.display = 'block';
49 div.style.left = (RGraph.getCanvasXY(img)[0] + img.offsetWidth - div.offsetWidth + 110) + 'px';
50 div.style.top = (RGraph.getCanvasXY(img)[1] - 1) + 'px';
55 setTimeout('document.getElementById("twitter_div").style.opacity = 0.2;', 25);
56 setTimeout('document.getElementById("twitter_div").style.opacity = 0.4;', 50);
57 setTimeout('document.getElementById("twitter_div").style.opacity = 0.6;', 100);
58 setTimeout('document.getElementById("twitter_div").style.opacity = 0.8;', 125);
59 setTimeout('document.getElementById("twitter_div").style.opacity = 1.0;', 150);
67 * This code installs the event handler that hides the Twitter DIV
70 window.attachEvent('onload', function () {document.body.attachEvent('onclick', HideTwitterDIV);});
72 window.addEventListener('click', HideTwitterDIV, false);
76 <!-- The twitter DIV -->
77 <div id="twitter_div" style="position: absolute;top: 0;left: 0;background-color: #eee;border: 2px dashed black;box-shadow: 0 0 15px #aaa;-moz-box-shadow: 0 0 15px #aaa;-webkit-box-shadow: 0 0 15px #aaa;padding: 3px;display: none;opacity: 0;z-index: 99;">
78 <a href="http://twitter.com/home/?status=RGraph%3A+HTML5+canvas+graph+library+based+on+the+HTML5+canvas+tag+http%3A%2F%2Fwww.rgraph.net+%23rgraph+%23html5+%23canvas" target="_blank" title="Share on Twitter" rel="nofollow" style="text-decoration: none">Tweet about RGraph</a><br>
79 <a href="http://twitter.com/_rgraph" style="text-decoration: none" rel="nofollow" target="_blank">Follow for HTML5 news</a>
82 <div id="social_icons" class="warning" style="top: 0; left: 5px; position: absolute">
85 if (navigator.userAgent.indexOf('Opera') == -1) {
86 document.getElementById("social_icons").style.position = 'fixed';
87 document.getElementById("twitter_div").style.position = 'fixed';
92 <b style="display: inline-block; position: relative; top: 1px">Bookmark and share:</b>
96 <a title="Bookmark with delicious" href="http://delicious.com/save?jump=close&v=4&noui&jump=close&url=http://www.rgraph.net¬es=RGraph%20is%20a%20HTML5%20based%20graph%20library%20supporting%20a%20wide%20range%20of%20different%20graph%20types:Bar,%20Bipolar,%20Donut,%20Funnel,%20Gantt,%20Horizontal%20Bar,%20LED,%20Line,%20Meter,%20Odometer,%20Pie,%20Progress%20Bar,%20Rose,%20RScatter,%20Scatter%20and%20Traditional%20Radar&title=RGraph:%20HTML5%20canvas%20graph%20library%20based%20on%20the%20HTML5%20canvas%20tag" target="_blank">
97 <img src="../images/delicious.png" alt="Bookmark with delicious" width="22" height="22" border="0" align="absmiddle" />
100 <a href="" target="_blank" onmouseover="if (document.getElementById('twitter_div').style.display == 'none') ShowTwitterDIV(event);" onclick="event.stopPropagation(); event.cancelBubble = true; return false">
101 <img src="../images/twitter.png" id="twitter_icon" alt="tweet this site" width="22" height="22" border="0" align="absmiddle" />
105 <a title="Post to Google Buzz!" href="" onclick="window.open('http://www.google.com/buzz/post?url=http://www.rgraph.net&imageurl=http://www.rgraph.net/images/logo.png', 'google_buzz_window', 'width=800,height=400,top=100,left=100'); return false">
106 <img src="../images/buzz.png" width="22" height="22" alt="Post to Google Buzz!" align="absmiddle" style="position: relative; top: -2px; border: 0" border="0"/>
110 <a title="Share RGraph on Facebook" href="" onclick="window.open('http://www.facebook.com/sharer.php?u=http://www.rgraph.net&t=RGraph:%20HTML5%20canvas%20graph%20library', 'facebook_window', 'width=500,height=300,top=100,left=100'); return false">
111 <img src="../images/facebook.png" width="22" height="22" alt="Post to Facebook" align="absmiddle" style="position: relative; top: -2px; border: 0" border="0"/>
114 <a href="mailto:share@friendfeed.com" title="Share on FriendFeed">
115 <img src="../images/friendfeed.png" width="22" height="22" alt="Share on FriendFeed" border="0" align="absmiddle" />
118 <a href="http://www.stumbleupon.com/submit?url=http://www.rgraph.net" target="_blank" title="Share on StumbleUpon" >
119 <img src="../images/stumble.png" alt="Stumble! this site" width="22" height="22" border="0" align="absmiddle" />
124 <!-- /Social networking buttons -->
126 <div id="breadcrumb">
127 <a href="../index.html">RGraph: HTML5 canvas graph library</a>
129 <a href="index.html">Documentation</a>
134 <h1>RGraph: HTML5 canvas graph library - Licensing FAQs</h1>
137 if (RGraph.isIE8()) {
138 document.write('<div style="background-color: #fee; border: 2px dashed red; padding: 5px"><b>Important</b><br /><br /> Internet Explorer 8 does not natively support the HTML5 canvas tag, so if you want to see the graphs, you can either:<ul><li>Install <a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame</a></li><li>Use ExCanvas. This is provided in the RGraph Archive.</li><li>Use another browser entirely. Your choices are Firefox 3.5+, Chrome 2+, Safari 4+ or Opera 10.5+. </li></ul> <b>Note:</b> Internet Explorer 9 fully supports the canvas tag. Click <a href="http://groups.google.com/group/rgraph/browse_thread/thread/c5651ff8c56b8f3c#" target="_blank">here</a> to see some screenshots.</div>');
142 <div style="padding-top: 35px; float: right; margin-right: 50px">
143 <div style="float: right">
144 <form action="https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/456239608328156" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm">
145 <input name="item_name_1" type="hidden" value="RGraph and PHPGuru License" />
146 <input name="item_description_1" type="hidden" value="License for RGraph: HTML5 canvas graph library and www.phpguru.org" />
147 <input name="item_quantity_1" type="hidden" value="1" />
148 <input name="item_price_1" type="hidden" value="49.0" />
149 <input name="item_currency_1" type="hidden" value="GBP" />
150 <input name="_charset_" type="hidden" value="utf-8" />
151 <input alt="" width="116" height="61" src="../images/buy.png" type="image" />
157 If you have any questions regarding licensing, these are some FAQs that should help answer them.
163 <li><a href="#need"><b>Do I need to buy a license?</b></a></li>
164 <li><a href="#howmuch">How much is a license?</a></li>
165 <li><a href="#read">Where can I read the license?</a></li>
166 <li><a href="#cover">What does the license cover?</a></li>
167 <li><a href="#invoice">Can you send me an invoice?</a></li>
168 <li><a href="#paypal">Can I use PayPal?</a></li>
174 <li><a href="#contact">Contact</a></li>
175 <li><a href="#licensetext">License</a></li>
181 <b>Do I need to buy a license?</b><br /><br />
182 For commercial/business use yes, you need a license to use RGraph. RGraph is not free software.
183 For non-commercial use (eg personal, charity and educational), RGraph is freely usable and you
184 don't need to buy a license though. You can read the license itself
185 <a href="#licensetext">here</a>.
188 <a name="howmuch"></a>
192 <b>How much is a license?</b><br /><br />
193 A license is a one-time fee of <b>£49</b> (UK pounds). That's roughly $70 (US dollars) at
200 <b>Where can I read the license?</b><br /><br />
201 The license is further down this page.
207 <b>What does the license cover?</b><br /><br />
208 The RGraph license covers RGraph as a whole. Excepting ExCanvas, all code that you find in the RGraph archive is
209 covered by the RGraph license. The license also covers code that I've written that is available from <a href="http://www.phpguru.org" target="_blank">phpguru.org</a>.
211 PHP focused website, but also plays host to a fair amount of Javascript too. So if your development language of choice is not PHP,
212 you may still find something of use there.<br /><br />
216 <a name="invoice"></a>
218 <b>Can you send me an invoice?</b><br /><br />
219 Of course, simply go here: <a href="http://www.rgraph.net/invoice.html">http://www.rgraph.net/invoice.html</a>, enter your email
220 address and you'll be sent an invoice that you can use for tax purposes.
224 <a name="paypal"></a>
226 <b>Can I use PayPal?</b><br /><br />
227 <div style="float: right">
228 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
229 <input type="hidden" name="cmd" value="_s-xclick">
230 <input type="hidden" name="hosted_button_id" value="JWZ9VN8ZPQZZW">
231 <input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
232 <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
235 Yes, you can use PayPal if you prefer. Please use the PayPal button shown here to start the process.
240 <a name="contact"></a>
244 If you have a question about RGraph licensing, you can send it to <a href="mailto:licensing@rgraph.net">licensing@rgraph.net</a>
245 or you can order directly using <a href="https://checkout.google.com" onclick="document.getElementById('BB_BuyButtonForm').submit(); return false">Google Checkout</a>.
248 <a name="licensetext"></a>
255 <iframe width="100%" height="400" src="../LICENSE.txt"></iframe>