parent
88b61eed2c
commit
f07fc8b156
56 changed files with 0 additions and 12107 deletions
@ -1,625 +0,0 @@ |
||||
Notes on the Free Translation Project |
||||
************************************* |
||||
|
||||
Free software is going international! The Free Translation Project |
||||
is a way to get maintainers of free software, translators, and users all |
||||
together, so that will gradually become able to speak many languages. |
||||
A few packages already provide translations for their messages. |
||||
|
||||
If you found this `ABOUT-NLS' file inside a distribution, you may |
||||
assume that the distributed package does use GNU `gettext' internally, |
||||
itself available at your nearest GNU archive site. But you do _not_ |
||||
need to install GNU `gettext' prior to configuring, installing or using |
||||
this package with messages translated. |
||||
|
||||
Installers will find here some useful hints. These notes also |
||||
explain how users should proceed for getting the programs to use the |
||||
available translations. They tell how people wanting to contribute and |
||||
work at translations should contact the appropriate team. |
||||
|
||||
When reporting bugs in the `intl/' directory or bugs which may be |
||||
related to internationalization, you should tell about the version of |
||||
`gettext' which is used. The information can be found in the |
||||
`intl/VERSION' file, in internationalized packages. |
||||
|
||||
Quick configuration advice |
||||
========================== |
||||
|
||||
If you want to exploit the full power of internationalization, you |
||||
should configure it using |
||||
|
||||
./configure --with-included-gettext |
||||
|
||||
to force usage of internationalizing routines provided within this |
||||
package, despite the existence of internationalizing capabilities in the |
||||
operating system where this package is being installed. So far, only |
||||
the `gettext' implementation in the GNU C library version 2 provides as |
||||
many features (such as locale alias, message inheritance, automatic |
||||
charset conversion or plural form handling) as the implementation here. |
||||
It is also not possible to offer this additional functionality on top |
||||
of a `catgets' implementation. Future versions of GNU `gettext' will |
||||
very likely convey even more functionality. So it might be a good idea |
||||
to change to GNU `gettext' as soon as possible. |
||||
|
||||
So you need _not_ provide this option if you are using GNU libc 2 or |
||||
you have installed a recent copy of the GNU gettext package with the |
||||
included `libintl'. |
||||
|
||||
INSTALL Matters |
||||
=============== |
||||
|
||||
Some packages are "localizable" when properly installed; the |
||||
programs they contain can be made to speak your own native language. |
||||
Most such packages use GNU `gettext'. Other packages have their own |
||||
ways to internationalization, predating GNU `gettext'. |
||||
|
||||
By default, this package will be installed to allow translation of |
||||
messages. It will automatically detect whether the system already |
||||
provides the GNU `gettext' functions. If not, the GNU `gettext' own |
||||
library will be used. This library is wholly contained within this |
||||
package, usually in the `intl/' subdirectory, so prior installation of |
||||
the GNU `gettext' package is _not_ required. Installers may use |
||||
special options at configuration time for changing the default |
||||
behaviour. The commands: |
||||
|
||||
./configure --with-included-gettext |
||||
./configure --disable-nls |
||||
|
||||
will respectively bypass any pre-existing `gettext' to use the |
||||
internationalizing routines provided within this package, or else, |
||||
_totally_ disable translation of messages. |
||||
|
||||
When you already have GNU `gettext' installed on your system and run |
||||
configure without an option for your new package, `configure' will |
||||
probably detect the previously built and installed `libintl.a' file and |
||||
will decide to use this. This might be not what is desirable. You |
||||
should use the more recent version of the GNU `gettext' library. I.e. |
||||
if the file `intl/VERSION' shows that the library which comes with this |
||||
package is more recent, you should use |
||||
|
||||
./configure --with-included-gettext |
||||
|
||||
to prevent auto-detection. |
||||
|
||||
The configuration process will not test for the `catgets' function |
||||
and therefore it will not be used. The reason is that even an |
||||
emulation of `gettext' on top of `catgets' could not provide all the |
||||
extensions of the GNU `gettext' library. |
||||
|
||||
Internationalized packages have usually many `po/LL.po' files, where |
||||
LL gives an ISO 639 two-letter code identifying the language. Unless |
||||
translations have been forbidden at `configure' time by using the |
||||
`--disable-nls' switch, all available translations are installed |
||||
together with the package. However, the environment variable `LINGUAS' |
||||
may be set, prior to configuration, to limit the installed set. |
||||
`LINGUAS' should then contain a space separated list of two-letter |
||||
codes, stating which languages are allowed. |
||||
|
||||
Using This Package |
||||
================== |
||||
|
||||
As a user, if your language has been installed for this package, you |
||||
only have to set the `LANG' environment variable to the appropriate |
||||
`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, |
||||
and `CC' is an ISO 3166 two-letter country code. For example, let's |
||||
suppose that you speak German and live in Germany. At the shell |
||||
prompt, merely execute `setenv LANG de_DE' (in `csh'), |
||||
`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). |
||||
This can be done from your `.login' or `.profile' file, once and for |
||||
all. |
||||
|
||||
You might think that the country code specification is redundant. |
||||
But in fact, some languages have dialects in different countries. For |
||||
example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The |
||||
country code serves to distinguish the dialects. |
||||
|
||||
The locale naming convention of `LL_CC', with `LL' denoting the |
||||
language and `CC' denoting the country, is the one use on systems based |
||||
on GNU libc. On other systems, some variations of this scheme are |
||||
used, such as `LL' or `LL_CC.ENCODING'. You can get the list of |
||||
locales supported by your system for your country by running the command |
||||
`locale -a | grep '^LL''. |
||||
|
||||
Not all programs have translations for all languages. By default, an |
||||
English message is shown in place of a nonexistent translation. If you |
||||
understand other languages, you can set up a priority list of languages. |
||||
This is done through a different environment variable, called |
||||
`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' |
||||
for the purpose of message handling, but you still need to have `LANG' |
||||
set to the primary language; this is required by other parts of the |
||||
system libraries. For example, some Swedish users who would rather |
||||
read translations in German than English for when Swedish is not |
||||
available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. |
||||
|
||||
In the `LANGUAGE' environment variable, but not in the `LANG' |
||||
environment variable, `LL_CC' combinations can be abbreviated as `LL' |
||||
to denote the language's main dialect. For example, `de' is equivalent |
||||
to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' |
||||
(Portuguese as spoken in Portugal) in this context. |
||||
|
||||
Translating Teams |
||||
================= |
||||
|
||||
For the Free Translation Project to be a success, we need interested |
||||
people who like their own language and write it well, and who are also |
||||
able to synergize with other translators speaking the same language. |
||||
Each translation team has its own mailing list. The up-to-date list of |
||||
teams can be found at the Free Translation Project's homepage, |
||||
`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" |
||||
area. |
||||
|
||||
If you'd like to volunteer to _work_ at translating messages, you |
||||
should become a member of the translating team for your own language. |
||||
The subscribing address is _not_ the same as the list itself, it has |
||||
`-request' appended. For example, speakers of Swedish can send a |
||||
message to `sv-request@li.org', having this message body: |
||||
|
||||
subscribe |
||||
|
||||
Keep in mind that team members are expected to participate |
||||
_actively_ in translations, or at solving translational difficulties, |
||||
rather than merely lurking around. If your team does not exist yet and |
||||
you want to start one, or if you are unsure about what to do or how to |
||||
get started, please write to `translation@iro.umontreal.ca' to reach the |
||||
coordinator for all translator teams. |
||||
|
||||
The English team is special. It works at improving and uniformizing |
||||
the terminology in use. Proven linguistic skill are praised more than |
||||
programming skill, here. |
||||
|
||||
Available Packages |
||||
================== |
||||
|
||||
Languages are not equally supported in all packages. The following |
||||
matrix shows the current state of internationalization, as of May 2003. |
||||
The matrix shows, in regard of each package, for which languages PO |
||||
files have been submitted to translation coordination, with a |
||||
translation percentage of at least 50%. |
||||
|
||||
Ready PO files am az be bg ca cs da de el en en_GB eo es |
||||
+-------------------------------------------+ |
||||
a2ps | [] [] [] [] | |
||||
aegis | () | |
||||
anubis | | |
||||
ap-utils | | |
||||
bash | [] [] [] | |
||||
batchelor | | |
||||
bfd | [] [] | |
||||
binutils | [] [] | |
||||
bison | [] [] [] | |
||||
bluez-pin | [] [] | |
||||
clisp | | |
||||
clisp | [] [] [] | |
||||
coreutils | [] [] [] [] | |
||||
cpio | [] [] [] | |
||||
darkstat | () [] | |
||||
diffutils | [] [] [] [] [] [] [] | |
||||
e2fsprogs | [] [] | |
||||
enscript | [] [] [] [] | |
||||
error | [] [] [] [] [] | |
||||
fetchmail | [] () [] [] [] [] | |
||||
fileutils | [] [] [] | |
||||
findutils | [] [] [] [] [] [] | |
||||
flex | [] [] [] [] | |
||||
gas | [] | |
||||
gawk | [] [] [] [] | |
||||
gcal | [] | |
||||
gcc | [] [] | |
||||
gettext | [] [] [] [] [] | |
||||
gettext-runtime | [] [] [] [] [] | |
||||
gettext-tools | [] [] | |
||||
gimp-print | [] [] [] [] [] | |
||||
gliv | | |
||||
glunarclock | [] [] [] | |
||||
gnucash | () [] | |
||||
gnucash-glossary | [] () [] | |
||||
gnupg | [] () [] [] [] [] | |
||||
gpe-calendar | [] | |
||||
gpe-conf | [] | |
||||
gpe-contacts | [] | |
||||
gpe-edit | | |
||||
gpe-login | [] | |
||||
gpe-ownerinfo | [] | |
||||
gpe-sketchbook | [] | |
||||
gpe-timesheet | | |
||||
gpe-today | [] | |
||||
gpe-todo | [] | |
||||
gphoto2 | [] [] [] [] | |
||||
gprof | [] [] | |
||||
gpsdrive | () () () | |
||||
grep | [] [] [] [] [] | |
||||
gretl | [] | |
||||
hello | [] [] [] [] [] [] | |
||||
id-utils | [] [] | |
||||
indent | [] [] [] [] | |
||||
jpilot | [] [] [] [] | |
||||
jwhois | [] | |
||||
kbd | [] [] [] [] [] | |
||||
ld | [] [] | |
||||
libc | [] [] [] [] [] [] | |
||||
libgpewidget | [] | |
||||
libiconv | [] [] [] [] [] | |
||||
lifelines | [] () | |
||||
lilypond | [] | |
||||
lingoteach | | |
||||
lingoteach_lessons | () () | |
||||
lynx | [] [] [] [] | |
||||
m4 | [] [] [] [] | |
||||
mailutils | [] [] | |
||||
make | [] [] [] | |
||||
man-db | [] () [] [] () | |
||||
mysecretdiary | [] [] [] | |
||||
nano | [] () [] [] [] | |
||||
nano_1_0 | [] () [] [] [] | |
||||
opcodes | [] [] | |
||||
parted | [] [] [] [] [] | |
||||
ptx | [] [] [] [] [] | |
||||
python | | |
||||
radius | | |
||||
recode | [] [] [] [] [] [] | |
||||
screem | | |
||||
sed | [] [] [] [] [] | |
||||
sh-utils | [] [] [] | |
||||
sharutils | [] [] [] [] [] [] | |
||||
sketch | [] () [] | |
||||
soundtracker | [] [] [] | |
||||
sp | [] | |
||||
tar | [] [] [] [] | |
||||
texinfo | [] [] [] [] | |
||||
textutils | [] [] [] [] | |
||||
tin | () () | |
||||
util-linux | [] [] [] [] [] | |
||||
vorbis-tools | [] [] [] | |
||||
wastesedge | () | |
||||
wdiff | [] [] [] [] | |
||||
wget | [] [] [] [] [] [] [] | |
||||
xchat | [] [] [] | |
||||
xpad | | |
||||
+-------------------------------------------+ |
||||
am az be bg ca cs da de el en en_GB eo es |
||||
0 1 4 2 31 17 54 60 14 1 4 12 56 |
||||
|
||||
et fa fi fr ga gl he hr hu id it ja ko |
||||
+----------------------------------------+ |
||||
a2ps | [] [] [] () () | |
||||
aegis | | |
||||
anubis | [] | |
||||
ap-utils | [] | |
||||
bash | [] [] | |
||||
batchelor | [] | |
||||
bfd | [] [] | |
||||
binutils | [] [] | |
||||
bison | [] [] [] [] | |
||||
bluez-pin | [] [] [] [] | |
||||
clisp | | |
||||
clisp | [] | |
||||
coreutils | [] [] [] [] | |
||||
cpio | [] [] [] [] | |
||||
darkstat | () [] [] [] | |
||||
diffutils | [] [] [] [] [] [] [] | |
||||
e2fsprogs | | |
||||
enscript | [] [] | |
||||
error | [] [] [] [] | |
||||
fetchmail | [] | |
||||
fileutils | [] [] [] [] [] | |
||||
findutils | [] [] [] [] [] [] [] [] [] [] [] | |
||||
flex | [] [] | |
||||
gas | [] | |
||||
gawk | [] [] | |
||||
gcal | [] | |
||||
gcc | [] | |
||||
gettext | [] [] [] | |
||||
gettext-runtime | [] [] [] [] | |
||||
gettext-tools | [] | |
||||
gimp-print | [] [] | |
||||
gliv | () | |
||||
glunarclock | [] [] [] [] | |
||||
gnucash | [] | |
||||
gnucash-glossary | [] | |
||||
gnupg | [] [] [] [] [] [] [] | |
||||
gpe-calendar | [] | |
||||
gpe-conf | | |
||||
gpe-contacts | [] | |
||||
gpe-edit | [] [] | |
||||
gpe-login | [] | |
||||
gpe-ownerinfo | [] [] [] | |
||||
gpe-sketchbook | [] | |
||||
gpe-timesheet | [] [] [] | |
||||
gpe-today | [] [] | |
||||
gpe-todo | [] [] | |
||||
gphoto2 | [] [] [] | |
||||
gprof | [] [] | |
||||
gpsdrive | () [] () () | |
||||
grep | [] [] [] [] [] [] [] [] [] [] [] | |
||||
gretl | [] | |
||||
hello | [] [] [] [] [] [] [] [] [] [] [] [] [] | |
||||
id-utils | [] [] [] | |
||||
indent | [] [] [] [] [] [] [] [] | |
||||
jpilot | [] () | |
||||
jwhois | [] [] [] [] | |
||||
kbd | [] | |
||||
ld | [] | |
||||
libc | [] [] [] [] [] [] | |
||||
libgpewidget | [] [] [] | |
||||
libiconv | [] [] [] [] [] [] [] [] | |
||||
lifelines | () | |
||||
lilypond | [] | |
||||
lingoteach | [] [] | |
||||
lingoteach_lessons | | |
||||
lynx | [] [] [] [] | |
||||
m4 | [] [] [] [] | |
||||
mailutils | | |
||||
make | [] [] [] [] [] [] | |
||||
man-db | [] () () | |
||||
mysecretdiary | [] [] | |
||||
nano | [] [] [] [] | |
||||
nano_1_0 | [] [] [] [] | |
||||
opcodes | [] [] | |
||||
parted | [] [] [] | |
||||
ptx | [] [] [] [] [] [] [] | |
||||
python | | |
||||
radius | | |
||||
recode | [] [] [] [] [] [] | |
||||
screem | | |
||||
sed | [] [] [] [] [] [] [] [] | |
||||
sh-utils | [] [] [] [] [] [] | |
||||
sharutils | [] [] [] [] [] | |
||||
sketch | [] | |
||||
soundtracker | [] [] [] | |
||||
sp | [] () | |
||||
tar | [] [] [] [] [] [] [] [] [] | |
||||
texinfo | [] [] [] [] | |
||||
textutils | [] [] [] [] [] | |
||||
tin | [] () | |
||||
util-linux | [] [] [] [] () [] | |
||||
vorbis-tools | [] | |
||||
wastesedge | () | |
||||
wdiff | [] [] [] [] [] | |
||||
wget | [] [] [] [] [] [] [] [] | |
||||
xchat | [] [] [] | |
||||
xpad | | |
||||
+----------------------------------------+ |
||||
et fa fi fr ga gl he hr hu id it ja ko |
||||
20 1 15 73 14 24 8 10 30 31 19 31 9 |
||||
|
||||
lg lt lv ms nb nl nn no pl pt pt_BR ro |
||||
+----------------------------------------+ |
||||
a2ps | [] [] () () () [] [] | |
||||
aegis | () | |
||||
anubis | [] [] | |
||||
ap-utils | () | |
||||
bash | [] | |
||||
batchelor | | |
||||
bfd | | |
||||
binutils | | |
||||
bison | [] [] [] [] | |
||||
bluez-pin | [] | |
||||
clisp | | |
||||
clisp | [] | |
||||
coreutils | [] | |
||||
cpio | [] [] [] | |
||||
darkstat | [] [] [] [] | |
||||
diffutils | [] [] [] | |
||||
e2fsprogs | | |
||||
enscript | [] [] | |
||||
error | [] [] | |
||||
fetchmail | () () | |
||||
fileutils | [] | |
||||
findutils | [] [] [] [] | |
||||
flex | [] | |
||||
gas | | |
||||
gawk | [] | |
||||
gcal | | |
||||
gcc | | |
||||
gettext | [] | |
||||
gettext-runtime | [] | |
||||
gettext-tools | | |
||||
gimp-print | [] | |
||||
gliv | [] | |
||||
glunarclock | [] | |
||||
gnucash | | |
||||
gnucash-glossary | [] [] | |
||||
gnupg | | |
||||
gpe-calendar | [] [] | |
||||
gpe-conf | [] [] | |
||||
gpe-contacts | [] | |
||||
gpe-edit | [] [] | |
||||
gpe-login | [] [] | |
||||
gpe-ownerinfo | [] [] | |
||||
gpe-sketchbook | [] [] | |
||||
gpe-timesheet | [] [] | |
||||
gpe-today | [] [] | |
||||
gpe-todo | [] [] | |
||||
gphoto2 | | |
||||
gprof | [] | |
||||
gpsdrive | () () () | |
||||
grep | [] [] [] [] | |
||||
gretl | | |
||||
hello | [] [] [] [] [] [] [] [] [] | |
||||
id-utils | [] [] [] | |
||||
indent | [] [] [] | |
||||
jpilot | () () | |
||||
jwhois | [] [] [] | |
||||
kbd | | |
||||
ld | | |
||||
libc | [] [] [] [] | |
||||
libgpewidget | [] [] | |
||||
libiconv | [] [] | |
||||
lifelines | | |
||||
lilypond | [] | |
||||
lingoteach | | |
||||
lingoteach_lessons | | |
||||
lynx | [] [] | |
||||
m4 | [] [] [] [] | |
||||
mailutils | | |
||||
make | [] [] | |
||||
man-db | [] | |
||||
mysecretdiary | [] | |
||||
nano | [] [] [] [] | |
||||
nano_1_0 | [] [] [] [] | |
||||
opcodes | [] [] [] | |
||||
parted | [] [] [] | |
||||
ptx | [] [] [] [] [] [] [] | |
||||
python | | |
||||
radius | | |
||||
recode | [] [] [] | |
||||
screem | | |
||||
sed | [] [] | |
||||
sh-utils | [] | |
||||
sharutils | [] | |
||||
sketch | [] | |
||||
soundtracker | | |
||||
sp | | |
||||
tar | [] [] [] [] [] [] | |
||||
texinfo | [] | |
||||
textutils | [] | |
||||
tin | | |
||||
util-linux | [] [] | |
||||
vorbis-tools | [] [] | |
||||
wastesedge | | |
||||
wdiff | [] [] [] [] | |
||||
wget | [] [] [] | |
||||
xchat | [] [] | |
||||
xpad | [] | |
||||
+----------------------------------------+ |
||||
lg lt lv ms nb nl nn no pl pt pt_BR ro |
||||
0 0 2 11 7 26 3 4 18 15 34 34 |
||||
|
||||
ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW |
||||
+-------------------------------------------+ |
||||
a2ps | [] [] [] [] [] | 16 |
||||
aegis | () | 0 |
||||
anubis | [] [] | 5 |
||||
ap-utils | () | 1 |
||||
bash | [] | 7 |
||||
batchelor | | 1 |
||||
bfd | [] [] [] | 7 |
||||
binutils | [] [] [] | 7 |
||||
bison | [] [] | 13 |
||||
bluez-pin | | 7 |
||||
clisp | | 0 |
||||
clisp | | 5 |
||||
coreutils | [] [] [] [] [] | 14 |
||||
cpio | [] [] [] | 13 |
||||
darkstat | [] () () | 9 |
||||
diffutils | [] [] [] [] | 21 |
||||
e2fsprogs | [] | 3 |
||||
enscript | [] [] [] | 11 |
||||
error | [] [] [] | 14 |
||||
fetchmail | [] | 7 |
||||
fileutils | [] [] [] [] [] [] | 15 |
||||
findutils | [] [] [] [] [] [] | 27 |
||||
flex | [] [] [] | 10 |
||||
gas | [] | 3 |
||||
gawk | [] [] | 9 |
||||
gcal | [] [] | 4 |
||||
gcc | [] | 4 |
||||
gettext | [] [] [] [] [] [] | 15 |
||||
gettext-runtime | [] [] [] [] [] [] | 16 |
||||
gettext-tools | [] [] | 5 |
||||
gimp-print | [] [] | 10 |
||||
gliv | | 1 |
||||
glunarclock | [] [] [] | 11 |
||||
gnucash | [] [] | 4 |
||||
gnucash-glossary | [] [] [] | 8 |
||||
gnupg | [] [] [] [] | 16 |
||||
gpe-calendar | [] | 5 |
||||
gpe-conf | | 3 |
||||
gpe-contacts | [] | 4 |
||||
gpe-edit | [] | 5 |
||||
gpe-login | [] | 5 |
||||
gpe-ownerinfo | [] | 7 |
||||
gpe-sketchbook | [] | 5 |
||||
gpe-timesheet | [] | 6 |
||||
gpe-today | [] | 6 |
||||
gpe-todo | [] | 6 |
||||
gphoto2 | [] [] | 9 |
||||
gprof | [] [] | 7 |
||||
gpsdrive | [] [] | 3 |
||||
grep | [] [] [] [] | 24 |
||||
gretl | | 2 |
||||
hello | [] [] [] [] [] | 33 |
||||
id-utils | [] [] [] | 11 |
||||
indent | [] [] [] [] | 19 |
||||
jpilot | [] [] [] [] [] | 10 |
||||
jwhois | () () [] [] | 10 |
||||
kbd | [] [] | 8 |
||||
ld | [] [] | 5 |
||||
libc | [] [] [] [] | 20 |
||||
libgpewidget | | 6 |
||||
libiconv | [] [] [] [] [] [] | 21 |
||||
lifelines | [] | 2 |
||||
lilypond | [] | 4 |
||||
lingoteach | | 2 |
||||
lingoteach_lessons | () | 0 |
||||
lynx | [] [] [] [] | 14 |
||||
m4 | [] [] [] | 15 |
||||
mailutils | | 2 |
||||
make | [] [] [] [] | 15 |
||||
man-db | [] | 6 |
||||
mysecretdiary | [] [] | 8 |
||||
nano | [] [] [] | 15 |
||||
nano_1_0 | [] [] [] | 15 |
||||
opcodes | [] [] | 9 |
||||
parted | [] [] | 13 |
||||
ptx | [] [] [] | 22 |
||||
python | | 0 |
||||
radius | | 0 |
||||
recode | [] [] [] [] | 19 |
||||
screem | [] | 1 |
||||
sed | [] [] [] [] [] | 20 |
||||
sh-utils | [] [] [] | 13 |
||||
sharutils | [] [] [] [] | 16 |
||||
sketch | [] | 5 |
||||
soundtracker | [] | 7 |
||||
sp | [] | 3 |
||||
tar | [] [] [] [] [] | 24 |
||||
texinfo | [] [] [] [] | 13 |
||||
textutils | [] [] [] [] [] | 15 |
||||
tin | | 1 |
||||
util-linux | [] [] | 14 |
||||
vorbis-tools | [] | 7 |
||||
wastesedge | | 0 |
||||
wdiff | [] [] [] [] | 17 |
||||
wget | [] [] [] [] [] [] [] | 25 |
||||
xchat | [] [] [] | 11 |
||||
xpad | | 1 |
||||
+-------------------------------------------+ |
||||
50 teams ru sk sl sr sv ta tr uk vi wa zh_CN zh_TW |
||||
97 domains 32 19 16 0 56 0 48 10 1 1 12 23 913 |
||||
|
||||
Some counters in the preceding matrix are higher than the number of |
||||
visible blocks let us expect. This is because a few extra PO files are |
||||
used for implementing regional variants of languages, or language |
||||
dialects. |
||||
|
||||
For a PO file in the matrix above to be effective, the package to |
||||
which it applies should also have been internationalized and |
||||
distributed as such by its maintainer. There might be an observable |
||||
lag between the mere existence a PO file and its wide availability in a |
||||
distribution. |
||||
|
||||
If May 2003 seems to be old, you may fetch a more recent copy of |
||||
this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date |
||||
matrix with full percentage details can be found at |
||||
`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. |
||||
|
||||
Using `gettext' in new packages |
||||
=============================== |
||||
|
||||
If you are writing a freely available program and want to |
||||
internationalize it you are welcome to use GNU `gettext' in your |
||||
package. Of course you have to respect the GNU Library General Public |
||||
License which covers the use of the GNU `gettext' library. This means |
||||
in particular that even non-free programs can use `libintl' as a shared |
||||
library, whereas only free software can use `libintl' as a static |
||||
library or use modified versions of `libintl'. |
||||
|
||||
Once the sources are changed appropriately and the setup can handle |
||||
the use of `gettext' the only thing missing are the translations. The |
||||
Free Translation Project is also available for packages which are not |
||||
developed inside the GNU project. Therefore the information given above |
||||
applies also for every other Free Software Project. Contact |
||||
`translation@iro.umontreal.ca' to make the `.pot' files available to |
||||
the translation teams. |
||||
|
@ -1,9 +0,0 @@ |
||||
________ ________ ___ ___ ________ ________ ________ |
||||
/ _____/ / __ / / / / / / __ / /__ ___/ / __ / |
||||
/ /____ / /_/ / / /_/ / / / / / / / / / / / |
||||
/ _____/ / _____/ / __ / / / / / / / / / / / |
||||
/ /_____ / / / / / / / /_/ / / / / /_/ / |
||||
________/ /__/ /__/ /__/ /_______/ /_/ /_______/ |
||||
|
||||
===Project Manager/Lead Developer=== |
||||
Stephen "okra" Houston <UnixTitan@gmail.com> |
@ -1,28 +0,0 @@ |
||||
Icons from the tango project (http://tango.freedesktop.org) |
||||
For information see COPYING.icons |
||||
|
||||
Copyright (c) <2006>, <Stephen Houston> |
||||
All rights reserved. |
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, |
||||
are permitted provided that the following conditions are met: |
||||
|
||||
* Redistributions of source code must retain the above copyright notice, |
||||
this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright notice, |
||||
this list of conditions and the following disclaimer in the documentation |
||||
and/or other materials provided with the distribution. |
||||
* Neither the name of ephoto nor the names of its contributors may be used |
||||
to endorse or promote products derived from this software without specific |
||||
prior written permission. |
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
||||
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
||||
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
||||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY |
||||
OF SUCH DAMAGE. |
@ -1,67 +0,0 @@ |
||||
Creative Commons Attribution-ShareAlike 2.5 License Agreement |
||||
|
||||
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. |
||||
|
||||
License |
||||
|
||||
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. |
||||
|
||||
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. |
||||
|
||||
1. Definitions |
||||
|
||||
1. "Collective Work" means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License. |
||||
2. "Derivative Work" means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License. |
||||
3. "Licensor" means the individual or entity that offers the Work under the terms of this License. |
||||
4. "Original Author" means the individual or entity who created the Work. |
||||
5. "Work" means the copyrightable work of authorship offered under the terms of this License. |
||||
6. "You" means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation. |
||||
7. "License Elements" means the following high-level license attributes as selected by Licensor and indicated in the title of this License: Attribution, ShareAlike. |
||||
|
||||
2. Fair Use Rights. Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws. |
||||
|
||||
3. License Grant. Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: |
||||
|
||||
1. to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works; |
||||
2. to create and reproduce Derivative Works; |
||||
3. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works; |
||||
4. to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works. |
||||
5. |
||||
|
||||
For the avoidance of doubt, where the work is a musical composition: |
||||
1. Performance Royalties Under Blanket Licenses. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work. |
||||
2. Mechanical Rights and Statutory Royalties. Licensor waives the exclusive right to collect, whether individually or via a music rights society or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions). |
||||
6. Webcasting Rights and Statutory Royalties. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions). |
||||
|
||||
The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved. |
||||
|
||||
4. Restrictions.The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: |
||||
|
||||
1. You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(c), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(c), as requested. |
||||
2. You may distribute, publicly display, publicly perform, or publicly digitally perform a Derivative Work only under the terms of this License, a later version of this License with the same License Elements as this License, or a Creative Commons iCommons license that contains the same License Elements as this License (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of, or the Uniform Resource Identifier for, this License or other license specified in the previous sentence with every copy or phonorecord of each Derivative Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Derivative Works that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder, and You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Derivative Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Derivative Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Derivative Work itself to be made subject to the terms of this License. |
||||
3. If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit. |
||||
|
||||
5. Representations, Warranties and Disclaimer |
||||
|
||||
UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. |
||||
|
||||
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
||||
|
||||
7. Termination |
||||
|
||||
1. This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License. |
||||
2. Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above. |
||||
|
||||
8. Miscellaneous |
||||
|
||||
1. Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License. |
||||
2. Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License. |
||||
3. If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. |
||||
4. No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent. |
||||
5. This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You. |
||||
|
||||
Creative Commons is not a party to this License, and makes no warranty whatsoever in connection with the Work. Creative Commons will not be liable to You or any party on any legal theory for any damages whatsoever, including without limitation any general, special, incidental or consequential damages arising in connection to this license. Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly identified itself as the Licensor hereunder, it shall have all rights and obligations of Licensor. |
||||
|
||||
Except for the limited purpose of indicating to the public that the Work is licensed under the CCPL, neither party will use the trademark "Creative Commons" or any related trademark or logo of Creative Commons without the prior written consent of Creative Commons. Any permitted use will be in compliance with Creative Commons' then-current trademark usage guidelines, as may be published on its website or otherwise made available upon request from time to time. |
||||
|
||||
Creative Commons may be contacted at http://creativecommons.org/. |
@ -1 +0,0 @@ |
||||
Ephoto - A comprehensive image viewer written using the core EFL. |
@ -1,236 +0,0 @@ |
||||
Installation Instructions |
||||
************************* |
||||
|
||||
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 |
||||
Free Software Foundation, Inc. |
||||
|
||||
This file is free documentation; the Free Software Foundation gives |
||||
unlimited permission to copy, distribute and modify it. |
||||
|
||||
Basic Installation |
||||
================== |
||||
|
||||
These are generic installation instructions. |
||||
|
||||
The `configure' shell script attempts to guess correct values for |
||||
various system-dependent variables used during compilation. It uses |
||||
those values to create a `Makefile' in each directory of the package. |
||||
It may also create one or more `.h' files containing system-dependent |
||||
definitions. Finally, it creates a shell script `config.status' that |
||||
you can run in the future to recreate the current configuration, and a |
||||
file `config.log' containing compiler output (useful mainly for |
||||
debugging `configure'). |
||||
|
||||
It can also use an optional file (typically called `config.cache' |
||||
and enabled with `--cache-file=config.cache' or simply `-C') that saves |
||||
the results of its tests to speed up reconfiguring. (Caching is |
||||
disabled by default to prevent problems with accidental use of stale |
||||
cache files.) |
||||
|
||||
If you need to do unusual things to compile the package, please try |
||||
to figure out how `configure' could check whether to do them, and mail |
||||
diffs or instructions to the address given in the `README' so they can |
||||
be considered for the next release. If you are using the cache, and at |
||||
some point `config.cache' contains results you don't want to keep, you |
||||
may remove or edit it. |
||||
|
||||
The file `configure.ac' (or `configure.in') is used to create |
||||
`configure' by a program called `autoconf'. You only need |
||||
`configure.ac' if you want to change it or regenerate `configure' using |
||||
a newer version of `autoconf'. |
||||
|
||||
The simplest way to compile this package is: |
||||
|
||||
1. `cd' to the directory containing the package's source code and type |
||||
`./configure' to configure the package for your system. If you're |
||||
using `csh' on an old version of System V, you might need to type |
||||
`sh ./configure' instead to prevent `csh' from trying to execute |
||||
`configure' itself. |
||||
|
||||
Running `configure' takes awhile. While running, it prints some |
||||
messages telling which features it is checking for. |
||||
|
||||
2. Type `make' to compile the package. |
||||
|
||||
3. Optionally, type `make check' to run any self-tests that come with |
||||
the package. |
||||
|
||||
4. Type `make install' to install the programs and any data files and |
||||
documentation. |
||||
|
||||
5. You can remove the program binaries and object files from the |
||||
source code directory by typing `make clean'. To also remove the |
||||
files that `configure' created (so you can compile the package for |
||||
a different kind of computer), type `make distclean'. There is |
||||
also a `make maintainer-clean' target, but that is intended mainly |
||||
for the package's developers. If you use it, you may have to get |
||||
all sorts of other programs in order to regenerate files that came |
||||
with the distribution. |
||||
|
||||
Compilers and Options |
||||
===================== |
||||
|
||||
Some systems require unusual options for compilation or linking that the |
||||
`configure' script does not know about. Run `./configure --help' for |
||||
details on some of the pertinent environment variables. |
||||
|
||||
You can give `configure' initial values for configuration parameters |
||||
by setting variables in the command line or in the environment. Here |
||||
is an example: |
||||
|
||||
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix |
||||
|
||||
*Note Defining Variables::, for more details. |
||||
|
||||
Compiling For Multiple Architectures |
||||
==================================== |
||||
|
||||
You can compile the package for more than one kind of computer at the |
||||
same time, by placing the object files for each architecture in their |
||||
own directory. To do this, you must use a version of `make' that |
||||
supports the `VPATH' variable, such as GNU `make'. `cd' to the |
||||
directory where you want the object files and executables to go and run |
||||
the `configure' script. `configure' automatically checks for the |
||||
source code in the directory that `configure' is in and in `..'. |
||||
|
||||
If you have to use a `make' that does not support the `VPATH' |
||||
variable, you have to compile the package for one architecture at a |
||||
time in the source code directory. After you have installed the |
||||
package for one architecture, use `make distclean' before reconfiguring |
||||
for another architecture. |
||||
|
||||
Installation Names |
||||
================== |
||||
|
||||
By default, `make install' installs the package's commands under |
||||
`/usr/local/bin', include files under `/usr/local/include', etc. You |
||||
can specify an installation prefix other than `/usr/local' by giving |
||||
`configure' the option `--prefix=PREFIX'. |
||||
|
||||
You can specify separate installation prefixes for |
||||
architecture-specific files and architecture-independent files. If you |
||||
pass the option `--exec-prefix=PREFIX' to `configure', the package uses |
||||
PREFIX as the prefix for installing programs and libraries. |
||||
Documentation and other data files still use the regular prefix. |
||||
|
||||
In addition, if you use an unusual directory layout you can give |
||||
options like `--bindir=DIR' to specify different values for particular |
||||
kinds of files. Run `configure --help' for a list of the directories |
||||
you can set and what kinds of files go in them. |
||||
|
||||
If the package supports it, you can cause programs to be installed |
||||
with an extra prefix or suffix on their names by giving `configure' the |
||||
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. |
||||
|
||||
Optional Features |
||||
================= |
||||
|
||||
Some packages pay attention to `--enable-FEATURE' options to |
||||
`configure', where FEATURE indicates an optional part of the package. |
||||
They may also pay attention to `--with-PACKAGE' options, where PACKAGE |
||||
is something like `gnu-as' or `x' (for the X Window System). The |
||||
`README' should mention any `--enable-' and `--with-' options that the |
||||
package recognizes. |
||||
|
||||
For packages that use the X Window System, `configure' can usually |
||||
find the X include and library files automatically, but if it doesn't, |
||||
you can use the `configure' options `--x-includes=DIR' and |
||||
`--x-libraries=DIR' to specify their locations. |
||||
|
||||
Specifying the System Type |
||||
========================== |
||||
|
||||
There may be some features `configure' cannot figure out automatically, |
||||
but needs to determine by the type of machine the package will run on. |
||||
Usually, assuming the package is built to be run on the _same_ |
||||
architectures, `configure' can figure that out, but if it prints a |
||||
message saying it cannot guess the machine type, give it the |
||||
`--build=TYPE' option. TYPE can either be a short name for the system |
||||
type, such as `sun4', or a canonical name which has the form: |
||||
|
||||
CPU-COMPANY-SYSTEM |
||||
|
||||
where SYSTEM can have one of these forms: |
||||
|
||||
OS KERNEL-OS |
||||
|
||||
See the file `config.sub' for the possible values of each field. If |
||||
`config.sub' isn't included in this package, then this package doesn't |
||||
need to know the machine type. |
||||
|
||||
If you are _building_ compiler tools for cross-compiling, you should |
||||
use the option `--target=TYPE' to select the type of system they will |
||||
produce code for. |
||||
|
||||
If you want to _use_ a cross compiler, that generates code for a |
||||
platform different from the build platform, you should specify the |
||||
"host" platform (i.e., that on which the generated programs will |
||||
eventually be run) with `--host=TYPE'. |
||||
|
||||
Sharing Defaults |
||||
================ |
||||
|
||||
If you want to set default values for `configure' scripts to share, you |
||||
can create a site shell script called `config.site' that gives default |
||||
values for variables like `CC', `cache_file', and `prefix'. |
||||
`configure' looks for `PREFIX/share/config.site' if it exists, then |
||||
`PREFIX/etc/config.site' if it exists. Or, you can set the |
||||
`CONFIG_SITE' environment variable to the location of the site script. |
||||
A warning: not all `configure' scripts look for a site script. |
||||
|
||||
Defining Variables |
||||
================== |
||||
|
||||
Variables not defined in a site shell script can be set in the |
||||
environment passed to `configure'. However, some packages may run |
||||
configure again during the build, and the customized values of these |
||||
variables may be lost. In order to avoid this problem, you should set |
||||
them in the `configure' command line, using `VAR=value'. For example: |
||||
|
||||
./configure CC=/usr/local2/bin/gcc |
||||
|
||||
causes the specified `gcc' to be used as the C compiler (unless it is |
||||
overridden in the site shell script). Here is a another example: |
||||
|
||||
/bin/bash ./configure CONFIG_SHELL=/bin/bash |
||||
|
||||
Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent |
||||
configuration-related scripts to be executed by `/bin/bash'. |
||||
|
||||
`configure' Invocation |
||||
====================== |
||||
|
||||
`configure' recognizes the following options to control how it operates. |
||||
|
||||
`--help' |
||||
`-h' |
||||
Print a summary of the options to `configure', and exit. |
||||
|
||||
`--version' |
||||
`-V' |
||||
Print the version of Autoconf used to generate the `configure' |
||||
script, and exit. |
||||
|
||||
`--cache-file=FILE' |
||||
Enable the cache: use and save the results of the tests in FILE, |
||||
traditionally `config.cache'. FILE defaults to `/dev/null' to |
||||
disable caching. |
||||
|
||||
`--config-cache' |
||||
`-C' |
||||
Alias for `--cache-file=config.cache'. |
||||
|
||||
`--quiet' |
||||
`--silent' |
||||
`-q' |
||||
Do not print messages saying which checks are being made. To |
||||
suppress all normal output, redirect it to `/dev/null' (any error |
||||
messages will still be shown). |
||||
|
||||
`--srcdir=DIR' |
||||
Look for the package's source code in directory DIR. Usually |
||||
`configure' can determine that directory automatically. |
||||
|
||||
`configure' also accepts some other, not widely useful, options. Run |
||||
`configure --help' for more details. |
||||
|
@ -1,18 +0,0 @@ |
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in Makefile aclocal.m4 config.* \
|
||||
configure compile depcomp install-sh \
|
||||
ltconfig ltmain.sh missing mkinstalldirs \
|
||||
stamp-h.in
|
||||
|
||||
SUBDIRS = src data
|
||||
|
||||
EXTRA_DIST = \
|
||||
README AUTHORS COPYING ephoto.spec
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
dist-hook: |
||||
if test -d data; then \
|
||||
(cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \
|
||||
fi
|
@ -1,9 +0,0 @@ |
||||
________ ________ ___ ___ ________ ________ ________ |
||||
/ _____/ / __ / / / / / / __ / /__ ___/ / __ / |
||||
/ /____ / /_/ / / /_/ / / / / / / / / / / / |
||||
/ _____/ / _____/ / __ / / / / / / / / / / / |
||||
/ /_____ / / / / / / / /_/ / / / / /_/ / |
||||
________/ /__/ /__/ /__/ /_______/ /_/ /_______/ |
||||
|
||||
|
||||
New ephoto has been added to e17/apps/ephoto in cvs! |
@ -1,11 +0,0 @@ |
||||
________ ________ ___ ___ ________ ________ ________ |
||||
/ _____/ / __ / / / / / / __ / /__ ___/ / __ / |
||||
/ /____ / /_/ / / /_/ / / / / / / / / / / / |
||||
/ _____/ / _____/ / __ / / / / / / / / / / / |
||||
/ /_____ / / / / / / / /_/ / / / / /_/ / |
||||
________/ /__/ /__/ /__/ /_______/ /_/ /_______/ |
||||
|
||||
|
||||
Ephoto Image Viewer/Editor/Manipulator/Slideshow creator. |
||||
|
||||
Icons belong to the tango project (http://tango.freedesktop.org) |
@ -1,10 +0,0 @@ |
||||
________ ________ ___ ___ ________ ________ ________ |
||||
/ _____/ / __ / / / / / / __ / /__ ___/ / __ / |
||||
/ /____ / /_/ / / /_/ / / / / / / / / / / / |
||||
/ _____/ / _____/ / __ / / / / / / / / / / / |
||||
/ /_____ / / / / / / / /_/ / / / / /_/ / |
||||
________/ /__/ /__/ /__/ /_______/ /_/ /_______/ |
||||
|
||||
|
||||
TODO- |
||||
Too much to list at the moment. |
@ -1,18 +0,0 @@ |
||||
#!/bin/sh |
||||
|
||||
rm -rf autom4te.cache |
||||
rm -f aclocal.m4 ltmain.sh |
||||
|
||||
touch README |
||||
touch ABOUT-NLS |
||||
|
||||
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS || exit 1 |
||||
echo "Running autoconf..." ; autoconf || exit 1 |
||||
echo "Running autoheader..." ; autoheader || exit 1 |
||||
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 |
||||
echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 |
||||
|
||||
if [ -z "$NOCONFIGURE" ]; then |
||||
./configure "$@" |
||||
fi |
||||
|
@ -1,189 +0,0 @@ |
||||
dnl Process this file with autoconf to produce a configure script. |
||||
|
||||
# get rid of that stupid cache mechanism |
||||
rm -f config.cache |
||||
|
||||
AC_INIT(configure.ac) |
||||
AM_INIT_AUTOMAKE(ephoto, 5.15.0) |
||||
AM_CONFIG_HEADER(src/bin/config.h) |
||||
|
||||
AC_ISC_POSIX |
||||
AC_PROG_CC |
||||
AC_HEADER_STDC |
||||
AM_ENABLE_SHARED |
||||
AM_PROG_LIBTOOL |
||||
|
||||
AM_WITH_DMALLOC |
||||
|
||||
dnl Set PACKAGE_LOCALE_DIR in config.h. |
||||
if test "x$LIBINTL" = "x"; then |
||||
LIBINTL="$INTLLIBS" |
||||
fi |
||||
if test "x${prefix}" = "xNONE"; then |
||||
AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${ac_default_prefix}/share/locale", [Locale-specific data directory]) |
||||
else |
||||
AC_DEFINE_UNQUOTED(PACKAGE_LOCALE_DIR, "${prefix}/share/locale", [Locale-specific data directory]) |
||||
fi |
||||
|
||||
dnl Set PACKAGE_DATA_DIR in config.h. |
||||
if test "x${prefix}" = "xNONE"; then |
||||
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${ac_default_prefix}/share/${PACKAGE}", [Shared Data Directory]) |
||||
else |
||||
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}", [Shared Data Directory]) |
||||
fi |
||||
|
||||
dnl Set PACKAGE_BIN_DIR in config.h. |
||||
if test "x${datadir}" = 'x${prefix}/bin'; then |
||||
if test "x${prefix}" = "xNONE"; then |
||||
AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${ac_default_prefix}/bin", [Installation directory for user executables]) |
||||
else |
||||
AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${prefix}/bin", [Installation directory for user executables]) |
||||
fi |
||||
else |
||||
AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "${bindir}", [Installation directory for user executables]) |
||||
fi |
||||
|
||||
dnl Set PACKAGE_EXEC_DIR in config.h. |
||||
if test "x${prefix}" = "xNONE"; then |
||||
AC_DEFINE_UNQUOTED(PACKAGE_EXEC_DIR, "${ac_default_prefix}/bin", [Installed directory for executables]) |
||||
else |
||||
AC_DEFINE_UNQUOTED(PACKAGE_EXEC_DIR, "${prefix}/bin", [Installed directory for executables]) |
||||
fi |
||||
|
||||
dnl Set PACKAGE_LIB_DIR in config.h. |
||||
if test "x${datadir}" = 'x${prefix}/lib'; then |
||||
if test "x${prefix}" = "xNONE"; then |
||||
AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${ac_default_prefix}/lib", [Installation directory for libraries]) |
||||
else |
||||
AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${prefix}/lib", [Installation directory for libraries]) |
||||
fi |
||||
else |
||||
AC_DEFINE_UNQUOTED(PACKAGE_LIB_DIR, "${libdir}", [Installation directory for libraries]) |
||||
fi |
||||
|
||||
dnl Set PACKAGE_SOURCE_DIR in config.h. |
||||
packagesrcdir=`cd $srcdir && pwd` |
||||
AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory]) |
||||
|
||||
PKG_CHECK_MODULES([EVAS], evas, |
||||
[ |
||||
have_evas="Yes" |
||||
], |
||||
[ |
||||
have_evas="No" |
||||
echo "Evas was not found by pkg-config!"; |
||||
AC_MSG_ERROR([Ephoto needs evas to compile.]) |
||||
] |
||||
) |
||||
|
||||
PKG_CHECK_MODULES([ECORE_FILE], ecore-file, |
||||
[ |
||||
have_ecoref="Yes" |
||||
], |
||||
[ |
||||
have_ecoref="No" |
||||
echo "Ecore_File was not found by pkg-config!"; |
||||
AC_MSG_ERROR([Ephoto needs ecore_file to compile.]) |
||||
] |
||||
) |
||||
|
||||
PKG_CHECK_MODULES([ECORE_EVAS], ecore-evas, |
||||
[ |
||||
have_ecoree="Yes" |
||||
], |
||||
[ |
||||
have_ecoree="No" |
||||
echo "Ecore_Evas was not found by pkg-config!"; |
||||
AC_MSG_ERROR([Ephoto needs ecore_evas to compile.]) |
||||
] |
||||
) |
||||
|
||||
PKG_CHECK_MODULES([EDJE], edje, |
||||
[ |
||||
have_edje="Yes" |
||||
], |
||||
[ |
||||
have_edje="No" |
||||
echo "Edje was not found by pkg-config!"; |
||||
AC_MSG_ERROR([Ephoto needs edje to compile.]) |
||||
] |
||||
) |
||||
|
||||
PKG_CHECK_MODULES([EFREET_MIME], efreet-mime, |
||||
[ |
||||
have_efreet_mime="Yes" |
||||
], |
||||
[ |
||||
have_efreet_mime="No" |
||||
echo "Efreet_Mime was not found by pkg-config!"; |
||||
AC_MSG_ERROR([Ephoto needs efreet_mime to compile.]) |
||||
] |
||||
) |
||||
|
||||
PKG_CHECK_MODULES([EINA], eina-0, |
||||
[ |
||||
have_eina="Yes" |
||||
], |
||||
[ |
||||
have_eina="No" |
||||
echo "Eina was not found by pkg-config!"; |
||||
AC_MSG_ERROR([Ephoto needs eina to compile.]) |
||||
] |
||||
) |
||||
|
||||
PKG_CHECK_MODULES([ETHUMB], ethumb_client, |
||||
[ |
||||
have_ethumb="Yes" |
||||
], |
||||
[ |
||||
have_ethumb="No" |
||||
echo "Ethumb was not found by pkg-config!"; |
||||
AC_MSG_ERROR([Ephoto needs ethumb to compile.]) |
||||
] |
||||
) |
||||
|
||||
AC_OUTPUT([ |
||||
Makefile |
||||
ephoto.spec |
||||
data/Makefile |
||||
data/themes/Makefile |
||||
data/themes/default/Makefile |
||||
data/themes/default/images/Makefile |
||||
src/Makefile |
||||
src/bin/Makefile |
||||
]) |
||||
|
||||
echo |
||||
echo |
||||
echo |
||||
echo "------------------------------------------------------------------------" |
||||
echo "$PACKAGE $VERSION" |
||||
echo "------------------------------------------------------------------------" |
||||
echo |
||||
echo " ________ ________ ___ ___ ________ ________ ________" |
||||
echo " / _____/ / __ / / / / / / __ / /__ ___/ / __ /" |
||||
echo " / /____ / /_/ / / /_/ / / / / / / / / / / / " |
||||
echo " / _____/ / _____/ / __ / / / / / / / / / / / " |
||||
echo "/ /_____ / / / / / / / /_/ / / / / /_/ / " |
||||
echo "________/ /__/ /__/ /__/ /_______/ /_/ /_______/ " |
||||
echo |
||||
echo |
||||
echo "------------------------------------------------------------------------" |
||||
echo "$PACKAGE $VERSION" |
||||
echo "------------------------------------------------------------------------" |
||||
echo |
||||
echo "Configuration Options Summary:" |
||||
echo |
||||
echo " Evas ............: $have_evas" |
||||
echo " Ecore_File.......: $have_ecoref" |
||||
echo " Ecore_Evas.......: $have_ecoree" |
||||
echo " Edje ............: $have_edje" |
||||
echo " Efreet_Mime .....: $have_efreet_mime" |
||||
echo " Eina.............: $have_eina" |
||||
echo " Ethumb...........: $have_ethumb" |
||||
echo |
||||
echo "Installation Path.........: $prefix" |
||||
echo |
||||
echo "Compilation...............: make" |
||||
echo "Installation..............: make install" |
||||
echo |
@ -1,5 +0,0 @@ |
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in Makefile
|
||||
|
||||
SUBDIRS = themes
|
@ -1,5 +0,0 @@ |
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in Makefile
|
||||
|
||||
SUBDIRS = default
|
@ -1,23 +0,0 @@ |
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
SUBDIRS = images
|
||||
|
||||
EDCS = ephoto.edc
|
||||
EDJS = $(EDCS:%.edc=%.edj)
|
||||
|
||||
ephoto_DEPS = ephoto.edc
|
||||
|
||||
EXTRA_DIST = $(EDCS)
|
||||
|
||||
CLEANFILES = $(EDJS)
|
||||
|
||||
themedir = $(pkgdatadir)/themes/default
|
||||
theme_DATA = $(EDJS)
|
||||
|
||||
all: $(EDJS) |
||||
|
||||
ephoto.edj: ${ephoto_DEPS} |
||||
|
||||
SUFFIXES = .edc .edj
|
||||
.edc.edj: |
||||
edje_cc -v -id $(top_srcdir)/data/themes/default/images -fd $(top_srcdir)/data/themes/default/fonts $(top_srcdir)/data/themes/default/$< $(top_builddir)/data/themes/default/$(@F)
|
@ -1,639 +0,0 @@ |
||||
fonts |
||||
{ |
||||
font: "Vera.ttf" "default"; |
||||
} |
||||
|
||||
collections |
||||
{ |
||||
images |
||||
{ |
||||
image: "background.png" COMP; |
||||
image: "move_left.png" COMP; |
||||
image: "move_right.png" COMP; |
||||
image: "thumb_shadow.png" COMP; |
||||
image: "left_arrow.png" COMP; |
||||
image: "window_fullscreen.png" COMP; |
||||
image: "x-office-presentation.png" COMP; |
||||
} |
||||
group |
||||
{ |
||||
name: "/ephoto/window/background"; |
||||
parts |
||||
{ |
||||
part |
||||
{ |
||||
name: "background"; |
||||
type: IMAGE; |
||||
mouse_events: 0; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
rel1.relative: 0.0 0.0; |
||||
rel1.offset: 0 0; |
||||
rel2.relative: 1.0 1.0; |
||||
rel2.offset: 0 0; |
||||
image.normal: "background.png"; |
||||
} |
||||
} |
||||
part |
||||
{ |
||||
name: "thumb_area"; |
||||
type: RECT; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
rel1.to: "background"; |
||||
rel1.relative: 0.0 0.0; |
||||
rel1.offset: 0 0; |
||||
rel2.to: "background"; |
||||
rel2.relative: 1.0 1.0; |
||||
rel2.offset: -1 -1; |
||||
color: 255 255 255 255; |
||||
} |
||||
} |
||||
part |
||||
{ |
||||
name: "ephoto.swallow.content"; |
||||
type: SWALLOW; |
||||
clip_to: "thumb_area"; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
rel1.to: "thumb_area"; |
||||
rel1.relative: 0.0 0.0; |
||||
rel1.offset: 0 0; |
||||
rel2.to: "thumb_area"; |
||||
rel2.relative: 1.0 1.0; |
||||
rel2.offset: -1 -1; |
||||
} |
||||
} |
||||
part |
||||
{ |
||||
name: "ephoto.window.fullscreen"; |
||||
type: IMAGE; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
min: 24 24; |
||||
max: 24 24; |
||||
rel1.to: "background"; |
||||
rel1.relative: 1.0 1.0; |
||||
rel1.offset: -25 -20; |
||||
rel2.to: "background"; |
||||
rel2.relative: 1.0 1.0; |
||||
rel2.offset: -25 -20; |
||||
image.normal: "window_fullscreen.png"; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
group |
||||
{ |
||||
name: "/ephoto/image/browser"; |
||||
styles |
||||
{ |
||||
style |
||||
{ |
||||
name: "pages_style"; |
||||
base: "font=Sans:style=Bold font_size=18 align=center color=#e0e0e0ff style=soft_shadow shadow_color=#0000001f wrap=word"; |
||||
tag: "br" "\n"; |
||||
} |
||||
} |
||||
parts |
||||
{ |
||||
part |
||||
{ |
||||
name: "ephoto.thumb.area"; |
||||
type: RECT; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
visible: 1; |
||||
rel1.relative: 0.0 0.0; |
||||
rel1.offset: 27 75; |
||||
rel2.relative: 1.0 1.0; |
||||
rel2.offset: -27 -1; |
||||
color: 255 255 255 0; |
||||
} |
||||
} |
||||
part |
||||
{ |
||||
name: "ephoto.text.object"; |
||||
type: TEXTBLOCK; |
||||
mouse_events: 1; |
||||
scale: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
color: 255 255 255 255; |
||||
rel1.relative: 1.0 0.0; |
||||
rel1.offset: -125 30; |
||||
rel2.relative: 1.0 0.0; |
||||
rel2.offset: -125 30; |
||||
text |
||||
{ |
||||
style: "pages_style"; |
||||
min: 1 1; |
||||
text: "Page: 1 of 1"; |
||||
} |
||||
} |
||||
} |
||||
part |
||||
{ |
||||
name: "ephoto.move.left"; |
||||
type: IMAGE; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
min: 27 42; |
||||
max: 27 42; |
||||
rel1.relative: 0.0 0.5; |
||||
rel1.offset: 30 0; |
||||
rel2.relative: 0.0 0.5; |
||||
rel2.offset: -1 -1; |
||||
image.normal: "move_left.png"; |
||||
} |
||||
} |
||||
part |
||||
{ |
||||
name: "ephoto.move.right"; |
||||
type: IMAGE; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
min: 27 42; |
||||
max: 27 42; |
||||
rel1.relative: 1.0 0.5; |
||||
rel1.offset: 0 0; |
||||
rel2.relative: 1.0 0.5; |
||||
rel2.offset: -30 -1; |
||||
image.normal: "move_right.png"; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
group |
||||
{ |
||||
name: "/ephoto/thumb/shadow"; |
||||
min: 198 136; |
||||
parts |
||||
{ |
||||
part |
||||
{ |
||||
name: "ephoto.swallow.content"; |
||||
type: SWALLOW; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
min: 1 1; |
||||
max: 176 117; |
||||
visible: 1; |
||||
rel1.relative: 0.0 0.0; |
||||
rel2.relative: 1.0 1.0; |
||||
color: 255 255 255 255; |
||||
} |
||||
description |
||||
{ |
||||
state: "selected" 0.0; |
||||
inherit: "default" 0.0; |
||||
color: 255 255 255 255; |
||||
} |
||||
description |
||||
{ |
||||
state: "hidden" 0.0; |
||||
inherit: "default" 0.0; |
||||
color: 255 255 255 0; |
||||
visible: 0; |
||||
} |
||||
} |
||||
part |
||||
{ |
||||
name: "background"; |
||||
type: IMAGE; |
||||
mouse_events: 1; |
||||
description |
||||
{ |
||||
state: "default" 0.0; |
||||
visible: 1; |
||||
min: 198 136; |
||||
rel1.to: "ephoto.swallow.content"; |
||||
rel1.offset: 4 3; |
||||
rel2.to: "ephoto.swallow.content"; |
||||
rel2.offset: -5 4; |
||||
color: 255 255 255 255; |
||||
image.normal: "thumb_shadow.png"; |
||||
image.border: 12 12 7 13; |
||||
} |
||||
description |
||||
{ |
||||
state: "selected" 0.0; |
||||
inherit: "default" 0.0; |
||||
color: 255 255 255 255; |
||||
} |
||||
description |
||||
{ |
||||
state: "hidden" 0.0; |
||||
inherit: "default" 0.0; |
||||
color: 255 255 255 0; |
||||
visible: 0; |
||||
} |
||||
} |
||||
} |
||||
programs |
||||
{ |
||||
program |
||||
{ |
||||
name: "selected"; |
||||
signal: "ephoto.thumb.selected"; |
||||
source: "ephoto"; |
||||
action: STATE_SET "selected" 0.0; |
||||
transition: LINEAR 0.3; |
||||
target: "background"; |
||||
} |
||||
program |
||||
{ |
||||
name: "deselected"; |
||||
signal: "ephoto.thumb.deselected"; |
||||
source: "ephoto"; |
||||
action: STATE_SET "default" 0.0; |
||||
transition: LINEAR 0.3; |
||||
target: "background"; |
||||
} |
||||
program |
||||
{ |
||||
name: "hidden"; |
||||
signal: "ephoto.thumb.hidden"; |
||||
source: "ephoto"; |
||||
action: STATE_SET "hidden" 0.0; |
||||
transition: DECELERATE 0.3; |
||||
target: "background"; |
||||
target: "ephoto.swallow.content"; |
||||
} |
||||
program |
||||
{ |
||||
name: "visible"; |
||||
signal: "ephoto.thumb.visible"; |
||||
source: "ephoto"; |
||||
action: STATE_SET "default" 0.0; |