[ruby-gnome2-doc-cvs] [Hiki] update - gconfclock

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2003年 8月 12日 (火) 22:11:40 JST


-------------------------
REMOTE_ADDR = 210.249.204.119
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?gconfclock
-------------------------
  = gconfclock
  gconfclock is a MVC-style clock using Ruby/GConf.
  
  * Model is a file($HOME/.gconf/apps/gconfclock/%gconf.xml).
  * View is the gconfclock_viewer.rb.
  * Controller is the gconfclock_controller.rb and gconfd.
  
  (1)gconfclock_controller.rb sets the time value to the Model via gconfd.
  (2)gconfd sets the value to the Model and notify it to the Views.
  (3)gconfclock_viewer.rb shows the newest value as the View.
  
  You can run plural gconfclock_viewer.rb. 
  
  == Download
- {{attach_anchor("gconfclock_controller.rb")}}
- {{attach_anchor("gconfclock_viewer.rb")}}
+ * {{attach_anchor("gconfclock_controller.rb")}}
+ * {{attach_anchor("gconfclock_viewer.rb")}}
  
  == Requirements
  Developed environments are:
  * ruby 1.8.0 (2003-04-22) [i686-linux]
  * Ruby/GTK2, Ruby/GConf
  
  (*)Ruby/GConf is required latest CVS version(2003-06-19 or later).
  
  == Usage
    $ ruby gconfclock_controller.rb
  In another terminal, execute gconfclock_viewer.rb:
    $ ruby gconfclock_viewer.rb &
    $ ruby gconfclock_viewer.rb &
    $ ruby gconfclock_viewer.rb &
    $ ruby gconfclock_viewer.rb &
  
  == License
  Ruby's
  
  == Author
  ((<Masao>))
  
  === Changelog
  :2003-06-19
   Initial release





ruby-gnome2-cvs メーリングリストの案内
Back to archive index