-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
130 additions
and
224 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
# Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
# The Finc Authors, http://finc.info | ||
# Martin Czygan, <[email protected]> | ||
# | ||
# This file is part of some open source application. | ||
# | ||
# Some open source application is free software: you can redistribute | ||
# it and/or modify it under the terms of the GNU General Public | ||
# License as published by the Free Software Foundation, either | ||
# version 3 of the License, or (at your option) any later version. | ||
# | ||
# Some open source application is distributed in the hope that it will | ||
# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with Foobar. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
# | ||
|
||
# -*- mode: ruby -*- | ||
# vi: set ft=ruby : | ||
|
||
|
@@ -9,15 +31,18 @@ $script = <<SCRIPT | |
# \___| .__/ \___|_| | ||
# |_| | ||
# | ||
sudo rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | ||
sudo yum -y update | ||
# ___ _ _ | ||
# / _ \_ _| |_| |__ ___ _ __ | ||
# / /_)/ | | | __| '_ \ / _ \| '_ \ | ||
# / ___/| |_| | |_| | | | (_) | | | | | ||
# \/ \__, |\__|_| |_|\___/|_| |_| | ||
# |___/ | ||
# | ||
sudo yum groupinstall -y 'development tools' | ||
sudo yum install -y zlib-dev openssl-devel sqlite-devel bzip2-devel xz-libs | ||
cd /tmp | ||
|
@@ -33,24 +58,28 @@ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py | |
sudo /usr/local/bin/python2.7 ez_setup.py | ||
sudo /usr/local/bin/easy_install-2.7 pip | ||
[ ! -e "/etc/profile.d/extrapath.sh" ] && sudo sh -c 'echo "export PATH=\"/usr/local/bin:/usr/local/sbin:$PATH\"" > /etc/profile.d/extrapath.sh' | ||
# _ _ _ | ||
# ___(_)___| | _(_)_ __ | ||
# / __| / __| |/ / | '_ \ | ||
# \__ \ \__ \ <| | | | | | ||
# |___/_|___/_|\_\_|_| |_| | ||
# | ||
sudo yum install -y libxml2 libxslt libxml2-devel libxslt-devel | ||
sudo -i pip install --upgrade --no-cache-dir siskin | ||
sudo mkdir -p /etc/bash_completion.d/ | ||
sudo wget -O /etc/bash_completion.d/siskin_completion.sh https://raw.githubusercontent.com/miku/siskin/master/contrib/siskin_completion.sh | ||
sudo chmod +x /etc/bash_completion.d/siskin_completion.sh | ||
# __ _ | ||
# /__\_ _| |_ _ __ __ _ | ||
# /_\ \ \/ / __| '__/ _` | | ||
# //__ > <| |_| | | (_| | | ||
# \__/ /_/\_\\__|_| \__,_| | ||
# | ||
# extra tools required by siskin or just useful | ||
sudo yum install -y jq xmlstarlet lftp vim tmux bash-completion tree | ||
SCRIPT | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
// Some open source application is free software: you can redistribute | ||
// it and/or modify it under the terms of the GNU General Public | ||
// License as published by the Free Software Foundation, either | ||
// version 3 of the License, or (at your option) any later version. | ||
// | ||
// Some open source application is distributed in the hope that it will | ||
// be useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Foobar. If not, see <http://www.gnu.org/licenses/>. | ||
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
// Converts intermediate schema docs into solr docs. | ||
package main | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
// Some open source application is free software: you can redistribute | ||
// it and/or modify it under the terms of the GNU General Public | ||
// License as published by the Free Software Foundation, either | ||
// version 3 of the License, or (at your option) any later version. | ||
// | ||
// Some open source application is distributed in the hope that it will | ||
// be useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Foobar. If not, see <http://www.gnu.org/licenses/>. | ||
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
// Dump TSV(ISSN, title) from a google holdings file. | ||
package main | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
// Some open source application is free software: you can redistribute | ||
// it and/or modify it under the terms of the GNU General Public | ||
// License as published by the Free Software Foundation, either | ||
// version 3 of the License, or (at your option) any later version. | ||
// | ||
// Some open source application is distributed in the hope that it will | ||
// be useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Foobar. If not, see <http://www.gnu.org/licenses/>. | ||
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
// Converts various input formats into an intermediate schema. | ||
package main | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Package sets implements basic set types. | ||
package container |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
@@ -19,7 +19,6 @@ | |
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
// Package sets implements basic set types. | ||
package container | ||
|
||
import ( | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
// Some open source application is free software: you can redistribute | ||
// it and/or modify it under the terms of the GNU General Public | ||
// License as published by the Free Software Foundation, either | ||
// version 3 of the License, or (at your option) any later version. | ||
// | ||
// Some open source application is distributed in the hope that it will | ||
// be useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Foobar. If not, see <http://www.gnu.org/licenses/>. | ||
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
package filter | ||
|
||
import ( | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// Package finc holds finc SolrSchema (SOLR) and intermediate schema related types and methods. | ||
package finc |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
// Some open source application is free software: you can redistribute | ||
// it and/or modify it under the terms of the GNU General Public | ||
// License as published by the Free Software Foundation, either | ||
// version 3 of the License, or (at your option) any later version. | ||
// | ||
// Some open source application is distributed in the hope that it will | ||
// be useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Foobar. If not, see <http://www.gnu.org/licenses/>. | ||
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
package exporter | ||
|
||
// Solr4Vufind13v0 is the basic solr 4 schema as of 2015-06-11. It is based on | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
@@ -19,7 +19,6 @@ | |
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
// Package finc holds finc SolrSchema (SOLR) and intermediate schema related types and methods. | ||
package finc | ||
|
||
import ( | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
// Some open source application is free software: you can redistribute | ||
// it and/or modify it under the terms of the GNU General Public | ||
// License as published by the Free Software Foundation, either | ||
// version 3 of the License, or (at your option) any later version. | ||
// | ||
// Some open source application is distributed in the hope that it will | ||
// be useful, but WITHOUT ANY WARRANTY; without even the implied warranty | ||
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with Foobar. If not, see <http://www.gnu.org/licenses/>. | ||
// | ||
// @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> | ||
// | ||
package span | ||
|
||
import "testing" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Copyright 2015 by Leipzig University Library, http://ub.uni-leipzig.de | ||
// by The Finc Authors, http://finc.info | ||
// by Martin Czygan, <[email protected]> | ||
// The Finc Authors, http://finc.info | ||
// Martin Czygan, <[email protected]> | ||
// | ||
// This file is part of some open source application. | ||
// | ||
|
Oops, something went wrong.