<?xml version="1.0" encoding="utf-8"?>	
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>Niger</title>
    <link>http://www.missionequip.com/blog/index.php/niger/wiki/</link>
    <description>Niger</description>
    <dc:language>en</dc:language>
    <dc:creator>info@missionequip.com</dc:creator>
    <dc:rights>Copyright 2006</dc:rights>
    <dc:date>2006-07-27T06:05:44-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />
    

    <item>
      <title>index</title>
      <link>http://www.missionequip.com/blog/index.php/niger/wiki/index/</link>
      <guid>http://www.missionequip.com/blog/index.php/niger/wiki/index/</guid>
      <description><![CDATA[This Wiki is maintained by our community of users.  It serves as a repository for factual information about Niger &mdash; links, photos, information regarding unreached people groups, cities, culture, etc.<br />
<br />
To view a list of available articles, please click on the Title List link in the Wiki Navigation section to the right.<br />
<br />
If you would like to contribute to the wiki, please start by reading the Getting Started page.  Only registered members can contribute, so if you don’t have an account yet, please sign up by using the links at the top of the page.]]></description>
      <dc:subject>index</dc:subject>
      <dc:date>2006-07-27T06:05:44-05:00</dc:date>
    </item>

    <item>
      <title>Getting Started</title>
      <link>http://www.missionequip.com/blog/index.php/niger/wiki/Getting_Started/</link>
      <guid>http://www.missionequip.com/blog/index.php/niger/wiki/Getting_Started/</guid>
      <description><![CDATA[A wiki is a type of website that allows users to easily add, remove, or otherwise edit all content, very quickly and easily... The term wiki is a shortened form of 'wiki wiki' which is from the native language of Hawaii (Hawaiian), where it is commonly used as an adjective to denote something 'quick' or 'fast' (Hawaiian dictionary)" (<a href="http://en.wikipedia.org/wiki/Wiki">Wikipedia</a>).<br />
<br />
For example, a "cookbook wiki" would be a website where you could easily add your own recipes, edit existing recipes, and help organize the recipes using categories. You'd do all of this with simple markup called <b>wiki syntax</b> (we'll get to that shortly). Together you and the community would maintain this online recipe collection to help bring more deliciousness to everyone's meals.<br />
<br />
<span style="font-size:18px;"><b>Edit, Create, Organize</b></span><br />
<br />
Editing existing articles (content), creating new articles, and organizing articles into categories are the three main tasks you'll do on any wiki website.<br />
<br />
<span style="font-size:18px;"><b>Edit an Article</b></span><br />
<br />
Provided you are a registered member at MissionEquip and that you are logged in to your account, you can edit an article by clicking on the <b>edit link</b> near the upper right hand corner of the main part of the screen (between the "View" and "History" links). This puts the article in "edit mode" which lets you edit the content right there on the web page. In Edit mode, simple text formatting such as <b>bold</b>, <i>italics</i>, and <u>underline</u> are handled by pMCode, an easy-to-remember method of styling text (more on pMCode in a moment). When you are done editing just click on <b>update</b> and your edits are instantly published.<br />
<br />
<span style="font-size:16px;"><b>pMCode Basics</b></span><br />
<br />
pMCode works by surrounding the text you want to style with a bracketed tag. For example, if you want to <b>bold</b> some text you'd do this:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">This&nbsp;text&nbsp;is&nbsp;not&nbsp;bold</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">&#91;b&#93;This&nbsp;text&nbsp;is&nbsp;bold&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">b&#93;</span><span style="color: #007700">.</span>
</code></div><br />
<br />
Which would display like this after editing:<br />
<br />
This text is not bold. <b>This text is bold</b>.<br />
<br />
Adding <i>italic</i> and <u>underline</u> work the same way. For example, this:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;i&#93;This&nbsp;text&nbsp;is&nbsp;italicized&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">i&#93;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">&#91;u&#93;This&nbsp;text&nbsp;is&nbsp;underlined&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">u&#93;</span><span style="color: #007700">.</span>
</code></div><br />
<br />
Would display like this after editing:<br />
<br />
<i>This text is italicized</i>. <u>This text is underlined</u>.<br />
<br />
You can do a lot more with pMCode. Just see the pMCode Reference section below for details.<br />
<br />
<span style="font-size:18px;"><b>Create an Article</b></span><br />
<br />
Creating an article in a wiki is as simple as finding something that doesn't exist. A wiki assumes that whenever someone searches for an article and no results are found or clicks on a link to an article that doesn't exist, that someone will want to create that information for the community. Sound strange? Let's go back to the Cookbook wiki example to explain.<br />
<br />
A set of breakfast recipes is not complete without an inspired Peanut Butter Sandwich. You have such a recipe. To add this recipe, the first thing you would do is use the <b>Create/Find Page</b> search tool in the sidebar to see if someone already added a recipe with the same title. You search for <b>Peanut Butter Sandwich</b>. The wiki checks all existing articles and comes up empty. The wiki then gives you the opportunity to create an article titled <b>Peanut Butter Sandwich</b> by clicking the <b>Edit</b> link. Once you click edit, the article is instantly created and you can share your gooey peanut butter masterpiece with the world.<br />
<br />
While editing your Peanut Butter Sandwich recipe you remember that nothing goes with such a delicacy better than a mug of your special hot chocolate. The easiest way to create an article for your hot chocolate recipe is to create a link for it using <b>wiki syntax</b>, a markup very similar to pMCode. But instead of using a single bracket, you'll use double brackets. To create a link for your hot chocolate recipe you'd do something like this:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">A&nbsp;mug&nbsp;of&nbsp;&#91;&#91;hot&nbsp;chocolate&#93;&#93;&nbsp;goes&nbsp;great&nbsp;with&nbsp;this&nbsp;sandwich</span><span style="color: #007700">.</span>
</code></div><br />
<br />
Which would display this:<br />
<br />
A mug of <a href="http://#">hot chocolate</a> goes great with this sandwich.<br />
<br />
When you click the <b>hot chocolate</b> link, the wiki discovers that the article doesn't exist and then gives you the opportunity to create it by clicking the edit link. If the hot chocolate article already existed then this method would automatically link to it.<br />
<br />
You can do a lot more with <b>Wiki Syntax</b>. Please see the Wiki Syntax section below for details.<br />
<br />
<span style="font-size:18px;"><b>Organizing Articles with Categories</b></span><br />
<br />
Assigning an article to a category is easily accomplished with <b>wiki syntax</b>. For example, to add your Peanut Butter Sandwich to the <b>sandwiches</b> category you would click on the <b>edit link</b> to enter the article's edit mode and add the following anywhere in the article:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Sandwiches&#93;&#93;</span>
</code></div><br />
<br />
This would automatically assign the article to the <b>Sandwiches</b> category. If the category doesn't exist, the wiki will create it automatically. To add multiple categories just add an additional category like so:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Sandwiches&#93;&#93;</span><span style="color: #007700">&lt;</span><span style="color: #0000BB">br&nbsp;</span><span style="color: #007700">/&gt;<br /></span><span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Peanut&nbsp;Butter&#93;&#93;</span>
</code></div><br />
<br />
This would assign the article to the <b>Sandwiches</b> and <b>Peanut Butter</b> categories. And finally, you can add sub-categories. For example, let's say you want to create a "breakfast" sub-category for the main (also called "parent") <b>Sandwiches</b> category. The following would do that:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Sandwiches</span><span style="color: #007700">::</span><span style="color: #0000BB">Breakfast&#93;&#93;</span>
</code></div><br />
<br />
Now the article is assigned to the <b>Sandwiches</b> parent category and the <b>Breakfast</b> sub-category.<br />
<br />
You can do a lot more with <b>Wiki Syntax</b>. Please see the Wiki Syntax section below for details.<br />
<br />
<span style="font-size:18px;"><b>pMcode Reference</b></span><br />
<br />
This wiki supports the use of "pMcode" within articles.  pMcode is a sort of simple syntax that you can use to format articles with bold text, links, and more.  It is very similar (in many cases identical) to the codes used on many popular forum packages.<br />
<br />
<span style="font-size:16px;"><b>URLs and Linking</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;url&#93;http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.your-site.com/&#91;/url&#93;</span>
</code></div><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;url</span><span style="color: #007700">=</span><span style="color: #0000BB">http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.your-site.com/&#93;my&nbsp;site&#91;/url&#93;</span>
</code></div><br />
<br />
You can easily create links with custom text or simply with the URL itself as the link.<br />
<br />
<span style="font-size:16px;"><b>Email Links</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;email&#93;you</span><span style="color: #007700">@</span><span style="color: #0000BB">your</span><span style="color: #007700">-</span><span style="color: #0000BB">site</span><span style="color: #007700">.</span><span style="color: #0000BB">com&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">email&#93;</span>
</code></div><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;email</span><span style="color: #007700">=</span><span style="color: #0000BB">you</span><span style="color: #007700">@</span><span style="color: #0000BB">your</span><span style="color: #007700">-</span><span style="color: #0000BB">site</span><span style="color: #007700">.</span><span style="color: #0000BB">com&#93;click&nbsp;here&nbsp;to&nbsp;email&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">email&#93;</span>
</code></div><br />
<br />
As with URLs, you can also format email addresses.  These pMcode tags will automatically encode the email address to make it more difficult for "spam bots" to retrieve it.<br />
<br />
<span style="font-size:16px;"><b>Images</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;img&#93;http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.your-site.com/pic.jpg&#91;/img&#93;</span>
</code></div><br />
<br />
You can easily display an image.<br />
<br />
<span style="font-size:16px;"><b>Apply CSS Classes</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;style</span><span style="color: #007700">=</span><span style="color: #0000BB">class_name&#93;your&nbsp;content&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">style&#93;</span>
</code></div><br />
<br />
You may apply a CSS class to a piece of content.  This code will produce HTML like this: &lt;samp&gt;&lt;span class="class_name"&gt;your content&lt;/span&gt;&lt;/samp&gt;.<br />
<br />
<span style="font-size:16px;"><b>Font Sizes And Colors</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;size</span><span style="color: #007700">=</span><span style="color: #0000BB">4&#93;Hey&nbsp;look&nbsp;at&nbsp;this</span><span style="color: #007700">!</span><span style="color: #0000BB">&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">size&#93;</span>
</code></div><br />
<br />
You can specify font sizes as 1 through 6.  1 is the smallest and 6 is the largest.<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;color</span><span style="color: #007700">=</span><span style="color: #0000BB">green&#93;Some&nbsp;green&nbsp;text&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">color&#93;</span>
</code></div><br />
<br />
You may also specify a color for the text.  Further, these pMcodes can be nested.<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;size</span><span style="color: #007700">=</span><span style="color: #0000BB">4&#93;&#91;color</span><span style="color: #007700">=</span><span style="color: #0000BB">green&#93;some&nbsp;larger&nbsp;green&nbsp;text&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">color&#93;&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">size&#93;</span>
</code></div><br />
<br />
<span style="font-size:16px;"><b>Bold, Strong, Em And Italic</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;b&#93;some&nbsp;bold&nbsp;text&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">b&#93;</span>
</code></div><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;strong&#93;some&nbsp;strong&nbsp;text&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">strong&#93;</span>
</code></div><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;em&#93;some&nbsp;em&nbsp;text&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">em&#93;</span>
</code></div><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;i&#93;some&nbsp;italic&nbsp;text&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">i&#93;</span>
</code></div><br />
<br />
Bold, strong, em and italic text is simple to add.<br />
<br />
<span style="font-size:16px;"><b>Strike Text</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;strike&#93;text&nbsp;stricken&nbsp;out&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">strike&#93;</span>
</code></div><br />
<br />
This produces text with a line through the center of it.  Note that the output of this tag is not valid in XHTML 1.0 Strict documents.<br />
<br />
<span style="font-size:16px;"><b>Quoting</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;quote&#93;Some&nbsp;text</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">blah</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">blah</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">blah</span><span style="color: #007700">...</span><span style="color: #0000BB">&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">quote&#93;</span>
</code></div><br />
<br />
You can surround text written by someone else which you'd like to "quote".  These tags will be replaced with &lt;samp&gt;&lt;blockquote&gt;&lt;/samp&gt; HTML tags.<br />
<br />
<span style="font-size:16px;"><b>Pre-Formatted Text</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;code&#93;Some&nbsp;pre</span><span style="color: #007700">-</span><span style="color: #0000BB">formatted&nbsp;text</span><span style="color: #007700">...</span>
</code></div></code><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;code&#93;Some&nbsp;pre</span><span style="color: #007700">-</span><span style="color: #0000BB">formatted&nbsp;text</span><span style="color: #007700">...</span>
</code></div></code><br />
<br />
You can submit pre-formatted text such as script examples.  These will be replaced with &lt;samp&gt;&lt;pre&gt; &lt;/pre&gt;&lt;/samp&gt; HTML tags.  Whitespace and line wrapping will be preserved as you input it.  Note that very long lines will <strong>not</strong> automatically be wrapped and thus these could affect your site layout.<br />
<br />
<span style="font-size:18px;"><b>Wiki Syntax</b></span><br />
<br />
Wiki users create new pages, categories, links, and perform other actions directly on the wiki using special syntax. Wikis traditionally use double brackets for this syntax and the ExpressionEngine Wiki Module does the same.<br />
<br />
<span style="font-size:16px;"><b>Create or Link to a Page</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Page&nbsp;title&#93;&#93;</span>
</code></div><br />
<br />
This creates a link to a wiki page with the specified title. If the page does not exist, you can create it when you click the link.<br />
<br />
For example, if you are writing an article on sandwiches and want to link to or create a page specifically about peanut butter sandwiches you could use the following syntax:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">Sandwiches&nbsp;are&nbsp;really&nbsp;great</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">especially&nbsp;&#91;&#91;Peanut&nbsp;Butter&nbsp;Sandwiches&#93;&#93;</span><span style="color: #007700">.</span>
</code></div><br />
<br />
This would link to a page title "Peanut Butter Sandwiches" or it would allow you to create that page when the link is clicked.<br />
<br />
<span style="font-size:16px;"><b>Create Single Category</b></span><br />
    <br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Category&nbsp;Name&#93;&#93;</span>
</code></div><br />
    <br />
Placing this syntax in a article assigns it to the specified category.  If the category does not exist, the category will be created.<br />
    <br />
For example, to assign an article about peanut butter and jelly sandwiches to a "Sandwiches" category you would use this syntax:<br />
    <br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Sandwiches&#93;&#93;</span>
</code></div><br />
<br />
That will automatically assign the article to the Sandwiches category or create it if it does not exist. It will also automatically create a link that displays all articles in the "Sandwiches" category.<br />
<br />
<span style="font-size:16px;"><b>Create Nested Category</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Parent&nbsp;Category</span><span style="color: #007700">::</span><span style="color: #0000BB">Child&nbsp;Category&#93;&#93;</span>
</code></div><br />
    <br />
Placing this syntax in a article assigns it to the specified categories.  If one or both of the categories does not exist, they will be created.<br />
<br />
For example, to assign an article about peanut butter and jelly sandwiches to a "Sandwiches" category with a "Peanut Butter" subcategory you would use this syntax:<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Sandwiches</span><span style="color: #007700">::</span><span style="color: #0000BB">Peanut&nbsp;Butter&#93;&#93;</span>
</code></div><br />
    <br />
That will automatically assign the article to the "Sandwiches" parent category and a "Peanut Butter" subcategory. If either category does not exist it will be created.<br />
<br />
<span style="font-size:16px;"><b>Link to a Category Page</b></span><br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;</span><span style="color: #007700">:</span><span style="color: #0000BB">Category</span><span style="color: #007700">:</span><span style="color: #0000BB">Parent&nbsp;Category</span><span style="color: #007700">::</span><span style="color: #0000BB">Child&nbsp;Category&#93;&#93;</span>
</code></div><br />
<br />
This will create a link to the category page (notice colon at the beginning) that will display all the articles in the specified categories. This does not create category.<br />
<br />
<span style="font-size:16px;"><b>Linking to Image or Uploaded File</b></span><br />
<br />
<b>NOTE:</b> The wiki can automatically give you a file or image's code. On the article Edit page click on <i>View 10 Most Recent File Uploads</i>. If you need an older file click on <i>Uploaded Files</i> in the navigation and then select file. You'll see the appropriate code to use to call that file or image.<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;File</span><span style="color: #007700">:</span><span style="color: #0000BB">filename</span><span style="color: #007700">.</span><span style="color: #0000BB">zip&#93;&#93;</span>
</code></div><br />
<br />
Creates a link to a file page for an uploaded file.<br />
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;&#91;Image</span><span style="color: #007700">:</span><span style="color: #0000BB">image</span><span style="color: #007700">.</span><span style="color: #0000BB">jpg&#93;&#93;</span>
</code></div><br />
<br />
This creates an &lt;img&gt; tag for an uploaded image.]]></description>
      <dc:subject>Getting Started</dc:subject>
      <dc:date>2006-07-26T03:39:09-05:00</dc:date>
    </item>

    
    </channel>
</rss>