docapi 6.x-2.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| docapi-6.x-2.0-alpha2.tar.gz | 11.39 KB | 567763f77254d8407e49f92b94aac566 |
| docapi-6.x-2.0-alpha2.zip | 13.53 KB | 3ec1cc90d37d5eeb3f474278bc82d0d6 |
Release notes
Mid-term Alpha Release:
Complete:
* Uploading of documents
* Parsing of VALID, uploaded documents
* Storage of uploaded document and extracted metadata
To Complete:
* Import of file contents, not just metadata
* Map metadata to node fields
* Create nodes from documents
* Triggers / Actions for docapi
* Base Parsers for various office formats
* Mime Detect Integration
Instructions:
1. Install Module
2. Create the upload directory and set the appropriate permissions (unix not Drupal)
3. Set appropriate Drupal permissions
4. Navigate to node/add/doc
5. Upload a .jpg file (the only parser I have implemented is for .jpg files)
6. Look at the DB, notice the exif data is loaded as metadata for the file.
Note:
This release fixes an installation bug on certain MySQL servers.
docapi 6.x-2.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| docapi-6.x-2.0-alpha1.tar.gz | 11.37 KB | da697791e93090833be17b9896b9a138 |
| docapi-6.x-2.0-alpha1.zip | 13.53 KB | 96324300df9a06af55785accb3c029ce |
Release notes
Mid-term Alpha Release:
Complete:
- Uploading of documents
- Parsing of VALID, uploaded documents
- Storage of uploaded document and extracted metadata
To Complete:
- Import of file contents, not just metadata
- Map metadata to node fields
- Create nodes from documents
- Triggers / Actions for docapi
- Base Parsers for various office formats
- Mime Detect Integration
Instructions:
- Install Module
- Create the upload directory and set the appropriate permissions (unix not Drupal)
- Set appropriate Drupal permissions
- Navigate to node/add/doc
- Upload a .jpg file (the only parser I have implemented is for .jpg files)
- Look at the DB, notice the exif data is loaded as metadata for the file.
docapi 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| docapi-6.x-2.x-dev.tar.gz | 15.32 KB | 9f3d4233643ee22ae4ef0c06a0c4aacb |
| docapi-6.x-2.x-dev.zip | 17.12 KB | 2798388dd60c72360e9185a40811ae04 |
Release notes
This is the development snapshot of the Document Import Module. As I commit changes throughout the summer, the packages will be made available here. Please note that this is HIGHLY UNSTABLE! I will do my best to verify that everything runs smoothly before committing to the repository, but things may still slip through. Please feel free to create issues, I am always looking for feedback, concerns, and criticisms.