13 Commits

Author SHA1 Message Date
1079d1cee4
Add plyr as player default and remove NodeJS, npm and videojs 2022-02-28 07:51:38 +08:00
958aea0821
Remove duplicate pdf.js submodule 2022-02-28 02:10:16 +08:00
Andrew Browning
7ab8ca61c4 Use https:// instead of git:// to clone [#5551]
This was partially addressed in eee3e41 but missed many items.
2018-04-02 01:34:37 -04:00
Christopher Allan Webber
0e780d1453 Back to pdf.js from git submodules... 2015-02-17 15:48:28 -06:00
Christopher Allan Webber
9252fc8484 Remove extlib deps moved into bower 2015-02-17 15:48:28 -06:00
Jessica Tallon
59ff4790c9 Add JPope's sandy 70s speedboat theme 2014-07-20 09:51:04 +01:00
Jessica Tallon
043b108f54 Revert "Add JPope's sandy 70s speedboat theme"
The theme is in the wrong place. Elrond suggested in IRC
that actually it should go in mediagoblin/themes.

This reverts commit 58432bcb8cf1795b90bc08b1a9615c64d77e1e3a.
2014-07-20 09:28:30 +01:00
Jessica Tallon
58432bcb8c Add JPope's sandy 70s speedboat theme 2014-07-18 18:01:58 +01:00
Christopher Allan Webber
052d3d985a Removing extlib submodule and switching it to being a package.
Much nicer!

This commit sponsored by Cameron Merkel.  Thanks Cameron!  Good luck
with yer projects!
2014-03-27 15:05:25 -05:00
Alon Levy
5e262d8bf5 make exif a submodule
Updates it to latest which includes a fix for a 100% hang on a jpg without any EXIF data:
https://www.dropbox.com/s/m5l185qxq9w5mzk/raspberry-pi-gpio-cheat-sheet.jpg

Signed-off-by: Alon Levy <alon@pobox.com>
2014-03-02 01:07:13 +02:00
jpope777
da77b8e913 initial skeleton push 2014-01-05 19:04:44 -06:00
Aditi
fca6624203 Remove extlib/tinymce submodule. 2013-08-10 07:50:21 +05:30
Alon Levy
a80ebf3b64 add pdf media type
The new media type supports pdf and a subset of media recognized by libreoffice via
unoconv.

Every document added goes through:
* conversion to pdf with unoconv if not already a pdf
* creation of thumbnail and medium sized image, and pdfinfo generates
 some information (even for unoconv produces docs - should fix this)

Poppler (pdftocairo, pdfinfo) is used.  http://poppler.freedesktop.org/

A working but uglified pdf.js integration exists, which is enabled by
setting pdf.pdf_js=true mediagoblin_local.ini (disabled in mediagoblin.ini)

Adds one test to the test_submission test suite, and another separate test_pdf suite.
The tests are only run if media_types.pdf.processing.check_prerequisites passes, so
the test suite will not require any extra package.

TODO: make test suite say 'skipped' in that case instead of just 'ok'

Signed-off-by: Alon Levy <alon@pobox.com>
2013-04-15 09:51:21 +03:00