|
|
Wiki Help : How to Use this WikiFrom $1Table of contentsThe Bungee Labs Documentation Wiki is a marriage between the WikiMedia Foundation's wiki (called MediaWiki) and one of two HTML text editors (you can choose between FCKeditor and TinyMCE by clicking My preferences under Personal Tools on the left side of the wiki). Bungee's own CSS has been applied to both the HTML editors and MediaWiki. This union provides a near WYSIWYG editing experience while preserving the scalability and nimbleness of the WikiMedia wiki. Adding Content and Editing the WikiAdding Content to the wiki is as simple as logging in (automatic if you enter the wiki from Bungee Builder) and entering Edit mode. However, before you begin to edit the wiki, you may find it helpful to review the contents of the Style Guide to ensure your edits correspond in look and feel to the rest of the wiki.
Adding a Page to the WikiAdding a page to the wiki is very easy. In the case of linking, the preferred methodology is wiki linking syntax. Important When creating a page, be sure to use the proper template.
There are two methods to add a page to the wiki: Method 1
Method 2
Editing LimitationsWikiMedia and the HTML editors we have added to this interface use different models for editing content, formatting styles, and creating links. The Bungee Documentation wiki's use of HTML editors means that most wiki syntax is not recognized by MediaWiki. For example, the expected formatting headings and bullets that would normally result from items such as:
== Heading ==
=== AnotherHeading === * SomeText **SomeMoreText do not result. For a quick overview of how to use the FCKeditor's formatting, see the FCKeditor User's Guide. The process of creating links in the Bungee Documentation Wiki is not subject to the same limitations as styles formatting. Creating LinksYou may use either MediaWiki's linking syntax or FCKedtior's linking methodology (see the FCKeditor User's Guide) to create the four basic types of wiki links. Tip Although copying links is often a good way to begin learning the wiki syntax, you may sometimes find that a pasted link does not work properly. In such cases, at the top left corner of the editor, click Source. When you inspect the copied link in the source view, you may see something like the following: [<font size="2">[Some Other Page in the Wiki]]</font></li>. Removing the font characteristics should make the link functional.
Whether you use wiki syntax or the HTML editor, when you create a link external to the wiki, please do not open a new window for the page to which you are linking. Note Beyond the examples of wiki link syntax shown above, there are many examples of linking on the pages of this wiki. A quick glance at one of them (in edit mode) may provide you with an example that is pertinent to what you are trying to accomplish. Creating an External LinkWhen you reference a link to a topic outside of the Bungee Connect wiki, such as an article at Wikipedia, you should create an external link. An external link will have a small icon next to it to indicate that this link leave the wiki. The following syntax will create an external link: <nowiki>Click here for the external link</nowiki> The above link will look like Click here for the external link. The wiki uses all the text after the URL as the title of the link. Preventing URLs from Becoming LinksIn some cases, you may not want text to display as a link, even though the text is a URL, for example, when you are giving instructions to type a URL into a field. If you use the text http://someurl then the Wiki automatically creates a link. To prevent the creation of a link, surround the URL with nowiki tags, like this: <nowiki> http://someurl</nowiki>. (Click the Edit link for this section to see the example.) Importing ImagesImage imporatation and linking uses the HTML editor model only (see the FCKeditor User's Guide). Applying Bungee StylesThe Styles used in Bungee Documentation include regular HTML headings (1 through 5) as well as numbered and bulleted lists, admonitions (Note, Warning, etc.), and tables. The sections below cover how to apply each of these styles. Creating an AlphaNumeric Sublist within an Ordered ListTo create an alphanumeric sublist within an ordered (numbered) list, you need to create a new set of <ol> tags within a first set of ordered list tags and between list item (<li>) tags, like this: <p>Joe is a really luck guy for the following reasons:</p>
<ol>
<li> Rose</li>
<li>David and Betty</li>
<ol>
<li>Clark</li>
<li>Gail</li>
<li>Alan</li>
</ol>
<li>Bill </li>
</ol>
Joe is a really luck guy for the following reasons:
Creating Admonitions Within a ListIf you want to create an admonition within a list (as appears in the procedure #To create an alphanumeric sublist above, you must follow the steps below.
Applying Table Styles
Applying the Prochead styleAlthough it may not appear to be, this item is treated as a list. This means that before you apply the prochead paragraph style, you should apply either an unordered (bulleted) list. If you apply an ordered (numbered)list, then your numbering in the procedure will be off. Then apply the prochead style tag. The prochead bullet (triangle) should then appear. Saving Your Changes To save your changes in the wiki, you must click the Save icon. Warning If you fail to click Save before you click the article tab at the top of the page, your changes will be lost. Trouble-Shooting Editing ProblemsThis world is not perfect, and neither is the wiki's editing model. Below are some editing issues that can present problems. Workarounds are also provided. When I Fix a Broken Link, the Link Stays Pink and the Font Size GrowsIf you copy and paste existing HTML docs into the wiki, and the HTML includes links internal to that pasted page's content, the pasted links will be broken and shown as pink. The good news is that all of the anchors on the pasted page are still intact. You must however, re-do all links pointing to those anchors. If you simply click the link icon and re-make the link, the link stays pink, and the font size grows slightly larger. The WorkaroundTo address both the pink color and larger size problems when re-making links, you should:
When I Edit a Page, I Get a Length WarningWhen you open a document over a certain length, a warning appears at the top of the page displaying text such as this: WARNING: This page is 58 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections. The WorkaroundSimply add some headings to your page, then on the right side of the page, at the top of one of the sections in which the page is divided (corresponding to the headings), click [edit]. The small size of the section removes the need for the warning.
Tags:
|