It is currently Wed May 22, 2013 7:06 am

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: International Fonts & Spell-checking
PostPosted: Sat Jun 03, 2006 7:55 am 
Dev team
Dev team

Joined: Fri Mar 10, 2006 11:17 am
Posts: 2099
I've packaged the freefont and dejavufont for better international support and package an early version of a dictionary-installer

Fonts

both font-families will live /usr/X11/lib/fonts/TTF/ which means
1. you need zenwalk-2.8
2. they should work with future version of xorg (namely 7.0 or 7.1)

licences and docs are included in /usr/doc/$PACKAGANAME.AND-VERSION
the fonts will provide support for greek, cyrillic, hebrew, ethiopic, syrian also
thai, indic scripts and some east-asian scripts

east-asian
I have no idea about east-asian scripts so i dont know whether zenwalk will render them correctly

indic & thai
I found a testing page for indic-scripts ,
http://en.wikipedia.org/wiki/Wikipedia: ... ng_support
and found out firefox and abiword do not render indic and thai scripts correctly in other programms this seem to work

Bugzilla-entry for abiword: http://bugzilla.abisource.com/show_bug.cgi?id=5518
Bugzilla-entry for mozilla.org: https://bugzilla.mozilla.org/show_bug.cgi?id=205476
I know fedora maintains a firefox build with indic-support enabled, the problem is that customs builds may not carry the name firefox, mozilla, seamonkey, etc unless they have a special license from mozilla.org

http://download.zenwalk.org/people/seba ... h-1z28.tgz
http://download.zenwalk.org/people/seba ... h-1z28.md5

http://download.zenwalk.org/people/seba ... h-1z28.tgz
http://download.zenwalk.org/people/seba ... h-1z28.md5


Dictionary install
(allow simply installation of dictionaries)
http://download.zenwalk.org/people/seba ... h-1z28.md5
http://download.zenwalk.org/people/seba ... h-1z28.tgz

Requirements:
- pkgtool, bash, Xdialog, gnome-vfs

current features:
- menu entry & icon in the "system"-categorie (you can only run this as root / via gksu) so system seems to be the place
- lists all hunspell-dictionaries, can download them and make a zenwalk-pkg, the date of the file (on the ftp-server) will be used as version
- updates the dictionary.lst needed by openoffice

missing features:
- no update
- no remove (=> all dictionaries will be installed as package so you can remove them via "pkgtool" -> "remove")
- no aspell support


Last edited by oskar on Wed Jun 21, 2006 6:11 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Sun Jun 18, 2006 4:12 pm 
Master of the known universe
Master of the known universe

Joined: Fri Mar 10, 2006 5:36 pm
Posts: 1243
Hello Oskar,

In Fedora Core 5 Mozilla Firefox has been built with pango text rendering support for displaying Indic language fonts properly. While building Firefox in FC5, I have seen some patches being applied to the Firefox source. Has anybody attemped building Firefox with pango support on Zenwalk 2.6? If so, what patches are required to be applied to the Firefox source before building?

Thanks for your help.

Anand


 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Sun Jun 18, 2006 5:21 pm 
Dev team
Dev team

Joined: Fri Mar 10, 2006 11:17 am
Posts: 2099
download the src.rpm from here:
ftp://fr2.rpmfind.net/linux/fedora/core ... c5.src.rpm

convert it via rpm2tgz into a tar.gz archive, extract with "tar xvzf" it will contain all patches

filess included (list from fr2.rpmfind.net):
find-external-requires
firefox-0.7.3-psfonts.patch
firefox-1.1-default-applications.patch
firefox-1.1-nss-system-nspr.patch
firefox-1.1-software-update.patch
firefox-1.1-uriloader.patch
firefox-1.1-visibility.patch
firefox-1.5-pango-about.patch
firefox-1.5-pango-ua.patch
firefox-1.5-with-system-nss.patch
firefox-1.5.0.4-source.tar.bz2
firefox-RC1-stock-icons-be.patch
firefox-RC1-stock-icons-fe.patch
firefox-RC1-stock-icons-gnomestripe.patch
firefox-gnomestripe-0.1-livemarks.patch
firefox-langpacks-1.5.0.4-20060612.tar.bz2
firefox-mozconfig
firefox-mozconfig-branded
firefox-nopangoxft.patch
firefox-redhat-default-bookmarks.html
firefox-redhat-default-prefs.js
firefox-redhat-homepage.patch
firefox-xremote-client.sh.in
firefox.1
firefox.desktop
firefox.png
firefox.sh.in
firefox.spec
firefox.xpm


