https://github.com/icco/pdfuploader
A PDF to S3 uploading framework for PHP
https://github.com/icco/pdfuploader
Last synced: 17 days ago
JSON representation
A PDF to S3 uploading framework for PHP
- Host: GitHub
- URL: https://github.com/icco/pdfuploader
- Owner: icco
- Created: 2009-12-24T08:25:36.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-26T16:30:00.000Z (about 14 years ago)
- Last Synced: 2025-03-24T12:39:12.282Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 137 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cal Poly ACM Resume Book
This is the software behind CP ACM's resume book. I plan on eventually
abstracting this out more so the code can be used in other projects easily.## Todo
* An admin interface to delete files
* a page that tails the log
* a robots.txt
* an .htaccess## License
GPL v3 ( for now... )
> Copyright (C) 2010 Nathaniel Welch
>
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License
> along with this program. If not, see .