diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000000..81df1c9308 --- /dev/null +++ b/css/main.css @@ -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;} diff --git a/download.html b/download.html new file mode 100644 index 0000000000..3e8d9d8ce3 --- /dev/null +++ b/download.html @@ -0,0 +1,97 @@ + + + + + Mayan EDMS :: Download + + + + + + + Fork me on GitHub + + +
+
+
+
+

Welcome to Mayan EDMS

+

+ Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities. +

+
+
+
+ +
+
+ 1 capture + 2 organize + 3 store +
+
+ + + + +
+
+

Where to get it?

+

+

The latest releases are available at GitHub.com

+

+ Or you can download the latest development version either in + zip or + tar format. +

+ +

+ +

You can also clone the project with Git by running:

+ $ git clone git://github.com/rosarior/mayan + +
+ +
+

What it needs?

+ +
+
+

How to install it?

+

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

+
+
+ + + + diff --git a/images/bar.gif b/images/bar.gif new file mode 100644 index 0000000000..2c0d71e25d Binary files /dev/null and b/images/bar.gif differ diff --git a/images/bg.gif b/images/bg.gif new file mode 100644 index 0000000000..dd3a1b7fd9 Binary files /dev/null and b/images/bg.gif differ diff --git a/images/bullet.png b/images/bullet.png new file mode 100644 index 0000000000..d5e4dda6bc Binary files /dev/null and b/images/bullet.png differ diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000000..39286e8af3 Binary files /dev/null and b/images/favicon.ico differ diff --git a/images/logotype.jpg b/images/logotype.jpg new file mode 100644 index 0000000000..daed6a540e Binary files /dev/null and b/images/logotype.jpg differ diff --git a/images/small_logotype.jpg b/images/small_logotype.jpg new file mode 100644 index 0000000000..8ce875e843 Binary files /dev/null and b/images/small_logotype.jpg differ diff --git a/images/step.gif b/images/step.gif new file mode 100644 index 0000000000..9b3ee13517 Binary files /dev/null and b/images/step.gif differ diff --git a/images/tagging.png b/images/tagging.png new file mode 100644 index 0000000000..3cd62546ee Binary files /dev/null and b/images/tagging.png differ diff --git a/images/teaserbg.gif b/images/teaserbg.gif new file mode 100644 index 0000000000..c9336ea4b8 Binary files /dev/null and b/images/teaserbg.gif differ diff --git a/images/teaserbg.jpg b/images/teaserbg.jpg new file mode 100644 index 0000000000..fbdd895f43 Binary files /dev/null and b/images/teaserbg.jpg differ diff --git a/index.html b/index.html index af1696de5b..7f1c559924 100644 --- a/index.html +++ b/index.html @@ -1,157 +1,88 @@ - - - - - - rosarior/mayan @ GitHub - - - - - - Fork me on GitHub - -
- -
- - - - -
- -

Mayan - by Roberto Rosario

- -
- Open source, Django based document manager with custom meta-data indexing, file serving integration and OCR capabilities -
- -

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.

-

Features

-

-

-

-

Screenshots

-

- - Document's page previews -

-

- - Many configuration option with sensible defaults -

-

- - Automatic document grouping -

- - Document content extracted or transcribed via OCR -

- - Many file formats supported. Database and storage agnostic -

-

Dependencies

-

-

-

Installation

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

License

-

Licensed under the GPL Version 3

-

Authors

-

Roberto Rosario -

-

Contact

-

Roberto Rosario (roberto.rosario.gonzalez@gmail.com) -
http://twitter.com/#siloraptor

- - -

Download

-

- You can download this project in either - zip or - tar formats. -

-

You can also clone the project with Git - by running: -

$ git clone git://github.com/rosarior/mayan
-

- - - -
- - - - - + + + + + Mayan EDMS :: About + + + + + + + Fork me on GitHub + + +
+
+
+
+

Welcome to Mayan EDMS

+

+ Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities. +

+
+
+
+ +
+
+ 1 capture + 2 organize + 3 store +
+
+ +
+
+

What it Does?

+

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.

+
+
+

Most important Features

+ +
+
+

Who made this?

+

Author

+

Roberto Rosario
+ e-mail: roberto.rosario.gonzalez[at]gmail.com
+ http://twitter.com/#siloraptor

+ +

License

+

Licensed under the GPL Version 3

+ +

If you liked this template, you might like some other Free CSS Templates from Solucija.

+
+
+ + + + diff --git a/screenshots.html b/screenshots.html new file mode 100644 index 0000000000..9464625161 --- /dev/null +++ b/screenshots.html @@ -0,0 +1,86 @@ + + + + + Mayan EDMS :: Screenshots + + + + + + + Fork me on GitHub + + +
+
+
+
+

Welcome to Mayan EDMS

+

+ Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities. +

+
+
+
+ +
+
+ 1 capture + 2 organize + 3 store +
+
+ + +
+ + + + +
+ + + +