diff options
author | David Seikel | 2011-05-02 21:31:17 +1000 |
---|---|---|
committer | David Seikel | 2011-05-02 21:31:17 +1000 |
commit | 95c116d33cb5edb0919ff036b59ebd2030423faf (patch) | |
tree | d506c5564bebd21d3a797fa034773fef31939e50 | |
parent | Pathetic excuse for a new logo. Hopefully a better one comse soon. (diff) | |
download | meta-impy-95c116d33cb5edb0919ff036b59ebd2030423faf.zip meta-impy-95c116d33cb5edb0919ff036b59ebd2030423faf.tar.gz meta-impy-95c116d33cb5edb0919ff036b59ebd2030423faf.tar.bz2 meta-impy-95c116d33cb5edb0919ff036b59ebd2030423faf.tar.xz |
A quick note about the change of direction until I get around to writing it properly.
-rw-r--r-- | README.txt | 31 |
1 files changed, 12 insertions, 19 deletions
@@ -1,24 +1,10 @@ | |||
1 | |||
2 | |||
3 | ABOUT META7 | ||
4 | |||
5 | Meta 7 is a Virtual World loosely based on OpenSimulator core | ||
6 | server code. | ||
7 | |||
8 | The meta 7 Viewer is our open source client application designed | ||
9 | for the world, based on both Imprudence (an open source metaverse | ||
10 | viewer project) and the Second Life viewer. | ||
11 | |||
12 | Meta 7 is online at http://www.meta7.com/ | ||
13 | |||
14 | |||
15 | The latest source code for the meta-impy viewer is always | ||
16 | available at: | ||
17 | |||
18 | http://github.com/onefang/meta-impy | ||
19 | |||
20 | ABOUT META-IMPY | 1 | ABOUT META-IMPY |
21 | 2 | ||
3 | Meta-impy used to be the next generation experimental viewer for the | ||
4 | meta 7 grid. Meta 7 closed, but meta-impy lives on. The rest of | ||
5 | this text is the old text from the meta 7 days. I'll write | ||
6 | something now soon. | ||
7 | |||
22 | The old meta 7 viewer was based on an ancient version of Emerald. We | 8 | The old meta 7 viewer was based on an ancient version of Emerald. We |
23 | need an update. After much discussion and evaluation, and too much | 9 | need an update. After much discussion and evaluation, and too much |
24 | delay, I decided to fork and modify the Imprudence 1.4.0 code base | 10 | delay, I decided to fork and modify the Imprudence 1.4.0 code base |
@@ -47,6 +33,12 @@ | |||
47 | is not important to us, and not recommended by us. Use at your own | 33 | is not important to us, and not recommended by us. Use at your own |
48 | risk on the SL grid. | 34 | risk on the SL grid. |
49 | 35 | ||
36 | The latest source code for the meta-impy viewer is always | ||
37 | available at: | ||
38 | |||
39 | http://github.com/onefang/meta-impy | ||
40 | |||
41 | |||
50 | LICENSE | 42 | LICENSE |
51 | 43 | ||
52 | All code is licensed under the terms of the GNU General Public | 44 | All code is licensed under the terms of the GNU General Public |
@@ -62,3 +54,4 @@ | |||
62 | Imprudence is in no way affiliated with Linden Research, Inc. | 54 | Imprudence is in no way affiliated with Linden Research, Inc. |
63 | 55 | ||
64 | meta7 and/or Magne Metaverse Reasearch are in no way affiliated with Linden Research, Inc. | 56 | meta7 and/or Magne Metaverse Reasearch are in no way affiliated with Linden Research, Inc. |
57 | |||