From 411b701cb0dca8f8aaf2cca2194ea7629975e167 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 6 Feb 2011 04:16:36 -0400 Subject: [PATCH] Added Readme file --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..6babca36b0 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +Mayan +============= + +Django based document manager with custom metadata indexing and file serving integration. + +![screenshot](http://img84.imageshack.us/img84/4893/screenshot3qo.png) + + +Features +--- + +* User defined metadata fields +* Dynamic default values for metadata +* Lookup support for metadata +* Filesystem integration by means of metadata indexing directories +* Used defined document uuid generation +* Local file or server side staging file uploads +* Batch upload many documents with the same metadata +* User defined document checksum algorithm + + +Requirements +--- + +* Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design. +* django-pagination + +Or execute pip install -r requirements/production.txt to install the dependencies automatically. + + +Author +------ + +Roberto Rosario - [Twitter](http://twitter.com/#siloraptor) [E-mail](roberto.rosario.gonzalez at gmail) +