<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>(function() { &#187; dokuwiki</title>
	<atom:link href="http://maxb.net/blog/category/dokuwiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxb.net/blog</link>
	<description>// MAXB.NET LABS</description>
	<lastBuildDate>Mon, 16 May 2011 19:12:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Dokumu – Dokuwiki multiutente</title>
		<link>http://maxb.net/blog/2009/07/13/dokumu-dokuwiki-multiutente/</link>
		<comments>http://maxb.net/blog/2009/07/13/dokumu-dokuwiki-multiutente/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 15:04:21 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[dokuwiki]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=392</guid>
		<description><![CDATA[Pubblico le istruzioni per ottenere un dokuwiki multiutente. QUESTA E&#8217; SOLO UNA BOZZA. PREREQUISITI : a) capire il post b) avere un apache su cui provare la patch/estensione* c) mod_rewrite *ho provato il tutto velocemente su uno xampp (apache su &#8230; <a href="http://maxb.net/blog/2009/07/13/dokumu-dokuwiki-multiutente/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Pubblico le istruzioni per ottenere un <a href="http://www.dokuwiki.org" target="_blank">dokuwiki</a> multiutente.</p>
<p><strong>QUESTA E&#8217; SOLO UNA BOZZA.</strong></p>
<h1><strong>PREREQUISITI :</strong></h1>
<p>a) capire il post<br />
b) avere un apache su cui provare la patch/estensione*<br />
c) <a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html" target="_blank">mod_rewrite</a></p>
<p>*ho provato il tutto velocemente su uno <a href="http://www.apachefriends.org/it/xampp.html">xampp</a> (apache su windows). NON FUNZIONA.</p>
<p>Non c&#8217;è ancora nessun batch/plugin/script che esegua automaticamente la creazione di un istanza wiki.</p>
<p>lo scopo della patch è arrivare ad avere una serie di wiki con repository dati separate.</p>
<p>http://localhost/wiki/base/</p>
<p>http://localhost/wiki/max/</p>
<p>http://localhost/wiki/carlo/</p>
<p>etc&#8230;.</p>
<h1>Scarico l&#8217;ultima versione stabile di dokuwiki</h1>
<p><a href="http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2009-02-14b.tgz" target="_blank">dokuwiki-2009-02-14b.tgz</a></p>
<h1>Scarico la patch/estensione dokumu</h1>
<p><a href="http://maxb.net/scripts/dokumu/dokumu-2009-02-14b.tar.gz" target="_blank">dokumu-2009-02-14b.tar.gz</a></p>
<h1>Estraggo nella ROOT (htdocs) di apache dokumu</h1>
<p><img class="alignnone size-full wp-image-395" title="step3" src="http://maxb.net/blog/wp-content/uploads/2009/07/step3.png" alt="step3" width="206" height="297" /></p>
<h1>Estraggo in una directory temporanea dokuwiki</h1>
<h2>a) COPIO LE DIRECTORY</h2>
<p>/data<br />
/conf</p>
<p>in /repository/wiki/istances/base/ rispondendo si quando chiede di sovrascrivere/unire le directory.</p>
<h2>b) COPIO LE DIRECTORY e i FILES restanti (bin, inc, lib, doku.php etc)</h2>
<p>in /wiki (sotto htdocs NON in /repository/wiki !)</p>
<p>Ecco l&#8217;albero risultante dal merge di dokuwiki con quest&#8217;estensione &#8220;dokumu&#8221;</p>
<p><img class="alignnone size-full wp-image-398" title="step4b" src="http://maxb.net/blog/wp-content/uploads/2009/07/step4b.png" alt="step4b" width="312" height="492" /></p>
<h1>Setto i permessi di scrittura alla directory</h1>
<p>/repository e figli</p>
<h1>Modifiche DOKUWIKI &#8211; /wiki/inc/init.php</h1>
<p>inserisco questa riga subito dopo l&#8217;apertura del tag php</p>
<pre class="brush: php; title: ; notranslate">
require_once(dirname(__FILE__).'/../extensions/istances/config.php');
</pre>
<h1><strong>Lancio Dokumu</strong></h1>
<p>http://localhost/wiki/base/</p>
<p>dove localhost è l&#8217;indirizzo a cui risponde il vostro web server</p>
<h1>Creazione Istanza</h1>
<p>L&#8217;istanza è automaticamente creata lanciando sul browser l&#8217;url di partenza seguito dal nome dell&#8217;istanza</p>
<p>http://localhost/wiki/NOME_ISTANZA/</p>
<p>Se:</p>
<p>1) ho creato la directory</p>
<p>/repository/wiki/istances/NOME_ISTANZA</p>
<p>2) ho copiato le directory</p>
<p>/data<br />
/conf</p>
<p>presenti nel <a href="http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-2009-02-14b.tgz" target="_blank">dokuwiki-2009-02-14b.tgz</a></p>
<p>3) nella directory</p>
<p>/repository/wiki/istances/NOME_ISTANZA/conf/</p>
<p>ho creato local.php (vedi dentro <a href="http://maxb.net/scripts/dokumu/dokumu-2009-02-14b.tar.gz" target="_blank">dokumu-2009-02-14b.tar.gz</a>)</p>
<p>con dentro <strong>ALMENO </strong>questo valore impostato</p>
<p>$conf['savedir'] = DATA_PATH;</p>
<p>4) liberi di settare i files</p>
<p>local.php<br />
acl.auth.php<br />
users.auth.php</p>
<p><strong>NON HO TESTATO LA PATCH CON</strong><br />
$conf['userewrite']  = 1;</p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2009/07/13/dokumu-dokuwiki-multiutente/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dokuwiki + jQuery + UI + Autocomplete</title>
		<link>http://maxb.net/blog/2009/02/26/dokuwiki-jquery-ui-autocomplete/</link>
		<comments>http://maxb.net/blog/2009/02/26/dokuwiki-jquery-ui-autocomplete/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 15:35:07 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=215</guid>
		<description><![CDATA[[[DOWNLOAD]] UPDATE 2009-02-27: patch /inc/plugincontroller.class.php ____ To use it, extract the tarball inside DokuWiki plugins directory /lib/plugins/ jQuery (1.3.1) jQuery Metadata jQuery Autocomplete jQuery UI (Core + Dialog) jQuery Tags* jQuery Discussion* jQuery Dialog Link* Requires: discussion tag pagelist *Alpha &#8230; <a href="http://maxb.net/blog/2009/02/26/dokuwiki-jquery-ui-autocomplete/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>[[<a href="http://maxb.net/scripts/dokuwiki/jquery_dokuwiki_plugins.tar.gz">DOWNLOAD</a>]]</p>
<p style="padding-left: 30px;"><strong>UPDATE 2009-02-27</strong>: patch /inc/plugincontroller.class.php</p>
<pre class="brush: php; title: ; notranslate">
function Doku_Plugin_Controller() {
   $this-&gt;_populateMasterList();
   sort($this-&gt;list_enabled);//ADD THIS LINE
}
</pre>
<p>____</p>
<p>To use it, extract the tarball inside DokuWiki plugins directory</p>
<p>/lib/plugins/</p>
<ul>
<li>jQuery (1.3.1)</li>
<li>jQuery Metadata</li>
<li>jQuery Autocomplete</li>
<li>jQuery UI (Core + Dialog)</li>
<li>jQuery Tags*</li>
<li>jQuery Discussion*</li>
<li>jQuery Dialog Link*</li>
</ul>
<p><strong>Requires</strong>:</p>
<ul>
<li>discussion</li>
<li>tag</li>
<li>pagelist</li>
</ul>
<p>*Alpha versions</p>
<p><strong>IMPORTANT:</strong></p>
<p>$conf['compress']    = 0;                //Strip whitespaces and comments from Styles and JavaScript? 1|0</p>
<h3>===== Discussion &amp; Tag (autocomplete) =====</h3>
<p><a href="http://maxb.net/blog/wp-content/uploads/2009/02/tags2.png"><img class="size-full wp-image-221" title="tags2" src="http://maxb.net/blog/wp-content/uploads/2009/02/tags2.png" alt="tags2" width="465" height="161" /></a></p>
<h3>===== Internal Link Dialog (autocomplete) =====</h3>
<p><img class="size-full wp-image-218" title="link2" src="http://maxb.net/blog/wp-content/uploads/2009/02/link2.png" alt="link2" width="746" height="462" /></p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2009/02/26/dokuwiki-jquery-ui-autocomplete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dokuwiki jQuery Tags</title>
		<link>http://maxb.net/blog/2009/02/24/dokuwiki-jquery-tags/</link>
		<comments>http://maxb.net/blog/2009/02/24/dokuwiki-jquery-tags/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:21:30 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=208</guid>
		<description><![CDATA[[[DOWNLOAD]] To use it, extract the tarball inside DokuWiki plugins directory /lib/plugins/ Requires: pagelist, tag, jquery This is the first plugin that uses jQuery within DokuWiki. It&#8217;s raw but it has a great potential. Its goal is not to create &#8230; <a href="http://maxb.net/blog/2009/02/24/dokuwiki-jquery-tags/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>[[<a href="http://maxb.net/scripts/dokuwiki/jquery_tags.tar.gz">DOWNLOAD</a>]]</p>
<p>To use it, extract the tarball inside DokuWiki plugins directory</p>
<p>/lib/plugins/</p>
<p>Requires: <a href="http://www.dokuwiki.org/plugin:pagelist" target="_blank">pagelist</a>, <a href="http://www.dokuwiki.org/plugin:tag" target="_blank">tag</a>, <a href="http://maxb.net/blog/2009/02/24/dokuwiki-jquery/" target="_blank">jquery</a></p>
<p>This is the first plugin that uses jQuery within DokuWiki.<br />
It&#8217;s raw but it has a great potential.<br />
Its goal is not to create a rich text editor for DokuWiki&#8230; there are plugins that try to bypass wiki syntax.<br />
Its goal is to help the user with some given syntax plugin (tag, discussion etc).</p>
<p>Original syntax is</p>
<p>{{tag>tag1, tag2, tag3}}</p>
<p>My plugin helps the user with an input textfield that adds tags (comma separated).</p>
<p>On loading, the js detects the tags block (I suppose there is just one<br />
block) and it places the block inside the input field (without <span style="color: #ff0000;"><strong>{{tag>}}</strong></span>).</p>
<p>On saving, the js reads the value from the input and it places the<br />
value at the end of the source as</p>
<p>{{tag><strong>TAG1, TAG2, TAG3</strong>}}</p>
<p>&#8230; and now? UI?</p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2009/02/24/dokuwiki-jquery-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[[Dokuwiki]] + jQuery</title>
		<link>http://maxb.net/blog/2009/02/24/dokuwiki-jquery/</link>
		<comments>http://maxb.net/blog/2009/02/24/dokuwiki-jquery/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:47:52 +0000</pubDate>
		<dc:creator>Massimiliano Balestrieri</dc:creator>
				<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://maxb.net/blog/?p=200</guid>
		<description><![CDATA[[[DOWNLOAD]] Adds jQuery (1.3.1) supports to [[DokuWiki]]. To use it, extract the tarball inside DokuWiki plugins directory /lib/plugins/ more plugins coming]]></description>
			<content:encoded><![CDATA[<p>[[<a href="http://maxb.net/scripts/dokuwiki/jquery.tar.gz">DOWNLOAD</a>]]</p>
<p>Adds jQuery (1.3.1) supports to [[DokuWiki]].</p>
<p>To use it, extract the tarball inside DokuWiki plugins directory</p>
<p>/lib/plugins/</p>
<p>more plugins coming <img src='http://maxb.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://maxb.net/blog/2009/02/24/dokuwiki-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

