Sha256: 74c3b07d8480da9354c63e66ce9a9bdc9b5d9da2a762438ca8ed0061edfca540

Contents?: true

Size: 1.29 KB

Versions: 11

Compression:

Stored size: 1.29 KB

Contents

Sample script for CGI/ERB and gettext.

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

11 entries across 11 versions & 1 rubygems

Version Path
gettext-3.0.0 samples/cgi/README
gettext-2.3.9 samples/cgi/README
gettext-2.3.8 samples/cgi/README
gettext-2.3.7 samples/cgi/README
gettext-2.3.6 samples/cgi/README
gettext-2.3.5 samples/cgi/README
gettext-2.3.4 samples/cgi/README
gettext-2.3.3 samples/cgi/README
gettext-2.3.2 samples/cgi/README
gettext-2.3.1 samples/cgi/README
gettext-2.3.0 samples/cgi/README