Page 1 of 1

Pplog and Greek language

Posted: Thu 10 May 2012, 21:26
by lesizmor
Hello! I'm trying to use Pplog but every time i 'm trying to use Greek language, it appears only symbols! Do you know how i could fix it?

Pplog and Greek language

Posted: Sat 12 May 2012, 10:27
by L18L
I was trying too.

Copied manually some greek text (I understand just alpha and beta)
into a file of Web-Server/blog/posts.

Changed line 305 of /root/Web-Server/blog/pup_pplog.pl from
<meta http-equiv=Content-Type content=text/html; charset=iso-8859-1>
(which is really false) to
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

This should have caused the browser to display the page as UTF-8.
( or in seamonkey: View > Character encoding > UTF8 )

Thus there has something more to be done.

Posted: Sat 12 May 2012, 10:58
by lesizmor
Seems like every time i reload the page, it goes back to western encoding... :(

Posted: Sat 12 May 2012, 11:39
by L18L
lesizmor wrote:..and it worked!..
But that is no solution of the problem. No user will make the

View > Encoding > UTF-8

for each page!!!! :cry: :cry:

----
edit: written this before seeing your last post

another edit: ..... which was:
lesizmor wrote:This was really great!! I followed your instructions and it worked! Thank you!!

I got one more question: i don't own a server but i 'd like to publish the blog. How could i do that? Any ideas?

Pplog and Greek language

Posted: Sat 12 May 2012, 13:18
by L18L
1st problem is solved: that was encoding.

http://s411.codeinspot.com/q/2165939 has helped to solve it.


Next will be: Making the navigation international


Edit:
Deleted attached script

Posted: Sat 12 May 2012, 16:31
by lesizmor
Nice! Thank you! :)

Done!!!

Posted: Sat 12 May 2012, 19:39
by lesizmor
The whole PPLOG, translated into Greek! I really enjoyed that! :D

Thank you all for your help, you are great!! :)

Posted: Sun 13 May 2012, 02:05
by BarryK
I have updated the pplog PET package:

http://bkhome.org/blog/?viewDetailed=02830

Finished translating

Posted: Sun 13 May 2012, 07:34
by lesizmor
I 've finished translating PPLOG into Greek. Below is the zip with all the files. Greek navigation, Greek messages, Greek welcome post, Greek time zone, Greek notifications, Greek everything (except from the banner, i left that untouched!) :)

RSS problem

Posted: Tue 15 May 2012, 07:52
by koulaxizis
Seems like there is a problem with the RSS (on the Greek translation) and i can't figure out why! Could someone check it and help?

Re: RSS problem

Posted: Tue 15 May 2012, 08:54
by L18L
my friend koulaxizis wrote:Seems like there is a problem with the RSS (on the Greek translation) and i can't figure out why! Could someone check it and help?
Checked....
Confirmed....

Change line 266

Code: Select all

	print header('text/xml'),'<?xml version="1.0" encoding="UTF-8"?>
to

Code: Select all

print header(-charset => qw(utf-8)), '<?xml version="1.0" encoding="UTF-8"?>
... repaired 8)

And please change
our $config_sendMailWithNewCommentMail to one in Greece :wink: