<?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>EE Wiki</title>
    <link>http://www.barking-moonbat.com/index.php/wiki/</link>
    <description>The ExpressionEngine Wiki!</description>
    <dc:language>en</dc:language>
    <dc:creator>mrchristian@barking-moonbat.com</dc:creator>
    <dc:rights>Copyright 2006</dc:rights>
    <dc:date>2006-10-27T17:53:55-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.pmachine.com/" />


    <item>
      <title>Technology4CountryFolk</title>
      <link>http://www.barking&#45;moonbat.com/index.php/wiki/Technology4CountryFolk/</link>
      <guid>http://www.barking&#45;moonbat.com/index.php/wiki/Technology4CountryFolk/</guid>
      <description><![CDATA[<p><a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/category:comedy/" class="noArticle" title="category:comedy">category:comedy</a>
</p>
<p>
<img src="http://www.barking-moonbat.com/index.php/wiki/3041787c6518bc4ea3f0942548a08cfe/" alt="tech4countryfolk.jpg" width="722" height="2500" />
</p>]]></description>
      <dc:subject>Technology4CountryFolk</dc:subject>
      <dc:date>2006-10-27T17:53:55-05:00</dc:date>
    </item>

    <item>
      <title>The Skippers Other Blog</title>
      <link>http://www.barking&#45;moonbat.com/index.php/wiki/The_Skippers_Other_Blog/</link>
      <guid>http://www.barking&#45;moonbat.com/index.php/wiki/The_Skippers_Other_Blog/</guid>
      <description><![CDATA[<strong>Table of Contents</strong>
<ul id="toc" title="Table of Contents">
	<li><a href="#The_ArgoKnot">The ArgoKnot</a></li>
</ul>
<hr />
<br />
<img src="http://www.barking-moonbat.com/index.php/wiki/e5272dddd536a8fab5cada2803aff667/" alt="masthead5.jpg" width="640" height="223" />
</p><h4 id="The_ArgoKnot">The ArgoKnot</h4>
<p>
<b><a href="http://www.argoknot.com">Voyages of the ArgoKnot</a></b>
</p>
<p>
Yes, Skipper has another home away from this madhouse. The ArgoKnot is oriented more toward the computer professional and particularly database administrators. It is also Skipper&#8217;s &#8220;proving grounds&#8221; for editorials and essays so before it hits the big time here at BMEWS, it usually goes through a review at the ArgoKnot so if you want to get a jump on what Skipper is up to, browse on over there occasionally and see what&#8217;s up.
</p>
<p>
<a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Category:Internet:Blogs/" title="Category:Internet:Blogs">Category:Internet:Blogs</a>
</p>]]></description>
      <dc:subject>The Skippers Other Blog</dc:subject>
      <dc:date>2006-09-15T07:07:15-05:00</dc:date>
    </item>

    <item>
      <title>Wiki: Formating Text</title>
      <link>http://www.barking&#45;moonbat.com/index.php/wiki/Wiki%3A_Formating_Text/</link>
      <guid>http://www.barking&#45;moonbat.com/index.php/wiki/Wiki%3A_Formating_Text/</guid>
      <description><![CDATA[<strong>Table of Contents</strong>
<ul id="toc" title="Table of Contents">
	<li><a href="#URLs_and_Linking">URLs and Linking</a></li>
	<li><a href="#Images">Images</a></li>
	<li><a href="#Font_Formatting">Font Formatting</a></li>
	<li><a href="#Quoting_Text">Quoting Text</a></li>
</ul>
<hr />
<br />
</p><h3><b>TEXT FORMATTING WITH WIKI</b></h3>
<p>
ExpressionEngine supports the use of &#8220;pMcode&#8221; within your entries. pMcode is a sort of simple syntax that you can use to format your entries with bold text, links, and more. It is very similar (in many cases identical) to the codes used on many popular forum packages.
</p>
<p>
pMcode can be used in your entry fields when you create an entry or when you leave a comment. It cannot normally be used in a Template.
</p><h4 id="URLs_and_Linking">URLs and Linking</h4>
<p>
<a href="http://www.barking-moonbat.com/index.php?URL=http://www.your-site.com/">http://www.your-site.com/</a> -or- <a href="http://www.barking-moonbat.com/index.php?URL=http://www.your-site.com/">Your Site</a>
</p>
<p>
would be entered in the editor as follows:
</p>
<p>
<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;&nbsp;-or-&nbsp;&#91;url=http://www.your-site.com/&#93;Your&nbsp;Site&#91;/url&#93;</span>
</code></div>
</p>
<p>
You can easily create links with custom text or simply with the URL itself as the link.
</p><h4 id="Images">Images</h4>
<p>
<img src="http://www.barking-moonbat.com/images/wiki/batty-small.gif"  alt='batty-small.gif' />
</p>
<p>
would be entered in the editor as follows:
</p>
<p>
<div class="codeblock"><code>
<span style="color: #0000BB">&#91;img&#93;http</span><span style="color: #007700">:</span><span style="color: #FF8000">//www.barking-moonbat.com/images/wiki/batty-small.gif&#91;/img&#93;</span>
</code></div>
</p>
<p>
You can easily display an image in this manner. You may upload your own images for display in your Wiki entries by using the &#8220;File Upload&#8221; buttom in the left Navigation menu.
</p><h4 id="Font_Formatting">Font Formatting</h4>
<p>
<b>Font Size:</b> You can specify font sizes as 1 through 6. 1 is the smallest and 6 is the largest.
<br />
[size=4]Some Large Text</size> - Edit as: <div class="codeblock"><code>
<span style="color: #0000BB">&#91;size</span><span style="color: #007700">=</span><span style="color: #0000BB">4&#93;Some&nbsp;Large&nbsp;Text&#91;</span><span style="color: #007700">/</span><span style="color: #0000BB">size&#93;</span>
</code></div>
</p>
<p>
<b>Font Color:</b> You may also specify a color for the text. Further, these pMcodes can be nested.
<br />
[size=6][color=green]Some Larger Green Text</color></size> - Edit as: <div class="codeblock"><code>
<span style="color: #0000BB">&#91;size</span><span style="color: #007700">=</span><span style="color: #0000BB">6&#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>
</p>
<p>
<b>Font Styles:</b> Bold, Strong, Em and Italic (with editor entries)
<br />
<b>Some bold text</b>  - Edit as: <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 />
<strong>Some strong text</strong> - Edit as: <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 />
<em>Some em text</em> - Edit as: <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 />
<i>Some italic text</i> - Edit as: <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 />
<strike>Text stricken out</strike> - Edit as: <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>
</p><h4 id="Quoting_Text">Quoting Text</h4>
<blockquote><p>Some quoted text. blah, blah, blah&#8230;</p></blockquote> - Edit as: <div class="codeblock"><code>
<span style="color: #0000BB">&#91;quote&#93;Some&nbsp;quoted&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>

<p>
<a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Category:Internet:Wiki/" title="Category:Internet:Wiki">Category:Internet:Wiki</a>
</p>]]></description>
      <dc:subject>Wiki: Formating Text</dc:subject>
      <dc:date>2006-09-15T07:06:46-05:00</dc:date>
    </item>

    <item>
      <title>Wiki: Creating A Wiki Entry</title>
      <link>http://www.barking&#45;moonbat.com/index.php/wiki/Wiki%3A_Creating_A_Wiki_Entry/</link>
      <guid>http://www.barking&#45;moonbat.com/index.php/wiki/Wiki%3A_Creating_A_Wiki_Entry/</guid>
      <description><![CDATA[<strong>Table of Contents</strong>
<ul id="toc" title="Table of Contents">
	<li><a href="#Create_an_Article">Create an Article</a></li>
	<li><a href="#Organizing_Articles_with_Categories">Organizing Articles with Categories</a></li>
</ul>
<hr />
<br />
</p><h4 id="Create_an_Article">Create an Article</h4>
<p>
Creating an article in a wiki is as simple as clicking on a button and adding some text. 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&#8217;t exist, that someone will want to create that information for the community. 
</p>
<p>
Let&#8217;s use a Cookbook wiki example to explain ...
</p>
<p>
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 or Find a 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.
</p>
<p>
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&#8217;ll use double brackets. To create a link for your hot chocolate recipe you&#8217;d do something like this:
</p>
<p>
<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>
</p>
<p>
Which would display this:
</p>
<p>
A mug of <a href="#">hot chocolate</a> goes great with this sandwich.
</p>
<p>
When you click the <b>hot chocolate</b> link, the wiki discovers that the article doesn&#8217;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.
</p>
<p>
You can do a lot more with <b>Wiki Syntax</b>, please see the <a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Wiki:_Formating_Text/"  title="Wiki:_Formating_Text">Wiki: Formating Text</a> section for details.
</p><h4 id="Organizing_Articles_with_Categories">Organizing Articles with Categories</h4>
<p>
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&#8217;s edit mode and add the following anywhere in the article:
</p>
<p>
<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>
</p>
<p>
This would automatically assign the article to the <b>Sandwiches</b> category. If the category doesn&#8217;t exist, the wiki will create it automatically. To add multiple categories just add an additional category like so:
</p>
<p>
<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>
</p>
<p>
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&#8217;s say you want to create a &#8220;breakfast&#8221; sub-category for the main (also called &#8220;parent") <b>Sandwiches</b> category. The following would do that:
</p>
<p>
<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>
</p>
<p>
Now the article is assigned to the <b>Sandwiches</b> parent category and the <b>Breakfast</b> sub-category.
</p>
<p>
You can do a lot more with <b>Wiki Syntax</b>, please see the <a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Wiki:_Formating_Text/"  title="Wiki:_Formating_Text">Wiki: Formating Text</a> section for details.
</p>]]></description>
      <dc:subject>Wiki: Creating A Wiki Entry</dc:subject>
      <dc:date>2006-09-15T07:06:14-05:00</dc:date>
    </item>

    <item>
      <title>Clam Chowder</title>
      <link>http://www.barking&#45;moonbat.com/index.php/wiki/Clam_Chowder/</link>
      <guid>http://www.barking&#45;moonbat.com/index.php/wiki/Clam_Chowder/</guid>
      <description><![CDATA[<strong>Table of Contents</strong>
<ul id="toc" title="Table of Contents">
	<li><a href="#Ingredients_needed">Ingredients needed</a></li>
	<li><a href="#Instructions">Instructions</a></li>
</ul>
<hr />
<br />
</p><h3><b>EMERIL&#8217;S CLAM CHOWDER</b></h3>
<p>
I made this Saturday. I substituted canned clams for the little neck clams and it turned out great. 
</p>
<p>
<img src="http://www.barking-moonbat.com/images/wiki/clam_chowder.jpeg"  alt='clam_chowder.jpeg' /> 
</p><h4 id="Ingredients_needed">Ingredients needed</h4>
<p>
1/2 pound bacon, medium dice 
<br />
1 cup chopped leeks (about 1 pound) 
<br />
1 cup chopped yellow onions 
<br />
1/2 cup chopped celery 
<br />
1 carrot, peeled and diced 
<br />
3 bay leaves 
<br />
1 tablespoon chopped fresh thyme 
<br />
1/2 cup flour 
<br />
1 pound white potatoes, peeled and medium diced 
<br />
4 cups clam juice 
<br />
2 cups heavy cream 
<br />
2 pounds little neck clams, shucked, chopped 
<br />
2 tablespoons finely chopped parsley 
<br />
Salt and pepper 
</p><h4 id="Instructions">Instructions</h4>
<p>
In a heavy stock pot, over medium-high heat, render the bacon, until crispy, about 8 minutes. Stir in the leeks, onions, celery, and carrots. Saute for about 2 minutes or until the vegetables start to wilt. Season the vegetables with salt and pepper. Add the bay leaves and thyme. Stir in the flour and cook for 2 minutes. Add the potatoes. Stir in the clam juice. Bring the liquid up to a boil and reduce to a simmer. Simmer the mixture until the potatoes are fork tender, about 12 minutes. Add the cream and bring up to simmer. Add the clams and simmer for 2 minutes. Stir in the parsley. Season with salt and pepper if needed. Ladle into shallow bowls and serve.
<br />
 
<br />
Yields: 6-8 servings
</p>
<p>
Thanks to <a href="http://www.barking-moonbat.com/index.php?URL=http://www.emerils.com/emeril/biography.html">Emeril Lagasse</a>.
</p>
<p>
<a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Category:Cooking/" title="Category:Cooking">Category:Cooking</a>
</p>]]></description>
      <dc:subject>Clam Chowder</dc:subject>
      <dc:date>2006-09-15T07:05:48-05:00</dc:date>
    </item>

    <item>
      <title>index</title>
      <link>http://www.barking&#45;moonbat.com/index.php/wiki/index/</link>
      <guid>http://www.barking&#45;moonbat.com/index.php/wiki/index/</guid>
      <description><![CDATA[<strong>Table of Contents</strong>
<ul id="toc" title="Table of Contents">
	<li><a href="#Create_an_Article">Create an Article</a></li>
	<li><a href="#Formatting_Text">Formatting Text</a></li>
</ul>
<hr />

<p>
<table cellpadding="10"><tr><td><img src="http://www.barking-moonbat.com/index.php/wiki/4946920e962d8dc9faf2602e677918ad/" alt="bartender.gif" width="312" height="312" /></td><td></p><h3>Welcome to the Skipper&#8217;s Wiki Bar &amp; Lounge!</h3>
<p>
A wiki is &#8220;a type of website that allows users to easily add, remove, or otherwise edit all content, very quickly and easily&#8230; The term wiki is a shortened form of &#8216;wiki wiki&#8217; which is from the native language of Hawaii (Hawaiian), where it is commonly used as an adjective to denote something &#8216;quick&#8217; or &#8216;fast&#8217; (Hawaiian dictionary)&#8221; (Wikipedia).
</p>
<p>
If you just want to jump right in, go ahead and enter a title in the &#8220;Create or Find Page&#8221; box over there on the left menu. The Wiki will tell you that article does not exist and asks you if you want to create it. Answer &#8220;Yes&#8221; and you&#8217;re off to edit your article.</td></tr></table>
</p>
<p>
</p><h4 id="Create_an_Article">Create an Article</h4>
<p>
Creating an article in a wiki is as simple as finding something that doesn&#8217;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&#8217;t exist, that someone will want to create that information for the community. 
</p>
<p>
You may notice that every page has a name, and that every internal link Leads to a page whose name is the same as the text of the link; this is one of the central principles of wiki. You may notice that some names which should be links aren&#8217;t, but do have a trailing hyperlinked question-mark; these are discussed below. 
<br />
 
<br />
Click on the &#8216;Edit&#8217; link at the top of the page. This will take you to a form where the text of the page is presented in a text area, which you can edit. Submit the form to apply your changes to the wiki. If you don&#8217;t see an Edit tab, the page is locked by the owner. There is a short page here that describes how to create an entry. This page is called: 
</p>
<p>
<center><b><a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Wiki:_Creating_A_Wiki_Entry/"  title="Wiki:_Creating_A_Wiki_Entry">Wiki: Creating A Wiki Entry</a></b></center>
</p><h4 id="Formatting_Text">Formatting Text</h4>
<p>
A wiki is a website designed for collaboration. Unlike a traditional website where pages can only be read, in a wiki everyone can edit, update and append pages with new information, all without knowing HTML. To a great degree, wiki is like a normal website - read the pages, click on the links to surf to other pages, etc. I have provided a Wiki page here that will help you format your text if you want to get real fancy. It also shows you how to make links to other web pages as well as upload pictures to go with your entries. The page is called:
</p>
<p>
<center><b><a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Wiki:_Formating_Text/"  title="Wiki:_Formating_Text">Wiki: Formating Text</a></b></center>
</p>
<p>
<a href="http://www.barking-moonbat.com/index.php?URL=http://www.barking-moonbat.com/index.php/wiki/Category:Internet/" title="Category:Internet">Category:Internet</a>
</p>]]></description>
      <dc:subject>index</dc:subject>
      <dc:date>2006-09-15T07:02:04-05:00</dc:date>
    </item>


    </channel>
</rss>
  