<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sun, 19 May 2013 22:12:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Lukas Smith's Blog: Wanna help out on wiki.php.net?]]></title>
      <guid>http://www.phpdeveloper.org/news/13865</guid>
      <link>http://www.phpdeveloper.org/news/13865</link>
      <description><![CDATA[<p>
Want to help out on the PHP project but not sure where to start? <i>Lukas Smith</i> <a href="http://pooteeweet.org/blog/0/1651#m1651">suggests helping out with the wiki</a> (at <a href="http://wiki.php.net">wiki.php.net</a>).
</p>
<blockquote>
I feel that I can make more of a difference in these other [personal] projects. [...] I hope others will pick up the slack and make sure that PDO gets love, at people diligently follow up on todo items mentioned on internals and that someone else picks up <a href="http://wiki.php.net/">wiki.php.net</a> and takes care of some regular maintenance stuff. 
</blockquote>
<p>
He mentions one thing specifically - an update that will need to happen to the <a href="http://www.dokuwiki.org/changes#release_2009-12-25b_lemming">Dokuwiki software</a> the wiki runs on. If you're interested, send <i>Lukas</i> an email/leave a comment and he'll point you in the right direction.
</p>]]></description>
      <pubDate>Tue, 19 Jan 2010 09:21:03 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Andreas Gohr's Blog: Old and New DokuWiki Plugins]]></title>
      <guid>http://www.phpdeveloper.org/news/11849</guid>
      <link>http://www.phpdeveloper.org/news/11849</link>
      <description><![CDATA[<p>
In a <a href="http://www.splitbrain.org/blog/2009-01/12-old_and_new_dokuwiki_plugins">new post</a> to the splitbrain.org blog, <i>Andreas Gohr</i> takes a look at some of the older (but still useful!) and newer plugins for the <a href="http://www.dokuwiki.org">DokuWiki</a> application.
</p>
<blockquote>
During the last few weeks I wrote a few new <a href="http://www.dokuwiki.org/plugins">DokuWiki plugins</a> and updated some old ones. This post is to give you a short introduction about each and what is new in the updated ones. 
</blockquote>
<p>The plugins that made the list are:</p>
<ul>
<li>the <a href="http://www.dokuwiki.org/plugin%3Acaptcha">CAPTCHA plugin</a>
<li>an <a href="http://www.dokuwiki.org/plugin%3As5">S5 Presentation</a>plugin
<li>The <a href="http://www.dokuwiki.org/plugin%3Abureaucracy">Bureaucracy Plugin</a> (handling form validation)
<li><a href="http://www.dokuwiki.org/plugin%3Adisqus">A plugin</a> to interface with the <a href="http://www.disqus.com/">Disqus</a> commenting system
<li>A <a href="http://www.dokuwiki.org/plugin%3Agraphgear">plugin that generates dynamic graphics</a> via a <a href="http://www.creativesynthesis.net/blog/projects/graph-gear/">Flash component</a>
</ul>]]></description>
      <pubDate>Fri, 30 Jan 2009 12:02:07 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Andreas Gohr's Blog: Working with Password Hashes in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10708</guid>
      <link>http://www.phpdeveloper.org/news/10708</link>
      <description><![CDATA[<p>
<i>Andreas Gohr</i> has a <a href="http://www.splitbrain.org/blog/2008-07/28-working_with_password_hashes_in_php">general overview</a> of hashing in a new post to his blog:
</p>
<blockquote>
Every good programmer knows, that passwords should never be stored in clear text. Instead a one way hash (or digest) should be used. This way user passwords are not at risk in case of an intrusion.
</blockquote>
<p>
He points out the multiple ways that PHP offers for both simple hashing (like md5 or sha1) and the true encryption types (like ssha, apr1 and crypt). He shows how they work in the <a href="http://www.splitbrain.org/projects/dokuwiki">DokuWiki</a> application via a call to auth_cryptPassword to make it and db_get_hash/auth_verifyPassword to check against it.
</p>]]></description>
      <pubDate>Tue, 29 Jul 2008 12:57:43 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Andreas Gohr's Blog: Compiling a Portable Apache for Linux]]></title>
      <guid>http://www.phpdeveloper.org/news/9887</guid>
      <link>http://www.phpdeveloper.org/news/9887</link>
      <description><![CDATA[<p>
<i>Andreas Gohr</i> has <a href="http://www.splitbrain.org/blog/2008-03/28-compiling_a_portable_apache_for_linux">posted a guide</a> for creating a mobile Apache installation that could run on something like a USB stick.
</p>
<blockquote>
Today I spent some time to figure out how to compile a relocatable Apache with PHP support. Yes, this might result in a Linux version of the DokuWiki on a Stick project. Read on for detailed instructions.
</blockquote>
<p>
<a href="http://www.splitbrain.org/blog/2008-03/28-compiling_a_portable_apache_for_linux">The installation</a> is pretty similar to the normal compile with a few small differences. Check out the post for the complete process, commands and all.
</p>]]></description>
      <pubDate>Tue, 01 Apr 2008 11:32:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Splitbrain.org: OpenID for DokuWiki]]></title>
      <guid>http://www.phpdeveloper.org/news/7070</guid>
      <link>http://www.phpdeveloper.org/news/7070</link>
      <description><![CDATA[<p>
A new plugin for DokuWiki <a href="http://www.splitbrain.org/blog/2007-01/09-openid_for_dokuwiki">has been released</a> from Splitbrain.org - an <a href="http://wiki.splitbrain.org/plugin%3Aopenid">OpenID plugin</a> for authentication.
</p>
<blockquote>
Inspired by the recent buzz around <a href="http://openid.net/">OpenID</a> I did some research to see what it's all about and what would be necessary to add OpenID logins to <a href="http://www.google.com/search?q=DokuWiki&btnI=lucky">DokuWiki</a>.
</blockquote>
<p>
He <a href="http://www.splitbrain.org/blog/2007-01/09-openid_for_dokuwiki">talks about</a> why he'd even want to integrate the login type into his application and, with the plugin in place, what steps <a href="http://wiki.splitbrain.org/plugin%3Aopenid">it takes</a> to authenticate the user.
</p>]]></description>
      <pubDate>Wed, 10 Jan 2007 09:31:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Norbet Mocsnik's Blog: Setting Up DokuWiki with Simple Authentication]]></title>
      <guid>http://www.phpdeveloper.org/news/6931</guid>
      <link>http://www.phpdeveloper.org/news/6931</link>
      <description><![CDATA[<p>
<i>Norbet Mocsnik</i>, having just set it up himself, is <a href="http://norbert.mocsnik.hu/blog/archives/208-Setting-Up-DokuWiki-with-Simple-Authentication.html">sharing the steps needed</a> to get DokuWiki set up and working with a simple authentication system.
</p>
<blockquote>
I promised to investigate the steps needed to set up DokuWiki with the simplest authentication scheme for a friend and I thought others might benefit from it too, so here it is.
</blockquote>
<p>
There's about fifteen steps in all, including the download/install of the package and creating the basic functionality (like a simple Auth schema - he gives an example). Create the superuser and set up the desired restrictions and you're home free. If you want more information on authentication in DokuWiki, check out <a href="http://wiki.splitbrain.org/wiki:acl">this page</a> on the DokuWiki's wiki. 
</p>]]></description>
      <pubDate>Tue, 19 Dec 2006 09:02:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[SplitBrain.org: Presentations in DokuWiki]]></title>
      <guid>http://www.phpdeveloper.org/news/6822</guid>
      <link>http://www.phpdeveloper.org/news/6822</link>
      <description><![CDATA[<p>
On SplitBrain.org, there's <a href="http://www.splitbrain.org/blog/2006-12/04-presentations_in_dokuwiki">a mention</a> of a new feature that's been added to the popular <a href="http://www.google.com/search?q=DokuWiki&btnI=lucky">DokuWiki</a> package - "pluggable renderers".
</p>
<blockquote>
<p>
In case you don't know: DokuWiki parses Wiki syntax into an instruction array which then is "rendered" to the desired output format. This output format is usually the XHTML to display a nicely formatted Wiki page. </p>
<p>
Pluggable renderers allow plugin authors to write their own renderer to output any format they want. This adds another bit of flexibility to DokuWiki.
</p>
</blockquote>
<p>
The idea for these renderers was inspired by the <a href="http://meyerweb.com/eric/tools/s5/">S5</a> system (developed by <a href="http://meyerweb.com/eric/">Eric Meyer</a>) that was essentially a web-based slide show (without the need for a messy client-side application). Unfortunately, the slide shows were hard to make - which is where the renderers come in. In fact, he's already created the tool to get you started - the <a href="http://wiki.splitbrain.org/plugin%3As5">S5 DokuWiki Plugin</a>. Check out <a href="http://wiki.splitbrain.org/plugin%3As5%3Aexample">his example</a> to see the results.
</p>]]></description>
      <pubDate>Tue, 05 Dec 2006 07:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Norbert Mocsnik's Blog: Setting Up DokuWiki with Simple Authentication]]></title>
      <guid>http://www.phpdeveloper.org/news/5891</guid>
      <link>http://www.phpdeveloper.org/news/5891</link>
      <description><![CDATA[<p>
If you're as big of a fan of the <a href="http://wiki.splitbrain.org/wiki:Install">DokuWiki wiki</a> software as <i>Norbert Mocsnik</i>, you'll be very happy to check out <a href="http://norbert.mocsnik.hu/blog/archives/208-Setting-Up-DokuWiki-with-Simple-Authentication.html">his latest post</a> on his blog about setting up the simple form of authentication in the application.
</p>
<blockquote>
In my opinion DokuWiki is the best wiki software out there (see <a href="http://wiki.splitbrain.org/wiki:features">features</a>). In addition to all those cool features like namespaces, it stores pages in plaintext files, thus no database backend is required. Setting it up is pretty easy also. I promised to investigate the steps needed to set up DokuWiki with the simplest authentication scheme for a friend and I thought others might benefit from it too, so here it is.
</blockquote>
<p>
He <a href="http://norbert.mocsnik.hu/blog/archives/208-Setting-Up-DokuWiki-with-Simple-Authentication.html">starts from</a>, well, the beginning - grabbing the latest DokuWiki download, copying it over and running through the installation and configuration. Then it's on to the web inferface, changing the Access Controls to allow for more of a fine tuning on who can do what.
</p>]]></description>
      <pubDate>Thu, 27 Jul 2006 13:44:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Esser's Blog: DokuWiki remote PHP code injection]]></title>
      <guid>http://www.phpdeveloper.org/news/5506</guid>
      <link>http://www.phpdeveloper.org/news/5506</link>
      <description><![CDATA[<p>
<i>Stefan Esser</i> has posted <a href="http://blog.php-security.org/archives/31-DokuWiki-remote-PHP-code-injection.html">this new security issue</a> he discovered in the <a href="http://wiki.splitbrain.org/wiki:dokuwiki">DokuWiki application</a>.
</p>
<quote>
<i>
While searching for the perfect Wiki PHP application for my own german/korean wiki I tested DokuWiki and found an ugly security hole, that allows remote PHP code injection through it's AJAX spellchecking service.
</i>
</quote>
<p>
You can read up on his <a href="http://www.hardened-php.net/advisory_042006.119.html">full advisory here</a>, including the location/code of the issue.
</p>]]></description>
      <pubDate>Mon, 05 Jun 2006 06:08:12 -0500</pubDate>
    </item>
  </channel>
</rss>
