Sha256: 3236ce902042be29ab68b8334efca80d147460a842d9a7f8de1f1b1aa3ac7520

Contents?: true

Size: 1.3 KB

Versions: 50

Compression:

Stored size: 1.3 KB

Contents

Sample script for CGI/ERB and Ruby-GetText-Package.

At first, create mo file once:
$ rake 

# You need 'rake' to execute it.

(One click ruby installer for Windonws user only)
Edit ruby.bat to fit your environment. If you don't have GTK,
removes 'set PATH=c:\gtk\bin' line.

Then run the http server.
$ ruby http.rb

Access the http server from WWW browser:

http://localhost:10080/
http://localhost:10080/1
http://localhost:10080/2

or

If you want to set locale(lang) forcely, then:

http://localhost:10080/?lang=ja
http://localhost:10080/1?lang=ja
http://localhost:10080/2?lang=ja
     #ja is a target locale in this sample.

http.rb        - an http server for samples using WEBrick
Rakefile       - a Rakefile to create mo files from po files.

index.cgi      - a sample menu (CGI sample)     - textdomain: main
cookie.cgi     - a sample menu (CGI sample)     - textdomain: main
helloerb1.cgi  - an ERB/CGI sample (UTF-8)       - textdomain: helloerb1
helloerb2.cgi  - an ERB/CGI sample (Auto-Detect) - textdomain: helloerb2

helloerb.rhtml - an ERB file (used from both of helloerb1/helloerb2)
other.rhtml    - an ERB file (used from helloerb1)

hellolib.rb    - a smple library called from helloerb.rhtml which have an 
                 independent textdomain: hellolib
ruby.bat       - Execute ruby interpreter on Win32.

Version data entries

50 entries across 50 versions & 5 rubygems

Version Path
experteer-gettext-2.0.4.1 samples/cgi/README
experteer-gettext-2.0.4.2 samples/cgi/README
experteer-gettext-2.0.4 samples/cgi/README
grosser-gettext-2.0.0 samples/cgi/README
gettext-2.2.1 samples/cgi/README
gettext-2.2.0 samples/cgi/README
ofm_gettext-2.0.1 samples/cgi/README
ofm_gettext-2.0.0 samples/cgi/README
fair-gettext-2.0.7 samples/cgi/README
fair-gettext-2.0.6 samples/cgi/README
fair-gettext-2.0.5 samples/cgi/README
fair-gettext-2.0.4 samples/cgi/README
fair-gettext-2.0.3 samples/cgi/README
fair-gettext-2.0.2 samples/cgi/README
fair-gettext-2.0.1 samples/cgi/README
fair-gettext-2.0.0 samples/cgi/README
gettext-2.1.0 samples/cgi/README
gettext-1.10.0-mswin32 samples/cgi/README
gettext-1.9.0-mswin32 samples/cgi/README
gettext-1.8.0-mswin32 samples/cgi/README