ruby-****@sourc*****
ruby-****@sourc*****
2005年 3月 23日 (水) 03:32:38 JST
------------------------- REMOTE_ADDR = 84.220.102.131 REMOTE_HOST = REMOTE_USER = ruby-gnome2-hiki URL = http://ruby-gnome2.sourceforge.jp/cgi-bin/hiki/hiki.cgi?RubyGecko ------------------------- @@ -21,8 +21,10 @@ == ruby-gecko browser. -* {{attach_anchor("ruby-gecko.rb")}} +Download via CVS (or use the version you should already have): +* ((<URL:http://cvs.sourceforge.net/viewcvs.py/ruby-gnome2/gtkmozembed/sample/ruby-gecko.rb?only_with_tag=HEAD&view=markup>)) + You can run the ruby-gecko browser by calling $ ruby ruby-gecko.rb @@ -34,9 +36,15 @@ == MozEditor HTML toy-editor. -* {{attach_anchor("moz-editor.rb")}} -* {{attach_anchor("moz-editor.css")}} +Download the source code and the demo css: +* ((<URL:http://mirko.lilik.it/Ruby-GNOME2/moz-editor.rb>)) +* ((<URL:http://mirko.lilik.it/Ruby-GNOME2/moz-editor.css>)) +Or view the source online: +* ((<URL:http://mirko.lilik.it/Ruby-GNOME2/moz-editor.rb.html>)) + You can run the ruby-gecko browser by calling $ ruby moz-editor.rb @@ -44,7 +50,16 @@ Or if you have not set the library path with: $ LD_LIBRARY_PATH=/path/to/gtkmozembed/ ruby moz-editor.rb + +This sample uses the Observer pattern mixin to notify multiple views of document updates: +((<URL:http://mirko.lilik.it/Ruby-GNOME2/Observer-s.png>)) == License GPL