aboutsummaryrefslogtreecommitdiff
path: root/mediawiki.lrdevplugin/Info.lua
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2014-08-21 14:07:24 +0200
committerRobin Krahl <me@robin-krahl.de>2014-08-21 14:07:24 +0200
commit58f0037becb372dff3dfde6f770f84af1d67eda3 (patch)
tree6e8c992890633128c021774f681d5daf671cf6d3 /mediawiki.lrdevplugin/Info.lua
downloadLrMediaWiki-58f0037becb372dff3dfde6f770f84af1d67eda3.tar.gz
LrMediaWiki-58f0037becb372dff3dfde6f770f84af1d67eda3.tar.bz2
Initial commit.v0.1
Diffstat (limited to 'mediawiki.lrdevplugin/Info.lua')
-rwxr-xr-xmediawiki.lrdevplugin/Info.lua27
1 files changed, 27 insertions, 0 deletions
diff --git a/mediawiki.lrdevplugin/Info.lua b/mediawiki.lrdevplugin/Info.lua
new file mode 100755
index 0000000..5636a42
--- /dev/null
+++ b/mediawiki.lrdevplugin/Info.lua
@@ -0,0 +1,27 @@
+-- This file is part of the LrMediaWiki project and distributed under the terms
+-- of the MIT license (see LICENSE.txt file in the project root directory or
+-- [0]). See [1] for more information about LrMediaWiki.
+--
+-- Copyright (C) 2014 by the LrMediaWiki team (see CREDITS.txt file in the
+-- project root directory or [2])
+--
+-- [0] <https://raw.githubusercontent.com/LrMediaWiki/LrMediaWiki/master/LICENSE.txt>
+-- [1] <https://commons.wikimedia.org/wiki/Commons:LrMediaWiki>
+-- [2] <https://raw.githubusercontent.com/LrMediaWiki/LrMediaWiki/master/CREDITS.txt>
+
+return {
+ LrSdkVersion = 5.0,
+ LrToolkitIdentifier = 'org.ireas.lightroom.mediawiki',
+ LrPluginName = LOC '$$$/LrMediaWiki/PluginName=MediaWiki for Lightroom',
+
+ LrExportServiceProvider = {
+ title = LOC '$$$/LrMediaWiki/MediaWiki=MediaWiki',
+ file = 'MediaWikiExportServiceProvider.lua',
+ },
+
+ VERSION = {
+ major = 0,
+ minor = 1,
+ revision = 0,
+ },
+} \ No newline at end of file