-
Notifications
You must be signed in to change notification settings - Fork 1
/
overview.html
31 lines (26 loc) · 1.01 KB
/
overview.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>NARS</head>
<body>
NARS overview
<h2>Package Specification</h2>
The code for distribution is <tt>NARS.jar</tt>, in Java 1.7.0_21.
<p>
It works both as :
<ul>
<li>an application (with full functionality) ; </li>
<li>an applet (with restricted functionality and display);</li>
<li>a command line batch tool</li>
</ul>
<p>
To run the application from the command line, go to the folder containing NARS.jar
and type the following:
<pre>
java -cp NARS.jar nars.main_nogui.NARSBatch nars-dist/Examples/Example-NAL1-edited.txt
</pre>
For more information, see
<a href="http://nars.wang.googlepages.com/home">NARS website</a>,
<a href="http://code.google.com/p/open-nars/">open-source project</a>,
<a href="http://groups.google.com/group/open-nars">discussion group</a>
</body>
</html>