Feed on
Posts
Comments

Archive for July, 2007

[personal] Force to append lang-code to feed links

I think rss feeds should always have language code, no matter what the Gengo setting is.
So, I made a patch.

[before]
http://wp.reedom.com/feed
[after]
http://wp.reedom.com/feed/ja/

Index: gengo.php
===================================================================
— gengo.php (revision 106)
+++ gengo.php (working copy)
@@ -175,7 +175,7 @@
[…]…

Read Full Post »

[wordpress] Redirect loop

Days before I experienced redirect loops when I tested the `tag search’ feature of SimpleTagging. I thought `Gengo should be worked something wrong.’ then I looked around Gengo’s setting pages and found that disabling `”Gengo should append language codes to permalinks automatically.’ feature could hide the problem.
Till today, I’ve killed off bugs in Gengo I’ve […]…

Read Full Post »

After activating SimpleTagging plugin I faced some problem. To avoid that I disabled the Gengo’s feature `Gengo should append language codes to permalinks automatically.’.
Days later I noticed a WordPress’ strange behavior.
I have pages having translations and when I clicked a link to the another language’s page then I saw a `404 Error’ page.
That’s […]…

Read Full Post »

[personal] Gengo and cache

Under WP_Cache enabled site Gengo could be problematic….

Read Full Post »

[wordpress] Installed `Gengo’

I installed Gengo, a WordPress plugin, which enables WordPress to write blog/Pages in multi languages.
But its installation was painful. Very poor document - there’s only FAQ but not manual. What’s `Summary’? What’s `Group’ in Gengo context? Force users to build installation knowledge from a tiny pieces in FAQ. Just nonsense.

Read Full Post »