Difference between revisions of "SUNScholar/XMLUI Theme/M1/Introduction Text"

From Libopedia
Jump to navigation Jump to search
m
m
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/XMLUI_Theme/M1/Modify|Back to Mirage 1 Modification]]'''
 
  '''[[SUNScholar/XMLUI_Theme/M1/Modify|Back to Mirage 1 Modification]]'''
 
</center>
 
</center>
 +
==Step 1==
 
Edit the following file:
 
Edit the following file:
  nano $HOME/{{Source}}/dspace/config/news-xmlui.xml
+
  nano -c $HOME/{{Source}}/dspace/config/news-xmlui.xml
  
 
Use the following tags for content markup:
 
Use the following tags for content markup:
Line 22: Line 23:
 
===DSpace XMLUI Elements===
 
===DSpace XMLUI Elements===
 
*https://github.com/DSpace/DSpace/tree/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/wing/element
 
*https://github.com/DSpace/DSpace/tree/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/wing/element
 +
==Step 2==
 +
[[SUNScholar/Rebuild_DSpace|Rebuild DSpace]]
 
[[Category:Customisation]]
 
[[Category:Customisation]]

Latest revision as of 13:04, 1 June 2016

Back to Mirage 1 Modification

Step 1

Edit the following file:

nano -c $HOME/source/dspace/config/news-xmlui.xml

Use the following tags for content markup:


NANO Editor Help
CTL+O = Save the file and then press Enter
CTL+X = Exit "nano"
CTL+K = Delete line
CTL+U = Undelete line
CTL+W = Search for %%string%%
CTL+\ = Search for %%string%% and replace with $$string$$
CTL+C = Show line numbers

More info = http://en.wikipedia.org/wiki/Nano_(text_editor)


XML Tags Examples

DSpace XMLUI Elements

Step 2

Rebuild DSpace