Difference between revisions of "Ajaxterm"

From WebOS Internals
Jump to navigation Jump to search
Line 1: Line 1:
Follow these instructions to install and run a very early implementation of Ajaxterm
+
AjaxTermMojo is a port of Ajaxterm to Mojo written by Quantsini. It is required that you install python and ajaxterm onto your pre before using the Mojo package.
  
By: Quantsini
+
== Changelog ==
 +
=== 1.0.0 (erronous version number) ===
 +
* Initial release with crude implementation of the javascript interface of ajaxterm
 +
=== 0.0.2 (correct version numbering) ===
 +
* Implemented the enter key
  
1. Download, package and install this app: http://svn.quantsini.com/AjaxTermMojo/
+
== How to install ==
  
2. root your pre and make sure optware and python are installed
+
# Root your pre and make sure optware is installed properly.
 +
# Install [http://antony.lesuisse.org/software/ajaxterm/ Ajaxterm]
 +
# Make sure ajaxterm.py is running on your pre
 +
# Download and install the [http://svn.quantsini.com/AjaxTermMojo/ Mojo Package]
 +
# Open the Mojo package and you should be presented with a terminal shell with a login screen.
  
3. download ajaxterm onto your pre: http://antony.lesuisse.org/software/ajaxterm/
+
== Known Issues ==
 
+
* Really slow
4. make sure "ajaxterm.py" is running by executing './ajaxterm.py' (without quotes)
+
* No escape key, so if you use vi and are in a mode, you cannot escape
 
+
== Things to do ==
5. Open the app from step 1 on your pre. It should prompt you with a login.
+
* Implement some way to use tabbing, control, alt, and other keys not currently possible on the pre
 
 
known issues:
 
 
 
Tabbing does not work
 
 
 
Enter does not work (use \ as a replacement)
 
 
 
Todo:
 
 
 
Rewrite the gui portion using mojo ui widgets
 
 
 
Fix tab/enter
 

Revision as of 22:42, 26 July 2009

AjaxTermMojo is a port of Ajaxterm to Mojo written by Quantsini. It is required that you install python and ajaxterm onto your pre before using the Mojo package.

Changelog

1.0.0 (erronous version number)

  • Initial release with crude implementation of the javascript interface of ajaxterm

0.0.2 (correct version numbering)

  • Implemented the enter key

How to install

  1. Root your pre and make sure optware is installed properly.
  2. Install Ajaxterm
  3. Make sure ajaxterm.py is running on your pre
  4. Download and install the Mojo Package
  5. Open the Mojo package and you should be presented with a terminal shell with a login screen.

Known Issues

  • Really slow
  • No escape key, so if you use vi and are in a mode, you cannot escape

Things to do

  • Implement some way to use tabbing, control, alt, and other keys not currently possible on the pre