From: Thierry Parmentelat Date: Wed, 12 Mar 2008 12:57:53 +0000 (+0000) Subject: cleaning X-Git-Tag: PLEWWW-PLE.5.0-0~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=27b4d0cb5a651151ae45bc7b3037bf5c05f9b295;p=plewww.git cleaning --- diff --git a/misc/googlemap-notes.txt b/misc/googlemap-notes.txt deleted file mode 100644 index 2768aa6..0000000 --- a/misc/googlemap-notes.txt +++ /dev/null @@ -1,29 +0,0 @@ -==== packaged stuff, either in plcwww or myplc : - -* wrote /var/www/html/misc/googlemap.js --> has initial center & zoom hardcoded, as well as the clip window - -* updated plc-map.py to generate /var/www/html/sites/plc-sites.js --> this is a js file that contains (unclipped) sites description - -* added two icons in misc/ named google-plc.png and google-ple.png --> in need for better names some day - -==== on planet-lab.eu - -* defined a new input format that supports both php and textile - - order does not seem important - -* gave up the idea of showing the googlemap on the main page -- too slow -* hacked googlemap.js to clip/filter-out non-EU sites to speed up, still too slow -* so went for creating a separate page that can be accessed for the right menu as 'Map' - -* used that new input format (could have used php directly in fact since it's on its own now) - -* in this page : -- uses php's drupal_set_html_head to download google api with related key -- uses php's drupal_add_js to insert sites/plc-sites.js -- uses php's drupal_add_js to insert misc/googlemap.js -- and quotes the
thing - -and that's about it