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

From Libopedia
Jump to navigation Jump to search
m
m
Line 14: Line 14:
 
----
 
----
 
{{NANO}}
 
{{NANO}}
==XML Tags Examples==
+
===XML Tags Examples===
 
*https://github.com/DSpace/DSpace/blob/master/dspace/config/news-xmlui.xml
 
*https://github.com/DSpace/DSpace/blob/master/dspace/config/news-xmlui.xml
 
*https://github.com/gsallen/unb-dspace/blob/master/dspace/config/news-xmlui.xml
 
*https://github.com/gsallen/unb-dspace/blob/master/dspace/config/news-xmlui.xml
Line 20: Line 20:
 
*https://github.com/unb-libraries/unb-dspace/blob/master/riverrun/config/news-xmlui.xml
 
*https://github.com/unb-libraries/unb-dspace/blob/master/riverrun/config/news-xmlui.xml
 
*https://github.com/unb-libraries/unb-dspace/blob/master/riverrun/config/help-xmlui.xml
 
*https://github.com/unb-libraries/unb-dspace/blob/master/riverrun/config/help-xmlui.xml
==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

Revision as of 15:20, 27 May 2015

Back to Mirage 1 Modification

Edit the following file:

nano $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