Skip to content

Commit

Permalink
Item11187: Initial commit for an OpenLayers map plugin for Foswiki
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/OpenLayersPlugin@12804 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulAlexander authored and PaulAlexander committed Oct 20, 2011
0 parents commit 7c38720
Show file tree
Hide file tree
Showing 1,838 changed files with 239,235 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/Sandbox/PluginTestOpenLayersPlugin.txt
@@ -0,0 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1042728360" format="1.0" version="$Rev$"}%
%META:TOPICPARENT{name="EmptyPlugin"}%

SOME EXAMPLES OF THE PLUGIN
44 changes: 44 additions & 0 deletions data/System/OpenLayersPlugin.txt
@@ -0,0 +1,44 @@
%META:TOPICPARENT{name="Plugins"}%
---+ !OpenLayers Plugin

%SHORTDESCRIPTION%

Learn how to create your own plugin in %SYSTEMWEB%.DevelopingPlugins.

---++ Plugin Preferences

Plugin preferences should be set using =configure=, as described in
%SYSTEMWEB%.DevelopingPlugins. You can also use
[[%SYSTEMWEB%.PreferenceSettings][preference settings]] to define any
user-controllable configuration. You are strongly advised
to use the name of the plugin as a prefix, to avoid the risk of namespace
clashes with other extensions that may try to use the same name.

*BAD*
* Set EXAMPLE = Example setting
* Set FORMAT = %d-%m-%y
*Good*
* Set EMPTYPLUGIN_EXAMPLE = Example setting
* Set EMPTYPLUGIN_FORMAT = %d-%m-%y

<!--
One line description, required for extensions repository catalog.
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->

---++ Installation
%$INSTALL_INSTRUCTIONS%

---++ Plugin Info

| Author: | Foswiki:Main.PaulAlexander |
| Copyright: | &copy; 2011, [[http://taxonomy.org.au][Taxonomy Research & Information Network]], Foswiki Contributors %BR%\
This plugin uses [[http://openlayers.org][OpenLayers]] javascript, which is Copyright (c) !OpenLayers Contributors, see [[%ATTACHURLPATH%/scripts/api/2/doc/authors.txt][authors.txt]] |
| License: | This Foswiki plugin is licensed under the GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License Version 3]])%BR% \
This plugin uses [[http://openlayers.org][OpenLayers]] javascript, which is licensed under the [[%ATTACHURLPATH%/scripts/api/2/license.txt][2-clause BSD License]], which in turn includes code licensed under the [[%ATTACHURLPATH%/scripts/api/2/doc/licenses/APACHE-2.0.txt][Apache 2.0]] and [[%ATTACHURLPATH%/scripts/api/2/doc/licenses/MIT-LICENSE.txt][MIT]] licenses. See [[%ATTACHURLPATH%/scripts/api/2/OpenLayers.js][OpenLayers.js]] for full copyright headers and notices. |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change&nbsp;History: | <!-- versions below in reverse order -->&nbsp; |
| XX Mmm 20XX (1.0) | Description of change |
| Home: | http://foswiki.org/Extensions/%TOPIC% |
| Support: | http://foswiki.org/Support/%TOPIC% |

0 comments on commit 7c38720

Please sign in to comment.