Last edited by oskar on Sun Jun 18, 2006 5:28 pm, edited 1 time in total.

 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Sun Jun 18, 2006 5:44 pm 
Master of the known universe
Master of the known universe

Joined: Fri Mar 10, 2006 5:36 pm
Posts: 1243
Thanks Oskar for your reply.

I have already downloaded the Firefox source package from Fedora web site you have mentioned. I have also converted the rpm file to tgz.

Are these patches specific to Fedora Core only? Can we apply these patches to compile Firefox in Zenwalk 2.6? How to apply these patches?

Anand


 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Sun Jun 18, 2006 6:00 pm 
Dev team
Dev team

Joined: Fri Mar 10, 2006 11:17 am
Posts: 2099
rsamurti wrote:
Thanks Oskar for your reply.

I have already downloaded the Firefox source package from Fedora web site you have mentioned. I have also converted the rpm file to tgz.

Are these patches specific to Fedora Core only? Can we apply these patches to compile Firefox in Zenwalk 2.6? How to apply these patches?

Anand

there should be a .spec file it contains the instructions on how the package is build (via rpmbuild)
generally patches are applied with
Code:
cat mypatch.patch|patch -p0

if you get an error try patch -p1 or change the working directory to the source
it is safe to use trial and error for this because
if the patch doesn't find the file with expected lines it asks you for a file-name simply hit ctrl+c and try with another option

but the .spec file should contain the necessary commands also

It should be save not to apply "firefox-redhat-homepage.patch" ;-)

hopefully the patches work on all system, so for zenwalk
apply the patches then the following should give a good package:

Code:
mkdir /tmp/package-firefoxctl/
./configure --enable-pango --enable-ctl --enable-system-cairo --enable-strip --enable-application=browser --sysconfdir=/etc --prefix=/usr
make
make install DESTDIR=/tmp/package-firefoxctl/
cd /tmp/package-firefoxctl/
makepkg ../firefoxctl-1.5.0.4-i686-1.tgz


 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Sun Jun 18, 2006 6:06 pm 
Master of the known universe
Master of the known universe

Joined: Fri Mar 10, 2006 5:36 pm
Posts: 1243
Thanks Oskar for your quick reply. I will try to build Firefox now on Zenwalk 2.6

Anand


 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Mon Jun 19, 2006 6:02 pm 
Dev team
Dev team

Joined: Fri Mar 10, 2006 11:17 am
Posts: 2099
updated dejavu-ttf to 2.7 and added full zenwalk compatbility:
Code:
# pkgcheck -z /tmp/dejavu-ttf-2.7-noarch-1z28.tgz
using Zenwalk rules
/tmp/dejavu-ttf-2.7-noarch-1z28.tgz
  info: missing file "usr/doc/dejavu-ttf-2.7/COPYING"
  info: missing file "usr/share/applications/dejavu-ttf.desktop"
rc=1 (info)

It contains a full support for latin and greek as well as mathematical operators and braille


 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Sat Jun 24, 2006 8:59 am 
Dev team
Dev team

Joined: Fri Mar 10, 2006 11:17 am
Posts: 2099
dejavu-ttf is now extra
meaning you can simply install it via
Code:
netpkg dejavu-ttf

