Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
stepbystep:archi1 [2021/03/10 21:23] giancarlo [Configuration sync] |
stepbystep:archi1 [2021/05/24 18:25] (current) giancarlo |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * [[stepbystep: | * [[stepbystep: | ||
| * [[stepbystep: | * [[stepbystep: | ||
| + | * [[stepbystep: | ||
| </ | </ | ||
| ====== Archipelago ====== | ====== Archipelago ====== | ||
| Line 31: | Line 32: | ||
| Successfully enabled: ctools_views | Successfully enabled: ctools_views | ||
| Successfully enabled: bamboo_twig, | Successfully enabled: bamboo_twig, | ||
| + | Successfully enabled: jquery_ui_datepicker, | ||
| </ | </ | ||
| Browse UI at admin/ | Browse UI at admin/ | ||
| Line 127: | Line 129: | ||
| <code bash> | <code bash> | ||
| $ vendor/ | $ vendor/ | ||
| + | </ | ||
| + | Make site admin member of administrator group | ||
| + | <code bash> | ||
| + | $ vendor/ | ||
| </ | </ | ||
| Then sync configurations | Then sync configurations | ||
| Line 1139: | Line 1145: | ||
| $ which djvu2hocr | $ which djvu2hocr | ||
| / | / | ||
| + | </ | ||
| + | Compile and install pdfalto | ||
| + | <code bash> | ||
| + | $ sudo apt-get install cmake pkg-config build-essential | ||
| + | |||
| + | $ wget https:// | ||
| + | $ unzip 0.4.zip | ||
| + | $ cd pdfalto-0.4/ | ||
| + | $ ./ | ||
| + | $ git clone https:// | ||
| + | $ cmake . | ||
| + | $ make | ||
| + | $ cd .. | ||
| + | $ sudo mv pdfalto-0.4 / | ||
| + | $ sudo ln -s / | ||
| + | |||
| + | $ pdfalto | ||
| + | pdfalto version 0.4 | ||
| + | Usage: pdfalto [options] < | ||
| + | -f < | ||
| + | -l < | ||
| + | -verbose | ||
| + | -noImage | ||
| + | -noImageInline | ||
| + | -outline | ||
| + | -annotation | ||
| + | -noLineNumbers | ||
| + | -readingOrder | ||
| + | -noText | ||
| + | -charReadingOrderAttr | ||
| + | -fullFontName | ||
| + | -nsURI < | ||
| + | -opw < | ||
| + | -upw < | ||
| + | -filesLimit < | ||
| + | -q : don't print any messages or errors | ||
| + | -v : print version info | ||
| + | -h : print usage information | ||
| + | -help : print usage information | ||
| + | --help | ||
| + | -? : print usage information | ||
| + | </ | ||
| + | Update pdfalto to master for an issue on namespace | ||
| + | <code bash> | ||
| + | $ git clone https:// | ||
| + | $ cd pdfalto/ | ||
| + | $ ./ | ||
| + | $ git clone https:// | ||
| + | $ cmake . | ||
| + | $ make | ||
| + | $ cd .. | ||
| + | $ sudo mv pdfalto / | ||
| + | $ sudo rm / | ||
| + | $ sudo ln -s / | ||
| + | |||
| + | $ pdfalto | ||
| + | pdfalto version 0.5 | ||
| + | Usage: pdfalto [options] < | ||
| + | -f < | ||
| + | -l < | ||
| + | -verbose | ||
| + | -noImage | ||
| + | -noImageInline | ||
| + | -outline | ||
| + | -annotation | ||
| + | -noLineNumbers | ||
| + | -readingOrder | ||
| + | -noText | ||
| + | -charReadingOrderAttr | ||
| + | -fullFontName | ||
| + | -nsURI < | ||
| + | -opw < | ||
| + | -upw < | ||
| + | -filesLimit < | ||
| + | -q : don't print any messages or errors | ||
| + | -v : print version info | ||
| + | -h : print usage information | ||
| + | -help : print usage information | ||
| + | --help | ||
| + | -? : print usage information | ||
| </ | </ | ||