diff options
Diffstat (limited to '')
-rw-r--r-- | doc/index.html | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/doc/index.html b/doc/index.html deleted file mode 100644 index ad4352d..0000000 --- a/doc/index.html +++ /dev/null | |||
@@ -1,101 +0,0 @@ | |||
1 | <html> | ||
2 | <title>opensim-SC documenation</title> | ||
3 | <head> | ||
4 | </head> | ||
5 | <body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> | ||
6 | <h1>What is opensim-SC?</h1> | ||
7 | |||
8 | <p>opensim-SC is a fork of <a | ||
9 | href="http://opensimulator.org/wiki/Main_Page">OpenSim</a>, and OpenSim | ||
10 | is a clean room fork of <a | ||
11 | href="http://wiki.secondlife.com/wiki/Main_Page">Second Life</a>. They | ||
12 | are all 3D virtual worlds that are open, users can create their own | ||
13 | content, these are not games. Second Life is a proprietary server, with | ||
14 | open source viewer. OpenSim is an open source server that works with | ||
15 | Second Life viewers.</p> | ||
16 | |||
17 | <p>The SC in opensim-SC stands for SledjChisl, part of the <a href="https://sledjhamr.org/git/docs/index.html">SledjHamr</a> project.</p> | ||
18 | |||
19 | <p> </p> | ||
20 | |||
21 | <h1>What is SledjHamr?</h1> | ||
22 | |||
23 | <p>opensim-SC is part of the SledjHamr project. SledjHamr will be a | ||
24 | rewrite from scratch of Second Life (SL) / OpenSim (OS) style 3D online | ||
25 | virtual world client / server. The plan is to use OS server and SL | ||
26 | clients as crutches, when a bit of SledjHamr is ready, it replaces the | ||
27 | matching bit in OS/SL.</p> | ||
28 | |||
29 | <h2>SledjHamr - tearing down the garden walls.</h2> | ||
30 | |||
31 | <p> </p> | ||
32 | <h1>What is SledjChisl?</h1> | ||
33 | |||
34 | <p>While OpenSim is slowly morphing into SledjHamr, it needed a name, so | ||
35 | I called it SledjChisl. The main differences between opensim-SC and | ||
36 | OpenSim are listed in <a | ||
37 | href="../Differences.txt">Differences.txt</a></p> | ||
38 | |||
39 | <h2>SledjChisl - chipping away at OpenSim until it's all gone, and is now SledjHamr.</h2> | ||
40 | |||
41 | <p> </p> | ||
42 | <h1>Enough of the bad puns, what is it all about?</h1> | ||
43 | |||
44 | <p>It's a 3D open online shared virtual world that is user created. Using a | ||
45 | specialised bit of software called a viewer you log onto one of these | ||
46 | worlds, either Second Life, or one of the many OpenSim based worlds. You | ||
47 | then get to wander around a 3D world that the other users have built, | ||
48 | and do many things. Including building your own bit of the world using | ||
49 | the viewer itself.</p> | ||
50 | |||
51 | <h3>It's not a game.</h3> | ||
52 | |||
53 | <p>Many people think of it as a game, but it's missing many of the features | ||
54 | of a real game, and tends to be more about the social side of things. | ||
55 | I've even had someone tell me that everything online is a game, even | ||
56 | pointing out that their bank account is online didn't help. There is no | ||
57 | goal, no game play, no levelling up, no one keeps score. You do what you | ||
58 | want in these worlds (within the limits of the local rules), and that | ||
59 | might include playing games that people have created in the world, but | ||
60 | you don't have to.</p> | ||
61 | |||
62 | <p>People even do business in them.</p> | ||
63 | |||
64 | |||
65 | <h1>What do I do with opensim-SC?</h1> | ||
66 | |||
67 | <p>The easiest thing to do is to just join a world that is running | ||
68 | opensim-SC, but you don't need this software for doing that. This | ||
69 | software is for running such a world, or part of it.</p> | ||
70 | |||
71 | <p>Virtual world software is complex software, coz you are simulating an | ||
72 | entire world. There's lots of things to take care of. While SledjHamr | ||
73 | aims to make things as simple as possible for ordinary folk, we ain't | ||
74 | there yet. opensim-SC is slightly easier to setup than OpenSim, so | ||
75 | progress has been made. opensim-SC tries to remain compatible, so for | ||
76 | more details, refer to the <a | ||
77 | href="http://opensimulator.org/wiki/Main_Page">OpenSim</a> and <a | ||
78 | href="http://wiki.secondlife.com/wiki/Main_Page">Second Life</a> | ||
79 | documentation.</p> | ||
80 | |||
81 | <p>You'll need to be familiar with command lines. Currently opensim-SC uses | ||
82 | Linux shell scripts, though that'll change in the next release to be more | ||
83 | portable to other operating systems. The shell scripts are for setup and | ||
84 | basic management, the virtual world software itself is written in | ||
85 | portable C# that runs on .NET and MONO.</p> | ||
86 | |||
87 | <p>The scripts install and manage everything based on a Debian variation | ||
88 | of Linux, it's been tested under Debian, Devuan, and Ubuntu. Refer to | ||
89 | INSTALL.md for installation details.</p> | ||
90 | |||
91 | <p>The <a href="scripts.html">scripts are documented here</a>.</p> | ||
92 | |||
93 | <p>The <a href="configuration.html">new configuration setup and options are documented here</a>.</p> | ||
94 | |||
95 | <p>The <a href="web_pages.html">example web pages are documented here</a>.</p> | ||
96 | |||
97 | <p> </p> | ||
98 | <p> </p> | ||
99 | <p> </p> | ||
100 | </body> | ||
101 | </html> | ||