This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir /tmp/installtemp | |
cd /tmp/installtemp/ | |
sudo apt-get install -y wget | |
wget http://nodejs.org/dist/v0.10.35/node-v0.10.35.tar.gz | |
tar zxvf node-v0.10.35.tar.gz | |
cd node-v0.10.35 | |
sudo apt-get install -y python | |
sudo apt-get update | |
sudo apt-get install -y build-essential |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Remove HTML tags from various i18n information object fields. | |
* | |
* To execute script (from AtoM root directory): | |
* | |
* php symfony tools:run remove-html.php | |
*/ | |
class i18nRemoveHtmlTags |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'title', | |
'alternate_title', | |
'edition', | |
'extent_and_medium', | |
'archival_history', | |
'acquisition', | |
'scope_and_content', | |
'appraisal', | |
'accruals', | |
'arrangement', |
OlderNewer