Skip to content

huangjc0715/rwiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= README

RWiki is Yet Another Wiki Clone.

== Useful links

* Official page: ((<URL:http://pub.cozmixng.org/~the-rwiki/rw-cgi.rb>))


== INSTALL

* How to install (English):  rd/install.rd
* How to install (Japanese): rd/install%2Eja.rd

== Included liblaries

=== RTtool

((<URL:http://raa.ruby-lang.org/project/rttool/>))

RWiki includes a part of modified rubikitch's RTtool in lib/rt/.

== gettext message

=== Updating *.po

Execute the following script in top directory of RWiki.

  % po/gettext.rb

=== Updateing *.mo

Execute the following script in top directory of RWiki.

  % po/update_mo.rb

=== Updating *.po and *.mo

Execute the following script in top directory of RWiki.

  % po/update.rb

=== Adding new language message

(1) Add new language code to LANGS in po/config.rb.

    e.g.) new language is French.

      # _
      # before
      LANGS = %w(ja en)

      # after
      LANGS = %w(ja en fr)

(2) Update *.po.

      % po/gettext.rb

    It generates po/fr.po.

(3) Edit po/fr.po.

(4) Update *.mo.

      % po/update_mo.rb

    It generates po/fr.mo.

About

A dRuby based Wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.0%
  • HTML 3.6%
  • R 3.1%
  • Shell 2.4%
  • Other 0.9%