Files
mayan-edms/index.html
Roberto Rosario 2d3c1953e0 Added donate link
2011-08-10 05:12:30 -04:00

96 lines
4.2 KiB
HTML

<!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="text/html; charset=utf-8" />
<title>Mayan EDMS :: About</title>
<meta name="description" content="Open Source Django-based Electronic Document Management System" />
<meta name="keywords" content="open source, django, dms, edms, cms, electronic document" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="images/bullet.png" title="Mayan" />
</head>
<body>
<a href="http://github.com/rosarior/mayan"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="header">
<h1><a href="#">About Mayan EDMS</a></h1>
<ul id="menu">
<li class="active"><a href="index.html">about</a></li>
<li><a href="screenshots.html">screenshots</a></li>
<li><a href="download.html">download</a></li>
</ul>
</div>
<div id="teaser">
<div class="wrap">
<div id="image"></div>
<div class="box">
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em></h2>
<p>
Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.
</p>
</div>
</div>
</div>
<div id="bar">
<div class="wrap">
<span class="step"><a>1</a> capture</span>
<span class="step"><a>2</a> organize</span>
<span class="step"><a>3</a> store</span>
</div>
</div>
<div class="wrap">
<div class="col">
<h3>What it <span class="red">Does?</span></h3>
<p>Bulk upload documents directly or by using a staging folder to receive scanned documents. Organize using document classes and custom meta-data as well as automatic document grouping. Find document by means of full text searching, either meta-data, document properties, content extracted from PDFs or transcribed by OCR.</p>
</div>
<div class="col">
<h3>Most important <span class="red">Features</span></h3>
<ul class="bullets">
<li>User defined meta-data fields</li>
<li>Dynamic default values for metadata</li>
<li>Filesystem integration</li>
<li>User defined document unique identifier and checksum algorithms</li>
<li>Local file or server side file uploads</li>
<li>Batch upload many documents with the same meta-data</li>
<li>Previews for a great deal of image formats, including PDF</li>
<li>Full text searching</li>
<li>Configurable document grouping</li>
<li>Permissions and roles support</li>
<li>Multi page document support</li>
<li>Distributed OCR processing</li>
<li>Multilingual user interface (English, Spanish)</li>
<li>Multilingual OCR support</li>
<li>Duplicated document search</li>
<li>Plugable storage backends (File based and GridFS included)</li>
<li>Color coded tagging</li>
</ul>
</div>
<div class="col last">
<h3><span class="red">Who</span> made this?</h3>
<h4>Author</h4>
<p>Roberto Rosario<br/>
<a href="mailto:roberto.rosario.gonzalez[at]gmail.com">e-mail: roberto.rosario.gonzalez[at]gmail.com</a><br/>
<a href="http://twitter.com/#siloraptor">http://twitter.com/#siloraptor</a></p>
<h4>License</h4>
<p>Licensed under the GPL Version 3</p>
</div>
</div>
<div id="footer">
<p class="right">Design: Luka Cvrk, <a title="Awsome Web Templates" href="http://www.solucija.com/">Solucija</a></p>
<p>&copy; Copyright 2011 <a href="mailto:roberto.rosario.gonzalez[at]gmail.com">Roberto Rosario</a> &middot; All Rights Reserved</p>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-22801354-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>