Difference between revisions of "Help:Contents"

From NST Wiki
Jump to navigationJump to search
(How to make links to NST source code.)
(Adding Source Code Links)
Line 12: Line 12:
 
=== Adding Source Code Links ===
 
=== Adding Source Code Links ===
  
You can add links to color coded source files making up the '''NST''' system using the following pattern:
+
You can add links to color coded source files making up the '''NST''':
 
 
<pre class="programListing">
 
<nowiki>[http://nst.cvs.sourceforge.net/nst/NST_PATH_FILE?revision=HEAD&view=markup NST_PATH_FILE]</nowiki>
 
</pre>
 
  
 
For example, the following '''Wiki''' text will create a link to: "'''include/data/acronyms-db.xml'''":
 
For example, the following '''Wiki''' text will create a link to: "'''include/data/acronyms-db.xml'''":
  
 
<pre class="programListing">
 
<pre class="programListing">
<nowiki>See: [http://nst.cvs.sourceforge.net/nst/include/data/acronyms-db.xml?revision=HEAD&view=markup include/data/acronyms-db.xml]</nowiki>
+
<nowiki>See: [http://nst.cvs.sourceforge.net/nst/include/data/acronyms-db.xml?revision=HEAD&view=markup
 +
include/data/acronyms-db.xml]</nowiki>
 
</pre>
 
</pre>
  
 
Appears as:
 
Appears as:
  
See: [http://nst.cvs.sourceforge.net/nst/include/data/acronyms-db.xml?revision=HEAD&view=markup include/data/acronyms-db.xml]
+
See: [http://nst.cvs.sourceforge.net/nst/include/data/acronyms-db.xml?revision=HEAD&view=markup
 +
include/data/acronyms-db.xml]

Revision as of 12:40, 30 December 2007

Getting started

Consult the MediaWiki Handbook for information on using the wiki software.

NST Specific Tips

Adding Source Code Links

You can add links to color coded source files making up the NST:

For example, the following Wiki text will create a link to: "include/data/acronyms-db.xml":

See: [http://nst.cvs.sourceforge.net/nst/include/data/acronyms-db.xml?revision=HEAD&view=markup
include/data/acronyms-db.xml]

Appears as:

See: [http://nst.cvs.sourceforge.net/nst/include/data/acronyms-db.xml?revision=HEAD&view=markup include/data/acronyms-db.xml]