« July 2005 | Main | May 2006 »

August 14, 2005

ry-0.2.0 released

New feature in ry-0.2.0:
- password authentication
- automatic startup when launched
- Safari.widget: access to your Safari Bookmarks
- Power.widget: sleep, restart, shutdown your Mac

you can download it from
source code: ry-0.2.0.tar.gz
binary dmg: ry-0.2.0.dmg.zip
enjoy!

Posted by rymk at 09:58 AM | Comments (0)

August 08, 2005

ry-0.1 released

Bug fix:
- Mail.widget: Local messages in POP mailbox were not included in the list.

you can download it from
source code: ry-0.1.tar.gz
binary dmg: ry-0.1.dmg.zip
enjoy!

Posted by rymk at 11:15 PM | Comments (0)

August 07, 2005

ry-0.1b released

New feature in ry-0.1b:
- iTunes.widget: iTunes controller with playlist
- Mail.widget: e-mail reader via Mail.app
- Clock.widget: simple big clock

you can download it from
source code: ry-0.1b.tar.gz
binary dmg: ry-0.1b.dmg.zip
enjoy!

Posted by rymk at 10:13 AM | Comments (0)

August 04, 2005

DVD Control 1

ss1.jpg

Posted by rymk at 02:11 PM | Comments (0)

What's ry

ry is an remote controller and display for Apple Macintosh.
Technically speaking, it is a web gateway interface for AppleScript.
You can use this as a visual remote controller for Macs,
and also as an additional and external display.

Posted by rymk at 01:25 PM | Comments (2)

Install

Installing from binary package

just drag & drop 'ry' application to your Application folder.
current version of ry doesn't work in any other place.

(NOTE: You have to install XCode 2.0 or later for OS X 10.4 Tiger, that includes ruby 1.8. thanks > Alex
And for OS X 10.3 Panther, you should install ruby 1.8 yourself.
Binary package of ruby 1.8 can be downloaded from http://homepage.mac.com/discord/Ruby/)

Installing from source code

Installing from source is a little bit complicated.

Step 0) Developer Tools from Apple must be installed in your box.
(including XCode2.1 and ruby1.8)

Step 1) Build COCOA UI.
- open cocoaui/ry.xcodeproj from XCode and build it.

Step 2) Copy ry ruby components into the application bundle built in Step 1.
- just type make at the top source directory
% make

Step 3) Install ry.app to your Application folder.
- drag&drop cocoaui/build/Release/ry.app to /Application folder

Step 4) Install rubyAEOSA.
- download rubyaeosa-0.2.4.tgz from http://rubycocoa.souceforge.net/files
- NOTE: you need XCode 2.1 for building rubyaeosa (XCode 2.0 doesn't work)
- build & install by the following step
% mkdir /Application/ry.app/Contents/ext
% ruby install.rb config --prefix=/Application/ry.app/Contents/ext
% ruby install.rb setup
% ruby install.rb install

Usage

1) Launch ry.app and start ry server from 'ry' tab.

2) You can test server by previewing local access.

3) Access your Mac from the PSP browser by entering
'http://[YOUR-MAC-IP]:2000/' as URL.

IMPORTANT NOTE: MacOS X local firewall should be disabled
or port 2000/TCP should be opened for firewall

Posted by rymk at 01:11 PM | Comments (4)