SUNScholar/XMLUI Theme/M1/Institutional Branding
Jump to navigation
Jump to search
Back to Mirage 1 Modification
Step 1
- 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
- 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.
Step 2
- 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/modules/xmlui/src/main/webapp/themes/SUNScholar/images
Step 3
Rebuild DSpace