- Improve handling of invalid URIs during ingestion #2553 (zdavis)
- Upgrade node, node_modules, ruby #2526 (zdavis)
- Add API SFTP Export Services #2484 (scryptmouse)
- Package Projects via Bagit #2476 (scryptmouse)
- Add ability to select texts for epub exportation #2475 (scryptmouse)
- Add types to serializers to support API docs #2473 (zdavis)
- Add ability to export Texts as V3 Epubs [#2450](https://gith
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
meta: | |
title: A Manifest Ingestion | |
language: language | |
rights: rights | |
description: description | |
creators: | |
- name: Rowan Ono | |
contributors: | |
- name: Ida Davis | |
toc: |
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
# Removing Boxen | |
/opt/boxen/repo/script/nuke --all --force | |
# Removing boxen stuff from git config. Anything related to credentials or boxen likely needs to be removed. | |
git config --global --edit | |
# I had to remove homebrew git, which boxen seems to have done weird things to | |
brew uninstall git | |
# Make sure that brew works. Fix any problems. I had to uninstall a few php-related homebrew things to get doctor to pass. |
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
// The composing class, adds drodown functionality to Navigation | |
export default function dropdown(Composed) { | |
class Dropdown extends Component { | |
static propTypes() { | |
return { | |
}; | |
} |
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
# THE STORE | |
import promiseMiddleware from 'redux-promise'; | |
const store = compose( | |
applyMiddleware( | |
loggerMiddleware, | |
promiseMiddleware, | |
), | |
reduxReactRouter({ |
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
# <mng-switcher type="checkbox" ng-model="account.is_individual" /> | |
app.directive('mngSwitcher', [() -> | |
new class mngSwitcher | |
restrict: 'EA' | |
scope: { | |
ngModel: '=' | |
} |
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
<input type="checkbox" value="1" /> | |
class Switcher | |
construct: ($el, options) -> | |
@$el = $el | |
@$switcherEl = 'some template containin markup for the switcher' | |
@$el.append(@$switcherEl) | |
@state = @$el.prop('checked') | |
@initEvents() |
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 | |
# | |
# Tomcat 7 start/stop/status script | |
# Forked from: https://gist.github.com/valotas/1000094 | |
# @author: Miglen Evlogiev <bash<a href="/miglen">@miglen</a>.com> | |
# | |
# Release updates: | |
# Updated method for gathering pid of the current proccess | |
# Added usage of CATALINA_BASE | |
# Added coloring and additional status |
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 | |
# description: Tomcat Start Stop Restart | |
# processname: tomcat | |
# chkconfig: 234 20 80 | |
JAVA_HOME=/usr/java/jdk1.7.0_60 | |
export JAVA_HOME | |
PATH=$JAVA_HOME/bin:$PATH | |
export PATH | |
CATALINA_HOME=/var/lib/tomcat7 |
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
<span class="digit-3">3</span><span class="digit-9">9</span><span> </span><span class="digit-0">0</span><span>:</span><span class="digit-1">1</span><span class="digit-6">6</span><span>:</span><span class="digit-3">3</span><span class="digit-7">7</span> |
NewerOlder