Skip to content

Commit

Permalink
Item14081: docu fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed May 31, 2016
1 parent 8ff92a3 commit 17c6771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion data/System/MultiLingualPlugin.txt
Expand Up @@ -131,7 +131,7 @@ It iterates over the list of given languages and returns information for each la
Each language has got a list of properties that can be referred to in =format= and =sort=.

* language: the name of the language latin1 encoded, e.g. Bulgarian
* name: the name of the language, locally encoded, e.g. Български
* name: the name of the language, locally encoded, e.g. Български
* code: the language code, e.g. =bg=
* label: the fully disambiguated name of this language, e.g. Chinese (Taiwan, Province of China)
* icon: an image flag for this language, e.g. <img src="%PUBURLPATH%/System/MultiLingualPlugin/flags/16/Bulgaria.png" width="16" alt="Bulgarian" />
Expand Down
16 changes: 1 addition & 15 deletions lib/Foswiki/Plugins/MultiLingualPlugin/build.pl
@@ -1,24 +1,10 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
BEGIN { unshift @INC, split( /:/, $ENV{FOSWIKI_LIBS} ); }
use Foswiki::Contrib::Build;

# Create the build object
$build = new Foswiki::Contrib::Build('MultiLingualPlugin');

# (Optional) Set the details of the repository for uploads.
# This can be any web on any accessible Foswiki installation.
# These defaults will be used when expanding tokens in .txt
# files, but be warned, they can be overridden at upload time!

# name of web to upload to
$build->{UPLOADTARGETWEB} = 'Extensions';
# Full URL of pub directory
$build->{UPLOADTARGETPUB} = 'http://foswiki.org/pub';
# Full URL of bin directory
$build->{UPLOADTARGETSCRIPT} = 'http://foswiki.org/bin';
# Script extension
$build->{UPLOADTARGETSUFFIX} = '';

# Build the target on the command line, or the default target
$build->build($build->{target});

0 comments on commit 17c6771

Please sign in to comment.