From c7814f45ed03e826d39d975ddb559a9d5c776d6b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 19 Dec 2011 19:52:12 -0400 Subject: [PATCH] Update CSS, cleanup HTML add improved screenshots, update news --- css/main.css | 20 ++++--- download.html | 2 +- images/browser_visualization.png | Bin 0 -> 427608 bytes images/languages.png | Bin 0 -> 64593 bytes images/news/acl_support.png | Bin 0 -> 92386 bytes images/permissions.png | Bin 0 -> 68535 bytes index.html | 4 +- news.html | 90 ++++++++++++++++--------------- others.html | 40 +++++++------- screenshots.html | 2 +- support.html | 2 +- 11 files changed, 84 insertions(+), 76 deletions(-) create mode 100644 images/browser_visualization.png create mode 100644 images/languages.png create mode 100644 images/news/acl_support.png create mode 100644 images/permissions.png diff --git a/css/main.css b/css/main.css index d900fe8746..21e08d7ad2 100644 --- a/css/main.css +++ b/css/main.css @@ -9,7 +9,9 @@ body { margin: 50px 0 0; background: #fff url(../images/bg.gif) repeat-x; font: 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; } + h4 { font-size: 1.2em; margin: 0 0 .4em;} + h5 { font-size: 1.1em; margin: 0 0 .3em; text-decoration: underline;} + p { margin: 0 0 1em 0; line-height: 1.6em;} em { border-bottom: 1px dotted #fff; cursor: pointer; } a { color: #9D2900; } a:hover { color: #A0000E; text-decoration: none; } @@ -41,11 +43,6 @@ body { margin: 50px 0 0; background: #fff url(../images/bg.gif) repeat-x; font: #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; @@ -57,3 +54,14 @@ pre { background: #000; color: #fff; padding: 15px; margin-left: 0px; padding:0p .tc {text-align: center;} +ul.piramid_bullets > li { + list-style-image:url("../images/bullet.png"); + margin-left: 20px; + list-style-type:square; + } +ul.news > li {margin-bottom: 5em;} +ul.other_site > li {margin-bottom: 4em;} +ul { + list-style:circle; + margin-left: 20px; + } diff --git a/download.html b/download.html index 838f7a46f1..3889a8025d 100644 --- a/download.html +++ b/download.html @@ -61,7 +61,7 @@

What it needs?

-

Most important Features

-
    +
    • Electronic signature verification
    • Document versioning
    • User defined meta-data fields
    • diff --git a/news.html b/news.html index d063769b71..184ad4d260 100644 --- a/news.html +++ b/news.html @@ -85,53 +85,57 @@
      -
        -
      • December 13, 2011

      • -

        -

        - The Italian translation for Mayan EDMS has been completed, merged in the development branch and will be included in the upcoming version 0.12.
        - Many thanks to SeeOpen.IT for this contribution.
        -
        -

        +
          +
        • +

          December 19, 2011

          +

          Document level access support


          +

          Still many things left to do, but after much work the ACL subsystem is in a usable state. Document level access is already supported with folder and tag level access following suit.

          + +
        • -
        • December 7, 2011

        • -

          -

          Bugfix version v0.11.1


          -
          - This is the first bugfix release of the .11 series, and includes the following:
          - * A documents deletion regression fix
          - * Improves error detection when importing keys from a keyserver
          - * Fixes a wrong method call when verifying signatures for the first time upon document uploading
          - * django-compress is now disabled by default to avoid problems when deploying with DjangoZoom
          -

          -

          +
        • +

          December 13, 2011

          +

          The Italian translation for Mayan EDMS has been completed, merged in the development branch and will be included in the upcoming version 0.12. Many thanks to SeeOpen.IT for this contribution.

          +
        • + +
        • +

          December 7, 2011

          +

          Bugfix version v0.11.1


          +

          This is the first bugfix release of the .11 series, and includes the following:

          +
            +
          • A documents deletion regression fix
          • +
          • Improves error detection when importing keys from a keyserver
          • +
          • Fixes a wrong method call when verifying signatures for the first time upon document uploading
          • +
          • django-compress is now disabled by default to avoid problems when deploying with DjangoZoom
          • +
          + +
        • -
        • December 6, 2011

        • -

          -

          Mayan v0.11 released!


          -
          -

          Highlights

          - Two of the most asked features have been included:
          - * Document signature verification support (both: embedded and detached)
          - * Document versioning support
          - - The full changelog can be found here: http://readthedocs.org/docs/mayan -

          -

          +
        • +

          December 6, 2011

          +

          Mayan v0.11 released!

          +
          Highlights
          +

          Two of the most asked features have been included:

          +
            +
          • Document signature verification support (both: embedded and detached)
          • +
          • Document versioning support
          • +
          +

          The full changelog can be found here: http://readthedocs.org/docs/mayan

          +
        • -
        • December 4, 2011

        • -

          -

          Document versioning


          -
          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.

          - -

          +
        • +

          December 4, 2011

          +

          Document versioning

          +

          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.

          + +
        • -
        • December 3, 2011

        • -

          -

          Digital signature verification


          -
          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.

          - -

          +
        • +

          December 3, 2011

          +

          Digital signature verification

          +

          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.

          + +
      diff --git a/others.html b/others.html index c5015434f5..af02940e6d 100644 --- a/others.html +++ b/others.html @@ -42,28 +42,24 @@
- -
-

Getting listed

-

Have a blog? An article about using Mayan EDMS? We'd like to hear from you, send an email to Roberto Rosario

-
+ +

Getting listed

+

Have a blog? An article about using Mayan EDMS? We'd like to hear from you, send an email to Roberto Rosario