Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
danja committed Nov 9, 2013
1 parent f4c5e4b commit aca809e
Show file tree
Hide file tree
Showing 12 changed files with 617 additions and 18 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,8 @@ It operates as a Web server, building queries from HTTP requests (from a browser
or another service) and passing them to the SPARQL server, formatting the
results (to HTML, JSON...) and passing them back to the client.

*Warning* So far Seki is very experimental/incomplete, don't expect anything to work out of the box. (It is under active development, so watch this space and/or [@danja on Twitter](https://twitter.com/danja).

### Uses

Primarily I'm developing Seki as a testbed to see what can be achieved using Web tech.
Expand Down
Binary file modified data/SekiDB/GSPO.dat
Binary file not shown.
Binary file modified data/SekiDB/GSPO.idn
Binary file not shown.
Binary file modified data/SekiDB/OSPG.dat
Binary file not shown.
Binary file modified data/SekiDB/node2id.dat
Binary file not shown.
Binary file modified data/SekiDB/nodes.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion www/trellis/index.html
Expand Up @@ -166,7 +166,7 @@
<div id="ts-entry-template">
<div class="dropzone ui-droppable"></div>
<dl id="nid-template" class="ts-entry"><span class="ts-expander">&nbsp;</span>
<dt><span class="ts-title">Ten</span></dt>
<dt><span class="ts-title"></span></dt>
<dd class="ts-actions"><span class="ts-delete" title="Delete">x</span><span class="ts-addChild" title="Add Child">+</span>
<span class="ts-card" title="Card">&#9634;</span>
</dd>
Expand Down

0 comments on commit aca809e

Please sign in to comment.