fubuki.py
Japanese | English
fubuki.py is a little Wiki application running on Series 60 smart phones. It is implemented in Python.
News
2007-03-21: "List all pages" functionality is added by Andrey Nikanorov.
Usage
- Start Python on Series 60 and go [Option] >> [Run script]>>[*/fubuki.py] to boot fubuki.py
- It is basically a simple notepad.
- You are editing a page named "FrontPage" at the beginning.
- Press Select button on a string sarrounded by [ and ] to move to a new page. For example, if you press Select button on "[foo]", you move to a page named "foo".
- Pages are automatically saved when you move to other pages or exit fubuki.py
Installation
- Install Python for S60 1.3.1 on your smart phone(choose PythonForS60_2ndEdFP2_1_3_1.SIS if your phone is Vodafone 702NK, Nokia 6630, for example)
- Download fubuki-0.2.zip and unzip it.
- Create a folder named "fubuki" in E: drive on your phone.
- Save fubuki.py file somewhere on your Series 60 phone.
- On your phone, open "fubuki.py" and select [Install as]>>[Python script].
Toru Furukawa