Difference between revisions of "SUNScholar/XMLUI Theme/M2/Customisation/Institutional Branding"

From Libopedia
Jump to navigation Jump to search
m
m
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
===Change "DSpace" to "SUNScholar" brand===
 
===Change "DSpace" to "SUNScholar" brand===
 
Change to the following folder:
 
Change to the following folder:
  cd $HOME/source/dspace-xmlui/src/main/webapp/i18n
+
  cd $HOME/{{Source}}/dspace-xmlui/src/main/webapp/i18n
 
Type the following to change all instances of DSpace to SUNScholar.
 
Type the following to change all instances of DSpace to SUNScholar.
 
  sed -i 's/DSpace/SUNScholar/g' messages.xml
 
  sed -i 's/DSpace/SUNScholar/g' messages.xml
 
To change general references, edit the following file:
 
To change general references, edit the following file:
  nano $HOME/source/dspace-xmlui/src/main/webapp/i18n/messages.xml
+
  nano $HOME/{{Source}}/dspace-xmlui/src/main/webapp/i18n/messages.xml
 
#Go to line 27, and change "SUNScholar Home" to "SUNScholar" only.
 
#Go to line 27, and change "SUNScholar Home" to "SUNScholar" only.
 
#Go to line 30, and change "Go to SUNScholar home" to "Go to SUNScholar" only.
 
#Go to line 30, and change "Go to SUNScholar home" to "Go to SUNScholar" only.
Line 19: Line 19:
 
Upload your favicon to the images folder, see link below.
 
Upload your favicon to the images folder, see link below.
  
  $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/images
+
  $HOME/{{Source}}/dspace-xmlui-mirage2/src/main/webapp/images/
 +
[[Category:Customisation]]

Latest revision as of 12:11, 28 May 2016

Back to Mirage 2 Customisation

Change "DSpace" to "SUNScholar" brand

Change to the following folder:

cd $HOME/source/dspace-xmlui/src/main/webapp/i18n

Type the following to change all instances of DSpace to SUNScholar.

sed -i 's/DSpace/SUNScholar/g' messages.xml

To change general references, edit the following file:

nano $HOME/source/dspace-xmlui/src/main/webapp/i18n/messages.xml
  1. Go to line 27, and change "SUNScholar Home" to "SUNScholar" only.
  2. Go to line 30, and change "Go to SUNScholar home" to "Go to SUNScholar" only.

Create "favicon.ico" brand image

Please see: http://www.favicon-generator.org for creation of favicons.

A favicon is the icon that appears in the browser address bar next to the website address.

Upload your favicon to the images folder, see link below.

$HOME/source/dspace-xmlui-mirage2/src/main/webapp/images/