<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://groups.drupal.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Wiki</title>
 <link>http://groups.drupal.org/wiki</link>
 <description>Developers interested in implementing Wiki functionality for Drupal</description>
 <language>en</language>
<item>
 <title>Evaluation Drupal 6 wiki modules</title>
 <link>http://groups.drupal.org/node/16910</link>
 <description>&lt;p&gt;I have written up my experience evaluating the Drupal 6 modules for my attempt to create a mediawiki-like site.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://starbowconsulting.com/node/111&quot; title=&quot;http://starbowconsulting.com/node/111&quot;&gt;http://starbowconsulting.com/node/111&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/16910#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Wed, 19 Nov 2008 20:57:23 +0000</pubDate>
 <dc:creator>starbow</dc:creator>
 <guid isPermaLink="false">16910 at http://groups.drupal.org</guid>
</item>
<item>
 <title>An actual wiki in Drupal</title>
 <link>http://groups.drupal.org/node/15681</link>
 <description>&lt;p&gt;Hey all,&lt;/p&gt;
&lt;p&gt;I come from a wiki development background. have been involved in wiki communities and circles for a while now.&lt;/p&gt;
&lt;p&gt;I have struggled with both Liquid and Wikitools in Drupal since Drupal 4.7, and have come to the conclusion that the problem is with Freelinking.&lt;/p&gt;
&lt;p&gt;When I first used freelinking, I loved it. But, as I tried to customize and add functionality onto wiki in Drupal, Freelinking, and specifically the way that Freelinking makes links, has become a real bane to me in constructing wiki in Drupal.&lt;/p&gt;
&lt;p&gt;If you feel the same as me, then what I am proposing here is a new way to make links &lt;em&gt;specifically&lt;/em&gt; for wiki in Drupal. This way of making links would work with a wiki content-type (or content type of your choosing). Would work with Drupal&#039;s search system&lt;/p&gt;
&lt;p&gt;I am thinking of something kind of like what is described here: &lt;a href=&quot;http://drupal.org/node/156523&quot; title=&quot;http://drupal.org/node/156523&quot;&gt;http://drupal.org/node/156523&lt;/a&gt;  and in this patch &lt;a href=&quot;http://drupal.org/files/issues/proper_links_0.patch&quot; title=&quot;http://drupal.org/files/issues/proper_links_0.patch&quot;&gt;http://drupal.org/files/issues/proper_links_0.patch&lt;/a&gt;  but basically goes further into being more like the guts of actual wiki parsers (creating direct links to nodes that are run through regular expression filters, etc) basically, creating an actual parser, and one that can work with WYSIWYG editors (in my case FCKeditor).&lt;/p&gt;
&lt;p&gt;I have someone asking me to make this already, so no matter what looks like it will come into existince. But, I thought I&#039;d share this proposed (albeit somewhat vague at this point) direction for feedback from those interested.&lt;/p&gt;
&lt;p&gt;Would it really be that bad to have an &lt;em&gt;actual&lt;/em&gt; wiki parser for Drupal? Or, is it enough to simply have the patch that allows freelinking to point straight to nodes, given that the whole linking scheme works better in Drupal through Input Filters? What do you think?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15681#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 07 Oct 2008 22:15:24 +0000</pubDate>
 <dc:creator>samrose</dc:creator>
 <guid isPermaLink="false">15681 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki Templates (or mimicking Wikipedia functionality)</title>
 <link>http://groups.drupal.org/node/15568</link>
 <description>&lt;p&gt;There&#039;s a neat feature on Wikipedia pages where pages are related, they have a template at the bottom of the page with links to all of the relevant nodes.&lt;/p&gt;
&lt;p&gt;For example, the Linkin Park entry will have a template at the bottom that has links to all their members pages, singles and albums, etc. This template is editable and when you make changes to it, it gets updated across all the pages that use it.&lt;/p&gt;
&lt;p&gt;Seems like a great idea, and I&#039;d love to implement something similar in a Drupal wiki. Does anyone know if it&#039;s possible using existing modules?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/15568#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 04 Oct 2008 22:11:42 +0000</pubDate>
 <dc:creator>Gerard McGarry@drupal.org</dc:creator>
 <guid isPermaLink="false">15568 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Edit Link for Wiki Pages</title>
 <link>http://groups.drupal.org/node/13477</link>
 <description>&lt;p&gt;I&#039;m building a community site for the Public Librarians and I was wondering how on Wiki Pages, the Edit link is added on Drupal Groups.&lt;/p&gt;
&lt;p&gt;It&#039;s the link just under the Title that says, &quot;You are viewing a wiki page. You are welcome...&quot;  Then depending on whether you&#039;re already a member of the Group, the link either goes to edit the page or join the group.&lt;/p&gt;
&lt;p&gt;How nice.&lt;/p&gt;
&lt;p&gt;Does anyone know how this was done?  Is it something added to the theme template?  I&#039;m trying to figure out how it&#039;s done!&lt;/p&gt;
&lt;p&gt;Any help would be appreciated.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13477#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/880">how-to</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/groups-drupal-org" xmlns="http://drupal.org/project/og">Groups.drupal.org</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sun, 27 Jul 2008 17:06:36 +0000</pubDate>
 <dc:creator>leoklein@drupal.org</dc:creator>
 <guid isPermaLink="false">13477 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Do we need Mediawiki syntax when we have WYSIWYG editors?</title>
 <link>http://groups.drupal.org/node/12468</link>
 <description>&lt;p&gt;After spending/wasting a &lt;em&gt;lot&lt;/em&gt; of time this weekend trying to get a functioning wiki built using a combination of wikitools, pearwiki filter and freelinks module (in combination with TinyMCE).&lt;/p&gt;
&lt;p&gt;I ran into a hell of a lot of problems trying to implement the PEARWiki filter in conjunction with Wikitools and TinyMCE and in the end I just gave up completely!&lt;/p&gt;
&lt;p&gt;What I want to know from others who&#039;ve tried the same thing is - do we need a mediawiki parser when we&#039;re already providing visitors with a WYSIWYG interface? Personally, the only feature that I consider essential is the content autocreation/double-bracketted linking method that allows a &lt;a href=&quot;/freelinking/new%2520page&quot; rel=&quot;nofollow&quot;&gt;new page&lt;/a&gt; link.&lt;/p&gt;
&lt;p&gt;Anyone else care to share their thoughts on this one?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12468#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/659">mediawiki</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3808">wikitools</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Mon, 16 Jun 2008 10:29:17 +0000</pubDate>
 <dc:creator>Gerard McGarry@drupal.org</dc:creator>
 <guid isPermaLink="false">12468 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Import from mediawiki XML?</title>
 <link>http://groups.drupal.org/node/12005</link>
 <description>&lt;p&gt;I&#039;m just wondering how to import mediawiki XML and turning it into a wikitools drupal system. This should theoretically be simple, but I&#039;m not sure where to begin.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/12005#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/16">RSS</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/rss-aggregation" xmlns="http://drupal.org/project/og">RSS &amp;amp; Aggregation</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Wed, 04 Jun 2008 17:58:03 +0000</pubDate>
 <dc:creator>Miraploy</dc:creator>
 <guid isPermaLink="false">12005 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Refactor Collaborative Editor</title>
 <link>http://groups.drupal.org/node/10269</link>
 <description>&lt;p&gt;Based on the &lt;a href=&quot;http://groups.drupal.org/node/9510&quot; rel=&quot;nofollow&quot;&gt;Refactor revisions to use a version control system&lt;/a&gt; proposal changed, I post this proposal.&lt;/p&gt;
&lt;h2&gt;The problem&lt;/h2&gt;
&lt;p&gt;Core only allows the first user that sumbit the node form to save the changes; so the others have to see the saved node again and manually make the changes, hoping no other user save it before he does it. Clearly, it&#039;s a really slow way to make a contributed document.&lt;/p&gt;
&lt;p&gt;In 2006&#039;s edition of Google Summer of code a student made collaborative_editor module, giving this facility. But I think it&#039;s not so good managing revisions.&lt;/p&gt;
&lt;p&gt;During this Summer of Code, I want to make the simultaneous editing better, using the better tool I found in my research. The initial list of posibilities to handle the changes include: some VCS, COMET, AJAX(used in the module).&lt;/p&gt;
&lt;h2&gt;Why?&lt;/h2&gt;
&lt;p&gt;Drupal is growing up and it is being used to different kind of websites, but it&#039;s not widely used by wikis. So it is a potentially new group of users who can make grow up Drupal still more.&lt;/p&gt;
&lt;p&gt;Simultaneous editing improve user interaction inside a web, which is a notably a usability feature, which is one of the planned improvements goals in Drupal 7.&lt;/p&gt;
&lt;p&gt;Reactivate the life of the collaborative_editor module developed on GSOC 2006, that actually has no activity.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/10269#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/4625">simultaneous editing</category>
 <category domain="http://groups.drupal.org/taxonomy/term/72">SoC</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/soc-collaborative-editor" xmlns="http://drupal.org/project/og">SoC 2006: Collaborative Editor</group>
 <group domain="http://groups.drupal.org/soc-2008" xmlns="http://drupal.org/project/og">SoC 2008</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 29 Mar 2008 19:38:26 +0000</pubDate>
 <dc:creator>marvil07</dc:creator>
 <guid isPermaLink="false">10269 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Installing Pear Wiki Filter</title>
 <link>http://groups.drupal.org/node/10015</link>
 <description>&lt;p&gt;I am trying to install the pear wiki filter, but I am not understanding this part of the readme instructions:&lt;/p&gt;
