New website version using a free template
54
css/main.css
Normal file
@@ -0,0 +1,54 @@
|
||||
/*
|
||||
project: web application template
|
||||
author: luka cvrk (www.solucija.com)
|
||||
*/
|
||||
|
||||
*{ margin: 0; padding: 0; }*
|
||||
body { margin: 50px 0 0; background: #fff url(../images/bg.gif) repeat-x; font: .74em "Trebuchet MS", Arial, Sans-Serif; color: #444; }
|
||||
h1 { font-size: 3em; font-weight: normal; float: left; }
|
||||
h1 a { text-decoration: none; }
|
||||
h2 { font-size: 2em; color: #FFF2B3; font-weight: normal; margin: 0 0 .8em; }
|
||||
h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
|
||||
p { margin: 0 0 2em 0; line-height: 1.8em; }
|
||||
em { border-bottom: 1px dotted #fff; cursor: pointer; }
|
||||
a { color: #9D2900; }
|
||||
a:hover { color: #A0000E; text-decoration: none; }
|
||||
img { border: 0; }
|
||||
.red { color: #9D2900; }
|
||||
|
||||
.wrap { width: 900px; margin: 0 auto; }
|
||||
|
||||
#header { width: 900px; height: 50px; margin: 0 auto; }
|
||||
#menu { float: right; padding: 6px 0 0 0; list-style: none; }
|
||||
#menu li { display: inline; }
|
||||
#menu a { display: block; float: left; margin-left: 30px; padding: 7px; text-decoration: none; font-size: 13px; color: #000000; }
|
||||
#menu a:hover { color: #000; border-bottom: 2px solid #ccc; }
|
||||
#menu .active a { border-bottom: 2px solid #C70012; color: #9D2900;}
|
||||
|
||||
#teaser { clear: both; height: 259px; background: #fff url(../images/teaserbg.jpg) repeat-x; }
|
||||
.box { float: left; padding: 66px 0 0; width: 480px; color: #C7E3EE; }
|
||||
#image { float: right; width: 388px; position: relative; top: 16px; background: url(../images/logotype.jpg) no-repeat top right; height: 258px; }
|
||||
|
||||
#bar { height: 40px; margin: 0 0 30px; padding: 8px 0 0 0; background: url(../images/bar.gif) repeat-x; }
|
||||
.step { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 11px; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; background: url(../images/step.gif) no-repeat; height: 30px; }
|
||||
.step a { color: #fff; margin: 0 10px 0 0; }
|
||||
|
||||
.col { float: left; width: 276px; margin: 0 30px 16px 0; }
|
||||
.last { float: right; margin: 0; }
|
||||
.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px; }
|
||||
|
||||
#footer { clear: both; width: 900px; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0; background: #fff url(../images/small_logotype.jpg) no-repeat right 13px; }
|
||||
#footer .right { float: right; margin: 0 55px 0 0; }
|
||||
#footer a { color: #808080; font-weight: bold; }
|
||||
|
||||
.bullets {
|
||||
margin-left: 20px;
|
||||
list-style-image:url("../images/bullet.png");
|
||||
list-style-type:square;
|
||||
}
|
||||
|
||||
.screenshot {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
pre { background: #000; color: #fff; padding: 15px; margin-left: 0px; padding:0px;}
|
||||
97
download.html
Normal file
@@ -0,0 +1,97 @@
|
||||
<!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 :: Download</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="#">Downloading Mayan EDMS</a></h1>
|
||||
<ul id="menu">
|
||||
<li><a href="index.html">about</a></li>
|
||||
<li><a href="screenshots.html">screenshots</a></li>
|
||||
<li class="active"><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></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><span class="red">Where</span> to get it?</h3>
|
||||
<p>
|
||||
<p>The latest releases are available at <a href="https://github.com/rosarior/mayan/archives/master">GitHub.com</a></p>
|
||||
<p>
|
||||
Or you can download the latest development version either in
|
||||
<a href="http://github.com/rosarior/mayan/zipball/master">zip</a> or
|
||||
<a href="http://github.com/rosarior/mayan/tarball/master">tar</a> format.
|
||||
</p>
|
||||
|
||||
</p>
|
||||
|
||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:</p>
|
||||
<span class="info">$ git clone git://github.com/rosarior/mayan</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h3><span class="red">What</span> it needs?</h3>
|
||||
<ul class="bullets">
|
||||
<li>Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.</li>
|
||||
<li>django-pagination</li>
|
||||
<li>django-filetransfers - File upload/download abstraction</li>
|
||||
<li>celery- asynchronous task queue/job queue based on distributed message passing</li>
|
||||
<li>django-celery - celery Django integration</li>
|
||||
<li>libmagic - MIME detection library</li>
|
||||
<li>tesseract-ocr - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.</li>
|
||||
<li>unpaper - post-processing scanned and photocopied book pages</li>
|
||||
<li>ImageMagick - Convert, Edit, Or Compose Bitmap Images</li>
|
||||
<li>GraphicMagick - Robust collection of tools and libraries to read, write, and manipulate an image.</li>
|
||||
<li>popper-utils' pdftotext</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col last">
|
||||
<h3><span class="red">How</span> to install it?</h3>
|
||||
<p class="info">
|
||||
virtualenv --no-site-packages mayan<br />
|
||||
cd mayan<br />
|
||||
git clone git://github.com/rosarior/mayan.git<br />
|
||||
cd mayan<br />
|
||||
source ../bin/activate<br />
|
||||
pip install -r requirements/production.txt<br />
|
||||
</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>© Copyright 2011 <a href="mailto:roberto.rosario.gonzalez[at]gmail.com">Roberto Rosario</a> · All Rights Reserved</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
images/bar.gif
Normal file
|
After Width: | Height: | Size: 74 B |
BIN
images/bg.gif
Normal file
|
After Width: | Height: | Size: 194 B |
BIN
images/bullet.png
Normal file
|
After Width: | Height: | Size: 718 B |
BIN
images/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
images/logotype.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
images/small_logotype.jpg
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
images/step.gif
Normal file
|
After Width: | Height: | Size: 889 B |
BIN
images/tagging.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
images/teaserbg.gif
Normal file
|
After Width: | Height: | Size: 585 B |
BIN
images/teaserbg.jpg
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
245
index.html
@@ -1,157 +1,88 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
|
||||
<title>rosarior/mayan @ GitHub</title>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin-top: 1.0em;
|
||||
background-color: #002134;
|
||||
font-family: Helvetica, Arial, FreeSans, san-serif;
|
||||
color: #ffffff;
|
||||
}
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
width: 700px;
|
||||
}
|
||||
h1 { font-size: 3.8em; color: #ffdecb; margin-bottom: 3px; }
|
||||
h1 .small { font-size: 0.4em; }
|
||||
h1 a { text-decoration: none }
|
||||
h2 { font-size: 1.5em; color: #ffdecb; }
|
||||
h3 { text-align: center; color: #ffdecb; }
|
||||
a { color: #ffdecb; }
|
||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||
.download { float: right; }
|
||||
pre { background: #000; color: #fff; padding: 15px;}
|
||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
||||
</style>
|
||||
</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="container">
|
||||
|
||||
<div class="download">
|
||||
<a href="http://github.com/rosarior/mayan/zipball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
||||
<a href="http://github.com/rosarior/mayan/tarball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
||||
</div>
|
||||
|
||||
<h1><a href="http://github.com/rosarior/mayan">Mayan</a>
|
||||
<span class="small">by <a href="http://github.com/rosarior">Roberto Rosario</a></span></h1>
|
||||
|
||||
<div class="description">
|
||||
Open source, Django based document manager with custom meta-data indexing, file serving integration and OCR capabilities
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<h2>Features</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li>User defined metadata fields</li>
|
||||
<li>Dynamic default values for metadata</li>
|
||||
<li>Lookup support for metadata</li>
|
||||
<li>Filesystem integration by means of metadata indexing directories</li>
|
||||
<li>User defined document uuid generation</li>
|
||||
<li>Local file or server side staging file uploads</li>
|
||||
<li>Batch upload many documents with the same metadata</li>
|
||||
<li>User defined document checksum algorithm</li>
|
||||
<li>Previews for a great deal of image formats, including PDF</li>
|
||||
<li>Search documents by any field value</li>
|
||||
<li>Group documents by metadata automatically</li>
|
||||
<li>Permissions and roles support</li>
|
||||
<li>Multi page document support</li>
|
||||
<li>Page transformations</li>
|
||||
<li>Distributed OCR processing</li>
|
||||
<li>Multilingual user interface (English, Spanish, and easily expanded to others)</li>
|
||||
<li>Multilingual OCR support: English, French, Italian, German, Spanish and others (as supported by Tesseract)</li>
|
||||
<li>Duplicated document search</li>
|
||||
<li>Upload multiple documents inside a ZIP file</li>
|
||||
<li>Plugable storage backends (File based and GridFS included)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h2>Screenshots</h2>
|
||||
<p>
|
||||
<img src="images/pages-carousel.png" width="800"/>
|
||||
Document's page previews
|
||||
</p>
|
||||
<p>
|
||||
<img src="images/settings.png" width="800"/>
|
||||
Many configuration option with sensible defaults
|
||||
</p>
|
||||
<p>
|
||||
<img src="images/grouping.png" width="800"/>
|
||||
Automatic document grouping
|
||||
</p>
|
||||
<img src="images/content.png" width="800"/>
|
||||
Document content extracted or transcribed via OCR
|
||||
</p>
|
||||
<img src="images/properties.png" width="800"/>
|
||||
Many file formats supported. Database and storage agnostic
|
||||
</p>
|
||||
<h2>Dependencies</h2>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.</li>
|
||||
<li>django-pagination</li>
|
||||
<li>django-filetransfers - File upload/download abstraction</li>
|
||||
<li>celery- asynchronous task queue/job queue based on distributed message passing</li>
|
||||
<li>django-celery - celery Django integration</li>
|
||||
<li>libmagic - MIME detection library</li>
|
||||
<li>tesseract-ocr - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.</li>
|
||||
<li>unpaper - post-processing scanned and photocopied book pages</li>
|
||||
<li>ImageMagick - Convert, Edit, Or Compose Bitmap Images</li>
|
||||
<li>GraphicMagick - Robust collection of tools and libraries to read, write, and manipulate an image.</li>
|
||||
<li>popper-utils' pdftotext</li>
|
||||
</ul></p>
|
||||
<h2>Installation</h2>
|
||||
<pre>
|
||||
virtualenv --no-site-packages mayan
|
||||
cd mayan
|
||||
git clone git://github.com/rosarior/mayan.git
|
||||
cd mayan
|
||||
source ../bin/activate
|
||||
pip install -r requirements/production.txt</pre>
|
||||
<h2>License</h2>
|
||||
<p>Licensed under the GPL Version 3</p>
|
||||
<h2>Authors</h2>
|
||||
<p>Roberto Rosario
|
||||
<br/> </p>
|
||||
<h2>Contact</h2>
|
||||
<p>Roberto Rosario (roberto.rosario.gonzalez@gmail.com)
|
||||
<br/>http://twitter.com/#siloraptor</p>
|
||||
|
||||
|
||||
<h2>Download</h2>
|
||||
<p>
|
||||
You can download this project in either
|
||||
<a href="http://github.com/rosarior/mayan/zipball/master">zip</a> or
|
||||
<a href="http://github.com/rosarior/mayan/tarball/master">tar</a> formats.
|
||||
</p>
|
||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
||||
by running:
|
||||
<pre>$ git clone git://github.com/rosarior/mayan</pre>
|
||||
</p>
|
||||
|
||||
<div class="footer">
|
||||
get the source code on GitHub : <a href="http://github.com/rosarior/mayan">rosarior/mayan</a>
|
||||
</div>
|
||||
|
||||
</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>
|
||||
<!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></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>
|
||||
|
||||
<p class="info">If you liked this template, you might like some other Free CSS Templates from <a href="http://www.solucija.com" title="Awsome Web Templates">Solucija</a>.</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>© Copyright 2011 <a href="mailto:roberto.rosario.gonzalez[at]gmail.com">Roberto Rosario</a> · All Rights Reserved</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
86
screenshots.html
Normal file
@@ -0,0 +1,86 @@
|
||||
<!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 :: Screenshots</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="#">Mayan EDMS Screenshots</a></h1>
|
||||
<ul id="menu">
|
||||
<li><a href="index.html">about</a></li>
|
||||
<li class="active"><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></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">
|
||||
<ul class="bullets">
|
||||
<li><h3><span class="red">Document's page previews</span></h3></li>
|
||||
<p>
|
||||
<img class="screenshot" src="images/pages-carousel.png"/><br />
|
||||
</p>
|
||||
|
||||
<li><h3><span class="red">Many configuration options with sensible defaults</span></h3></li>
|
||||
<p>
|
||||
<img class="screenshot" src="images/settings.png" width="800" /><br />
|
||||
</p>
|
||||
|
||||
<li><h3><span class="red">Automatic document grouping</span></h3></li>
|
||||
<p>
|
||||
<img class="screenshot" src="images/grouping.png" width="800" /><br />
|
||||
</p>
|
||||
|
||||
<li><h3><span class="red">Document content extracted or transcribed via OCR</span></h3></li>
|
||||
<p>
|
||||
<img class="screenshot" src="images/content.png" width="800" /><br />
|
||||
</p>
|
||||
|
||||
<li><h3><span class="red">Many file formats supported, database and storage agnostic</span></h3></li>
|
||||
<p>
|
||||
<img class="screenshot" src="images/properties.png" /><br />
|
||||
</p>
|
||||
|
||||
<li><h3><span class="red">Color coded tagging</span></h3></li>
|
||||
<p>
|
||||
<img class="screenshot" src="images/tagging.png" /><br />
|
||||
</p>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<p class="right">Design: Luka Cvrk, <a title="Awsome Web Templates" href="http://www.solucija.com/">Solucija</a></p>
|
||||
<p>© Copyright 2011 <a href="mailto:roberto.rosario.gonzalez[at]gmail.com">Roberto Rosario</a> · All Rights Reserved</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||