81 lines
2.6 KiB
HTML
81 lines
2.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Quartermaster - I2P Distributed File Store</title>
|
|
</head>
|
|
|
|
<body>
|
|
<center>
|
|
<h1>Quartermaster<br>an I2P Distributed File Store</h1>
|
|
|
|
<h3>STATUS<h3>
|
|
<i>Whole new (incompatible) version currently in development;
|
|
ETA for release approx 4-7 days;
|
|
view screenshots <a href="screenshots.html">here</a>
|
|
</i>
|
|
<br>
|
|
<hr>
|
|
|
|
<small>
|
|
<a href="manual/index.html">User Manual</a> |
|
|
<a href="spec/index.html">Protocol Spec</a> |
|
|
<a href="metadata.html">Metadata Spec</a> |
|
|
<a href="diagrams.html">Q Pr0n (diagrams)</a> |
|
|
<a href="api/index.html">API Spec</a> |
|
|
<a href="qnoderefs.txt">qnoderefs.txt</a> |
|
|
Full Download |
|
|
Updated jar
|
|
</small>
|
|
</center>
|
|
|
|
<hr>
|
|
|
|
<h2>Intro</h2>
|
|
|
|
Quartermaster, or Q for short, is a distributed file storage framework for I2P.
|
|
|
|
<h2>Features</h2>
|
|
|
|
<ul>
|
|
<li>Now features 'QSites' - the Q equivalent of Freenet freesites,
|
|
static websites which are retrievable even if author is offline</li>
|
|
<li>Easy web interface - interact with Q (and view/insert QSites)
|
|
from your web browser</li>
|
|
<li>Maximum expectations of content retrievability</li>
|
|
<li>Content security akin to Freenet CHK and SSK keys</li>
|
|
<li>Powerful, flexible search engine</li>
|
|
<li>Comfortably accommodates both permanent and transient
|
|
nodes without significant network disruption (for instance,
|
|
no flooding of the I2P network with futile
|
|
calls to offline nodes)</li>
|
|
<li>Rapid query resolution, due to distributed catalogue
|
|
mirroring which eliminates all in-network query traffic</li>
|
|
<li>Modular, extensible architecture</li>
|
|
<li>Simple interfaces for 3rd-party app developers</li>
|
|
<li>Is custom-designed and built around I2P, so no duplication of
|
|
I2P's encryption/anonymity features</li>
|
|
<li>Simple XML-RPC interface for all inter-node communication, makes it easy to
|
|
implement user-level clients in any language; also allows alternative
|
|
implementations of core server and/or client nodes.</li>
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2>Status</h2>
|
|
|
|
Q is presently under development, and a test release is expected soon.
|
|
|
|
<hr>
|
|
|
|
<h2>Architecture</h2>
|
|
|
|
Refer to the <a href="spec/index.html">Protocol Specification</a> for more information.
|
|
|
|
<hr>
|
|
<!-- Created: Sat Mar 26 11:09:12 NZST 2005 -->
|
|
<!-- hhmts start -->
|
|
Last modified: Mon Apr 18 18:55:19 NZST 2005
|
|
<!-- hhmts end -->
|
|
</body>
|
|
</html>
|