]> totsipaki.net Git - Published.git/blobdiff - AI_MythvsReallity/README.html
more testing
[Published.git] / AI_MythvsReallity / README.html
index e309c81cc2398d7d9453ae370ec53eac199a18ed..cd4800bbb02814db7c81912c039eed893effa4cb 100644 (file)
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
+<!DOCTYPE html>
 <html>
 <head>
 <html>
 <head>
-   <meta content="text/html; charset=ISO-8859-1"
-         http-equiv="content-type">
-   <title>Apache ActiveMQ Artemis README</title>
-   <link rel="stylesheet" type="text/css" href="./examples/common/common.css" />
-   <link rel="stylesheet" type="text/css" href="./examples/common/prettify.css" />
-   <script type="text/javascript" src="./examples/common/prettify.js"></script>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<title>README - my files 
+</title>
+<link rel="icon" type="image/png" href="../favicon.png" />
+<link rel="alternate" type="application/atom+xml" title="noice.git Atom Feed" href="../atom.xml" />
+<link rel="alternate" type="application/atom+xml" title="noice.git Atom Feed (tags)" href="../tags.xml" />
+<link rel="stylesheet" type="text/css" href="../style.css" />
 </head>
 <body>
 </head>
 <body>
-
-<h1>Getting Started</h1>
-
-<b>Note (Windows users):</b> Examples below use the shell script `artemis` for use with linux, Windows users should use the `artemis.cmd` script with the same parameters.<br><br>
-
-<h2>Creating a broker</h2>
-
-To create a broker, navigate to the distribution 'bin/' directory and run: <br><br>
-
-$ ./artemis create $directory <br><br>Where $directory is the folder that you'd like the broker to be created.
-
-The create process will input for any required property not specified. Example:
-
-<PRE>
---user: is a mandatory property!
-Please provide the default username:
-admin
-
---password: is mandatory with this configuration:
-Please provide the default password:
-
-
---allow-anonymous | --require-login: is a mandatory property!
-Allow anonymous access?, valid values are Y,N,True,False
-y
-</PRE>
-
-For a full list of available options for the create process you may use:
-
-$ ./artemis help create
-<PRE>
-NAME
-        artemis create - creates a new broker instance
-
-SYNOPSIS
-        artemis create [--addresses &lt;addresses&gt;] [--aio] [--allow-anonymous]
-                [--autocreate] [--blocking] [--cluster-password &lt;clusterPassword&gt;]
-                [--cluster-user &lt;clusterUser&gt;] [--clustered] [--data &lt;data&gt;]
-                [--default-port &lt;defaultPort&gt;] [--disable-persistence]
-                [--encoding &lt;encoding&gt;] [--failover-on-shutdown] [--force]
-                [--global-max-size &lt;globalMaxSize&gt;] [--home &lt;home&gt;] [--host &lt;host&gt;]
-                [--http-host &lt;httpHost&gt;] [--http-port &lt;httpPort&gt;]
-                [--java-options &lt;javaOptions&gt;] [--mapped] [--max-hops &lt;maxHops&gt;]
-                [--message-load-balancing &lt;messageLoadBalancing&gt;] [--name &lt;name&gt;]
-                [--nio] [--no-amqp-acceptor] [--no-autocreate] [--no-autotune]
-                [--no-fsync] [--no-hornetq-acceptor] [--no-mqtt-acceptor]
-                [--no-stomp-acceptor] [--no-web] [--paging] [--password &lt;password&gt;]
-                [--ping &lt;ping&gt;] [--port-offset &lt;portOffset&gt;] [--queues &lt;queues&gt;]
-                [--replicated] [--require-login] [--role &lt;role&gt;] [--shared-store]
-                [--silent] [--slave] [--ssl-key &lt;sslKey&gt;]
-                [--ssl-key-password &lt;sslKeyPassword&gt;] [--ssl-trust &lt;sslTrust&gt;]
-                [--ssl-trust-password &lt;sslTrustPassword&gt;] [--use-client-auth]
-                [--user &lt;user&gt;] [--verbose] [--] &lt;directory&gt;
-     ...
-</PRE>
-
-
-<h2>Starting the Broker</h2>
-
-Once the broker has been created, use the artemis (or artemis.cmd on windows) script found under the bin directory of the newly created broker to manage the life cycle of the broker.
-
-To run the Apache ActiveMQ Artemis broker with the default configuration, run the command shown below from the "bin" directory of the created broker.<br><br>
-
-$ ./artemis run<br><br>
-
-To specify a broker configuration file:<br><br>
-
-$ ./artemis run --config scheme:location<br><br>
-
-e.g.<br><br>
-
-$ ./artemis run --config xml:/home/artemis/bootstrap.xml<br><br>
-
-It is possible to configure run time parameters in the artemis.conf (artemis.conf.bat for windows) file under the "bin" directory of the broker directory.
-
-<h2>Stopping the Broker</h2>
-
-To stop the broker please use the artemis script from the broker's bin directory:<br><br>
-
-$ ./artemis stop<br><br>
-
-<h2>Documentation</h2>
-
-The broker comes shipped with an in depth user manual and a bunch of examples to help you get started.  The manual is shipped with the broker and can be accessed from the brokers website.  Start the broker then navigate to the <a href="http://localhost:8161">Apache ActiveMQ Artemis</a>.  Alternatively, you can browse all of the documentation online on the <a href="http://activemq.apache.org/artemis/">Apache ActiveMQ Artemis Website</a>.<br><br>
-
-The examples are shipped inside the distribution folder under "examples"<br><br>
-
-Release Notes for all version can be found <a href="https://issues.apache.org/jira/browse/ARTEMIS/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel">here</a>
-
+<table><tr><td><a href="../../"><img src="../logo.png" alt="" width="32" height="32" /></a></td><td><h1>noice</h1><span class="desc">small file browser
+</span></td></tr><tr class="url"><td></td><td>git clone <a href="git://git.2f30.org/noice">git://git.2f30.org/noice</a></td></tr><tr><td></td><td>
+<a href="../log.html">Log</a> | <a href="../files.html">Files</a> | <a href="../refs.html">Refs</a> | <a href="../file/README.html">README</a> | <a href="../file/LICENSE.html">LICENSE</a></td></tr></table>
+<hr/>
+<div id="content">
+<p> README (1457B)</p><hr/><pre id="blob">
+<a href="#l1" class="line" id="l1">      1</a>                __
+<a href="#l2" class="line" id="l2">      2</a>   ___     ___ /\_\    ___     __
+<a href="#l3" class="line" id="l3">      3</a> /&#39; _ `\  / __`\/\ \  /&#39;___\ /&#39;__`\
+<a href="#l4" class="line" id="l4">      4</a> /\ \/\ \/\ \L\ \ \ \/\ \__//\  __/
+<a href="#l5" class="line" id="l5">      5</a> \ \_\ \_\ \____/\ \_\ \____\ \____\
+<a href="#l6" class="line" id="l6">      6</a>  \/_/\/_/\/___/  \/_/\/____/\/____/
+<a href="#l7" class="line" id="l7">      7</a>                                     -- by lostd and sin
+<a href="#l8" class="line" id="l8">      8</a> =======================================================
+<a href="#l9" class="line" id="l9">      9</a> 
+<a href="#l10" class="line" id="l10">     10</a> 
+<a href="#l11" class="line" id="l11">     11</a> What is it?
+<a href="#l12" class="line" id="l12">     12</a> ===========
+<a href="#l13" class="line" id="l13">     13</a> 
+<a href="#l14" class="line" id="l14">     14</a> noice is a small curses-based file browser.
+<a href="#l15" class="line" id="l15">     15</a> It was first developed to be used with a TV remote control for a media
+<a href="#l16" class="line" id="l16">     16</a> center solution.
+<a href="#l17" class="line" id="l17">     17</a> 
+<a href="#l18" class="line" id="l18">     18</a> 
+<a href="#l19" class="line" id="l19">     19</a> Getting started
+<a href="#l20" class="line" id="l20">     20</a> ===============
+<a href="#l21" class="line" id="l21">     21</a> 
+<a href="#l22" class="line" id="l22">     22</a> Get the latest version from the git-repository; build and install it.  Run
+<a href="#l23" class="line" id="l23">     23</a> noice in a directory to display its content in the form of a list, where
+<a href="#l24" class="line" id="l24">     24</a> each line is a file or directory.  The currently selected item will be
+<a href="#l25" class="line" id="l25">     25</a> preceded with a &quot; &gt; &quot; by default.
+<a href="#l26" class="line" id="l26">     26</a> 
+<a href="#l27" class="line" id="l27">     27</a> For more information refer to the manpage.
+<a href="#l28" class="line" id="l28">     28</a> 
+<a href="#l29" class="line" id="l29">     29</a> 
+<a href="#l30" class="line" id="l30">     30</a> Building
+<a href="#l31" class="line" id="l31">     31</a> ========
+<a href="#l32" class="line" id="l32">     32</a> 
+<a href="#l33" class="line" id="l33">     33</a> To build noice you need a curses implementation available.  In most
+<a href="#l34" class="line" id="l34">     34</a> cases you just do:
+<a href="#l35" class="line" id="l35">     35</a> 
+<a href="#l36" class="line" id="l36">     36</a>     make
+<a href="#l37" class="line" id="l37">     37</a> 
+<a href="#l38" class="line" id="l38">     38</a> It is known to work on OpenBSD, NetBSD, FreeBSD, DragonFly BSD, Linux, OSX,
+<a href="#l39" class="line" id="l39">     39</a> IRIX 6.5, Haiku and Solaris 9.  Some notes for building on certain systems
+<a href="#l40" class="line" id="l40">     40</a> follow.
+<a href="#l41" class="line" id="l41">     41</a> 
+<a href="#l42" class="line" id="l42">     42</a>  * IRIX 6.5:
+<a href="#l43" class="line" id="l43">     43</a>    Tested with gcc from http://freeware.sgi.com/.
+<a href="#l44" class="line" id="l44">     44</a> 
+<a href="#l45" class="line" id="l45">     45</a>     make CC=&quot;gcc&quot; LDLIBS=&quot;-lgen -lcurses&quot;
+<a href="#l46" class="line" id="l46">     46</a> 
+<a href="#l47" class="line" id="l47">     47</a>  * Haiku:
+<a href="#l48" class="line" id="l48">     48</a> 
+<a href="#l49" class="line" id="l49">     49</a>     make LDLIBS=&quot;-lncurses&quot;
+<a href="#l50" class="line" id="l50">     50</a> 
+<a href="#l51" class="line" id="l51">     51</a>  * Solaris 9:
+<a href="#l52" class="line" id="l52">     52</a>    Tested with gcc from http://www.opencsw.org/.
+<a href="#l53" class="line" id="l53">     53</a> 
+<a href="#l54" class="line" id="l54">     54</a>     export PATH=/usr/ccs/bin:/opt/csw/bin:$PATH
+<a href="#l55" class="line" id="l55">     55</a>     make CC=&quot;gcc&quot;
+<a href="#l56" class="line" id="l56">     56</a> 
+<a href="#l57" class="line" id="l57">     57</a> 
+<a href="#l58" class="line" id="l58">     58</a> Contact
+<a href="#l59" class="line" id="l59">     59</a> =======
+<a href="#l60" class="line" id="l60">     60</a> 
+<a href="#l61" class="line" id="l61">     61</a> To report bugs and/or submit patches, you can reach us through
+<a href="#l62" class="line" id="l62">     62</a> irc.2f30.org at #2f30.
+</pre>
+</div>
 </body>
 </body>
+</html>