Permalink
Please sign in to comment.
| @@ -0,0 +1,4 @@ | ||
| +@prefix dc: <http://purl.org/dc/terms/> . | ||
| +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| +<http://4store.org/.well-known/genid/> dc:creator <http://4store.org/#sw> . | ||
| +<http://4store.org/#sw> rdfs:seeAlso <http://4store.org/doap.rdf> . |
| @@ -0,0 +1,7 @@ | ||
| +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> | ||
| +<html><head> | ||
| +<title>404 Not Found</title> | ||
| +</head><body> | ||
| +<h1>Not Found</h1> | ||
| +<p>The requested URL /; was not found on this server.</p> | ||
| +</body></html> |
| @@ -0,0 +1,7 @@ | ||
| +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> | ||
| +<html><head> | ||
| +<title>404 Not Found</title> | ||
| +</head><body> | ||
| +<h1>Not Found</h1> | ||
| +<p>The requested URL /a was not found on this server.</p> | ||
| +</body></html> |
| @@ -0,0 +1,72 @@ | ||
| +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| +<html xmlns="http://www.w3.org/1999/xhtml"> | ||
| +<head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> | ||
| + <meta name="keywords" content="4store, database, RDF, Semantic Web, Web, SPARQL, RDQL, storage" /> | ||
| + | ||
| + <title>4store - About</title> | ||
| + <link rel="shortcut icon" href="/images/favicon.png" type="image/png" /> | ||
| + <link href="/style/main.css" rel="stylesheet" type="text/css" media="all" /> | ||
| + <meta name="description" content= | ||
| + "4store is a fast, scalable clustered RDF database"> | ||
| +</head> | ||
| + <body onload="MM_preloadImages('/images/buttons/btn-signin-over.png', '/images/buttons/btn-signin-down.png');externalLinks();fixPNGs();" class="body_class"> | ||
| + <div id="container"> | ||
| + <div class="header"><a href="http://4store.org/"><img src="/images/4store.png" alt="4store"/></a></div> | ||
| + <div id="leftCol"> | ||
| + <h1>About 4store</h1> | ||
| + <p>4store is a database storage and query engine that holds RDF data. It has been used by Garlik as their primary RDF platform for three years, and has proved itself to be robust and secure.</p> | ||
| + <p>4store's main strengths are its performance, scalability and stability. | ||
| +It does not provide many features over and above RDF storage and SPARQL | ||
| +queries, but if your are looking for a scalable, secure, fast and efficient RDF store, | ||
| +then 4store should be on your shortlist.</p> | ||
| + <h2>License</h2> | ||
| + <p>4store is available under the GNU General Public Licence, version 3.</p> | ||
| + <h2>Platform</h2> | ||
| + <p>It is written in ANSI C99, and designed to run on UNIX-like systems.</p> | ||
| + <p>4store is optimised to run on shared–nothing clusters of up to 32 nodes, linked with gigabit Ethernet. However, it will also work on single machines, if your data requirements are not large.</p> | ||
| + <h2>Portability</h2> | ||
| + <p>4store is primarily intended to run on Linux platforms, but it is known to work on single Mac OS X machines. It depends on the <a href="http://avahi.org/">Avahi multicast DNS library</a> for its clustering support, which is not easily available on Mac OS X.</p> | ||
| + <h2>Performance</h2> | ||
| + <p>When configured as a cluster, import performances of 120 <abbr title="thousand triples per second">kT/s</abbr> are easily achievable. Query times for relatively simple queries are often in the low milliseconds, even over the standard HTTP SPARQL protocol.</p> | ||
| + <h2>Security</h2> | ||
| + <p>Some of the features commonly found in RDF stores pose security risks | ||
| +when deployed inside typical enterprise computing environments. Significant | ||
| +effort has gone into ensuring that 4store does not pose a risk by being a | ||
| +vector for relay or amplification attacks.</p> | ||
| + </div> | ||
| + <div id="rightCol"> | ||
| + <dl> | ||
| + <dt>Summary</dt> | ||
| + <dd> | ||
| + <ul> | ||
| + <li>Free software (GPL v3)</li> | ||
| + <li>Scalable</li> | ||
| + <li>Secure</li> | ||
| + <li>Fast</li> | ||
| + <li>Robust</li> | ||
| + </ul> | ||
| + </dd> | ||
| + </dl> | ||
| + </div> | ||
| + <!-- footer --> | ||
| + <div id="footer" class="clearfix"> | ||
| + | ||
| + | ||
| + <div id="copyright">Copyright © Garlik 2009</div> | ||
| + <div id="garlik_logo"> | ||
| + <a href="http://www.garlik.com/" rel="external" title="Click here to visit the Garlik homepage"><img src="/images/garlik.gif" alt="powered by Garlik"/></a> | ||
| + </div> | ||
| + <div id="foot_nav"> | ||
| + <ul> | ||
| + <li><a href="/" title="home">Home</a></li> | ||
| + <li><a href="/about" title="About">About</a></li> | ||
| + <li><a href="/faqs" title="FAQs">FAQs</a></li> | ||
| + <li><a href="/support" title="Install">Support</a></li> | ||
| + <li><a href="/developers" title="Developers">Developers</a></li> | ||
| + <li><a href="/projects" title="Projects">Projects</a></li> | ||
| + </ul> | ||
| + </div> | ||
| + </div><!-- /footer --> | ||
| + </div> | ||
| +</body> | ||
| +</html> |
| @@ -0,0 +1,51 @@ | ||
| +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| +<html xmlns="http://www.w3.org/1999/xhtml"> | ||
| +<head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> | ||
| + <meta name="keywords" content="4store, database, RDF, Semantic Web, Web, SPARQL, RDQL, storage" /> | ||
| + | ||
| + <title>4store - Contact Us</title> | ||
| + <link rel="shortcut icon" href="/images/favicon.png" type="image/png" /> | ||
| + <link href="/style/main.css" rel="stylesheet" type="text/css" media="all" /> | ||
| + <meta name="description" content= | ||
| + "4store is a fast, scalable clustered RDF database"> | ||
| +</head> | ||
| + <body onload="MM_preloadImages('/images/buttons/btn-signin-over.png', '/images/buttons/btn-signin-down.png');externalLinks();fixPNGs();" class="body_class"> | ||
| + <div id="container"> | ||
| + <div class="header"><a href="http://4store.org/"><img src="/images/4store.png" alt="4store"/></a></div> | ||
| + <div id="leftCol"> | ||
| + <h1>Contact Us</h1> | ||
| + <h2>Support Questions</h2> | ||
| + <p>Please direct support questions to the <a href="http://groups.google.com/group/4store-support">4store mailing list</a> or <a href="irc://irc.freenode.net/#4store">IRC channel</a>.</p> | ||
| + <p>If you have a support account, contact us via the email address supplied for expedited support.</p> | ||
| + <h2>Licencing and Consultancy Questions</h2> | ||
| + <p>We're happy to offer support and consulting services to organisations that want to make use of 4store.</p> | ||
| + <p>If you have any questions in this area, please contact Steve Harris directly at <a href="javascript:window.location='mailto'+':steve'+'.harris@'+'garlik.com?subject=4store'"><img style="vertical-align: middle;" src="/images/email.png"></a>.</p> | ||
| + <h2>Talks and Technical Information</h2> | ||
| + <p>Also feel free to contact Steve on <a href="javascript:window.location='mailto'+':steve'+'.harris@'+'garlik.com?subject=4store'"><img style="vertical-align: middle;" src="/images/email.png"></a> if you want him to speak about 4store, Garlik's use of Semantic Web technologies in general, or would like technical information about the design of 4store.</p> | ||
| + <h2>Microblog</h2> | ||
| + <p>We have feeds on <a href="http://identi.ca/4store">Identi.ca</a> and <a href="http://twitter.com/4store">Twitter</a>. Currently these are used to show commits to the Git repository.</p> | ||
| + </div> | ||
| + <div id="rightCol"> | ||
| + </div> | ||
| + <!-- footer --> | ||
| + <div id="footer" class="clearfix"> | ||
| + | ||
| + | ||
| + <div id="copyright">Copyright © Garlik 2009</div> | ||
| + <div id="garlik_logo"> | ||
| + <a href="http://www.garlik.com/" rel="external" title="Click here to visit the Garlik homepage"><img src="/images/garlik.gif" alt="powered by Garlik"/></a> | ||
| + </div> | ||
| + <div id="foot_nav"> | ||
| + <ul> | ||
| + <li><a href="/" title="home">Home</a></li> | ||
| + <li><a href="/about" title="About">About</a></li> | ||
| + <li><a href="/faqs" title="FAQs">FAQs</a></li> | ||
| + <li><a href="/support" title="Install">Support</a></li> | ||
| + <li><a href="/developers" title="Developers">Developers</a></li> | ||
| + <li><a href="/projects" title="Projects">Projects</a></li> | ||
| + </ul> | ||
| + </div> | ||
| + </div><!-- /footer --> | ||
| + </div> | ||
| +</body> | ||
| +</html> |
| @@ -0,0 +1,55 @@ | ||
| +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| +<html xmlns="http://www.w3.org/1999/xhtml"> | ||
| +<head> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> | ||
| + <meta name="keywords" content="4store, database, RDF, Semantic Web, Web, SPARQL, RDQL, storage" /> | ||
| + | ||
| + <title>4store - Developers</title> | ||
| + <link rel="shortcut icon" href="/images/favicon.png" type="image/png" /> | ||
| + <link href="/style/main.css" rel="stylesheet" type="text/css" media="all" /> | ||
| + <meta name="description" content= | ||
| + "4store is a fast, scalable clustered RDF database"> | ||
| +</head> | ||
| + <body onload="MM_preloadImages('/images/buttons/btn-signin-over.png', '/images/buttons/btn-signin-down.png');externalLinks();fixPNGs();" class="body_class"> | ||
| + <div id="container"> | ||
| + <div class="header"><a href="http://4store.org/"><img src="/images/4store.png" alt="4store"/></a></div> | ||
| + <div id="leftCol"> | ||
| + <h1>Developers</h1> | ||
| + <h2>History</h2> | ||
| + <p>4store was designed by <a href="http://plugin.org.uk/">Steve Harris</a> at Garlik from 2006 onwards. The original design brief was a RDF store to hold one billion triples, an ambitious goal at that time. The final system was capable of holding 10+ billion triples, and has been a core part of the Garlik infrastructure ever since. Steve can be contacted at <a href="javascript:window.location='mailto'+':steve'+'.harris@'+'garlik.com?subject=4store'"><img style="vertical-align: middle;" src="/images/email.png"></a> if you have any questions about the design.</p> | ||
| + <p>4store was primarily developed by Steve Harris and <a href="http://tlrmx.org/">Nick Lamb</a>. Nick did the work on the clustering infrastructure, HTTP server and protocol. Steve mainly worked on the query engine and low-level index storage code.</p> | ||
| + <p>4store is the logical successor to <a href="http://sourceforge.net/projects/threestore/">3store</a>, though it shares no code or design in common. For it's time, 3store was considered scalable (around 50MT was achievable on a single server in 2002).</p> | ||
| + <h2>Contributing</h2> | ||
| + <p>If you would like to contribute work to 4store, please contact the developers on the mailing list for advice, or look at the <a href="/trac/wiki/TODO">TODO list</a>.</p> | ||
| + </div> | ||
| + <div id="rightCol"> | ||
| + <dl> | ||
| + <dt>Semantic Web</dt> | ||
| + <dd>The Semantic Web is an evolving extension of the World Wide Web in which the semantics of information and services on the web is defined, making it possible for the web to understand and satisfy the requests of people and machines to use the web content. [<a href="http://www.w3.org/2001/sw/">read more</a>]</dd> | ||
| + <dt>RDF</dt> | ||
| + <dd>RDF is a data language used to express triples, expressing the data underlying the Semantic Web. [<a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">read more</a>]</dd> | ||
| + <dt>SPARQL</dt> | ||
| + <dd>SPARQL is a RDF Query Language, a key Semantic Web technology. 4store uses SPARQL and the SPARQL Protocol for access to all it's internal data. [<a href="http://en.wikipedia.org/wiki/Sparql">read more</a>]</dd> | ||
| + </dl> | ||
| + </div> | ||
| + <!-- footer --> | ||
| + <div id="footer" class="clearfix"> | ||
| + | ||
| + | ||
| + <div id="copyright">Copyright © Garlik 2009</div> | ||
| + <div id="garlik_logo"> | ||
| + <a href="http://www.garlik.com/" rel="external" title="Click here to visit the Garlik homepage"><img src="/images/garlik.gif" alt="powered by Garlik"/></a> | ||
| + </div> | ||
| + <div id="foot_nav"> | ||
| + <ul> | ||
| + <li><a href="/" title="home">Home</a></li> | ||
| + <li><a href="/about" title="About">About</a></li> | ||
| + <li><a href="/faqs" title="FAQs">FAQs</a></li> | ||
| + <li><a href="/support" title="Install">Support</a></li> | ||
| + <li><a href="/developers" title="Developers">Developers</a></li> | ||
| + <li><a href="/projects" title="Projects">Projects</a></li> | ||
| + </ul> | ||
| + </div> | ||
| + </div><!-- /footer --> | ||
| + </div> | ||
| +</body> | ||
| +</html> |
| @@ -0,0 +1,40 @@ | ||
| +<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/" rdf:about="http://4store.org/#sw"> | ||
| + <name>4store</name> | ||
| + <shortname>4store</shortname> | ||
| + <shortdesc>RDF/SPARQL store</shortdesc> | ||
| + <description>A scalable, cluster-capable RDF/SPARQL store written in C, designed for UNIX-like operating systems.</description> | ||
| + <homepage rdf:resource="http://4store.org/" /> | ||
| + <download-page rdf:resource="http://4store.org/download/" /> | ||
| + <os>Linux</os> | ||
| + <os>Mac OS X</os> | ||
| + <os>UNIX</os> | ||
| + <programming-language>C</programming-language> | ||
| + <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" /> | ||
| + <maintainer> | ||
| + <foaf:Person> | ||
| + <foaf:name>Steve Harris</foaf:name> | ||
| + <foaf:homepage rdf:resource="http://steve.harris.name/"/> | ||
| + <foaf:mbox_sha1sum>26a374ad4de937252c044f7dd45aa48ecbdb4f16</foaf:mbox_sha1sum> | ||
| + </foaf:Person> | ||
| + </maintainer> | ||
| + <developer> | ||
| + <foaf:Person> | ||
| + <foaf:name>Nick Lamb</foaf:name> | ||
| + <foaf:homepage rdf:resource="http://tlrmx.org/"/> | ||
| + <foaf:mbox_sha1sum>e602382c17fcef66132630ca26476e427b1c33fe</foaf:mbox_sha1sum> | ||
| + </foaf:Person> | ||
| + </developer> | ||
| + <helper> | ||
| + <foaf:Person> | ||
| + <foaf:name>Mischa Tuffield</foaf:name> | ||
| + <foaf:homepage rdf:resource="http://mmt.me.uk/"/> | ||
| + <foaf:mbox_sha1sum>01561a512d2a2e067b70ad9d0ea8b28d73cd9ed7</foaf:mbox_sha1sum> | ||
| + </foaf:Person> | ||
| + </helper> | ||
| + <repository> | ||
| + <GitRepository> | ||
| + <browse rdf:resource='https://github.com/garlik/4store/' /> | ||
| + <location rdf:resource='https://github.com/garlik/4store.git' /> | ||
| + </GitRepository> | ||
| + </repository> | ||
| +</Project> |
| @@ -0,0 +1,37 @@ | ||
| +@prefix : <http://usefulinc.com/ns/doap#> . | ||
| +@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
| + | ||
| +[] | ||
| + a :Project; | ||
| + :name "4store"; | ||
| + :shortname "4store"; | ||
| + :shortdesc "RDF/SPARQL store"; | ||
| + :description "A scalable, cluster-capable RDF/SPARQL store written in C, designed for UNIX-like operating systems."; | ||
| + :homepage <http://4store.org/>; | ||
| + :download-page <http://4store.org/download/>; | ||
| + :os "Linux", "Mac OS X", "UNIX"; | ||
| + :programming-language "C"; | ||
| + :license <http://usefulinc.com/doap/licenses/gpl>; | ||
| + :maintainer [ | ||
| + a foaf:Person; | ||
| + foaf:name "Steve Harris"; | ||
| + foaf:homepage <http://steve.harris.name/>; | ||
| + foaf:mbox_sha1sum "26a374ad4de937252c044f7dd45aa48ecbdb4f16" | ||
| + ]; | ||
| + :developer [ | ||
| + a foaf:Person; | ||
| + foaf:name "Nick Lamb"; | ||
| + foaf:homepage <http://tlrmx.org/>; | ||
| + foaf:mbox_sha1sum "e602382c17fcef66132630ca26476e427b1c33fe" | ||
| + ]; | ||
| + :helper [ | ||
| + a foaf:Person; | ||
| + foaf:name "Mischa Tuffield"; | ||
| + foaf:homepage <http://mmt.me.uk/>; | ||
| + foaf:mbox_sha1sum "01561a512d2a2e067b70ad9d0ea8b28d73cd9ed7" | ||
| + ]; | ||
| + :repository [ | ||
| + a :GitRepository; | ||
| + :browse <https://github.com/garlik/4store/>; | ||
| + :location <https://github.com/garlik/4store.git> | ||
| + ] . |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| @@ -0,0 +1,34 @@ | ||
| +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | ||
| +<html> | ||
| + <head> | ||
| + <title>Index of /download</title> | ||
| + </head> | ||
| + <body> | ||
| +<h1>Index of /download</h1> | ||
| +<table><tr><th><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th><th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr><tr><th colspan="5"><hr></th></tr> | ||
| +<tr><td valign="top"><img src="/icons/back.gif" alt="[DIR]"></td><td><a href="/">Parent Directory</a></td><td> </td><td align="right"> - </td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.1.tar.gz">4store-v0.9.1.tar.gz</a></td><td align="right">16-Jul-2009 13:49 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.2.tar.gz">4store-v0.9.2.tar.gz</a></td><td align="right">14-Jul-2009 10:20 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.3.tar.gz">4store-v0.9.3.tar.gz</a></td><td align="right">16-Jul-2009 13:49 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.4.tar.gz">4store-v0.9.4.tar.gz</a></td><td align="right">23-Jul-2009 22:10 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.5.tar.gz">4store-v0.9.5.tar.gz</a></td><td align="right">31-Jul-2009 13:04 </td><td align="right">5.3M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.6.tar.gz">4store-v0.9.6.tar.gz</a></td><td align="right">04-Sep-2009 16:36 </td><td align="right">5.2M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.7.tar.gz">4store-v0.9.7.tar.gz</a></td><td align="right">11-Sep-2009 11:18 </td><td align="right">5.2M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v0.9.8.tar.gz">4store-v0.9.8.tar.gz</a></td><td align="right">17-Sep-2009 15:00 </td><td align="right">5.2M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.0.0.tar.gz">4store-v1.0.0.tar.gz</a></td><td align="right">17-Oct-2009 21:05 </td><td align="right">5.2M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.0.2.tar.gz">4store-v1.0.2.tar.gz</a></td><td align="right">24-Nov-2009 18:23 </td><td align="right">5.5M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.0.3.tar.gz">4store-v1.0.3.tar.gz</a></td><td align="right">15-Feb-2010 17:43 </td><td align="right">5.5M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.0.4.tar.gz">4store-v1.0.4.tar.gz</a></td><td align="right">10-Sep-2010 13:10 </td><td align="right">5.3M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.0.5.tar.gz">4store-v1.0.5.tar.gz</a></td><td align="right">18-Nov-2010 14:49 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.0.6.tar.gz">4store-v1.0.6.tar.gz</a></td><td align="right">18-Jan-2011 21:56 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.1.0.tar.gz">4store-v1.1.0.tar.gz</a></td><td align="right">18-Jan-2011 22:50 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.1.1.tar.gz">4store-v1.1.1.tar.gz</a></td><td align="right">31-Jan-2011 12:28 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.1.2.tar.gz">4store-v1.1.2.tar.gz</a></td><td align="right">16-Feb-2011 11:24 </td><td align="right">5.1M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.1.3.tar.gz">4store-v1.1.3.tar.gz</a></td><td align="right">06-May-2011 14:17 </td><td align="right">5.3M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.1.4.tar.gz">4store-v1.1.4.tar.gz</a></td><td align="right">20-Sep-2011 21:59 </td><td align="right">5.3M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/compressed.gif" alt="[ ]"></td><td><a href="4store-v1.1.5.tar.gz">4store-v1.1.5.tar.gz</a></td><td align="right">10-Jul-2012 16:51 </td><td align="right">5.3M</td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="linux/">linux/</a></td><td align="right">18-Feb-2011 17:36 </td><td align="right"> - </td><td> </td></tr> | ||
| +<tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="macosx/">macosx/</a></td><td align="right">10-Jul-2012 16:58 </td><td align="right"> - </td><td> </td></tr> | ||
| +<tr><th colspan="5"><hr></th></tr> | ||
| +</table> | ||
| +</body></html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
0 comments on commit
ae07315