|
Manual
ContentsAboutS60 HTML Editor is a simple text editor for Symbian S60 devices designed for editing HTML files. The major feature of the editor is fast and easy inserting HTML tags and entities. The editor is written in Python programming language. This manual describes version 0.7 of the editor. Copyright (C) Dmitri Brechalov, 2008 Requirements And InstallationYou must have Python for S60 installed on your device first. You must have appuifw2 extension module installed on your device as well. Currently the program is available as SIS-file and as source code. If you have S60 3rd Ed. device, you can install it from the SIS-file as a standalone application with own button in main menu. Otherwise, you can simply copy the source code file to the \Python directory on the device or memory card (where Python is installed). Then start Python interpreter, press left softkey for the menu and select Run script. Select the scripts and press OK. Hot KeysThe editor uses Call key as a functional key. Press:
To insert any HTML tag press Right softley. Select a tag from tag menu or press Custom... and type your own. Main MenuPress Options to open the main menu.
HTML Tag InsertionTo insert an HTML tag press Right softke (labeled Tag), select a tag and press OK. To select a tag you can simply scroll the list, or start typing to quickly find the necessary tag. Also, you can use Custom... option - just type the tag you need and press OK. Some tags requires attributes (like a or img). You will be prompted for the names of attributes. Press Cancel when finished. The tag will be inserted to the text. It will have both open and close tags if needed. Also you can select a text and insert tag using right softkey, selected text will be surrounded with selected tag. That's all! Screenshots
| ||||||||||||
THX for this program. A was looking for something like this. I try to use on N 95 8GB. Some of stored pages (something.html) on my nokia is not gona open. Program wrote: Cannot read file E:/aaa/aaa.html . What I do wrong? THX.
It suppose to open also .htm files ?? Thanks again.