Topic: [REQUEST] New DokuWiki Integration

I would like to integrate a newer version of DokuWiki into Punbb, Conorhd's is, well, a very old Doku. http://wiki.rose-na.com is what I am trying to tie inw ith the Punbb user list, etc.

If someone could help with this I would greatly appreciate it.

2

Re: [REQUEST] New DokuWiki Integration

Hi Cajual,

There's been some substantial changes to DokuWiki's auth system since the last stable release.

Sun Nov  6 14:03:03 CET 2005  Matthias Grimm <matthiasgrimm[at]users.sourceforge.net>
  * mysql extension for OO auth system
  This patch adds the mysql extension to the OO auth system. The SQL statements
  are defined in conf/mysql.conf.php.example and needs to be adapted to the
  local database. The set of statements work with the database structure described
  in conf/mysql.conf.php.example.
 
  This module is beta and heavy testing in different environments is recommended.
 
  The documentation of the SQL statements is not complete yet

And just for PunBB:

Sat Feb 11 19:02:40 CET 2006  Andreas Gohr <andi[at]splitbrain.org>
  * updated auth_punbb

Might want to use the latest SVN to make any bridges or wait for the next stable release.

Re: [REQUEST] New DokuWiki Integration

I have no idea how your post pertains to my request lol.  I understand you supplied specific information regarding the possible release of a new integrated Doku/Punbb, however, there is a stable release for 9-22-05, and the current version supported by Conor's work is from February.  That is a 7month span of almost 3-4 stable releases, with new syntax, upgraded styles, etc.

4

Re: [REQUEST] New DokuWiki Integration

Cajual wrote:

I have no idea how your post pertains to my request lol.

My post referenced certain developer mailing list posts that pertained to the new version in SVN.

SVN includes a MySQL interface to the authorization system, this would be the preferred method to bridge Doku with Pun.

So any work done with DokuWiki 2005-09-22e and PunBB 1.2.10 would be kind of pointless.

Does that make sense?

By the way, Andi from DokuWiki uses PunBB: http://www.wikimatrix.org/ - so he has an interest in Pun wink

Re: [REQUEST] New DokuWiki Integration

hcgtv

Excuse me, but what is SVN?

And how one can integrate the latest DokuWiki into punBB environment?

6

Re: [REQUEST] New DokuWiki Integration

beotiger,

SVN stands for Subversion: http://subversion.tigris.org/ - a verson control system.

You can look at Connor's work: http://www.punres.org/desc.php?pid=68 - to get an idea of what's been done.

Re: [REQUEST] New DokuWiki Integration

Thank you, hcgtv, but we haven't come closer to the goal.
I have this version of Connor's work (and it is really great!).

But the idea is to integrate a newest DokuWiki into punBB environment, that is.
And I can't take what does SVN deal with all that stuff?

8

Re: [REQUEST] New DokuWiki Integration

beotiger,

Don't worry about SVN, a new version of DokuWiki should be out soon, Andi is putting the finishing touches on it.

When the new version comes out, you'll see that it's easier to integrate with PunBB.

Re: [REQUEST] New DokuWiki Integration

Ok, that is great, but how one can integrate another wiki-like product (not DokuWiki, but, for example, MediaWiki) into punBB environment. That is the question!

10

Re: [REQUEST] New DokuWiki Integration

DokuWiki has a Punbb backend (punbb.class.php) but it is incomplete, and when I use it with acl auth it doesn't actually cross check my use info and merely stays at the login page.

Hopefully the new backend will work smile~

Re: [REQUEST] New DokuWiki Integration

Hi...does somebody knows when this new dokuwiki will be out ? I plan also to make some site similar to rose-na...looks great smile

12

Re: [REQUEST] New DokuWiki Integration

Aikimaniac,

Andi should release a new version soon, no new features are being added at this point and Q/A is going on for the release candidate.

I would say it's not that far off, no longer than a couple of weeks.

Re: [REQUEST] New DokuWiki Integration

hcgtv wrote:

Aikimaniac,

Andi should release a new version soon, no new features are being added at this point and Q/A is going on for the release candidate.

I would say it's not that far off, no longer than a couple of weeks.

I will be happy when 1.3 is out and new docuwiki too... to use them both.. smile

14

Re: [REQUEST] New DokuWiki Integration

Aikimaniac,

Things are looking up: http://www.splitbrain.org/blog

15

Re: [REQUEST] New DokuWiki Integration

DokuWiki 2006-03-05 is out!

http://www.splitbrain.org/projects/dokuwiki

There's something new for PunBB - /inc/auth/punbb.class.php

/**
 * PunBB auth backend
 *
 * Uses external Trust mechanism to check against PunBB's
 * user cookie. PunBB's PUN_ROOT must be defined correctly.
 *
 * @author    Andreas Gohr <andi@splitbrain.org>
 */

16

Re: [REQUEST] New DokuWiki Integration

Just got clarification from Andi on using the PunBB auth system in DokuWiki.

Here is a how-to: http://wiki.splitbrain.org/wiki:auth:punbb