Skip to content

Instantly share code, notes, and snippets.

View mcantelon's full-sized avatar

Mike Cantelon mcantelon

View GitHub Profile
#!/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
<?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
'title',
'alternate_title',
'edition',
'extent_and_medium',
'archival_history',
'acquisition',
'scope_and_content',
'appraisal',
'accruals',
'arrangement',