2014-03-25

← Older revision

Revision as of 08:12, 25 March 2014

(3 intermediate revisions by one user not shown)

Line 3:

Line 3:

 

== Deciding on a new Page Location  ==

 

== Deciding on a new Page Location  ==

 

 



A new page should be added under URL,
STP/
Stardust/KnowledgeBase/<topic>/new_page<br>Where, topic can be any main item listed on knowledge base home page like Getting Started, Customization, Embedded Usage, or Security.  

+

A new page should be added under URL, Stardust/KnowledgeBase/<topic>/new_page<br>Where, topic can be any main item listed on knowledge base home page like Getting Started, Customization, Embedded Usage, or Security.  

 

 



You may have sub-topics under main topic. For example, ‘SSO and Secure Communication with Stardust using Kerberos’ article is added at this relative URL;<br> 
/STP
/Stardust/KnowledgeBase/Security/SSO/SSO_and_Secure_Communication_with_IPP_using_Kerberos.  

+

You may have sub-topics under main topic. For example, ‘SSO and Secure Communication with Stardust using Kerberos’ article is added at this relative URL;<br> /Stardust/KnowledgeBase/Security/SSO/SSO_and_Secure_Communication_with_IPP_using_Kerberos.  

 

 



<br>  

+

<br>

 

 

 

== Adding a new Page  ==

 

== Adding a new Page  ==

Line 26:

Line 26:

 

*For all first class headings (level1) in your page, use the 'Heading 2' formatting.  

 

*For all first class headings (level1) in your page, use the 'Heading 2' formatting.  

 

*For sub-headings under level1 heading, use 'Heading 4' and reduce headers down as per your need.  

 

*For sub-headings under level1 heading, use 'Heading 4' and reduce headers down as per your need.  



*Note that by default all page headers appear in the table of contents section at the top. So if you want to highlight text in the page, use bold, italics or underline
formating
.  

+

*Note that by default all page headers appear in the table of contents section at the top. So if you want to highlight text in the page, use bold, italics or underline
formatting
.  

 

*For normal paragraph text, use 'Normal' formatting option.<br>  

 

*For normal paragraph text, use 'Normal' formatting option.<br>  



*Do not prefix
hedings
with numerations. Those will be added automatically in the table of contents and adding them will double the numeration<br>  

+

*Do not prefix
headings
with numerations. Those will be added automatically in the table of contents and adding them will double the numeration<br>  



*Do not use dots or
collons
at
teh
end of a title or heading

+

*Do not use dots or
colons
at
the
end of a title or heading

 

 



<br>  

+

<br>

 

 



== XML, SQL and Source
Formating
==

+

== XML, SQL and Source
Formatting
==

 

 

 

Use the tag <source lang="XML"><source lang="..."></source> to formatting XML, SQL or code snippets. The value of the ‘lang’ attribute can be either ‘Java’, SQL or ‘XML’.  

 

Use the tag <source lang="XML"><source lang="..."></source> to formatting XML, SQL or code snippets. The value of the ‘lang’ attribute can be either ‘Java’, SQL or ‘XML’.  

Show more