0
|
1 |
# Thingfish-Processor-PDF
|
|
2 |
|
|
3 |
home
|
|
4 |
: https:/bitbucket.org/mahlon/Thingfish-Processor-PDF
|
|
5 |
|
3
|
6 |
* home:
|
|
7 |
* http://code.martini.nu/thingfish-processor-pdf
|
|
8 |
* mirrors:
|
|
9 |
* https://github.com/mahlonsmith/Thingfish-Processor-PDF
|
|
10 |
* https://hg.sr.ht/~mahlon/Thingfish-Processor-PDF
|
|
11 |
|
0
|
12 |
|
|
13 |
## Description
|
|
14 |
|
|
15 |
This is a basic pdf processor plugin for the Thingfish digital asset
|
|
16 |
manager. It extracts PDF metadata from uploaded files.
|
|
17 |
|
|
18 |
|
|
19 |
## Prerequisites
|
|
20 |
|
|
21 |
* Ruby
|
|
22 |
|
|
23 |
|
|
24 |
## Installation
|
|
25 |
|
|
26 |
$ gem install thingfish-processor-pdf
|
|
27 |
|
|
28 |
|
|
29 |
## Usage
|
|
30 |
|
|
31 |
Simply enable this processor in the *Thingfish* section of your configuration:
|
|
32 |
|
|
33 |
--
|
|
34 |
thingfish:
|
|
35 |
processors:
|
|
36 |
- pdf
|
|
37 |
|
|
38 |
|
|
39 |
## Contributing
|
|
40 |
|
3
|
41 |
You can check out the current development source with Mercurial
|
|
42 |
[here](http://code.martini.nu/thingfish-processor-pdf]), or via a mirror:
|
|
43 |
|
|
44 |
* github: https://github.com/mahlonsmith/Thingfish-Processor-PDF
|
|
45 |
* SourceHut: https://hg.sr.ht/~mahlon/Thingfish-Processor-PDF
|
0
|
46 |
|
|
47 |
After checking out the source, run:
|
|
48 |
|
|
49 |
$ rake newb
|
|
50 |
|
|
51 |
This task will install any missing dependencies, run the tests/specs,
|
|
52 |
and generate the API documentation.
|
|
53 |
|
|
54 |
|
|
55 |
## License
|
|
56 |
|
|
57 |
Copyright (c) 2016, Mahlon E. Smith
|
|
58 |
All rights reserved.
|
|
59 |
|
|
60 |
Redistribution and use in source and binary forms, with or without
|
|
61 |
modification, are permitted provided that the following conditions are met:
|
|
62 |
|
|
63 |
* Redistributions of source code must retain the above copyright notice,
|
|
64 |
this list of conditions and the following disclaimer.
|
|
65 |
|
|
66 |
* Redistributions in binary form must reproduce the above copyright notice,
|
|
67 |
this list of conditions and the following disclaimer in the documentation
|
|
68 |
and/or other materials provided with the distribution.
|
|
69 |
|
|
70 |
* Neither the name of the author/s, nor the names of the project's
|
|
71 |
contributors may be used to endorse or promote products derived from this
|
|
72 |
software without specific prior written permission.
|
|
73 |
|
|
74 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
75 |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
76 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
77 |
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
|
78 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
79 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
80 |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
81 |
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
82 |
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
83 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
84 |
|
|
85 |
|