Merge remote branch 'origin/master'
Conflicts: docs/TODO
This commit is contained in:
61
docs/CREDITS
Normal file
61
docs/CREDITS
Normal file
@@ -0,0 +1,61 @@
|
||||
Python
|
||||
Copyright (c) 2001-2010 Python Software Foundation.
|
||||
Copyright (c) 2000 BeOpen.com.
|
||||
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
|
||||
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
|
||||
|
||||
Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
|
||||
Copyright Django Software Foundation
|
||||
http://www.djangoproject.com/
|
||||
|
||||
django-pagination
|
||||
Copyright Eric Florenzano (floguy@gmail.com)
|
||||
http://django-pagination.googlecode.com/
|
||||
|
||||
Web App Theme
|
||||
Copyright Andrea Franz (http://gravityblast.com)
|
||||
git://github.com/pilu/web-app-theme.git
|
||||
|
||||
Imagemagick - Convert, Edit, Or Compose Bitmap Images
|
||||
Copyright 1999-2011 ImageMagick Studio LLC
|
||||
http://www.imagemagick.org/script/index.php
|
||||
|
||||
FAMFAMFAM Silk icons
|
||||
Copyright Mark James (http://www.twitter.com/markjames)
|
||||
http://www.famfamfam.com/lab/icons/silk/
|
||||
|
||||
3 state FAMFAMFAM Silk icon sets: discrete images and CSS sprite palette
|
||||
Copyright Sky Sanders
|
||||
skysanders.net/subtext
|
||||
|
||||
django-extensions - Extensions for Django
|
||||
Copyright Bas van Oostveen (v.oostveen@gmail.com)
|
||||
http://code.google.com/p/django-command-extensions/
|
||||
|
||||
django-rosetta - A Django application that eases the translation of Django projects
|
||||
Copyright Marco Bonetti (mbonetti@gmail.com)
|
||||
http://code.google.com/p/django-rosetta/
|
||||
|
||||
Werkzeug - The Swiss Army knife of Python web development
|
||||
Copyright Armin Ronacher (armin.ronacher@active-4.com)
|
||||
http://werkzeug.pocoo.org/
|
||||
|
||||
BoundFormWizard - A subclass of Django's FormWizard that handled FormSets.
|
||||
Matthew Flanagan (http://www.blogger.com/profile/15093905875465763876)
|
||||
http://code.google.com/p/wadofstuff/
|
||||
|
||||
django-filetransfers - File upload/download abstraction
|
||||
Waldemar Kornewald
|
||||
http://www.allbuttonspressed.com/projects/django-filetransfers
|
||||
|
||||
tesseract - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
|
||||
http://code.google.com/p/tesseract-ocr/
|
||||
|
||||
Image file 1068504_92921456 "Mayan piramid" (Stock Exchange)
|
||||
Andres Ojeda (http://www.sxc.hu/profile/andres_ol)
|
||||
|
||||
Image 1297211435_error
|
||||
http://kde-look.org/usermanager/search.php?username=InFeRnODeMoN
|
||||
|
||||
Fat cow icon set
|
||||
http://www.fatcow.com/free-icons
|
||||
46
docs/TODO
46
docs/TODO
@@ -1,46 +0,0 @@
|
||||
* Fix repeated search results - DONE
|
||||
* File renaming dropdown - DONE
|
||||
* Create indexing filesystem folders from document type metadata type - DONE
|
||||
* Document detail to view document metadata - DONE
|
||||
* Add file checksums (hashlib) - DONE
|
||||
* Delete symlinks when document is deleted - DONE
|
||||
* Handle NULL mimetypes during model save - DONE
|
||||
* Raise exception instead of returning error msg - DONE
|
||||
* Option to delete source staging file after upload - DONE
|
||||
* Jquery upload document upload form with ajax widget - NOT NEEDED (commit: b0f31f2a8f82ff0daca081005f2fcae3f5573df5)
|
||||
* Rename dropbox from document edit view - DONE
|
||||
* Ability to rename staging file during upload - DONE
|
||||
* Implement single sign on or LDAP for intranets - DEFERRED, provided by Django AuthBackends
|
||||
* Database storage backend (sql, nosql: [mongodb]) - DEFERRED, provided by https://bitbucket.org/david/django-storages/wiki/Home
|
||||
* Document list filtering by metadata
|
||||
* Filterform date filtering widget
|
||||
* Validate GET data before saving file
|
||||
* Integrate with http://code.google.com/p/pytesser/
|
||||
* Update symlinks when document or metadata changed - ALMOST
|
||||
* Check duplicated files using checksum
|
||||
* If theres only one document type on db skip step 1 of wizard
|
||||
* Show last 5 recent metadata setups for easy switch
|
||||
* Change to use model signals
|
||||
* Allow document type to be changed in document edit view
|
||||
* Encrypting storage backend
|
||||
* Indicate in generic list which document don't exist in storage backend
|
||||
* Add css grids
|
||||
* Document previews
|
||||
* Recognize multi-page documents
|
||||
* Staging file previews
|
||||
* Autodelete empty fs directories
|
||||
* Auto check and delete dead sym links
|
||||
* Document model's delete method might not get called when deleting in bulk
|
||||
from a queryset
|
||||
* Allow metadata entry form to mix required and non required metadata
|
||||
* Link to delete and recreate all document links
|
||||
* MuliThreading deferred OCR
|
||||
* Document previews on demand w/ imagemagick
|
||||
* Versioning support
|
||||
* Generic document anotations using layer overlays
|
||||
* Permissions
|
||||
* Roles
|
||||
* Workflows
|
||||
* Scheduled maintenance (cleanup, deferred OCR's)
|
||||
* Show document metadata in document list
|
||||
* Show abbreviated uuid in document list
|
||||
Reference in New Issue
Block a user