Skip to content

Commit

Permalink
Merge branch 'main' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
carylwyatt committed Jul 26, 2024
2 parents 352b8bf + 5b4736b commit 0a82981
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 28 deletions.
26 changes: 0 additions & 26 deletions bin/rdist.app

This file was deleted.

17 changes: 17 additions & 0 deletions bin/rsync.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

DEST_PREFIX=$1
shift

DEPLOY_DEST=${DEST_PREFIX}www/wordpress-hathitrust
DEPLOY_SRC=/htapps/test.www/wordpress-hathitrust

EXCLUDE=$(cat <<EOT
--exclude .github
--exclude .git
--exclude .gitignore
--exclude node_modules
EOT
)

/usr/bin/rsync "$@" $EXCLUDE $DEPLOY_SRC $DEPLOY_DEST
4 changes: 2 additions & 2 deletions page-strategic-vision.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
</h2>
<div id="panelsStayOpen-collapseThree" class="accordion-collapse collapse" aria-labelledby="panelsStayOpen-headingThree">
<div class="accordion-body">
<p>We will expand access to and increase use of copyrighted, open, and public domain works in the HathiTrust collection.</p>
<p>We will enable new forms of discovery, access, and use of the HathiTrust collection through large-scale enhancement of texts and metadata.</p>
<p class="bold">Objectives</p>
<ol type="a">
<li>Apply existing and emerging computational tools and methods in service of text and metadata improvement.</li>
<li>Actively manage and share bibliographic metadata entrusted to our care.</li>
<li>Prioritize investments in enriching text and metadata to make the collection more discoverable, findable, and usable.</li>
<li>Apply existing and emerging computational tools and methods in service of text and metadata improvement.</li>
</ol>
</div>
</div>
Expand Down

0 comments on commit 0a82981

Please sign in to comment.