(you can use the build-script in this package to package other fonts as well,
please if you publish fonts always include docs, readmes and licences!
note there is also a  freefont-package here:
http://download.zenwalk.org/people/seba ... rnational/ )

this is the status of language support for these fonts:

                                                        Sans                      Serif                    Sans Mono         
aa    Afar                                      100% (62/62)        100% (62/62)      100% (62/62)     
ab    Abkhazia                              100% (90/90)        93% (84/90)        84% (76/90)     
af    Afrikaans                              100% (69/69)        100% (69/69)      100% (69/69)     
am    Amharic                              0%        (0/264)            (0/264)            (0/264)     
ar    Arabic                                    100% (125/125)          (0/125)            (0/125)     
ast    Asturian                                100% (72/72)      100% (72/72)      100% (72/72)     
ava    Avaric                                  100% (67/67)      100% (67/67)      100% (67/67)     
ay    Aymara                                  100% (60/60)      100% (60/60)      100% (60/60)     
az    Azerbaijani                            100% (148/148)      97% (144/148)      97% (144/148)   
az-ir  Azerbaijani in Iran                100% (130/130)          (0/130)            (0/130)     
ba    Bashkir                                  100% (82/82)      100% (82/82)        97% (80/82)     
bam    Bambara                            100% (60/60)      100% (60/60)      100% (60/60)     
be    Byelorussian                        100% (68/68)      100% (68/68)      100% (68/68)     
bg    Bulgarian                                100% (60/60)      100% (60/60)      100% (60/60)     
bh    Bihari (Devanagari script)                    (0/68)            (0/68)            (0/68)     
bho    Bhojpuri (Devanagari script)                  (0/68)            (0/68)            (0/68)     
bi    Bislama                                  100% (58/58)      100% (58/58)      100% (58/58)     
bin    Edo or Bini                          100% (78/78)      100% (78/78)      100% (78/78)     
bn    Bengali                                      (0/89)            (0/89)            (0/89)     
bo    Tibetan                                      (0/95)            (0/95)            (0/95)     
br    Breton                                    100% (64/64)      100% (64/64)      100% (64/64)     
bs    Bosnian                                  100% (62/62)      100% (62/62)      100% (62/62)     
bua    Buriat (Buryat)                      100% (70/70)      100% (70/70)      100% (70/70)     
ca    Catalan                                  100% (74/74)      100% (74/74)      100% (74/74)     
ce    Chechen                                100% (67/67)      100% (67/67)      100% (67/67)     
ch    Chamorro                              100% (58/58)      100% (58/58)      100% (58/58)     
chm    Mari (Lower Cheremis / Upper Cheremis)  100% (76/76)      100% (76/76)        97% (74/76)     
chr    Cherokee                                      (0/85)            (0/85)            (0/85)     
co    Corsican                                100% (84/84)      100% (84/84)      100% (84/84)     
cs    Czech                                      100% (82/82)      100% (82/82)      100% (82/82)     
cu    Old Church Slavonic            100% (103/103)      78% (81/103)      74% (77/103)   
cv    Chuvash                                  100% (74/74)      100% (74/74)      100% (74/74)     
cy    Welsh                                      100% (78/78)      100% (78/78)      100% (78/78)     
da    Danish                                      100% (70/70)      100% (70/70)      100% (70/70)     
de    German                                  100% (59/59)      100% (59/59)      100% (59/59)     
dz    Dzongkha                                      (0/95)            (0/95)            (0/95)     
el    Greek                                      100% (69/69)      100% (69/69)      100% (69/69)     
en    English                                    100% (72/72)      100% (72/72)      100% (72/72)     
eo    Esperanto                                100% (64/64)      100% (64/64)      100% (64/64)     
es    Spanish                                  100% (66/66)      100% (66/66)      100% (66/66)     
et    Estonian                                100% (64/64)      100% (64/64)      100% (64/64)     
eu    Basque                                  100% (56/56)      100% (56/56)      100% (56/56)     
fa    Persian                                  100% (129/129)          (0/129)            (0/129)     
fi    Finnish                                  100% (62/62)      100% (62/62)      100% (62/62)     
fj    Fijian                                      100% (52/52)      100% (52/52)      100% (52/52)     
fo    Faroese                                  100% (68/68)      100% (68/68)      100% (68/68)     
fr    French                                  100% (84/84)      100% (84/84)      100% (84/84)     
ful    Fulah (Fula)                            100% (62/62)      100% (62/62)      100% (62/62)     
fur    Friulian                                100% (66/66)      100% (66/66)      100% (66/66)     
fy    Frisian                                  100% (75/75)      100% (75/75)      100% (75/75)     
ga    Irish                                    100% (80/80)      100% (80/80)        86% (69/80)     
gd    Scots Gaelic                            100% (70/70)      100% (70/70)      100% (70/70)     
gez    Ethiopic (Geez)                              (0/218)            (0/218)            (0/218)     
gl    Galician                                100% (66/66)      100% (66/66)      100% (66/66)     
gn    Guarani                                  100% (70/70)      100% (70/70)      100% (70/70)     
gu    Gujarati                                      (0/78)            (0/78)            (0/78)     
gv    Manx Gaelic                              100% (54/54)      100% (54/54)      100% (54/54)     
ha    Hausa                                    100% (60/60)      100% (60/60)      100% (60/60)     
haw    Hawaiian                                100% (63/63)      100% (63/63)      100% (63/63)     
he    Hebrew                                        (0/27)            (0/27)            (0/27)     
hi    Hindi (Devanagari script)                    (0/68)            (0/68)            (0/68)     
ho    Hiri Motu                                100% (52/52)      100% (52/52)      100% (52/52)     
hr    Croatian                                100% (62/62)      100% (62/62)      100% (62/62)     
hu    Hungarian                                100% (70/70)      100% (70/70)      100% (70/70)     
hy    Armenian                                100% (77/77)            (0/77)            (0/77)     
ia    Interlingua                              100% (52/52)      100% (52/52)      100% (52/52)     
ibo    Igbo                                    100% (58/58)      100% (58/58)      100% (58/58)     
id    Indonesian                              100% (54/54)      100% (54/54)      100% (54/54)     
ie    Interlingue                              100% (52/52)      100% (52/52)      100% (52/52)     
ik    Inupiaq (Inupiak, Eskimo)                100% (68/68)      100% (68/68)      100% (68/68)     
io    Ido                                      100% (52/52)      100% (52/52)      100% (52/52)     
is    Icelandic                                100% (70/70)      100% (70/70)      100% (70/70)     
it    Italian                                  100% (72/72)      100% (72/72)      100% (72/72)     
iu    Inuktitut                                    (0/161)            (0/161)            (0/161)     
ja    Japanese                                      (0/6538)          (0/6538)          (0/6538)   
ka    Georgian                                      (0/34)            (0/34)            (0/34)     
kaa    Kara-Kalpak (Karakalpak)                100% (78/78)      100% (78/78)      100% (78/78)     
ki    Kikuyu                                  100% (56/56)      100% (56/56)      100% (56/56)     
kk    Kazakh                                  100% (77/77)      100% (77/77)      100% (77/77)     
kl    Greenlandic                              100% (81/81)      100% (81/81)      100% (81/81)     
km    Khmer                                        (0/70)            (0/70)            (0/70)     
kn    Kannada                                      (0/80)            (0/80)            (0/80)     
ko    Korean                                        (0/2443)          (0/2443)          (0/2443)   
kok    Kokani (Devanagari script)                    (0/68)            (0/68)            (0/68)     
ks    Kashmiri (Devanagari script)                  (0/68)            (0/68)            (0/68)     
ku    Kurdish                                  100% (64/64)      100% (64/64)      100% (64/64)     
ku-ir  Kurdish in Iran                          100% (32/32)            (0/32)            (0/32)     
kum    Kumyk                                    100% (66/66)      100% (66/66)      100% (66/66)     
kv    Komi (Komi-Permyak/Komi-Siryan)          100% (70/70)      100% (70/70)      100% (70/70)     
kw    Cornish                                  100% (64/64)      100% (64/64)      100% (64/64)     
ky    Kirgiz                                  100% (70/70)      100% (70/70)      100% (70/70)     
la    Latin                                    100% (68/68)      100% (68/68)      100% (68/68)     
lb    Luxembourgish (Letzeburgesch)            100% (75/75)      100% (75/75)      100% (75/75)     
lez    Lezghian (Lezgian)                      100% (67/67)      100% (67/67)      100% (67/67)     
lo    Lao                                          (0/65)            (0/65)            (0/65)     
lt    Lithuanian                              100% (70/70)      100% (70/70)      100% (70/70)     
lv    Latvian                                  100% (78/78)      100% (78/78)      100% (78/78)     
mg    Malagasy                                100% (56/56)      100% (56/56)      100% (56/56)     
mh    Marshallese                              100% (62/62)      100% (62/62)      100% (62/62)     
mi    Maori                                    100% (64/64)      100% (64/64)      100% (64/64)     
mk    Macedonian                              100% (42/42)      100% (42/42)      100% (42/42)     
ml    Malayalam                                    (0/78)            (0/78)            (0/78)     
mn    Mongolian                                    (0/130)            (0/130)            (0/130)     
mo    Moldavian                                100% (128/128)    100% (128/128)    100% (128/128)   
mr    Marathi (Devanagari script)                  (0/68)            (0/68)            (0/68)     
mt    Maltese                                  100% (72/72)      100% (72/72)      100% (72/72)     
my    Burmese (Myanmar)                            (0/48)            (0/48)            (0/48)     
nb    Norwegian Bokmal                        100% (70/70)      100% (70/70)      100% (70/70)     
nds    Low Saxon                                100% (59/59)      100% (59/59)      100% (59/59)     
ne    Nepali (Devanagari script)                    (0/68)            (0/68)            (0/68)     
nl    Dutch                                    100% (82/82)      100% (82/82)      100% (82/82)     
nn    Norwegian Nynorsk                        100% (76/76)      100% (76/76)      100% (76/76)     
no    Norwegian (Bokmal)                      100% (70/70)      100% (70/70)      100% (70/70)     
ny    Chichewa                                100% (54/54)      100% (54/54)      100% (54/54)     
oc    Occitan                                  100% (70/70)      100% (70/70)      100% (70/70)     
om    Oromo or Galla                          100% (52/52)      100% (52/52)      100% (52/52)     
or    Oriya                                        (0/79)            (0/79)            (0/79)     
os    Ossetic                                  100% (66/66)      100% (66/66)      100% (66/66)     
pa    Punjabi (Gurumukhi script)                    (0/63)            (0/63)            (0/63)     
pl    Polish                                  100% (70/70)      100% (70/70)      100% (70/70)     
ps-af  Pashto in Afghanistan                    83% (41/49)            (0/49)            (0/49)     
ps-pk  Pashto in Pakistan                        81% (40/49)            (0/49)            (0/49)     
pt    Portuguese                              100% (82/82)      100% (82/82)      100% (82/82)     
rm    Rhaeto-Romance (Romansch)                100% (66/66)      100% (66/66)      100% (66/66)     
ro    Romanian                                100% (62/62)      100% (62/62)      100% (62/62)     
ru    Russian                                  100% (66/66)      100% (66/66)      100% (66/66)     
sa    Sanskrit (Devanagari script)                  (0/68)            (0/68)            (0/68)     
sah    Yakut                                    100% (76/76)      100% (76/76)        97% (74/76)     
sco    Scots                                    100% (56/56)        96% (54/56)        96% (54/56)     
se    North Sami                              100% (66/66)      100% (66/66)      100% (66/66)     
sel    Selkup (Ostyak-Samoyed)                  100% (66/66)      100% (66/66)      100% (66/66)     
sh    Serbo-Croatian                          100% (76/76)      100% (76/76)      100% (76/76)     
si    Sinhala (Sinhalese)                          (0/77)            (0/77)            (0/77)     
sk    Slovak                                  100% (86/86)      100% (86/86)      100% (86/86)     
sl    Slovenian                                100% (62/62)      100% (62/62)      100% (62/62)     
sm    Samoan                                  100% (53/53)      100% (53/53)      100% (53/53)     
sma    South Sami                              100% (60/60)      100% (60/60)      100% (60/60)     
smj    Lule Sami                                100% (60/60)      100% (60/60)      100% (60/60)     
smn    Inari Sami                              100% (68/68)      100% (68/68)      100% (68/68)     
sms    Skolt Sami                              100% (80/80)      100% (80/80)        90% (72/80)     
so    Somali                                  100% (52/52)      100% (52/52)      100% (52/52)     
sq    Albanian                                100% (56/56)      100% (56/56)      100% (56/56)     
sr    Serbian                                  100% (76/76)      100% (76/76)      100% (76/76)     
sv    Swedish                                  100% (68/68)      100% (68/68)      100% (68/68)     
sw    Swahili                                  100% (52/52)      100% (52/52)      100% (52/52)     
syr    Syriac                                        (0/45)            (0/45)            (0/45)     
ta    Tamil                                        (0/48)            (0/48)            (0/48)     
te    Telugu                                        (0/80)            (0/80)            (0/80)     
tg    Tajik                                          100% (78/78)      100% (78/78)        97% (76/78)     
th    Thai                                          (0/87)              (0/87)            (0/87)     
ti-er  Eritrean Tigrinya                    (0/256)            (0/256)            (0/256)     
ti-et  Ethiopian Tigrinya                  (0/282)            (0/282)            (0/282)     
tig    Tigre                                        (0/221)            (0/221)            (0/221)     
tk    Turkmen                                  100% (74/74)        97% (72/74)        97% (72/74)     
tl    Tagalog                                      (0/19)            (0/19)            (0/19)     
tn    Tswana                                  100% (56/56)      100% (56/56)      100% (56/56)     
to    Tonga                                    100% (53/53)      100% (53/53)      100% (53/53)     
tr    Turkish                                  100% (70/70)      100% (70/70)      100% (70/70)     
ts    Tsonga                                  100% (52/52)      100% (52/52)      100% (52/52)     
tt    Tatar                                    100% (76/76)        97% (74/76)        97% (74/76)     
tw    Twi                                      100% (73/73)      100% (73/73)      100% (73/73)     
tyv    Tuvinian                            100% (70/70)      100% (70/70)      100% (70/70)     
ug    Uighur                                100% (125/125)          (0/125)            (0/125)     
uk    Ukrainian                          100% (72/72)      100% (72/72)      100% (72/72)     
ur    Urdu                                    94% (137/145)          (0/145)            (0/145)     
uz    Uzbek                                  100% (68/68)      100% (68/68)      100% (68/68)     
ven    Venda                              100% (62/62)      100% (62/62)      100% (62/62)     
vi    Vietnamese                        100% (194/194)      77% (150/194)      60% (118/194)   
vo    Volapuk                              100% (54/54)      100% (54/54)      100% (54/54)     
vot    Votic                                    100% (62/62)      100% (62/62)      100% (62/62)     
wa    Walloon                            100% (70/70)      100% (70/70)      100% (70/70)     
wen    Sorbian languages (lower and upper)      100% (76/76)      100% (76/76)      100% (76/76)     
wo    Wolof                                    100% (66/66)      100% (66/66)      100% (66/66)     
xh    Xhosa                                    100% (52/52)      100% (52/52)      100% (52/52)     
yap    Yapese                                  100% (58/58)      100% (58/58)      100% (58/58)     
yi    Yiddish                                      (0/27)            (0/27)            (0/27)     
yo    Yoruba                                    100% (119/119)    100% (119/119)    100% (119/119)   
zh-cn  Chinese (simplified)                      0% (2/6765)        0% (2/6765)        0% (1/6765)   
zh-hk  Chinese Hong Kong Supplementary Character Set      (0/2213)          (0/2213)          (0/2213)   
zh-mo  Chinese in Macau                              (0/13063)          (0/13063)          (0/13063)   
zh-sg  Chinese in Singapore                      0% (2/6765)        0% (2/6765)        0% (1/6765)   
zh-tw  Chinese (traditional)                        (0/13063)          (0/13063)          (0/13063)   
zu    Zulu                                    100% (52/52)      100% (52/52)      100% (52/52)     


 Profile Send private message  
 
 Post subject: Re: International Fonts & Spell-checking
PostPosted: Tue Jun 27, 2006 7:58 am 
Dev team
Dev team

Joined: Fri Mar 10, 2006 11:17 am
Posts: 2099
Dictionary install

updated to 2.0.1
added new mirror and exit cleanly when dictionary list could not be fetched, thanks to lykoszine

http://download.zenwalk.org/people/seba ... h-1z28.tgz
http://download.zenwalk.org/people/seba ... h-1z28.md5

to be done:
- add ftp time-out
- add more mirrors and allow selection of mirrors

maybe the best way is to choose the mirror with the lowest ping?


 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC


 Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
 
cron