Files
mayan-edms/news.html
2011-12-19 17:42:03 -04:00

154 lines
6.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 :: News</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" />
<!-- Add jQuery library -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<!-- Add mousewheel plugin (this is optional) -->
<!-- <script type="text/javascript" src="/fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script> -->
<!-- Add fancyBox -->
<link rel="stylesheet" href="packages/fancybox/source/jquery.fancybox.css?v=2.0.4" type="text/css" media="screen" />
<script type="text/javascript" src="packages/fancybox/source/jquery.fancybox.pack.js?v=2.0.4"></script>
<!-- Optionaly add button and/or thumbnail helpers -->
<link rel="stylesheet" href="packages/fancybox/source/helpers/jquery.fancybox-buttons.css?v=2.0.4" type="text/css" media="screen" />
<script type="text/javascript" src="packages/fancybox/source/helpers/jquery.fancybox-buttons.js?v=2.0.4"></script>
<link rel="stylesheet" href="packages/fancybox/source/helpers/jquery.fancybox-thumbs.css?v=2.0.4" type="text/css" media="screen" />
<script type="text/javascript" src="packages/fancybox/source/helpers/jquery.fancybox-thumbs.js?v=2.0.4"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".fancybox").fancybox({
prevEffect : 'fade',
nextEffect : 'fade',
closeBtn : false,
helpers : {
buttons : {},
overlay : {
opacity : 0.8,
css : {
'background-color' : '#000'
}
},
thumbs : {
width : 50,
height : 50
}
}
});
});
</script>
</head>
<body>
<div id="header">
<h1><a href="#">News</a></h1>
<ul id="menu">
<li><a href="index.html">about</a></li>
<li class="active"><a href="news.html">news</a></li>
<li><a href="screenshots.html">screenshots</a></li>
<li><a href="download.html">download</a></li>
<li><a href="support.html">support</a></li>
<li><a href="others.html">on the web</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">
<ul class="bullets">
<li><h3><span class="red">December 13, 2011</span></h3></li>
<p>
<div class="">
The Italian translation for Mayan EDMS has been completed, merged in the development branch and will be included in the upcoming version 0.12.<br />
Many thanks to <a href="http://www.seeopen.it">SeeOpen.IT</a> for this contribution.<br />
</div>
</p>
<li><h3><span class="red">December 7, 2011</span></h3></li>
<p>
<h3>Bugfix version v0.11.1</h3><br />
<div class="">
This is the first bugfix release of the .11 series, and includes the following:<br />
* A documents deletion regression fix<br />
* Improves error detection when importing keys from a keyserver<br />
* Fixes a wrong method call when verifying signatures for the first time upon document uploading<br />
* django-compress is now disabled by default to avoid problems when deploying with DjangoZoom<br />
</div><br />
</p>
<li><h3><span class="red">December 6, 2011</span></h3></li>
<p>
<h3>Mayan v0.11 released!</h3><br />
<div class="">
<h3>Highlights</h3>
Two of the most asked features have been included:<br />
* Document signature verification support (both: embedded and detached)<br />
* Document versioning support<br />
The full changelog can be found here: <a href="http://readthedocs.org/docs/mayan/en/development/updates.html#version-0-11">http://readthedocs.org/docs/mayan</a>
</div><br />
</p>
<li><h3><span class="red">December 4, 2011</span></h3></li>
<p>
<h3>Document versioning</h3><br />
<div class="tc">Multiple document versions is almost ready and will be included in the next version (v0.11), the REST API has also been updated to expose this new functionality.</div><br />
<a class="fancybox" rel="news" href="images/mayan-multi-ver.png" title="Document versioning"><img class="screenshot center" src="images/mayan-multi-ver.png" width="640px"/></a>
</p>
<li><h3><span class="red">December 3, 2011</span></h3></li>
<p>
<h3>Digital signature verification</h3><br />
<div class="tc">Digital signature verification has seen many updates but it is still uncertain if it will be complete enough to be included in the next version.</div><br />
<a class="fancybox" rel="news" href="images/mayan-signature.png" title="Signature verification"><img class="screenshot center" src="images/mayan-signature.png" width="640px"/></a>
</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>&copy; Copyright 2011 <a href="mailto:roberto.rosario@mayan-edms.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>