Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
Added donation button - one must eat.
Browse files Browse the repository at this point in the history
  • Loading branch information
codepo8 committed Jul 20, 2009
1 parent 7ded3b9 commit 8d94831
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
5 changes: 5 additions & 0 deletions about.php
Expand Up @@ -35,6 +35,10 @@

<p>GeoMaker was written by <a href="http://icant.co.uk">Chris Heilmann</a> (<a href="http://twitter.com/codepo8">@codepo8 on Twitter</a>, the <a href="http://wait-till-i.com">blog is here</a>) with refinement help by the Yahoo Geo Team.</p>

<h2>Cost</h2>
<p>GeoMaker is free of use, but if you really consider it useful and it saves you a lot of time, we'd love a donation (PayPal form is in the footer of this page).</p>


<h2>A peek under the hood</h2>

<p>In essence, GeoMaker is an easier interface to two web services: <a href="http:/developer.yahoo.com/geo/placemaker">Yahoo Placemaker</a> and <a href="http:developer.yahoo.com/maps/ajax">Yahoo Maps</a>.</p>
Expand All @@ -47,6 +51,7 @@

<?php include('licensing.php');?>


<div class="submit">
<input type="submit" id="send" value="Start using GeoMaker">
</div>
Expand Down
11 changes: 11 additions & 0 deletions geomaker.css
Expand Up @@ -218,9 +218,20 @@ h1{
font-weight:bold;
padding:1em;
}
#donate{
width:750px;
margin:0 auto;
margin-top:-5em;
text-align:left;
}
#donate h2{
margin:0;
font-size:90%;
}
#ft{
color:#ccc;
font-size:80%;
position:relative;
text-align:right;
margin:3em 0 0 0 ;
}
Expand Down
22 changes: 22 additions & 0 deletions gm_footer.php
Expand Up @@ -18,3 +18,25 @@
<p>GeoMaker by <a href="http://wait-till-i.com">Christian Heilmann</a>, using <a href="http://developer.yahoo.com/yui">YUI</a>, <a href="http://developer.yahoo.com/yql">YQL</a> and <a href="http://developer.yahoo.com/geo">Yahoo Geo Technologies</a> - <a href="api.php">API</a></p></div>
</div>


<?php if(preg_match('/icant/',$_SERVER['HTTP_HOST'])){?>
<div id="donate"><h2>Like GeoMaker? Support it.</h2><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="6912131">
<input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form></div>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=968400,sc_invisible=1,sc_partition=46,
sc_click_stat=1,sc_security="55a9fb8f",sc_text=2;
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="iweb stats"
href="http://www.statcounter.com/iweb/" target="_blank"><img
class="statcounter"
src="http://c.statcounter.com/968400/0/55a9fb8f/1/"
alt="iweb stats" ></a></div></noscript>
<!-- End of StatCounter Code -->
<?php }?>

0 comments on commit 8d94831

Please sign in to comment.