mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
"@type": "BlogPosting",
|
||||
"headline": "CGSpace CG Core v2 Migration",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/cgspace-cgcorev2-migration\/",
|
||||
"wordCount": "543",
|
||||
"wordCount": "546",
|
||||
"datePublished": "2019-10-28T13:27:35+02:00",
|
||||
"dateModified": "2019-11-17T14:21:20+02:00",
|
||||
"author": {
|
||||
@ -453,7 +453,7 @@
|
||||
|
||||
<p>¹ Not committed yet because I don’t want to have to make minor adjustments in multiple commits. Re-apply the gauntlet of fixes with the sed script:</p>
|
||||
|
||||
<pre><code>$ find dspace/modules/xmlui-mirage2/src/main/webapp/themes -iname "*.xsl" -exec ./cgcore-xsl-replacements.sed {} \;
|
||||
<pre><code>$ find dspace/modules/xmlui-mirage2/src/main/webapp/themes -iname "*.xsl" -exec sed -i -f ./cgcore-xsl-replacements.sed {} \;
|
||||
</code></pre>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user