From fd6d0ac30a08cb56cfc2361f2ac62cefa3bd446c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 23:37:17 +1000 Subject: Just some general clean up. --- ClientHamr/BVJ/README | 2 +- ClientHamr/IAE/README | 3 +-- ClientHamr/README | 2 +- ClientHamr/XMPP/README | 1 - ClientHamr/extantz/README | 8 +++++++- ClientHamr/libpurple/README | 1 - ClientHamr/mumble/README | 4 ++-- LuaSL/README | 7 ++++--- README | 6 +++++- REST/README | 3 ++- WTF/README | 2 +- build.sh | 4 +--- nails/README | 2 +- test.sh | 1 - 14 files changed, 26 insertions(+), 20 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 @@ -Refer to - http://wiki.infinitegrid.org/index.php/BVJ +Refer to - http://www.infinitegrid.org/drupal/content/BVJ BVJ is extensions to the BVH animation format used by SL technology. 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 @@ -Refer to - http://wiki.infinitegrid.org/index.php/InworldAnimationEditor +Refer to - http://www.infinitegrid.org/drupal/content/InworldAnimationEditor IAE is an idea to put an animation editor in world, much like the link set editor. - diff --git a/ClientHamr/README b/ClientHamr/README index af3a745..c82b1ba 100644 --- a/ClientHamr/README +++ b/ClientHamr/README @@ -1,4 +1,4 @@ -Refer to - http://wiki.infinitegrid.org/index.php/ClientHamr +Refer to - http://www.infinitegrid.org/drupal/content/ClientHamr ClientHamr is the concept that we can apply the unix philosophy to the 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. XMPP / jabber is a good protocol to base presence, IM, groups, and other related stuff on. We should do so. - 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 means that meta-impy will eventually loose it's login screen, to be replaced by extantz. +Also, during this experimental phase of development, this will be a test +bed for all the GUI stuff. This could end up being the front end for +the entire system, but still having the various bits split off into +separate programs. + Extantz is a made up word. The challenge was to find a word beginning with E, is as traditional with EFL (Enlightenment Foundation Library) 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 Linux viewers do that. Including chat logs. Dillo and uzbl can insert themselves into the windows of others. Should -check that out. +check that out. Netsurf is allegedly easy to port to things, might be +able to port it to EFL. 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. Libpurple is amodular IM system, we could just add a libpurple based IM system to the viewer, and use that for the XMPP integration. - 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 @@ -Viewer integration with mumble and vwhisper, and using it for as many audio services as it can +Viewer integration with mumble and whisper, and using it for as many +audio services as it can. Mumble is a voice system designed for networked 3D game usage. Sounds perfect, just what we need. B-) - diff --git a/LuaSL/README b/LuaSL/README index b5b4b86..1444948 100644 --- a/LuaSL/README +++ b/LuaSL/README @@ -1,4 +1,4 @@ -Refer to - http://wiki.infinitegrid.org/index.php/LuaSL_-_New_scripting_engine +Refer to - http://www.infinitegrid.org/drupal/content/LuaSL_New_scripting_engine LuaSL is a Lua based LSL scripting engine that will aim for LSL compatability first, then adding Lua extensions. It aims to replace the @@ -8,8 +8,7 @@ client side scripting engine. To compile this, you will need Enlightenment Foundation Libraries (EFL) installed in either /opt/e17 or /usr. These are typical places it get's installed in. You will also need flex. The rest of the dependencies -are in the ../libraries directory, including the source code for the -version of EFL this is tested with. +are in the ../libraries directory. Design. @@ -37,6 +36,8 @@ for this project, mostly converting it to use EFL. That rewrite substantially shrunk the source code. More might be rewritten in future. +THIS IS WHERE WE ARE RIGHT NOW. + Nails will be used to pump commands in and out of the LuaSL system. Incoming commands invoke LSL events via the LuaSL state metatable. LL and OS functions that impact the world will be converted to nails diff --git a/README b/README index a3ce617..f1fbd0b 100644 --- a/README +++ b/README @@ -8,5 +8,9 @@ them. In this way, we can have our cake and eat it to. Not having to slave away for years just to get to the point where we have a single avatar standing still in an empty world. -http://wiki.infinitegrid.org/index.php/OMG discusses our plans. +http://www.infinitegrid.org/drupal/content/OMG discusses our plans. The +directory structure in here more or less follows the names of those +documents. +It's all very experimental at the moment, and currently does nothing +useful. \ No newline at end of file diff --git a/REST/README b/REST/README index c1b4723..2981827 100644 --- a/REST/README +++ b/REST/README @@ -1 +1,2 @@ -REST is probaly good to apply to the web server part. Alice wants JSON to, but see nails. \ No newline at end of file +REST is probaly good to apply to the web server part. Alice wants JSON +to, but see nails. diff --git a/WTF/README b/WTF/README index 3a21740..67e55c7 100644 --- a/WTF/README +++ b/WTF/README @@ -1,4 +1,4 @@ -Refer to - http://wiki.infinitegrid.org/index.php/OMG_WTF_BBQ +Refer to - http://www.infinitegrid.org/drupal/content/OMG_WTF_BBQ This is where we deal with systems to keep track of where in the web assets are, and to cache them. diff --git a/build.sh b/build.sh index ff1c714..0f9f932 100755 --- a/build.sh +++ b/build.sh @@ -30,9 +30,9 @@ $command # Test if edje is already available, build EFL up to edje if not. # TODO - Check EFL version. -# TODO - grab release tarballs from enlightenment.org, then build those. hash edje_cc 2>&- || { +# TODO - grab release tarballs from enlightenment.org, then build those. echo "_______________ BUILDING eina _______________" # cd $wd/libraries/eina # ./configure && make @@ -74,5 +74,3 @@ cd $wd/LuaSL echo "_______________ BUILDING extantz _______________" cd $wd/ClientHamr/extantz ./build.sh - - diff --git a/nails/README b/nails/README index 4f50551..22f5218 100644 --- a/nails/README +++ b/nails/README @@ -1,4 +1,4 @@ -Refer to - http://wiki.infinitegrid.org/index.php/Nails +Refer to - http://www.infinitegrid.org/drupal/content/Nails Nails bangs it all together, mostly via the command pump. diff --git a/test.sh b/test.sh index 5a1e02c..ecafc69 100755 --- a/test.sh +++ b/test.sh @@ -39,4 +39,3 @@ case $@ in ;; esac - -- cgit v1.1