&lt;p&gt;Use the following command to get the CVS Version of all the required PEAR packages&lt;br /&gt;
(which I would recommend at least for the Mediawiki parser):&lt;/p&gt;
&lt;p&gt;cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d Text pear/Text_Wiki/Text&lt;/p&gt;
&lt;p&gt;Any help? I think it means to use some sort of command line, which I am unfamiliar. Is there a way to do it without it?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/10015#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/4539">pear wiki</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Fri, 21 Mar 2008 16:30:51 +0000</pubDate>
 <dc:creator>addisonkirk</dc:creator>
 <guid isPermaLink="false">10015 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Mediawiki namespaces</title>
 <link>http://groups.drupal.org/node/9673</link>
 <description>&lt;p&gt;I&#039;m currently working on integrating the Mediawiki parser into Drupal. The basics work: formatting, links, templates, images.&lt;br /&gt;
Two major things are still missing: category links and namespaces. Cagegory associations can easily be mapped into taxonomy module. The question remains for namespaces.&lt;/p&gt;
&lt;p&gt;In my implementation, namespaces are mostly mapped onto node types. The main namespace (or no namespace) is mapped to a node type &#039;wiki&#039;, the template namespace is mapped to a node type &#039;template&#039; and the image namespace is mapped to the image module. The user namespace can be mapped to the user profile page and Talk namespaces are ignored since Drupal handles this via comments.&lt;/p&gt;
&lt;p&gt;But Mediawiki defines a couple of other namespaces: &quot;Help&quot;, &quot;Project&quot;, &quot;Mediawiki&quot; and actually any number of user defined namespaces. This brought me to the realisation that a simple mapping onto node types is not good enough. There are various ideas to have a different kind of mappings which could also be dependent on the namespace:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A namespace is a whole node type (e.g. &#039;image&#039;, maybe &#039;template&#039;)&lt;/li&gt;
&lt;li&gt;A namespace is a term of a category (e.g. a category with &#039;Main&#039;, &#039;Help&#039;, &#039;Project&#039; and any number of user defined terms)&lt;/li&gt;
&lt;li&gt;A namespace is a group (organic groups)&lt;/li&gt;
&lt;li&gt;Maybe something else&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This would be a quite flexible approach as you can define your namespaces and the granularity of the namespaces.&lt;/p&gt;
&lt;p&gt;But I realised that when I use Mediawiki, I never use anything except the &quot;Main&quot; namespace. I never used &quot;Help&quot; or &quot;Project&quot; or defined my own namespace. So the question is:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Would you use namespaces? And what for?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I would say that categorisation is enough (that&#039;s why I never used a custom namespace with Mediawiki), but maybe someone has a good use case for namespaces. The use on mediawiki.org (&lt;a href=&quot;http://www.mediawiki.org/wiki/Project:Namespaces&quot; title=&quot;http://www.mediawiki.org/wiki/Project:Namespaces&quot;&gt;http://www.mediawiki.org/wiki/Project:Namespaces&lt;/a&gt;) could probably be replaced by a simple categorisation as well, I don&#039;t think there are many pages with the same name in these namepsaces.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/9673#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 11 Mar 2008 23:05:19 +0000</pubDate>
 <dc:creator>rötzi@drupal.org</dc:creator>
 <guid isPermaLink="false">9673 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Is Drupal Wiki ready for primetime?</title>
 <link>http://groups.drupal.org/node/9561</link>
 <description>&lt;p&gt;I&#039;m debating whether to integrate wiki (a simple solution that I&#039;m familiar with and would basically take care of all my needs in 1 fell swoop), or use various modules to do a native Drupal wiki.&lt;/p&gt;
&lt;p&gt;So to help me make this decision, I&#039;m asking if the Drupal wiki modules are able to duplicate at least all the basic functions of mediawiki. I&#039;m a little confused about freelinking module. Is it neccessary? Shouldn&#039;t the wikitools module be able to do the same thing? Or am I missing something?&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/9561#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sun, 09 Mar 2008 03:48:55 +0000</pubDate>
 <dc:creator>Miraploy</dc:creator>
 <guid isPermaLink="false">9561 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Refactor revisions to use a version control system</title>
 <link>http://groups.drupal.org/node/9510</link>
 <description>&lt;p&gt;Proposal added to official ideas list at &lt;a href=&quot;http://drupal.org/node/237619&quot; title=&quot;http://drupal.org/node/237619&quot;&gt;http://drupal.org/node/237619&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The node_revisions table currently stores a full copy of everything for every revision.&lt;/p&gt;
&lt;p&gt;For space considerations it would make a lot of sense to store it as diffs instead.&lt;br /&gt;
Many sites like drupal.org also have issues with simultaneous editing - using diffs might allow for merging of edits rather than the current locking system.&lt;/p&gt;
&lt;p&gt;Note that in D7 core, node_revisions may well be handled similarly to CCK fields - so something extensible to both models is likely to have the most chance of future use.&lt;/p&gt;
&lt;p&gt;This project would probably be implemented as a patch to core and/or cck module.&lt;/p&gt;
&lt;p&gt;Modules which deal with revision related stuff already:&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/diff&quot; title=&quot;http://drupal.org/project/diff&quot;&gt;http://drupal.org/project/diff&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/project/revision_moderation&quot; title=&quot;http://drupal.org/project/revision_moderation&quot;&gt;http://drupal.org/project/revision_moderation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Difficulty:&lt;br /&gt;
Pretty hard.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/9510#comments</comments>
 <group domain="http://groups.drupal.org/soc-2008" xmlns="http://drupal.org/project/og">SoC 2008</group>
 <group domain="http://groups.drupal.org/revision-control-systems" xmlns="http://drupal.org/project/og">Revision Control Systems</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Fri, 07 Mar 2008 18:19:02 +0000</pubDate>
 <dc:creator>catch</dc:creator>
 <guid isPermaLink="false">9510 at http://groups.drupal.org</guid>
</item>
<item>
 <title>intigrating just part of wikimedia into drupal ?</title>
 <link>http://groups.drupal.org/node/8825</link>
 <description>&lt;p&gt;I like wikimedia as it is, the syntax and everything are very good for most documents, the only thing I &lt;em&gt;don&#039;t&lt;/em&gt; like, is the discussion pages. is it possible to just have the discussion (talk) pages link into drupal ? instead of going for full integration. How hard would that be ? auth would have to be shared between drupal and wiki, which has already been done. the hard part would be to have wiki generate forum posts in drupal when a page is created, or, and much preferred, have discussion forum created only when someone clicks the discussion link, and of course open the forum post if it already exsist, in an i-frame or something within the wiki page.  (not the whole forum, just the forum post that is linked to that wiki page) buy simply allowing talk pages to go back to drupal, and allow searching from within drupal to encompass the wiki, would be best option because it would also allow to keep up with wikimedia, so these modification would be easy to change if a jump in wikimedia version changed the way things were searched for \ talk pages displayed. I may also be able to provide some financial support to anyone willing to do this.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8825#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 12 Feb 2008 10:59:09 +0000</pubDate>
 <dc:creator>Tenchi</dc:creator>
 <guid isPermaLink="false">8825 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Namespaces, other wiki comparisons</title>
 <link>http://groups.drupal.org/node/8163</link>
 <description>&lt;p&gt;Hi folks,&lt;/p&gt;
&lt;p&gt;Have any of you Drupal wiki pioneers come up with a good way of mimicking namespaces? We&#039;re looking for a wiki solution for a corporate intranet and we already use Drupal for some other things... Seems like that is one of the missing pieces.&lt;/p&gt;
&lt;p&gt;The main contenders besides Drupal for the wiki are Confluence, WikiSpaces.net, Dokuwiki and Mediawiki.&lt;/p&gt;
&lt;p&gt;Any feedback or thoughts appreciated. Thanks!&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8163#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Mon, 14 Jan 2008 16:49:22 +0000</pubDate>
 <dc:creator>mtndan</dc:creator>
 <guid isPermaLink="false">8163 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Creating a wiki format with flexifilter</title>
 <link>http://groups.drupal.org/node/8152</link>
 <description>&lt;p&gt;Following the release of the &lt;a href=&quot;http://drupal.org/project/flexifilter&quot; rel=&quot;nofollow&quot;&gt;Flexifilter&lt;/a&gt; module, I thought I&#039;d mention how this can be used to create a mediawiki-style markup format&amp;mdash; and it&#039;s completely customizable in that any features can be omitted, altered, or added.&lt;/p&gt;
&lt;p&gt;1. Prepend with &amp;lt;/nowiki&amp;gt;.&lt;br /&gt;
2. Append with &amp;lt;nowiki&amp;gt;&lt;br /&gt;
3. Do a chunk grab on &amp;lt;/nowiki&amp;gt; and &amp;lt;nowiki&amp;gt;.&lt;br /&gt;
     1. Add several pattern-based text replace components:&lt;br /&gt;
     2. Replace &#039;&#039;&#039; (three single dashes) with alternating &amp;lt;strong&amp;gt; and &amp;lt;/strong&amp;gt;.&lt;br /&gt;
     3. Replace &#039;&#039; (two single dashes) with alternating &amp;lt;em&amp;gt; and &amp;lt;/em&amp;gt;.&lt;br /&gt;
     4. Replace ==== (four equals signs) with alternating &amp;lt;h4&amp;gt; and &amp;lt;/h4&amp;gt;&lt;br /&gt;
     5. Replace === (three equals signs) with alternating &amp;lt;h3&amp;gt; and &amp;lt;/h3&amp;gt;&lt;br /&gt;
     6. Replace == (two equals signs) with alternating &amp;lt;h2&amp;gt; and &amp;lt;/h2&amp;gt;&lt;br /&gt;
     7. Create a chunk grabber on [&lt;em&gt;&lt;/em&gt;[ and ]&lt;em&gt;&lt;/em&gt;].&lt;br /&gt;
           1. Add an IF component within the chunk grabber.&lt;br /&gt;
                 1. Add the condition &quot;text contains&quot; with the parameter |.&lt;br /&gt;
                 2. As subcomponents of this IF statement, prepend with &amp;lt;a href=&quot;/drupalwikipath/&lt;br /&gt;
                 3. String replace | with &quot;&amp;gt;.&lt;br /&gt;
                 4. Append &amp;lt;/a&amp;gt;.&lt;br /&gt;
           2. Now, outside the if statement, create an IF NOT statement with the same condition.&lt;br /&gt;
                 1. String replace ~ with \~ (escape the character).&lt;br /&gt;
                 2. Append ~~.&lt;br /&gt;
                 3. Add an advanced append. Step 20 should be added to this component.&lt;br /&gt;
                 4. String replace ~~ with &amp;lt;/a&amp;gt;.&lt;br /&gt;
                 5. Now, outside of the advanced append, prepend with &amp;lt;a href=&quot;/drupalwikipath/&lt;br /&gt;
                 6. String replace ~~ with &quot;&amp;gt;&lt;br /&gt;
                 7. String replace \~ with ~.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8152#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3830">flexifilter</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Mon, 14 Jan 2008 02:05:53 +0000</pubDate>
 <dc:creator>cwgordon7@drupal.org</dc:creator>
 <guid isPermaLink="false">8152 at http://groups.drupal.org</guid>
</item>
<item>
 <title>WYSIWYG, WikiTools, PearWiki Filter, and Markup</title>
 <link>http://groups.drupal.org/node/8082</link>
 <description>&lt;p&gt;I&#039;ve been using &lt;a href=&quot;http://drupal.org/project/liquid&quot; title=&quot;http://drupal.org/project/liquid&quot;&gt;http://drupal.org/project/liquid&lt;/a&gt; thus far.&lt;/p&gt;
&lt;p&gt;Following the recent developments, I am making the switch to &lt;a href=&quot;http://drupal.org/project/wikitools&quot; title=&quot;http://drupal.org/project/wikitools&quot;&gt;http://drupal.org/project/wikitools&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One question that I have is: how does PearWiki Filter deal with using wiki markup in WYSIWYG editors? What is the best WYSIWYG editor to use in conjunction with WikiTools module, adn PearWiki filter, to allow mixed use of both richtext and different wiki markup on the same page? This is a feature that is generally supported in wiki engines like MoinMoin, social text, OddMuse, and other common wiki engines (plus services like WikiSpaces). It seems that this could be possible in Drupal. Perhaps it will take a custom input filter. Your advice would be greatly appreciated here :)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8082#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1168">fckeditor</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3809">pear filter</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2011">wikis</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3808">wikitools</category>
 <category domain="http://groups.drupal.org/taxonomy/term/732">WYSIWYG</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Wed, 09 Jan 2008 17:34:26 +0000</pubDate>
 <dc:creator>samrose</dc:creator>
 <guid isPermaLink="false">8082 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Are we ready for a wiki.drupal.org?</title>
 <link>http://groups.drupal.org/node/7837</link>
 <description>&lt;p&gt;Over the past few years, Drupal wiki capabilities have blossomed. I think- and correct me if you disagree- that they&#039;ve reached such a point as to make a drupal-powered wiki.drupal.org a distinct possibility. Even now, we continue to get silly questions in the drupal.org forums: &quot;can you make a wiki with Drupal?&quot;, etc. Let&#039;s prove to them that it &lt;strong&gt;&lt;em&gt;can&lt;/strong&gt;&lt;/em&gt;. As groups.drupal.org came to represent the power of Drupal with regard to community effort, wiki.drupal.org will come to represent the power of Drupal in information exchange.&lt;/p&gt;
&lt;p&gt;This would be an ideal place for both developers and Drupal newbies to record what they know and to learn what they don&#039;t. Api.drupal.org and the Drupal handbooks partially achieve this: but a wiki site, with anonymous users given editing power, would make the documentation of Drupal explode from a partially-complete, somewhat-vague set of instructions to a complete, powerful, comprehensive set of documentation.&lt;/p&gt;
&lt;p&gt;Drupal needs this, or something like this; at api.drupal.org, for instance, many of Drupal 6&#039;s key functions and hooks are yet not documented. Even more of them have vague documentations: &quot;Implementation of hook_forms()&quot; does not even begin to describe a function.&lt;/p&gt;
&lt;p&gt;Let&#039;s prove to the world that Drupal &lt;strong&gt;can&lt;/strong&gt; build effective wikis. Let&#039;s prove to the world what the Drupal community can do. And let&#039;s prove to the world that Drupal can do &lt;em&gt;anything&lt;/em&gt;.
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7837#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 25 Dec 2007 02:11:13 +0000</pubDate>
 <dc:creator>cwgordon7@drupal.org</dc:creator>
 <guid isPermaLink="false">7837 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki module maintainership</title>
 <link>http://groups.drupal.org/node/7072</link>
 <description>&lt;p&gt;Hey there all,&lt;/p&gt;
&lt;p&gt;I have been doing a bit of research about setting up wiki sites.  The two big &quot;central&quot; modules for wikis are wikitools (by rotzi) and liquid wiki (by sorenp.)  Neither module is being actively maintained (no commits since March.)  I&#039;ve spoken to Soren and he said he doesn&#039;t have time to maintain Liquid Wiki anymore and it would be better if someone in the community took it over.  I never heard back from Julian but through the grapevine I heard that theoretically he had a project which would bring him back to work on wikitools, at least for a while, but probably not permanently (if at all) is my guess.
&lt;/p&gt;
&lt;p&gt;I think that wiki functionality is something that a lot of people in the community are interested in and it behooves us to have a regularly maintained module/suite of modules that &quot;gets it done.&quot;  I&#039;d like to proposed that we 1) decide on &lt;em&gt;one&lt;/em&gt; wiki module to support and move forward with, 2) deprecate the other, 3) get at least &lt;em&gt;two&lt;/em&gt; people who are willing to be co-maintainers and keep the module alive and healthy.  The upgrade to 6 will be coming soon and having patches sit in the queue for 3 months waiting for an inactive maintainer to review and commit will be nasty.  There are also a number of other related modules and we should check the health of those as well and work as a community to make sure they don&#039;t go by the wayside.&lt;/p&gt;
&lt;p&gt;So basically this post is just to start of a discussion about the health of wiki modules and future maintenance to see what others think, determine the best course of action for the community and see who is interested in stepping forward.&lt;/p&gt;
&lt;p&gt;I&#039;m also posting a link to this to both modules&#039; issue queues.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/7072#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Mon, 12 Nov 2007 17:49:57 +0000</pubDate>
 <dc:creator>add1sun</dc:creator>
 <guid isPermaLink="false">7072 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Usable expandable menus on Core - Creating a mission group</title>
 <link>http://groups.drupal.org/node/6284</link>
 <description>&lt;p&gt;The new Digg menu is highly usable.&lt;/p&gt;
&lt;p&gt;Take a look at &lt;a href=&quot;http://digg.com/news/technology&quot; title=&quot;http://digg.com/news/technology&quot;&gt;http://digg.com/news/technology&lt;/a&gt;. Try to click on the down arrows to the right of each menu item on the top strip and you will see a menu  folding down, with sub menus folding down as well. Also, all the contents of the menu are displayed in the second horizontal strip.&lt;/p&gt;
&lt;p&gt;Improving the drupal core menu navigation to create a digg-like menu would be fantastic - it&#039;s very high usability.&lt;/p&gt;
&lt;p&gt;What do you think would be the requirements for such a task?&lt;/p&gt;
&lt;p&gt;Do you know of a drupal menu which is currently doing something similar?&lt;/p&gt;
&lt;p&gt;Which high quality and easily expandable module would you recommend to start with?&lt;/p&gt;
&lt;p&gt;Who do you think would need to join for this endavor to be successfull?&lt;/p&gt;
&lt;p&gt;If you are developers and would like to join, please put there a note.&lt;/p&gt;
&lt;p&gt;Feel free to edit this page with answers.&lt;/p&gt;
&lt;p&gt;Thanks  in advance,&lt;/p&gt;
&lt;p&gt;Amnon&lt;/p&gt;
&lt;p&gt;Yes, looks totally awesome.&lt;br /&gt;
Yet, maybe a bit much, cause it is duplicating the menu experience. For me, it would be enough to have a normal Dropdown menu with first sublevel appearing, this being doubled in the second horizontal row.&lt;/p&gt;
&lt;p&gt;Thomas (user eigentor)&lt;/p&gt;
&lt;p&gt;Unfortunately this is a wikipage, so I can&#039;t comment on it,  or unfortunately this is a wiki page, which can&#039;t be commented on -- depending on how you see it.&lt;/p&gt;
&lt;p&gt;In answer to your search:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/dhtml_menu&quot; rel=&quot;nofollow&quot;&gt;DHTML menu&lt;/a&gt;, my favourite, difficult to &lt;a href=&quot;http://drupal.org/node/121128&quot; rel=&quot;nofollow&quot;&gt;make horizontal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/nice_menus&quot; rel=&quot;nofollow&quot;&gt;Nice menus&lt;/a&gt;, horizontal and vertical, javascript-less, impressive use of CSS&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/jstools&quot; rel=&quot;nofollow&quot;&gt;Active Menu&lt;/a&gt;, a windows file tree like menu tree with + and - boxes, part of &lt;a href=&quot;http://drupal.org/project/jstools&quot; rel=&quot;nofollow&quot;&gt;JS tools&lt;/a&gt;, no horizontal AFAIK&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/admin_menu&quot; rel=&quot;nofollow&quot;&gt;Drupal Administration Menu&lt;/a&gt;, &lt;em&gt;the&lt;/em&gt; menu for administrative purposes (sun)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://groups.drupal.org/user/6860&quot; rel=&quot;nofollow&quot;&gt;Bevan/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The digg menu looks pretty much like your classic CSS/DHTML menu, with a click instead of a rollover being the trigger event to reveal the menu.&lt;/p&gt;
&lt;p&gt;We&#039;ve found a number menus like &lt;a href=&quot;http://www.opencube.com/&quot; rel=&quot;nofollow&quot;&gt;OpenCube&#039;s&lt;/a&gt; Infinite Menus and Quick Menus that are accessible and easily customizable, but that don&#039;t perform so well on a high-traffic Drupal site.&lt;/p&gt;
&lt;p&gt;The perfect menu is, well, the Holy Grail of usability. The perfect menus is a combination of built-in features and PHP wrangling in template.php. I&#039;ve gone ahead and turned it into a forum topic (&lt;a href=&quot;http://drupal.org/node/178665&quot; title=&quot;http://drupal.org/node/178665&quot;&gt;http://drupal.org/node/178665&lt;/a&gt;) under &lt;a href=&quot;http://drupal.org/forum/3&quot; rel=&quot;nofollow&quot;&gt;theme development&lt;/a&gt;.Each menu should be its own sub-topic, so folks can critique and comment extensively on integrating it into Drupal.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://groups.drupal.org/user/5507&quot; rel=&quot;nofollow&quot;&gt;modulist&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The new Digg menu is highly usable.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Hmmm...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A hover highlights both the menu item and the arrow down at the same time, but clicking the menu item and clicking the arrow down result in different actions. &lt;/li&gt;
&lt;li&gt;The menu item / arrow down and the submenu graphically have no connection.&lt;/li&gt;
&lt;li&gt;Once deselected the arrow down (and menu item) stays highlighted.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I believe there is room for improvement.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://groups.drupal.org/user/1062&quot; rel=&quot;nofollow&quot;&gt;gaele &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;rszrama&#039;s reply: I actually found the menu to be a little confusing.  The fact that clicking on the same menu item in two different places results in different actions (browsing to the section vs. expanding the menu) is very confusing.  Then having to click the down arrow again made it worse.  Honestly, I think the most &quot;usable&quot; menus we&#039;ll find are the ones people are most &quot;used&quot; to... which are Windows style menus.  You click on it once to expand, and any further expansions are denoted w/ the right pointing arrow and expand automatically when hovered.  The menu titles themselves wouldn&#039;t be links.  For an example, click on your Bookmarks menu item in Firefox.&lt;/p&gt;
&lt;p&gt;Unfortunately, I&#039;m not sure that this is the best way to browse a website.  This may be good for sites using Drupal as a general application framework where browsers are actually users who have come to perform tasks... but for general browsing, I don&#039;t think it&#039;s the way to go.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/theme-development" xmlns="http://drupal.org/project/og">Theme development</group>
 <group domain="http://groups.drupal.org/usability" xmlns="http://drupal.org/project/og">Usability</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sun, 23 Sep 2007 07:33:47 +0000</pubDate>
 <dc:creator>levavie</dc:creator>
 <guid isPermaLink="false">6284 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Integration with Mediawiki sites</title>
 <link>http://groups.drupal.org/node/5354</link>
 <description>&lt;p&gt;Drupal&#039;s wiki features at this point are already pretty impressive, especially compared to what was available just a couple of years ago. My main personal interest, however, is not in building wiki functionality &lt;i&gt;into&lt;/i&gt; a Drupal site, but rather in enabling cross-site integration &lt;i&gt;between&lt;/i&gt; Drupal sites and Mediawiki sites.&lt;/p&gt;
&lt;p&gt;One advantage to this sort of cross-site integration is that it could enable Drupal sites to leverage content from existing, already content-rich wikis such as Wikipedia.&lt;/p&gt;
&lt;p&gt;I&#039;ve been doing this for some time between two of my websites -- PRWatch.org, which is currently running Drupal 4.7 (soon to be 5.2), and SourceWatch.org, which is currently running Mediawiki 1.8.2. The advantages to Mediawiki are that it is the same software that runs Wikipedia, and is therefore already feature-rich, has its own developer community, can handle lots of traffic, and lots of people already know how to use the interface. I find Drupal an ideal platform for blogging, and adding customized features is much easier on Drupal than on Mediawiki, whether through installing available contrib modules or through writing my own. For the wiki end of things, however, I think it would be difficult to emulate everything Mediawiki can offer, including namespaces, templates, user watchlists, etc.&lt;/p&gt;
&lt;p&gt;For integration thus far, I&#039;ve got PRWatch.org and Sourcewatch.org sharing the same user list, so that people can log in to either site under the same username and password. I&#039;m doing this right now using a hacked-up version of a Mediawiki extension called &quot;EMU.&quot; In the future, however, I&#039;d like to go further and create a more seamless single signon system. Right now user accounts are synchronized, but people still have to log in separately on each site. I&#039;d like to see if something along the lines of Drupal&#039;s cosign or Site Pass modules can enable users to to log in once and then be able to jump back and forth between the two sites without needing to log in a second time.&lt;/p&gt;
&lt;p&gt;For cross-linking from PRWatch.org to SourceWatch, I wrote the interwiki module (now in Drupal contribs), which provides an easy way of linking to articles on the wiki by simply putting &lt;a href=&quot;/freelinking/two%2520square%2520brackets&quot; rel=&quot;nofollow&quot;&gt;two square brackets&lt;/a&gt; around a phrase. My main wiki is Sourcewatch, but I can also link to Wikipedia articles by putting &quot;w:&quot; in front of the phrase being linked, e.g., &lt;a href=&quot;/freelinking/w%253Aice%2520cream&quot; rel=&quot;nofollow&quot;&gt;w:ice cream&lt;/a&gt;. More recently, I&#039;ve found a combination of my interwiki module and Drupal&#039;s PEAR Wiki filter module to enable other features of Mediawiki syntax, such as equals signs for subheads, while still having double-bracketed phrases point to Sourcewatch articles rather than create new articles within PRWatch. This makes it easy to reference Sourcewatch articles when blogging from the Drupal site, and it&#039;s also easy to copy-and-paste text between the two sites. We&#039;re also starting to work now with other organizations to help them set up their own, similarly-configured Drupal-powered &quot;Sourcewatch partner sites.&quot; The idea is that they can brand the Drupal site however they want and use all of Drupal&#039;s community-building tools, while collaborating with other Sourcewatch partners in using a shared wiki for collaborative research and referencing purposes.&lt;/p&gt;
&lt;p&gt;I&#039;ve also started experimenting with ways of transcluding content (either whole articles, or sections of articles) from Mediawiki into Drupal. For example, I&#039;ve tried using thickbox so that links to Sourcewatch articles pop up INSIDE Drupal pages. I&#039;m also interested in finding a way of using Mediawiki&#039;s user watchlists as a means of displaying targeted subsets of the full wiki inside other sites. This could be useful also as a way of selectively presenting desired content from Wikipedia within a Drupal site. Suppose, for example, that you want to create a Drupal site devoted to tennis, and within it you wanted to have a section that mirrors just Wikipedia&#039;s tennis-related related articles. To do so, you could create a Wikipedia user account, add the tennis articles to your watchlist, and then mirror just those articles on your Drupal site. (I think this feature could be especially powerful if used in combination with Drupal groups.)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/5354#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 28 Jul 2007 17:18:44 +0000</pubDate>
 <dc:creator>Sheldon Rampton</dc:creator>
 <guid isPermaLink="false">5354 at http://groups.drupal.org</guid>
</item>
<item>
 <title>backlinks module</title>
 <link>http://groups.drupal.org/node/4734</link>
 <description>&lt;p&gt;I cobbled together a backlinks module which works with views, to provide a backlinks page for each node.  It hasn&#039;t yet been used in production, but if anyone has a wiki sandbox I&#039;d be curious to know if it&#039;s at all useful.  You can download it from cvs; project page is &lt;a href=&quot;http://drupal.org/project/backlinks&quot; title=&quot;http://drupal.org/project/backlinks&quot;&gt;http://drupal.org/project/backlinks&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/4734#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/2454">backlinks</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Mon, 25 Jun 2007 01:18:38 +0000</pubDate>
 <dc:creator>mfb</dc:creator>
 <guid isPermaLink="false">4734 at http://groups.drupal.org</guid>
</item>
<item>
 <title>wish list</title>
 <link>http://groups.drupal.org/node/3506</link>
 <description>&lt;p&gt;Not sure if I am missing ti someplace, but thought I would create one if it doesn&#039;t exist. Would be cool to see a page that was a wish list and a list or what is currently being worked on with regards to the wiki issues in drupal. Here is my list&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I would love to see the view module be able to added the &quot;person who made most recent change&quot; to a wiki page. I might look into seeing if I can do it myself by using mySQL and perhaps adjusting my actual module, but it would be cool if it was a standard feature. I think my wiki pages would be more useful to me if I could see easily who most recently has edited them.&lt;/li&gt;
&lt;li&gt;have the the DIFF pages display the actual changes. I think I saw an item someplace that it is&lt;br /&gt;
known that it is not working properly. But that seems like a really useful features&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Thu, 05 Apr 2007 04:10:19 +0000</pubDate>
 <dc:creator>Ricco</dc:creator>
 <guid isPermaLink="false">3506 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Making revisions not suck in core, part 1</title>
 <link>http://groups.drupal.org/node/3369</link>
 <description>&lt;p&gt;I spent some time in Sunnyvale speaking with roetzi and toemaz about plans to improve the revisions system in core: namely, to add in features that don&#039;t make any sense that we&#039;re missing (like the ability to &#039;diff&#039; revisions), and possibly to add in the ability to provide moderated revisions, etc.&lt;/p&gt;
&lt;p&gt;IMO, opening the opportunity to improve the core revisions system starts with &lt;a href=&quot;http://drupal.org/node/120967&quot; rel=&quot;nofollow&quot;&gt;de-coupling it from node module&lt;/a&gt;. Right now, node.module consists of some 3,000 lines of code... adding more to add in additional useful features is just asking for trouble. Further, there are many, many sites out there just using the normal node functionality and no revisions at all. Why use an extra JOIN per node_load for those people?&lt;/p&gt;
&lt;p&gt;So please review.. It needs some work still, but especially needs testing to make sure the break was clean and all old behaviour still works.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3369#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 27 Mar 2007 20:05:32 +0000</pubDate>
 <dc:creator>webchick</dc:creator>
 <guid isPermaLink="false">3369 at http://groups.drupal.org</guid>
</item>
<item>
 <title>nice! [[toc]] works, nobody told me :)</title>
 <link>http://groups.drupal.org/node/3260</link>
 <description>&lt;p&gt;Nice job, I just discovered that the &lt;a href=&quot;/freelinking/toc&quot; rel=&quot;nofollow&quot;&gt;toc&lt;/a&gt; works. Found it when I was lookin at wikiman&#039;s install instructions. Nice job.&lt;/p&gt;
&lt;p&gt;Now you just gotta fix the &quot;=&quot; problem.&lt;/p&gt;
&lt;p&gt;Cheers! Ricco&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3260#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Wed, 21 Mar 2007 02:39:45 +0000</pubDate>
 <dc:creator>Ricco</dc:creator>
 <guid isPermaLink="false">3260 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki installation profile</title>
 <link>http://groups.drupal.org/node/3217</link>
 <description>&lt;p&gt;Yesterday I published the first version of my &lt;a href=&quot;http://drupal.org/project/drupal_wiki&quot; rel=&quot;nofollow&quot;&gt;wiki installation profile&lt;/a&gt;. The installation offers the following features at the moment:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Editing for anonymous users&lt;/li&gt;
&lt;li&gt;Moderator role which can revert / delete pages&lt;/li&gt;
&lt;li&gt;Revisions for pages&lt;/li&gt;
&lt;li&gt;Mediawiki input format + Image assist&lt;/li&gt;
&lt;li&gt;Categorization via free tagging vocabulary&lt;/li&gt;
&lt;li&gt;Views: All pages / All categories / All Images&lt;/li&gt;
&lt;li&gt;Recent changes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I will talk more about this and the future of Drupal wikis in general at &lt;a href=&quot;http://2007.oscms-summit.org/node/375&quot; rel=&quot;nofollow&quot;&gt;my talk at OSCMS summit&lt;/a&gt; next week.&lt;/p&gt;
&lt;p&gt;See you there.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3217#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/169">profile</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/distributions" xmlns="http://drupal.org/project/og">Distribution profiles</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 17 Mar 2007 15:31:58 +0000</pubDate>
 <dc:creator>rötzi@drupal.org</dc:creator>
 <guid isPermaLink="false">3217 at http://groups.drupal.org</guid>
</item>
<item>
 <title>roetzi, you asked me to give you a note about the = issue</title>
 <link>http://groups.drupal.org/node/3208</link>
 <description>&lt;p&gt;Hey roetzi,&lt;/p&gt;
&lt;p&gt;You asked me to post you and leave you a note about the wiki module not handling the first level of media wiki chapter syntax. It handles ==title==, and ===title===, etc... but does not handle =title=&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;PS -&lt;br /&gt;
* the ability to track the nick of the last person that edited the wiki page, via the view builder interface would ROCK&lt;br /&gt;
* table of content wouldn&#039;t suck&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3208#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 17 Mar 2007 03:15:11 +0000</pubDate>
 <dc:creator>Ricco</dc:creator>
 <guid isPermaLink="false">3208 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki management with workflow</title>
 <link>http://groups.drupal.org/node/3102</link>
 <description>&lt;p&gt;One feature of Wikipedia that I find attractive is the ability to restrict edits on a certain page to editors/administrators, particularly in the case of vandalism or high traffic.  I was looking around at the best way to implement this feature in drupal, and found that a combination of workflows, na_arbitrator (integrated in Drupal 5 core), and workflows_access (not ready for Drupal 5 yet but seems to be on the short-term roadmap) will offer that functionality.   Just posting for others&#039; info just in case they were looking for this feature as well.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3102#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <category domain="http://groups.drupal.org/taxonomy/term/178">workflow</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Fri, 09 Mar 2007 15:14:25 +0000</pubDate>
 <dc:creator>bburan@drupal.org</dc:creator>
 <guid isPermaLink="false">3102 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wikitools and Liquid</title>
 <link>http://groups.drupal.org/node/2962</link>
 <description>&lt;p&gt;I just stumbled over rötiz Wikitools module and couldn&#039;t help noting that all features listed, except for &quot;Node Search&quot; and Freelinking integration are already supported by Liquid (*). I do in general welcome new approaches and I&#039;m glad to see that more developers team up around the drupal wiki consept, but what is there a point in running two separate races for the same goal?&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Soren&lt;/p&gt;
&lt;p&gt;(*) Node Search and Freelinking support has been implemented as a separate addon modules that will be distributed with the next version of Liquid&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2962#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 27 Feb 2007 12:15:40 +0000</pubDate>
 <dc:creator>sorenp@drupal.org</dc:creator>
 <guid isPermaLink="false">2962 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Should comments on Wiki pages be enabled or disabled by default?</title>
 <link>http://groups.drupal.org/node/2931</link>
 <description>&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2931#comments</comments>
 <group domain="http://groups.drupal.org/drupal-dojo" xmlns="http://drupal.org/project/og">Drupal Dojo</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 24 Feb 2007 22:58:52 +0000</pubDate>
 <dc:creator>gusaus</dc:creator>
 <guid isPermaLink="false">2931 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Ideas for flagging wiki articles</title>
 <link>http://groups.drupal.org/node/2927</link>
 <description>&lt;p&gt;I really like the Wikipedia flagging feature where articles that need work can be flagged (such as {{needs citation}}).  I&#039;ve been thinking about the best way to implement this in Drupal with a wiki system.  Some possibilities include:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Flag content - &lt;a href=&quot;http://drupal.org/project/flag_content&quot; title=&quot;http://drupal.org/project/flag_content&quot;&gt;http://drupal.org/project/flag_content&lt;/a&gt; - Is limited and does not allow for users to specify the reason for flagging the node.  Also does not put a note on the node itself (like Wikipedia does) when an node is flagged.  The flag also does not show up in revision history.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Replacement tags - &lt;a href=&quot;http://drupal.org/project/reptag&quot; title=&quot;http://drupal.org/project/reptag&quot;&gt;http://drupal.org/project/reptag&lt;/a&gt; - Can be set up to parse {{needs citation:[user comment here]}} and replace it with a nicely formatted &quot;box&quot; at the top of the node.  The flag shows up in the revision history as well.  However, I don&#039;t see a way of auto-generating a list of nodes that are flagged so that interested users who are looking to contribute by cleaning up articles can browse a list of nodes that need work.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Implementing a CCK with checkmarks for the flags, as well as a text field for remarks.  This doesn&#039;t seem quite as &quot;clean&quot; in my mind as it adds more options to the node creation page and edit page that seems unecessary.  I like the idea of keeping the UI as clean and uncluttered as possible.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Does anyone have suggestions.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2927#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1588">flagging</category>
 <category domain="http://groups.drupal.org/taxonomy/term/209">moderation</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 24 Feb 2007 19:18:16 +0000</pubDate>
 <dc:creator>bburan@drupal.org</dc:creator>
 <guid isPermaLink="false">2927 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Can this be a SoC project?</title>
 <link>http://groups.drupal.org/node/2902</link>
 <description>&lt;p&gt;Hi, Just discovered this group.  Our organization is planning to apply as a Google SoC mentoring organization.  A couple project ideas are to enhance our current Drupal based platform where Wiki is one key feature that we would like to see fully baked with Drupal.  Wondering any students on this group?  we perhaps can consolidate the requirements discussed here and use the SoC opportunity to advance the progress.  Thoughts?  (note: this effort is  separate from Drupal SoC effort but of course the output will be contributed back to Drupal)&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2902#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Thu, 22 Feb 2007 21:53:51 +0000</pubDate>
 <dc:creator>Jenny</dc:creator>
 <guid isPermaLink="false">2902 at http://groups.drupal.org</guid>
</item>
<item>
 <title>what about backlinks</title>
 <link>http://groups.drupal.org/node/2846</link>
 <description>&lt;p&gt;it seems no one mentioned BackLinks yet, it&#039;s not an essential wiki feature but for larger wiki&#039;s it&#039;s always good to know what pages link here. and AFAIK no drupal module implements that feature.&lt;/p&gt;
&lt;p&gt;not sure how you&#039;d go about implementing that though.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2846#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Mon, 19 Feb 2007 07:55:12 +0000</pubDate>
 <dc:creator>alaa</dc:creator>
 <guid isPermaLink="false">2846 at http://groups.drupal.org</guid>
</item>
<item>
 <title>the next step</title>
 <link>http://groups.drupal.org/node/2808</link>
 <description>&lt;p&gt;On the &lt;a href=&quot;http://test.tschannen.net/wiki/what_is_missing&quot; rel=&quot;nofollow&quot;&gt;test wiki&lt;/a&gt; I set up recently I got some input in what is missing for a wiki in drupal. Some of the points I addressed with &lt;a href=&quot;http://test.tschannen.net/freelinking/revision+history&quot; rel=&quot;nofollow&quot;&gt;three&lt;/a&gt; &lt;a href=&quot;http://test.tschannen.net/freelinking/delete+protection&quot; rel=&quot;nofollow&quot;&gt;custom&lt;/a&gt; &lt;a href=&quot;http://test.tschannen.net/freelinking/wiki404&quot; rel=&quot;nofollow&quot;&gt;modules&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the meantime, these modules have matured into two official modules: &lt;a href=&quot;http://drupal.org/project/recent_changes&quot; rel=&quot;nofollow&quot;&gt;recent changes&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/project/wikitools&quot; rel=&quot;nofollow&quot;&gt;wikitools&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The first one helps you keeping track of the changes on your site by providing a Mediawiki like recent changes page as well as an rss feed. This module integrates nicely with the diff module by providing links to the diff-view as well as incorporating the diff in the &lt;a href=&quot;http://test.tschannen.net/recent_changes/feed&quot; rel=&quot;nofollow&quot;&gt;rss feed&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The second one is an assortment of smaller things which don&#039;t really need an own module. The best way to see what it does is by taking a look at the features list on the project page or by looking at the &lt;a href=&quot;http://test.tschannen.net/wiki/wikitools_demo&quot; rel=&quot;nofollow&quot;&gt;demo&lt;/a&gt;. It integrates nicely with the freelinking filter so if you use freelinking alredy, just give it a try and if you don&#039;t like it you can disable the module and you will be back to normal.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://drupal.tschannen.net/wiki/using_wikitools_to_set_up_a_wiki&quot; rel=&quot;nofollow&quot;&gt;how to&lt;/a&gt; on my page now reflects the new modules.&lt;/p&gt;
&lt;p&gt;And if you look again at the list of missing features you will see that there are no show-stoppers left.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2808#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Fri, 16 Feb 2007 08:05:35 +0000</pubDate>
 <dc:creator>rötzi@drupal.org</dc:creator>
 <guid isPermaLink="false">2808 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki session at DrupalCon OSCMS 2007?</title>
 <link>http://groups.drupal.org/node/2758</link>
 <description>&lt;p&gt;I know there was a session on Wikis last fall in Brussels.  It seems like there has been a lot of movement.  Does it make sense to do a session in California, and have a demo of a wiki in Drupal, and a Drupal wiki?&lt;/p&gt;
&lt;p&gt;Ian&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2758#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/86">Drupal</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1506">oscms</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1514">session</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sat, 10 Feb 2007 22:10:25 +0000</pubDate>
 <dc:creator>Development Seed@drupal.org</dc:creator>
 <guid isPermaLink="false">2758 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Setting up Wiki Best Practices - Drupal 5</title>
 <link>http://groups.drupal.org/node/2600</link>
 <description>&lt;h2&gt;Goals&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;To build a user friendly wiki on top of Drupal&lt;/li&gt;
&lt;li&gt;To have a central place to
&lt;ul&gt;
&lt;li&gt;Discuss best practices for implementing this wiki&lt;/li&gt;
&lt;li&gt;To investigate and compare various modules&lt;/li&gt;
&lt;li&gt;To document the progress so others can build their own wiki based on their needs and our findings&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is also a &lt;strong&gt;Discussion&lt;/strong&gt; header at the bottom of this document.&lt;/p&gt;
&lt;h2&gt;Feature Requests&lt;/h2&gt;
&lt;p&gt;Feel free to add your own&lt;br /&gt;
1. Basic editing&lt;br /&gt;
2. Creating new pages&lt;br /&gt;
3. Linking to pages&lt;br /&gt;
4. TOC&lt;br /&gt;
5. Discussion (Talk)&lt;br /&gt;
6. User Friendliness&lt;br /&gt;
7. Classification &amp;amp; Hierarchies&lt;br /&gt;
8. History&lt;br /&gt;
9. Diff (compare previous versions)&lt;/p&gt;
&lt;h2&gt;1 Basic Editing&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;How do we allow users to create new wiki pages?&lt;/li&gt;
&lt;li&gt;What filters do we use?
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/9838&quot; rel=&quot;nofollow&quot;&gt;Markdown&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;What WYSIWG editors should be considered?&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/autosave&quot; rel=&quot;nofollow&quot;&gt;AutoSave&lt;/a&gt; would be a good to have&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/diff&quot; rel=&quot;nofollow&quot;&gt;Dif&lt;/a&gt; &amp;amp; Revisions&lt;/li&gt;
&lt;li&gt;Section editing like MediaWiki helps for large pages&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;2 Creating new pages&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What modules are available (some mention to wiki404)&lt;/li&gt;
&lt;li&gt;Namespace? Allowing for top level sections eg (Parent/Child) instead of (wiki/Child)&lt;/li&gt;
&lt;li&gt;Templates? What about &lt;a href=&quot;http://drupal.org/project/contemplate&quot; rel=&quot;nofollow&quot;&gt;contempate&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;3 Linking to pages&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What tools do we have to dynamically allow people to browse existing pages and link to them.
&lt;ul&gt;
&lt;li&gt;There is a wonderful implementation of this on wetpaint.org where you click &quot;Find Pages&quot; and you are presented with a hierarchal list of all pages available.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;4 TOC&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Moshe &lt;a href=&quot;http://groups.drupal.org/node/1815&quot; rel=&quot;nofollow&quot;&gt;points&lt;/a&gt; us to the TweakBox Module.  The TweakBox Module has a patch to get it to work under 5.x.  I was able to get it to work within PEAR wiki input type but you must set Tweakbox at a lower level of importance on the config tab:&lt;br /&gt;
Home » Administer » Site configuration » Input formats » [name of your imput format] -harrikat2&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;5 Discussion (Talk)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Built in comments? Talk page?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;6 User Friendliness&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What can we do to make the wiki as easy to use for end users.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/56904&quot; rel=&quot;nofollow&quot;&gt;Helptip&lt;/a&gt; to educate users&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;7 Classification &amp;amp; Hierarchies&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;What about taxonomies / categories&lt;/li&gt;
&lt;li&gt;What about the Book Outline features, other forms of Hierarchies? (see Namespaces above)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;8 History&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Can the Revision system be made more friendly to allow all visitors to view and compare (see below) past versions of pages?&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;9 Diff&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The current Diff module is pretty basic and does some strange things. We really need a more robust diff engine (like MediaWiki&#039;s DifferenceEngine.php) which allows for a nicely formatted easy to understand comparison of prior versions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Discussion&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;How do we gain access to the diff module for this wiki page (or any for that matter?) so we can change what has changed since we last checked? Alternatively Moshe mentioned that changes &lt;em&gt;might&lt;/em&gt; trigger RSS/Email updates pending on some setting but didn&#039;t go into specifics as to what settings? - nikle 2007-01-30 22:51&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hi, I&#039;m currently leading a workgroup on &lt;a href=&quot;http://www.wikicreole.org/&quot; rel=&quot;nofollow&quot;&gt;WikiCreole&lt;/a&gt;, a common wiki markup language to be used across different Wikis. It&#039;s not replacing existing markup but instead enabling wiki users to transfer content seamlessly across wikis, and for novice users to contribute more easily.  You might also be interested in looking at &lt;a href=&quot;http://meta.wikimedia.org/wiki/MediaWiki_Ideal&quot; rel=&quot;nofollow&quot;&gt;MediaWiki Ideal&lt;/a&gt; to get a feel for general wiki features.  I would however advise not to make the system too complicated, following the KISS principle.  A very basic wiki can be written in just &lt;a href=&quot;http://c2.com/cgi/wiki?SigWik&quot; rel=&quot;nofollow&quot;&gt;222 characters of Perl code&lt;/a&gt;, except I think one of the most essential features of a wiki is the RecentChanges list which from what I see here does not exist.  :(  Is there a plan to make a RecentChanges page for just wiki pages?  Perhaps it might be interesting for all pages on the site as well, so a user can quickly see what&#039;s new on the site.  I believe there is such a plugin for Drupal, but I can&#039;t use it for &lt;a href=&quot;http://www.tejo.org/&quot; rel=&quot;nofollow&quot;&gt;my Drupal site&lt;/a&gt;, because it does not support i18n, if I recall correctly.&lt;/p&gt;
&lt;p&gt;-- amuzulo 2007-Jan-31&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 30 Jan 2007 17:25:41 +0000</pubDate>
 <dc:creator>nikle</dc:creator>
 <guid isPermaLink="false">2600 at http://groups.drupal.org</guid>
</item>
<item>
 <title>PEAR Wiki filters</title>
 <link>http://groups.drupal.org/node/2454</link>
 <description>&lt;p&gt;Last week I released a module which uses &lt;a href=&quot;http://pear.php.net&quot; rel=&quot;nofollow&quot;&gt;PEAR&lt;/a&gt;s &lt;a href=&quot;http://pear.php.net/package/Text_Wiki&quot; rel=&quot;nofollow&quot;&gt;Text Wiki&lt;/a&gt; packages for formatting. This lets you choose one from several different input formats, my favorite being the well known Mediawiki syntax (not because I like the syntax particularly, but because a lot of people know the syntax from Wikipedia).&lt;/p&gt;
&lt;p&gt;The advantage of this module is that it lets you choose among different Wiki formats, but the problem with this module is that the implementation of the parsers and renders depend on PEAR. The parsers don&#039;t get udpated very often, and thus you can&#039;t count that features which are not implemented yet will be available very soon...&lt;/p&gt;
&lt;p&gt;A feature which I implemented today is integration of the filter with &lt;a href=&quot;http://drupal.org/project/freelinking&quot; rel=&quot;nofollow&quot;&gt;freelinking&lt;/a&gt;. This allows you to write Wikilinks and have the options of freelinking available for wiki links: searching for title or creating a new page with the wikilink title.&lt;/p&gt;
&lt;p&gt;But until I figured out the Drupal release system the best way to obtain the current version with freelinking integration is CVS...&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2454#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Fri, 19 Jan 2007 06:28:23 +0000</pubDate>
 <dc:creator>rötzi@drupal.org</dc:creator>
 <guid isPermaLink="false">2454 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Welcome, wiki pages</title>
 <link>http://groups.drupal.org/node/2253</link>
 <description>&lt;p&gt;As an experiment, I have created a new content type called &#039;wiki page&#039; and given everyone the permission to edit them. This post is an example of one. Feel free to edit it, within reason. Your edits don&#039;t generate email notifications but might generate items in rss feeds depending on reader preferences.&lt;/p&gt;
&lt;p&gt;One gotcha that is eventually fixable is that anyone can edit a wiki page, and not just a group subscriber. Thats not a big deal on g.d.o, since we almost all groups are open subscription anyway. A workaround is to make the post Private, and thus restrict &lt;em&gt;viewing and editing&lt;/em&gt; to subscribers.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Ideas for improving the &lt;a href=&quot;/freelinking/usability&quot; rel=&quot;nofollow&quot;&gt;usability&lt;/a&gt; of the wiki pages&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;provide some UI that clearly indicates they are a wiki page such as the &quot;This is a wiki page - you can edit it.&quot; with the &quot;edit it&quot; part linked to the edit function&lt;br /&gt;
** one idea is to override the theme_menu_local_task function and use a different CSS class for the local task tabs on wiki node types&lt;/li&gt;
&lt;li&gt;Diff would of course be nice, but I hear that it&#039;s borken right now (?)&lt;br /&gt;
** Ideally, I&#039;d like to see a &#039;side-by-side&#039; diff, similar to that used in MediaWiki. I&#039;ve looked at the DifferenceEngine.php file in MediaWiki, but it is &lt;i&gt;way&lt;/i&gt; beyond my PHP coding level. (gmak)&lt;/li&gt;
&lt;li&gt;It feels weird not having comments.  I think comments could work similarly to the &quot;talk&quot; pages on wikis, especially if provided in a collapsible/collapsed fieldset&lt;br /&gt;
** is there an easy way to list comments as a local task link, as opposed to below the node?  This would be very similar to the &#039;discussion&#039; tab on mediawiki, for example.&lt;/li&gt;
&lt;li&gt;would it make sense to allow a wiki to be anonymous? being that a wiki is collaborative by nature, the doc could evolve into something completely different than what the original author posted.&lt;br /&gt;
** Senpai sez: Yes, Wiki posts on g.d.o should be anon, so that the document can take on a life of its own. I feel weird editing this page, because it&#039;s gonna look like Moshe originally wrote this sentence. Let&#039;s make a wiki setup that d.o can eventually adopt, and start by making wiki pages a-nony-mouse. If it&#039;s absolutely required to know who wrote it, start with a &quot;posted by:&quot;. Remove that info once the page is re-written my anyone else. Or, better yet, maintain ownership info for site admins, but theme the g.d.o site to remove that info for wiki content.&lt;/li&gt;
&lt;li&gt;what else?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&#039;d love some suggestions for how to present wiki pages differently from other pages and also additional features like real wikis. We already have markdown input format, in case you never noticed that. I&#039;d love a 5.0 version of &lt;a href=&quot;http://drupal.org/project/tweakbox&quot; rel=&quot;nofollow&quot;&gt;tweakbox module&lt;/a&gt; which provides a Table of Contents filter.&lt;/p&gt;
&lt;p&gt;*** There is a hacked version of the TOC module (from TweakBox) which I have managed to make work with Drupal 5. You can find it &lt;a href=&quot;http://drupal.org/node/107053&quot; rel=&quot;nofollow&quot;&gt;here.&lt;/a&gt; (gmak) ***&lt;/p&gt;
&lt;p&gt;Also, folks might want to experiment with group specific categories (see the categories tab on group home page) in order to help visitors navigate your group and its wiki pages.&lt;/p&gt;
&lt;p&gt;This is very cool! I wonder if this change shows up in the diff...&lt;/p&gt;
&lt;p&gt;Apparently down here we can do whatever we want and it&#039;s outside of the diff.  is that on purpose.  m3avrck smells bad! (&amp;lt;-nobody knows that I wrote that!!!)&lt;/p&gt;
&lt;p&gt;I don&#039;t see anything wrong with enabling comments... seems to make a lot of sense on the drupal handbook interface -geilhufe&lt;/p&gt;
&lt;p&gt;I&#039;m writing over some text to see if it shows up on a history page.  Is there anyway to view the history overview presently?&lt;/p&gt;
&lt;p&gt;This may be a stupid question, but how do you tell the difference between a wiki node and a story node, or does it matter?&lt;/p&gt;
&lt;p&gt;How about getting something like mediawiki input format working - I tried but it requires a bunch of other php/wiki files and the directions are skimpy. -harriska2 (nevermind, motzi created a module for PEAR wiki which includes tikiwiki and mediawiki syntax along with a bunch of other types - works great) -harriska2&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/maintenance&quot;&gt;Maintenance&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <group domain="http://groups.drupal.org/maintenance" xmlns="http://drupal.org/project/og">Maintenance</group>
 <pubDate>Thu, 04 Jan 2007 15:30:31 +0000</pubDate>
 <dc:creator>moshe weitzman</dc:creator>
 <guid isPermaLink="false">2253 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Plans - structure, roadmap?</title>
 <link>http://groups.drupal.org/node/1887</link>
 <description>&lt;p&gt;How are things going? Is anybody actively developing a wiki module of some kind?&lt;br /&gt;
How can I help?&lt;br /&gt;
I would love to have a real wiki module which works like the rest of Drupal.&lt;/p&gt;
&lt;p&gt;If no module developers are working actively towards a goal - should I compile a set of requirements?&lt;/p&gt;
&lt;p&gt;What is missing? (Funding?)&lt;/p&gt;
&lt;p&gt;best&lt;br /&gt;
Gunnar&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1887#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 21 Nov 2006 09:48:48 +0000</pubDate>
 <dc:creator>Gunnar Langemark</dc:creator>
 <guid isPermaLink="false">1887 at http://groups.drupal.org</guid>
</item>
<item>
 <title>TOC module available</title>
 <link>http://groups.drupal.org/node/1815</link>
 <description>&lt;p&gt;a table of contents filter is available in the &lt;a href=&quot;http://drupal.org/project/tweakbox&quot; rel=&quot;nofollow&quot;&gt;tweakbox module&lt;/a&gt;. useful for wikis and nodes in general.&lt;/p&gt;
&lt;p&gt;that module might need some love.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1815#comments</comments>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Thu, 09 Nov 2006 16:36:55 +0000</pubDate>
 <dc:creator>moshe weitzman</dc:creator>
 <guid isPermaLink="false">1815 at http://groups.drupal.org</guid>
</item>
<item>
 <title>anyone experienced in TWiki and Drupal?</title>
 <link>http://groups.drupal.org/node/1772</link>
 <description>&lt;p&gt;I think TWiki is most advanced and sofisticated Wiki System around and should be looked deep into when planning to ad Wiki features into Drupal. It would be great if we would find a person who has deeper understanding of both systems and could adress potential benefits of this cross-polination ;-)&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1772#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Sun, 05 Nov 2006 15:22:01 +0000</pubDate>
 <dc:creator>zblace@drupal.org</dc:creator>
 <guid isPermaLink="false">1772 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Import/export wikipedia info</title>
 <link>http://groups.drupal.org/node/1596</link>
 <description>&lt;p&gt;In an effort to contribute to various &lt;a href=&quot;http://groups.drupal.org/node/1041&quot; rel=&quot;nofollow&quot;&gt;music/arts-centric solutions&lt;/a&gt;, I&amp;#39;ve been looking for ways to use wikis as a repository for basic info that often gets duplicated. &lt;/p&gt;
&lt;p&gt;Couple instances:&lt;/p&gt;
&lt;p&gt;Many music sites such as &lt;a href=&quot;http://www.emusic.com/artist/10561/10561971.html&quot; rel=&quot;nofollow&quot;&gt;emusic&lt;/a&gt;, &lt;a href=&quot;http://www.mp3.com/johnny-cash/artists/1293/summary.html?q=johnny%20cash&quot; rel=&quot;nofollow&quot;&gt;MP3.com&lt;/a&gt;, &lt;a href=&quot;http://music.yahoo.com/ar-298105---Johnny-Cash&quot; rel=&quot;nofollow&quot;&gt;Yahoo Music&lt;/a&gt;, and &lt;a href=&quot;http://www.rhapsody.com/johnnycash&quot; rel=&quot;nofollow&quot;&gt;Rhapsody&lt;/a&gt; are licensing content from services like &lt;a href=&quot;http://en.wikipedia.org/wiki/All_Music_Guide&quot; rel=&quot;nofollow&quot;&gt;All Music Guide&lt;/a&gt;. On the other hand, sites like &lt;a href=&quot;http://en.wikipedia.org/wiki/Johnny_Cash&quot; rel=&quot;nofollow&quot;&gt;Wikipedia&lt;/a&gt; and &lt;a href=&quot;http://en.music.wikia.com/wiki/Johnny_Cash&quot; rel=&quot;nofollow&quot;&gt;Wikia&lt;/a&gt; already, or could, provide much of the same info.&lt;/p&gt;
&lt;p&gt;When setting up a venue, services such as &lt;a href=&quot;http://upcoming.org/event/add/#&quot; rel=&quot;nofollow&quot;&gt;Upcoming&lt;/a&gt;, &lt;a href=&quot;http://eventful.com/events/new&quot; rel=&quot;nofollow&quot;&gt;Eventful&lt;/a&gt;, &lt;a href=&quot;http://www.zvents.com/venues/create_wizard_step_one&quot; rel=&quot;nofollow&quot;&gt;Zvents&lt;/a&gt;, require the same standard info (name, address, category, brief description, etc.) that also could be found in a wiki (&lt;a href=&quot;http://en.wikipedia.org/wiki/Category:Music_venues&quot; rel=&quot;nofollow&quot;&gt;Wikipedia: Music Venues&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Being a non-programmer, I have no idea how easy/difficult it would be to pull and present relevant data, from wikis, in a structured, standardized fashion. Seems like it would save a lot of time/money/effort for both the sites/services as well as the artists and venues themselves. &lt;/p&gt;
&lt;p&gt;I&amp;#39;m wondering if there&amp;#39;s any development and/or thinking along these lines. I&amp;#39;d like to contribute any way I can. &lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1596#comments</comments>
 <group domain="http://groups.drupal.org/eventrelated-drupal-code" xmlns="http://drupal.org/project/og">Event-related Drupal code</group>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 10 Oct 2006 23:55:14 +0000</pubDate>
 <dc:creator>gusaus</dc:creator>
 <guid isPermaLink="false">1596 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Make a wiki with Drupal or put/integrate a wiki into Drupal?</title>
 <link>http://groups.drupal.org/node/1537</link>
 <description>&lt;p&gt;I&#039;m going to try and outline some notes from the Wiki session at DrupalCon.  I may have missed some big ones.  This is a good example of where a wiki would be nice - to make this list.  Is it safe to say it is not certain whether to use Drupal modules and glue to make a wiki, or whether to integrate a wiki into Drupal?  Maybe it depends on the case?&lt;/p&gt;
&lt;h2&gt;Basic and necessary&lt;/h2&gt;
&lt;p&gt;&lt;em&gt; Access control &lt;/em&gt;&lt;br /&gt;
This may be related to also the ability to have multiple wikis, but it is about who can edit the wiki.  A possible approach is node access based on cck type, or a module that allows full node access awareness for cck nodes (right now it is just whether a role can create a certain type, but no viewing by role is handled).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Write in wiki format or in html&lt;/em&gt;&lt;br /&gt;
Ability to use tinyMCE or just the plain textarea, switch back and forth, etc. and tinyMCE should never gobble anything up.  This was discussed at the DrupalCon presentation, but I do not have links to anything yet.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Category assignment&lt;/em&gt;&lt;br /&gt;
this can just be done using a textfield and free tagging, it&#039;s better than writing  &lt;a href=&quot;/freelinking/Category%253A%2520blah%2520blah&quot; rel=&quot;nofollow&quot;&gt;Category: blah blah&lt;/a&gt; on every page you make.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Revisioning and rollback&lt;/em&gt;&lt;br /&gt;
this is already done.  Save as draft is helpful if you want to moderate your wiki.&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/48731&quot; title=&quot;http://drupal.org/node/48731&quot;&gt;http://drupal.org/node/48731&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt; Diffing revisions &lt;/em&gt;&lt;br /&gt;
This is handled to an extent in &lt;a href=&quot;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/diff/&quot; title=&quot;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/diff/&quot;&gt;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/diff/&lt;/a&gt; but Moshe explained it could work better, maybe work better with HTML.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Links back to a page&lt;/em&gt;&lt;br /&gt;
this may be done using the links module, but it&#039;s the idea of what links to a given story which is like the References section on the bottom here &lt;a href=&quot;http://en.wikipedia.org/wiki/Drupal&quot; title=&quot;http://en.wikipedia.org/wiki/Drupal&quot;&gt;http://en.wikipedia.org/wiki/Drupal&lt;/a&gt;  It would be nice to have this automated as opposed to having to manually assign node references.&lt;br /&gt;
&lt;a href=&quot;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/links/&quot; title=&quot;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/links/&quot;&gt;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/links/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;CamelCase&lt;/em&gt;&lt;br /&gt;
Make a new page using &lt;a href=&quot;/freelinking/new%2520page&quot; rel=&quot;nofollow&quot;&gt;new page&lt;/a&gt; or whatever - this is already done, but may just be buggy&lt;br /&gt;
&lt;a href=&quot;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/freelinking/&quot; title=&quot;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/freelinking/&quot;&gt;http://cvs.drupal.org/viewcvs/drupal/contributions/modules/freelinking/&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Advanced and would be nice&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Making Table of Contents for a single page&lt;/em&gt;&lt;br /&gt;
this could also be special markup/filter and is a matter of some regex work.  You can see an example of it here &lt;a href=&quot;http://en.wikipedia.org/wiki/Drupal&quot; title=&quot;http://en.wikipedia.org/wiki/Drupal&quot;&gt;http://en.wikipedia.org/wiki/Drupal&lt;/a&gt; where it says &quot;Contents&quot;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Multiple wikis&lt;/em&gt;&lt;br /&gt;
So, you could have wiki_drupal-development/ which is a wiki about drupal development, and then you could have wiki_wordpress-development so you have two wikis, and so if you CamelCase within one of them, it will put your new page in the correct wiki.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1537#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/864">glue</category>
 <category domain="http://groups.drupal.org/taxonomy/term/185">module development</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 03 Oct 2006 14:29:13 +0000</pubDate>
 <dc:creator>Development Seed@drupal.org</dc:creator>
 <guid isPermaLink="false">1537 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki site recipes</title>
 <link>http://groups.drupal.org/node/1536</link>
 <description>&lt;p&gt;I&#039;ve written up a couple of wiki recipes in the past: &lt;a href=&quot;http://wiki.bryght.com/wiki/drupalwikirecipe&quot; title=&quot;http://wiki.bryght.com/wiki/drupalwikirecipe&quot;&gt;http://wiki.bryght.com/wiki/drupalwikirecipe&lt;/a&gt; -- they were originally for 4.6, so they need updating, especially in the selection of a node access module that allows for editing by a certain role.&lt;/p&gt;
&lt;p&gt;And, if anyone wants to &lt;em&gt;use&lt;/em&gt; a wiki to document some items, feel free to use our public dev wiki at &lt;a href=&quot;https://svn.bryght.com/dev&quot; title=&quot;https://svn.bryght.com/dev&quot;&gt;https://svn.bryght.com/dev&lt;/a&gt; for anything Drupal related.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1536#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/863">freelinking</category>
 <category domain="http://groups.drupal.org/taxonomy/term/413">site recipe</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Tue, 03 Oct 2006 14:12:23 +0000</pubDate>
 <dc:creator>Boris Mann</dc:creator>
 <guid isPermaLink="false">1536 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Wiki Development</title>
 <link>http://groups.drupal.org/node/1522</link>
 <description>&lt;p&gt;What is it about a WIKI that we are all seeking?&lt;/p&gt;
&lt;p&gt;Add your ideas below!&lt;/p&gt;
&lt;p&gt;Existing projects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/wiki&quot; rel=&quot;nofollow&quot;&gt;WIKI (Filter)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/liquid&quot; rel=&quot;nofollow&quot;&gt;Liquid Wiki Engine Project&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Search:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://drupal.org/search/node/wiki&quot; rel=&quot;nofollow&quot;&gt;Search drupal.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://groups.drupal.org/search/node/wiki&quot; rel=&quot;nofollow&quot;&gt;Search groups.drupal.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Russ&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wiki&quot;&gt;Wiki&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1522#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/659">mediawiki</category>
 <category domain="http://groups.drupal.org/taxonomy/term/447">wiki</category>
 <group domain="http://groups.drupal.org/wiki" xmlns="http://drupal.org/project/og">Wiki</group>
 <pubDate>Mon, 02 Oct 2006 11:34:17 +0000</pubDate>
 <dc:creator>rport</dc:creator>
 <guid isPermaLink="false">1522 at http://groups.drupal.org</guid>
</item>
</channel>
</rss>
