-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (51 loc) · 3.32 KB
/
index.html
File metadata and controls
66 lines (51 loc) · 3.32 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Xi Project by xiproject</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/xiproject">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Xi Project</h1>
<p>a distributed agent framework for hackers</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/xiproject">xiproject</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<h3>
<a id="introduction" class="anchor" href="#introduction" aria-hidden="true"><span class="octicon octicon-link"></span></a>Introduction</h3>
<p>The Xi project is a set of libraries, tools and conventions to write a distributed personal assistant. It might be good at other tasks too.</p>
<p>To see an example of what Xi can do, check out <a href="http://xiproject.github.io/zeus">Zeus</a>, the personal assistant for hackers.</p>
<h3>
<a id="getting-started" class="anchor" href="#getting-started" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting Started</h3>
<p>This documentation is useful for people who want to extend Zeus, or who want to write their own distributed applications using Xi.</p>
<p>The Xi project consists of <a href="https://github.com/xiproject/xi-core">Xi Core</a>, the <a href="https://github.com/xiproject/xal">Xi Agent Library</a>, useful <a href="https://github.com/xiproject/scripts">scripts</a> including an agent runner, and various <a href="#">agents</a> written for Zeus, that you might find useful in your application.</p>
<p>If you are modifying Zeus, you will find all of the above in the project repository, and can make changes to that directly.</p>
<p>If you want to write a Xi application from scratch, you should check out the <a href="https://github.com/xiproject/xi-starter">Xi Starter</a> project.</p>
<h3>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h3>
<p>Made by Vikrant Varma (<a href="https://github.com/amrav" class="user-mention">@amrav</a>) and Mihir Rege (<a href="https://github.com/geremih" class="user-mention">@geremih</a>). Licensed under <a href="https://www.gnu.org/licenses/quick-guide-gplv3.html">GPLv3</a>. Contributions are welcome - join the <a href="https://groups.google.com/forum/#!forum/xiproject-dev">mailing list</a>.</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>