diff options
author | David Walter Seikel | 2013-01-13 23:37:17 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-01-13 23:37:17 +1000 |
commit | fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c (patch) | |
tree | 83cb828296590e8fc36b9485af388d74a5efb377 /ClientHamr | |
parent | Shut up the new eo bitching. (diff) | |
download | SledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.zip SledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.tar.gz SledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.tar.bz2 SledjHamr-fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c.tar.xz |
Just some general clean up.
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/BVJ/README | 2 | ||||
-rw-r--r-- | ClientHamr/IAE/README | 3 | ||||
-rw-r--r-- | ClientHamr/README | 2 | ||||
-rw-r--r-- | ClientHamr/XMPP/README | 1 | ||||
-rw-r--r-- | ClientHamr/extantz/README | 8 | ||||
-rw-r--r-- | ClientHamr/libpurple/README | 1 | ||||
-rw-r--r-- | ClientHamr/mumble/README | 4 |
7 files changed, 12 insertions, 9 deletions
diff --git a/ClientHamr/BVJ/README b/ClientHamr/BVJ/README index 44157cd..456154a 100644 --- a/ClientHamr/BVJ/README +++ b/ClientHamr/BVJ/README | |||
@@ -1,4 +1,4 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/BVJ | 1 | Refer to - http://www.infinitegrid.org/drupal/content/BVJ |
2 | 2 | ||
3 | BVJ is extensions to the BVH animation format used by SL technology. | 3 | BVJ is extensions to the BVH animation format used by SL technology. |
4 | It's in the ClientHamr section coz on the server side, they are just | 4 | It's in the ClientHamr section coz on the server side, they are just |
diff --git a/ClientHamr/IAE/README b/ClientHamr/IAE/README index 48b7935..8c0e46c 100644 --- a/ClientHamr/IAE/README +++ b/ClientHamr/IAE/README | |||
@@ -1,4 +1,3 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/InworldAnimationEditor | 1 | Refer to - http://www.infinitegrid.org/drupal/content/InworldAnimationEditor |
2 | 2 | ||
3 | IAE is an idea to put an animation editor in world, much like the link set editor. | 3 | IAE is an idea to put an animation editor in world, much like the link set editor. |
4 | |||
diff --git a/ClientHamr/README b/ClientHamr/README index af3a745..c82b1ba 100644 --- a/ClientHamr/README +++ b/ClientHamr/README | |||
@@ -1,4 +1,4 @@ | |||
1 | Refer to - http://wiki.infinitegrid.org/index.php/ClientHamr | 1 | Refer to - http://www.infinitegrid.org/drupal/content/ClientHamr |
2 | 2 | ||
3 | ClientHamr is the concept that we can apply the unix philosophy to the | 3 | ClientHamr is the concept that we can apply the unix philosophy to the |
4 | viewer. Use individual tools that are good at their job to split off | 4 | viewer. Use individual tools that are good at their job to split off |
diff --git a/ClientHamr/XMPP/README b/ClientHamr/XMPP/README index d85ecb3..53058b2 100644 --- a/ClientHamr/XMPP/README +++ b/ClientHamr/XMPP/README | |||
@@ -2,4 +2,3 @@ Viewer integration with XMPP, and using it for as many services as it can. | |||
2 | 2 | ||
3 | XMPP / jabber is a good protocol to base presence, IM, groups, and other | 3 | XMPP / jabber is a good protocol to base presence, IM, groups, and other |
4 | related stuff on. We should do so. | 4 | related stuff on. We should do so. |
5 | |||
diff --git a/ClientHamr/extantz/README b/ClientHamr/extantz/README index 274fb04..b7b4de4 100644 --- a/ClientHamr/extantz/README +++ b/ClientHamr/extantz/README | |||
@@ -10,6 +10,11 @@ viewer up into modules that do simpler tasks, and do them well. So that | |||
10 | means that meta-impy will eventually loose it's login screen, to be | 10 | means that meta-impy will eventually loose it's login screen, to be |
11 | replaced by extantz. | 11 | replaced by extantz. |
12 | 12 | ||
13 | Also, during this experimental phase of development, this will be a test | ||
14 | bed for all the GUI stuff. This could end up being the front end for | ||
15 | the entire system, but still having the various bits split off into | ||
16 | separate programs. | ||
17 | |||
13 | Extantz is a made up word. The challenge was to find a word beginning | 18 | Extantz is a made up word. The challenge was to find a word beginning |
14 | with E, is as traditional with EFL (Enlightenment Foundation Library) | 19 | with E, is as traditional with EFL (Enlightenment Foundation Library) |
15 | projects, that has not been done to death, and thus has some reasonable | 20 | projects, that has not been done to death, and thus has some reasonable |
@@ -160,5 +165,6 @@ Log file management features, including viewer stdout, check if only | |||
160 | Linux viewers do that. Including chat logs. | 165 | Linux viewers do that. Including chat logs. |
161 | 166 | ||
162 | Dillo and uzbl can insert themselves into the windows of others. Should | 167 | Dillo and uzbl can insert themselves into the windows of others. Should |
163 | check that out. | 168 | check that out. Netsurf is allegedly easy to port to things, might be |
169 | able to port it to EFL. | ||
164 | 170 | ||
diff --git a/ClientHamr/libpurple/README b/ClientHamr/libpurple/README index f86870b..8db2632 100644 --- a/ClientHamr/libpurple/README +++ b/ClientHamr/libpurple/README | |||
@@ -2,4 +2,3 @@ Viewer integration with libpurple, using it for generic IM services. | |||
2 | 2 | ||
3 | Libpurple is amodular IM system, we could just add a libpurple based IM | 3 | Libpurple is amodular IM system, we could just add a libpurple based IM |
4 | system to the viewer, and use that for the XMPP integration. | 4 | system to the viewer, and use that for the XMPP integration. |
5 | |||
diff --git a/ClientHamr/mumble/README b/ClientHamr/mumble/README index 6c7984a..1010f18 100644 --- a/ClientHamr/mumble/README +++ b/ClientHamr/mumble/README | |||
@@ -1,5 +1,5 @@ | |||
1 | Viewer integration with mumble and vwhisper, and using it for as many audio services as it can | 1 | Viewer integration with mumble and whisper, and using it for as many |
2 | audio services as it can. | ||
2 | 3 | ||
3 | Mumble is a voice system designed for networked 3D game usage. Sounds | 4 | Mumble is a voice system designed for networked 3D game usage. Sounds |
4 | perfect, just what we need. B-) | 5 | perfect, just what we need. B-) |
5 | |||