-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTES
More file actions
36 lines (29 loc) · 1.45 KB
/
NOTES
File metadata and controls
36 lines (29 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
http://foswiki.org/Development/BuildContribCookbook?git=%2Fhome%2Fflip%2Ffoswiki-dev&extname=PhotoGallery&exttype=Plugin
http://foswiki.org/Extensions/BuildContrib
http://foswiki.org/Development.HowToStartExtensionDevelopmentInGit
http://foswiki.org/Development/GitRepository
http://foswiki.org/Development/GitBasedInstall
http://foswiki.org/System/DevelopingPlugins
http://foswiki.org/System/PerlDoc?module=Foswiki::Sandbox
http://foswiki.org/System/PerlDoc?module=Foswiki::Func
http://foswiki.org/System/PerlDoc?module=Foswiki::Meta
http://foswiki.org/System/PerlDoc?module=Foswiki::Time
http://foswiki.org/Development/HowToUseGit
http://foswiki.org/System/DevelopingPlugins#Publishing_for_Public_Use
TML: Foswiki:Extensions/TopicInteractionPlugin
test:
. env.sh
(cd core && ./pseudo-install.pl -uninstall PhotoGalleryPlugin)
perl PhotoGalleryPlugin/lib/Foswiki/Plugins/PhotoGalleryPlugin/build.pl release
cp -v PhotoGalleryPlugin/PhotoGalleryPlugin* core/
(cd core && perl PhotoGalleryPlugin_installer -r install)
...
(cd core && perl PhotoGalleryPlugin_installer -r uninstall)
(cd core && ./pseudo-install.pl PhotoGalleryPlugin)
rm -f PhotoGalleryPlugin/pub/System/PhotoGalleryPlugin/*compressed*
export FOSWIKI_GIT=/home/flip/foswiki-dev
export FOSWIKI_HOME=$FOSWIKI_GIT/core
export FOSWIKI_LIBS=$FOSWIKI_HOME/lib:$FOSWIKI_HOME/lib/CPAN/lib
export PERL5LIB=$FOSWIKI_GIT/BuildContrib/lib
exiftool -time:all -a -G0:1 ~/tmp/IMG_20160422_190807.jpg
^^^^^