summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/PLANS35
-rw-r--r--noncore/apps/opie-console/profile.h2
2 files changed, 36 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/PLANS b/noncore/apps/opie-console/PLANS
index dae417f..afcb04c 100644
--- a/noncore/apps/opie-console/PLANS
+++ b/noncore/apps/opie-console/PLANS
@@ -1,2 +1,3 @@
1Shall we write what the plans are here? 1Shall we write what the plans are here?
2Ok I'll do
2 3
@@ -5 +6,35 @@ TE here. TE isn't going to be easy starting from scratch. If nobody is doing
5TE yet, i'll try to port that stuff over here. -hash 6TE yet, i'll try to port that stuff over here. -hash
7ibotty is doing it.
8
9From a UNIX point of view we want to do something like minicom
10with a better GUI.
11It should feature some terminal emulation vt100/102, ansi,
12filetransfer via {x,y,z}modem, and some sort of session management.
13Besides this requirement we would like to be able to execute 'scripts'
14in a session.
15A script would just write to the TEmulation and then be sent via
16an IOlayer.
17Then we would like to send keys? Do we want that?
18
19We want a modular architecture which might support plugins in
20the future
21
22(Almost) DONE:
23Framework
24Serial IOLayer
25Saving and Restoring Profiles
26
27TASKS in progress:
28Profile->Session and MainWidget --- Harlekin
29FilesendingLayer - hash
30IOLayer - wazlaf
31Configuration - josef
32TE - ibotty
33
34OPEN tasks:
35Session->Profile - open
36Scripting - open
37Keys - open
38IRDA-Layer - open
39Bluetooth-Layer - open
40FilesendingUI - open \ No newline at end of file
diff --git a/noncore/apps/opie-console/profile.h b/noncore/apps/opie-console/profile.h
index 9956bdb..5652ac5 100644
--- a/noncore/apps/opie-console/profile.h
+++ b/noncore/apps/opie-console/profile.h
@@ -12,3 +12,3 @@
12 * We can generate a Session from a Profile 12 * We can generate a Session from a Profile
13 * No configuration is contained here.... 13 * Configuration is contained here too
14 */ 14 */