initial commit
[sixth-data.git] / doc / index.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <head>
6     <!-- 2016-08-03 Wed 23:45 -->
7     <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
8     <meta name="viewport" content="width=device-width, initial-scale=1"/>
9     <title>Sixth - system for data storage, computation, exploration and interaction</title>
10     <meta name="generator" content="Org-mode"/>
11     <meta name="author" content="Svjatoslav Agejenko"/>
12     <style type="text/css">
13         <!-- /*--><![CDATA[/*><!--*/
14         .title {
15             text-align: center;
16             margin-bottom: .2em;
17         }
18
19         .subtitle {
20             text-align: center;
21             font-size: medium;
22             font-weight: bold;
23             margin-top: 0;
24         }
25
26         .todo {
27             font-family: monospace;
28             color: red;
29         }
30
31         .done {
32             font-family: monospace;
33             color: green;
34         }
35
36         .priority {
37             font-family: monospace;
38             color: orange;
39         }
40
41         .tag {
42             background-color: #eee;
43             font-family: monospace;
44             padding: 2px;
45             font-size: 80%;
46             font-weight: normal;
47         }
48
49         .timestamp {
50             color: #bebebe;
51         }
52
53         .timestamp-kwd {
54             color: #5f9ea0;
55         }
56
57         .org-right {
58             margin-left: auto;
59             margin-right: 0px;
60             text-align: right;
61         }
62
63         .org-left {
64             margin-left: 0px;
65             margin-right: auto;
66             text-align: left;
67         }
68
69         .org-center {
70             margin-left: auto;
71             margin-right: auto;
72             text-align: center;
73         }
74
75         .underline {
76             text-decoration: underline;
77         }
78
79         #postamble p, #preamble p {
80             font-size: 90%;
81             margin: .2em;
82         }
83
84         p.verse {
85             margin-left: 3%;
86         }
87
88         pre {
89             border: 1px solid #ccc;
90             box-shadow: 3px 3px 3px #eee;
91             padding: 8pt;
92             font-family: monospace;
93             overflow: auto;
94             margin: 1.2em;
95         }
96
97         pre.src {
98             position: relative;
99             overflow: visible;
100             padding-top: 1.2em;
101         }
102
103         pre.src:before {
104             display: none;
105             position: absolute;
106             background-color: white;
107             top: -10px;
108             right: 10px;
109             padding: 3px;
110             border: 1px solid black;
111         }
112
113         pre.src:hover:before {
114             display: inline;
115         }
116
117         pre.src-sh:before {
118             content: 'sh';
119         }
120
121         pre.src-bash:before {
122             content: 'sh';
123         }
124
125         pre.src-emacs-lisp:before {
126             content: 'Emacs Lisp';
127         }
128
129         pre.src-R:before {
130             content: 'R';
131         }
132
133         pre.src-perl:before {
134             content: 'Perl';
135         }
136
137         pre.src-java:before {
138             content: 'Java';
139         }
140
141         pre.src-sql:before {
142             content: 'SQL';
143         }
144
145         table {
146             border-collapse: collapse;
147         }
148
149         caption.t-above {
150             caption-side: top;
151         }
152
153         caption.t-bottom {
154             caption-side: bottom;
155         }
156
157         td, th {
158             vertical-align: top;
159         }
160
161         th.org-right {
162             text-align: center;
163         }
164
165         th.org-left {
166             text-align: center;
167         }
168
169         th.org-center {
170             text-align: center;
171         }
172
173         td.org-right {
174             text-align: right;
175         }
176
177         td.org-left {
178             text-align: left;
179         }
180
181         td.org-center {
182             text-align: center;
183         }
184
185         dt {
186             font-weight: bold;
187         }
188
189         .footpara {
190             display: inline;
191         }
192
193         .footdef {
194             margin-bottom: 1em;
195         }
196
197         .figure {
198             padding: 1em;
199         }
200
201         .figure p {
202             text-align: center;
203         }
204
205         .inlinetask {
206             padding: 10px;
207             border: 2px solid gray;
208             margin: 10px;
209             background: #ffffcc;
210         }
211
212         #org-div-home-and-up {
213             text-align: right;
214             font-size: 70%;
215             white-space: nowrap;
216         }
217
218         textarea {
219             overflow-x: auto;
220         }
221
222         .linenr {
223             font-size: smaller
224         }
225
226         .code-highlighted {
227             background-color: #ffff00;
228         }
229
230         .org-info-js_info-navigation {
231             border-style: none;
232         }
233
234         #org-info-js_console-label {
235             font-size: 10px;
236             font-weight: bold;
237             white-space: nowrap;
238         }
239
240         .org-info-js_search-highlight {
241             background-color: #ffff00;
242             color: #000000;
243             font-weight: bold;
244         }
245
246         /*]]>*/
247         -->
248     </style>
249     <link rel="stylesheet" type="text/css" href="http://thomasf.github.io/solarized-css/solarized-dark.min.css"/>
250     <script type="text/javascript">
251         /*
252          @licstart  The following is the entire license notice for the
253          JavaScript code in this tag.
254
255          Copyright (C) 2012-2013 Free Software Foundation, Inc.
256
257          The JavaScript code in this tag is free software: you can
258          redistribute it and/or modify it under the terms of the GNU
259          General Public License (GNU GPL) as published by the Free Software
260          Foundation, either version 3 of the License, or (at your option)
261          any later version.  The code is distributed WITHOUT ANY WARRANTY;
262          without even the implied warranty of MERCHANTABILITY or FITNESS
263          FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
264
265          As additional permission under GNU GPL version 3 section 7, you
266          may distribute non-source (e.g., minimized or compacted) forms of
267          that code without the copy of the GNU GPL normally required by
268          section 4, provided you include this license notice and a URL
269          through which recipients can access the Corresponding Source.
270
271
272          @licend  The above is the entire license notice
273          for the JavaScript code in this tag.
274          */
275         <!--/*--><![CDATA[/*><!--*/
276         function CodeHighlightOn(elem, id) {
277             var target = document.getElementById(id);
278             if (null != target) {
279                 elem.cacheClassElem = elem.className;
280                 elem.cacheClassTarget = target.className;
281                 target.className = "code-highlighted";
282                 elem.className = "code-highlighted";
283             }
284         }
285         function CodeHighlightOff(elem, id) {
286             var target = document.getElementById(id);
287             if (elem.cacheClassElem)
288                 elem.className = elem.cacheClassElem;
289             if (elem.cacheClassTarget)
290                 target.className = elem.cacheClassTarget;
291         }
292         /*]]>*///-->
293     </script>
294 </head>
295 <body>
296 <div id="content">
297     <h1 class="title">Sixth - system for data storage, computation, exploration and interaction</h1>
298     <div id="table-of-contents">
299         <h2>Table of Contents</h2>
300         <div id="text-table-of-contents">
301             <ul>
302                 <li><a href="#orgheadline1">1. Current status</a></li>
303             </ul>
304         </div>
305     </div>
306     <hr/>
307     <ul class="org-ul">
308         <li>This is a subproject of <a href="http://www2.svjatoslav.eu/gitbrowse/sixth/doc/index.html">Sixth</a></li>
309
310         <li><a href="http://www2.svjatoslav.eu/gitweb/?p=sixth.git;a=snapshot;h=HEAD;sf=tgz">download latest
311             snapshot</a></li>
312
313         <li>This program is free software; you can redistribute it and/or modify
314             it under the terms of version 3 of the <a href="https://www.gnu.org/licenses/lgpl.html">GNU Lesser General
315                 Public
316                 License</a> or later as published by the Free Software Foundation.
317         </li>
318
319         <li>Program author:
320             <ul class="org-ul">
321                 <li>Svjatoslav Agejenko</li>
322                 <li>Homepage: <a href="http://svjatoslav.eu/">http://svjatoslav.eu/</a></li>
323                 <li>Email: <a href="mailto://svjatoslav@svjatoslav.eu/">mailto://svjatoslav@svjatoslav.eu/</a></li>
324             </ul>
325         </li>
326
327         <li><a href="http://svjatoslav.eu/programs.jsp">other applications hosted at svjatoslav.eu</a></li>
328     </ul>
329
330
331     <div id="outline-container-orgheadline1" class="outline-2">
332         <h2 id="orgheadline1"><span class="section-number-2">1</span> Current status</h2>
333         <div class="outline-text-2" id="text-1">
334             <ul class="org-ul">
335                 <li>Implemented very simple persistent key-value map.</li>
336             </ul>
337
338             <p>
339                 Long term goal is to implement more advanced features on top of this.
340             </p>
341         </div>
342     </div>
343 </div>
344 <div id="postamble" class="status">
345     <p class="author">Author: Svjatoslav Agejenko</p>
346     <p class="date">Created: 2016-08-03 Wed 23:45</p>
347     <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
348 </div>
349 </body>
350 </html>