Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lcerrato authored Apr 30, 2018
2 parents fb2ff50 + b6d174d commit 2997935
Show file tree
Hide file tree
Showing 2,304 changed files with 422,169 additions and 523,175 deletions.
43 changes: 43 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Fix Travis errors when sending large output to STDOUT. These write errors occurred after
# a Travis update to new Trusty images on Dec. 12th 2017. The reason for these
# write errors is unknown. Using the deprecated builds did not fix the problem.
# Setting 'filter_secrets: false' as suggested here
# https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-321777557
# fixes the problem.
filter_secrets: false

language: python

python:
- '3.5'

install:
- pip3 install HookTest>=1.0.0

script: hooktest ./ --scheme epidoc --workers 3 --verbose 10 --manifest --countword --console table --allowfailure --hookUI "http://ci.perseids.org/api/hook/v2.0/user/repositories/PerseusDL/canonical-greekLit"

before_deploy:
- hooktest-build --travis --txt ./
- results=$(cat manifest.txt)
- DATE=`date +%Y-%m-%d`
- git config --global user.email "[email protected]"
- git config --global user.name "Travis CI"
- export GIT_TAG=$major_version.$minor_version.$TRAVIS_BUILD_NUMBER
- git add -A
- git commit -m "Removed failing files" -m "Release $GIT_TAG"
- git tag $GIT_TAG -a -m "$DATE" -m "PASSING FILES" -m "$results"
- git push -q https://[email protected]/PerseusDL/canonical-greekLit --tags
- ls -R

deploy:
provider: releases
api_key: $GITPERM
skip_cleanup: true
on:
repo: PerseusDL/canonical-greekLit
branch: master

env:
global:
major_version: 0
minor_version: 0
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
[![Hook Status](http://ci.perseids.org/api/rest/v1.0/code/PerseusDL/canonical-greekLit/status.svg?branch=refs%2Fheads%2Fmaster)](http://ci.perseids.org/repo/PerseusDL/canonical-greekLit)
[![Hook Coverage](http://ci.perseids.org/api/rest/v1.0/code/PerseusDL/canonical-greekLit/coverage.svg?branch=refs%2Fheads%2Fmaster)](http://ci.perseids.org/Hook/repo/PerseusDL/canonical-greekLit)
[![Hook Texts](http://ci.perseids.org/api/rest/v1.0/code/PerseusDL/canonical-greekLit/cts.svg?branch=refs%2Fheads%2Fmaster)](http://ci.perseids.org/Hook/repo/PerseusDL/canonical-greekLit)
[![DOI](https://zenodo.org/badge/36300099.svg)](https://zenodo.org/badge/latestdoi/36300099)
[![Hook Coverage](http://ci.perseids.org/api/hook/v2.0/badges/PerseusDL/canonical-greekLit/coverage.svg)](http://ci.perseids.org/repo/PerseusDL/canonical-greekLit)
[![Hook Texts](http://ci.perseids.org/api/hook/v2.0/badges/PerseusDL/canonical-greekLit/texts.svg)](http://ci.perseids.org/repo/PerseusDL/canonical-greekLit)
[![Hook Metadata](http://ci.perseids.org/api/hook/v2.0/badges/PerseusDL/canonical-greekLit/metadata.svg)](http://ci.perseids.org/repo/PerseusDL/canonical-greekLit)
[![Total words](http://ci.perseids.org/api/hook/v2.0/badges/PerseusDL/canonical-greekLit/words.svg)](http://ci.perseids.org/repo/PerseusDL/canonical-greekLit)
[![Greek Words](http://ci.perseids.org/api/hook/v2.0/badges/PerseusDL/canonical-greekLit/words.svg?lang=grc)](http://ci.perseids.org/repo/PerseusDL/canonical-greekLit)


Canonical - Greek Literature
=========

This will be the base repo for all text and annotation data published in the PDL
This will be the base repo for all text and annotation data published in the PDL.

**Please [read the Wiki](https://github.com/PerseusDL/canonical-greekLit/wiki) for information on contacting us and submitting corrections, etc.**

Tufts University holds the overall copyright to the Perseus Digital Library; the materials therein
(including all texts, translations, images, descriptions, drawings, etc.) are provided for the
Expand Down
13 changes: 5 additions & 8 deletions data/tlg0001/tlg001/__cts__.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:work xmlns:ti="http://chs.harvard.edu/xmlns/cts" groupUrn="urn:cts:greekLit:tlg0001" projid="greekLit:tlg001" urn="urn:cts:greekLit:tlg0001.tlg001" xml:lang="grc">

<ti:title xml:lang="eng">Argonautica</ti:title>

<ti:edition projid="greekLit:perseus-grc2" workUrn="urn:cts:greekLit:tlg0001.tlg001">

<ti:edition urn="urn:cts:greekLit:tlg0001.tlg001.perseus-grc2" workUrn="urn:cts:greekLit:tlg0001.tlg001" xml:lang="grc">
<ti:label xml:lang="eng">Argonautica</ti:label>

<description xml:lang="en">Apollonius, Rhodius, creator; Mooney, George W,
editor, translator </description>

<ti:description xml:lang="eng">The Argonautica of Apollonius Rhodius, Apollonius, Rhodius, creator; Mooney, George W, editor, translator. London: Longmans, Green, and Co., 1912.</ti:description>
</ti:edition>



</ti:work>
14 changes: 0 additions & 14 deletions data/tlg0001/tlg001/tlg0001.tlg001.perseus-grc1.tracking.json

This file was deleted.

Loading

0 comments on commit 2997935

Please sign in to comment.