From 222814b67b593e169c1d6ee46961b81bfda33854 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 8 Dec 2007 14:21:53 +0000 Subject: [PATCH] Merge the excellent documentation work done during foss4g into trunk. Many thanks to all the contributors who helped put this together. I'm not exactly sure of what's going to happen with this, but for now, at http://openlayers.org/dev/doc/examples.html you can see links to all the examples *with descriptions*. Hooray! git-svn-id: http://svn.openlayers.org/trunk/openlayers/doc@5362 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- Jugl.js | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ examples.html | 55 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 Jugl.js create mode 100644 examples.html diff --git a/Jugl.js b/Jugl.js new file mode 100644 index 0000000000..5dcf1a521d --- /dev/null +++ b/Jugl.js @@ -0,0 +1,74 @@ +/** + * Jugl.js -- JavaScript Template Attribute Language + * This code is not yet licensed for release or distribution. + * + * Copyright 2007 Tim Schaub + */ + +/** + * Contains portions of OpenLayers.js -- OpenLayers Map Viewer Library + * + * Copyright 2005-2006 MetaCarta, Inc., released under a modified BSD license. + * Please see http://svn.openlayers.org/trunk/openlayers/repository-license.txt + * for the full text of the license. + */ + +/** + * Contains portions of Prototype.js: + * + * Prototype JavaScript framework, version 1.4.0 + * (c) 2005 Sam Stephenson + * + * Prototype is freely distributable under the terms of an MIT-style license. + * For details, see the Prototype web site: http://prototype.conio.net/ + */ + +(function(){var uri="http://jugl.tschaub.net/trunk/lib/Jugl.js";var Jugl={singleFile:true};window[uri]=Jugl;})();(function(){var uri="http://jugl.tschaub.net/trunk/lib/Jugl.js";var singleFile=(typeof window[uri]=="object"&&window[uri].singleFile);var Jugl={prefix:"jugl",namespaceURI:"http://namespace.jugl.org/",scriptName:(!singleFile)?"lib/Jugl.js":"Jugl.js",getScriptLocation:function(){var scriptLocation="";var scriptName=Jugl.scriptName;var scripts=document.getElementsByTagName('script');for(var i=0;i-1)&&(index+scriptName.length==src.length)){scriptLocation=src.slice(0,-scriptName.length);break;}}} +return scriptLocation;}};if(!singleFile){var jsfiles=new Array("Jugl/Util.js","Jugl/Class.js","Jugl/Async.js","Jugl/Node.js","Jugl/Attribute.js","Jugl/Console.js","Jugl/Template.js");var allScriptTags="";var host=Jugl.getScriptLocation()+"lib/";for(var i=0;i";allScriptTags+=currentScriptTag;}else{var s=document.createElement("script");s.src=host+jsfiles[i];var h=document.getElementsByTagName("head").length?document.getElementsByTagName("head")[0]:document.body;h.appendChild(s);}} +if(allScriptTags){document.write(allScriptTags);}} +window[uri]=Jugl;})();(function(){var uri="http://jugl.tschaub.net/trunk/lib/Jugl.js";var Jugl=window[uri];Jugl.Class=function(){var Class=function(){this.initialize.apply(this,arguments);} +var extended={};var parent;for(var i=0;i + + + OL Docs + + + + + + +
+
+
+ Example # goes here +
+
+ Title goes here +
+ +
+ + Short Description goes here + +
+
+ + Related Classes go here + +
+
+
+ + \ No newline at end of file