This link provides a RSS translation of the
XML document containing information of recent software
updates committed to the NSTSubversion repository. This
RSS link can be used as a standard RSS feed.
This link provides a RSS translation of the
XML document containing summary information about the
NSTSubversion
repository. This RSS link can be used as a standard
RSS feed.
Subversion Commit Message Markup
Subversion commit messages are done as simple plain text
messages. It is possible to enter reasonable text messages which
support wiki like mark up. The
NstWiki.js file provides
the methods to interpret the simple plain text and convert it for
insertion into the document. The following widget allows you to
experiment with this:
Multiple lines will be joined into a single paragraph unless there is a new line separator.
You can create a simple unordered list by starting a line with either a "*" or a " *":
First item in list.
Second item in list.
Third item using space+asterick at start of line instead of asterick.
You can create a code block by starting each line with a space:
// Get a instance of the SvnInfo object and update NstConsole.setDebugLevel(9); var si = SvnInfo.getInstance(); si.requestInfo();