-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.html
87 lines (87 loc) · 4.94 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Terra 2 - README</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./storage/docs/readme/style.css" />
</head>
<body>
<div class="wrap">
<ul class="topinfo">
<li>Version: <a href="#">1 Public Beta</a>,</li>
<li>Author: <a href="http://photofroggy.deviantart.com/">photofroggy</a>,</li>
<li>License: <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL v3.0+</a></li>
</ul>
<div class="body">
<h1 class="top">Terra 2 — README</h1>
<ul class="nav">
<li>Terra 2</li>
</ul>
<div>
<h2><a name="welcome"></a>
Welcome<em>!</em></h2>
<p>
Welcome to Terra!
</p><p>
Before you ask me for help, the best advice I or anyone else can
give you is "read". That's all you have to do in most cases. Read
the stuff that's available to you, reading can work wonders!
</p><p>
Terra is a bot in Python using only custom and built-in modules
and functions, meaning you only need to have Python 3.1 or better
installed to run this bot, and no extras!
</p><p>
Thanks for downloading Terra, I hope you have fun using it!
</p><p>-- photofroggy</p>
<h2><a name="setup"></a>
Setup</h2>
<p>
Setting up Terra can differ greatly depending on the Operating
System that you are using. For relevent setup instructions, please
choose your operating system from the list below.
</p>
<ul class="oslist">
<li>— <a href="./storage/docs/readme/windows.html">Windows</a></li>
<li>— <a href="./storage/docs/readme/osx.html">Apple Mac OS X</a></li>
<li>— <a href="./storage/docs/readme/linux.html">Linux</a></li>
</ul>
<h2><a name="extensions"></a>
Extensions</h2>
<p>
Terra uses an object oriented extension system. The extensions in Terra are
what power the commands that come with Terra. To learn about Terra's extensions
and the commands that they provide, go ahead and click
<a href="./storage/docs/readme/extension/index.html">this link</a>!
</p>
<h2><a name="extra"></a>
Extra</h2>
<p>
More documentation is available at <a href="http://www.botdom.com/documentation/Terra">
this website</a>.
</p><p>
Keep in mind that there are also exclusive documentation
files in the <a href="./storage/docs">documentation folder</a>
for this bot! Check out both places if you want to know more about this bot.
</p>
</div>
<blockquote class="disclaimer">
<p>
Terra is in no way affiliated with or endorsed by deviantART.com.
This is not an official service of deviantART.com. This is an independent
project created by photofroggy:
<http://photofroggy.deviantart.com>
</p><p>
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
</p>
</blockquote>
</div>
</div>
</body>
</html>