Re: [PHP] Wiki formatting class or something similar

2011-04-30 Thread Peter Lind
On 30 April 2011 21:26, Andre Polykanine wrote: > Hello Peter, > > And what would you recommend as an Html sanitizing tool? > I go by htmlpurifier when I need to sanitize html. I generally try to avoid the issue though, by having users use other markup languages (I like markdown but dislike texti

Re: [PHP] Wiki formatting class or something similar

2011-04-30 Thread Andre Polykanine
From: Peter Lind To: Stuart Dallas Date created: , 4:26:41 PM Subject: [PHP] Wiki formatting class or something similar On 30 April 2011 15:13, Stuart Dallas wrote: > On Friday, 29 April 2011 at 22:04, Andre Polykanine wrote: > Hi everyone, >> I allow my users to p

Re: [PHP] Wiki formatting class or something similar

2011-04-30 Thread Peter Lind
On 30 April 2011 15:13, Stuart Dallas wrote: > On Friday, 29 April 2011 at 22:04, Andre Polykanine wrote: > Hi everyone, >> I allow my users to put some Html into their blogs. I filter it using >> a great tool called HtmLawed and written by Dr. Santosh Patnaik (if >> you're reading this, many than

Re: [PHP] Wiki formatting class or something similar

2011-04-30 Thread Stuart Dallas
On Friday, 29 April 2011 at 22:04, Andre Polykanine wrote: Hi everyone, > I allow my users to put some Html into their blogs. I filter it using > a great tool called HtmLawed and written by Dr. Santosh Patnaik (if > you're reading this, many thanks to you!). > However, I would like to give them a p

Re: [PHP] Wiki formatting class or something similar

2011-04-29 Thread Gerardo Benitez
Hi Andre, I did a intranet with TextWiki ( http://pear.php.net/package/Text_Wiki/redirected ) TextWiki is a reliable Class to create Wiki using Php. Regards. Gerardo. On Fri, Apr 29, 2011 at 6:04 PM, Andre Polykanine wrote: > Hi everyone, > I allow my users to put some Html into their blogs.

[PHP] Wiki formatting class or something similar

2011-04-29 Thread Andre Polykanine
Hi everyone, I allow my users to put some Html into their blogs. I filter it using a great tool called HtmLawed and written by Dr. Santosh Patnaik (if you're reading this, many thanks to you!). However, I would like to give them a possibility to mark-up their text in a more convenient way

[PHP] wiki api help needed with php

2010-04-10 Thread saeed ahmed
I'm trying to do build a system which is described below. "The user inputs a word. The system check if word exists at portuguese section of wiktionary. If true, get and show to user the word definiton. If false, sugest (displays) similar words, as in Wiktionary, with her links." I have done this

Re: [PHP] Wiki recommendation?

2009-11-26 Thread Olav
Jonathan Tapicer wrote: > I also recommend dokuwiki (with a k, not c :) ): > http://www.dokuwiki.org/ I will add just my 2 cts to that. I have used several wikis but I always come back to DokuWiki. Among other things that I like about it, like plugins, is the fact that it is file based. It can

Re: [PHP] Wiki recommendation?

2009-11-26 Thread Lester Caine
Skip Evans wrote: Hey all, Thanks much for the recommendations. I'll check them out. We don't need fine grained control over access; basically admins that can modify content and the public who cannot. But right now DocuWiki is sounding good, and I'd rather, for some strange reason, not use

Re: [PHP] Wiki recommendation?

2009-11-25 Thread TG
urfal...@gmail.com, "php-general@lists.php.net" Date: Wed, 25 Nov 2009 22:33:54 -0600 Subject: Re: [PHP] Wiki recommendation? > Hey all, > > Thanks much for the recommendations. I'll check them out. > > We don't need fine grained control over access; basically > ad

Re: [PHP] Wiki recommendation?

2009-11-25 Thread Skip Evans
use it much and I've only ever used Mediawiki to any real length. Definitely give it a look, though. -TG - Original Message - From: Jonathan Tapicer To: aurfal...@gmail.com Cc: Skip Evans , "php-general@lists.php.net" Date: Wed, 25 Nov 2009 23:54:07 -0300 Subject: Re

Re: [PHP] Wiki recommendation?

2009-11-25 Thread TG
sage - From: Jonathan Tapicer To: aurfal...@gmail.com Cc: Skip Evans , "php-general@lists.php.net" Date: Wed, 25 Nov 2009 23:54:07 -0300 Subject: Re: [PHP] Wiki recommendation? > On Wed, Nov 25, 2009 at 8:37 PM, wrote: > > On Nov 25, 2009, at 2:42 PM, Skip Evans wrote: >

Re: [PHP] Wiki recommendation?

2009-11-25 Thread Jonathan Tapicer
On Wed, Nov 25, 2009 at 8:37 PM, wrote: > On Nov 25, 2009, at 2:42 PM, Skip Evans wrote: > >> Hey all, >> >> I'm looking for a good Wiki to maintain documentation on a large >> commercial web site that is always growing. >> >> DokuWiki is the only one I've installed and used at any length, so bef

Re: [PHP] Wiki recommendation?

2009-11-25 Thread aurfalien
On Nov 25, 2009, at 2:42 PM, Skip Evans wrote: Hey all, I'm looking for a good Wiki to maintain documentation on a large commercial web site that is always growing. DokuWiki is the only one I've installed and used at any length, so before I just use that one again I'd like to hear from th

[PHP] Wiki recommendation?

2009-11-25 Thread Skip Evans
Hey all, I'm looking for a good Wiki to maintain documentation on a large commercial web site that is always growing. DokuWiki is the only one I've installed and used at any length, so before I just use that one again I'd like to hear from the peanut gallery what other suggestions you'd have

Re: [PHP] Wiki lib?

2007-06-19 Thread Greg Donald
On 6/19/07, Emil Edeholt <[EMAIL PROTECTED]> wrote: I want a library that can compare different versions of text, Command line diff wrapped in exec() calls should work fine. -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

[PHP] Wiki lib?

2007-06-19 Thread Emil Edeholt
Hi, Do any of you guys know of a good php library to use as a base if one wants to develop a simple wiki? I don't want a complete system like MediaWiki, I want a library that can compare different versions of text, and so on. I first thought of using subversion, but it seems a bit overkill. I

Re: [PHP] wiki question

2006-02-02 Thread Richard Lynch
On Mon, January 30, 2006 1:56 pm, Jay Blanchard wrote: > I have been searching for a PHP wiki that will allow me to use and > ODBC > connection to a MS_SQL server database. Does anyone know if such an > animal > exists? If no such thing exists, look for the Wiki that supports the

Re: [PHP] wiki question

2006-01-30 Thread Mike Smith
...dang, hit the reply, not the reply to all...Sorry about that Jay. http://sourceforge.net/projects/phpwiki/ I haven't tried it, but it looks like phpwiki supports adodb/pear, so if you've got you mssql extension loading you should be able to use it. How's that for a product endorsement! Mike S

[PHP] wiki question

2006-01-30 Thread Jay Blanchard
Howdy all! I have been searching for a PHP wiki that will allow me to use and ODBC connection to a MS_SQL server database. Does anyone know if such an animal exists? Thanks! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Wiki Filesystem integration

2005-09-30 Thread Rory Browne
Hi Folks Anyone here have any experience with integrating Filesystem documents and Wikis? One of our depts uses a wiki(phpwiki) for docs, whilst the other uses a network drive. Anyone here have any experience in consolodating something like this into one interface? Thanks Rory -- PHP General M

RE: [PHP] RE: PHP wiki recommendations

2005-09-09 Thread Murray @ PlanetThoughtful
> Doug > > > -Original Message- > From: Murray @ PlanetThoughtful [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 08, 2005 2:03 AM > To: php-general@lists.php.net > Subject: PHP wiki recommendations > > Hi All, > > I want to add a wiki to my blog sit

[PHP] RE: PHP wiki recommendations

2005-09-08 Thread Finner, Doug
lto:[EMAIL PROTECTED] Sent: Thursday, September 08, 2005 2:03 AM To: php-general@lists.php.net Subject: PHP wiki recommendations Hi All, I want to add a wiki to my blog site to help create a knowledgebase of the characters, localities, stories I write to make it easier for new visitors to delve

[PHP] PHP wiki recommendations

2005-09-07 Thread Murray @ PlanetThoughtful
Hi All, I want to add a wiki to my blog site to help create a knowledgebase of the characters, localities, stories I write to make it easier for new visitors to delve into the areas that interest them. I've been experimenting with a couple of different wiki packages, but am always interested in o

Re: [PHP] PHP Wiki

2005-02-25 Thread Richard Lynch
Randy Johnson wrote: > Is there a Wiki site for PHP? More than I can count. > Is there a need for one? Will you fill it up with Good Content? Or will it be a cobweb? I personally just don't find myself going back to Wikis and forums and blogs very often. Many people thrive on them. Some folks

Re: [PHP] PHP Wiki

2005-02-25 Thread Randy Johnson
yea I just thought maybe a php-wiki would be neat, not one programmed in php but a wiki for everything php :-) Randy Robby Russell wrote: On Thu, 2005-02-24 at 17:49 -0500, Randy Johnson wrote: Is there a Wiki site for PHP? Is there a need for one? -Randy The php.net site doesn't really

Re: [PHP] PHP Wiki

2005-02-25 Thread Robby Russell
On Thu, 2005-02-24 at 17:49 -0500, Randy Johnson wrote: >Is there a Wiki site for PHP? Is there a need for one? > >-Randy The php.net site doesn't really need a wiki. or did you mean is there a php-based wiki? http://www.google.com/search?q=php

Re: [PHP] PHP Wiki

2005-02-25 Thread Randy Johnson
Nope I had not been there. Thanks for the link Randy Chris W. Parker wrote: Randy Johnson on Thursday, February 24, 2005 2:50 PM said: Is there a Wiki site for PHP? Is there a need for one? Been to http://phpcommunity.org/wiki/? Chris. -- PHP General Mailing List

RE: [PHP] PHP Wiki

2005-02-25 Thread Chris W. Parker
Randy Johnson on Thursday, February 24, 2005 2:50 PM said: > Is there a Wiki site for PHP? Is there a need for one? Been to http://phpcommunity.org/wiki/? Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

RE: [PHP] PHP Wiki

2005-02-25 Thread Jay Blanchard
[snip] Is there a Wiki site for PHP? Is there a need for one? [/snip] What would be the wiki's purpose here? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Wiki

2005-02-25 Thread Randy Johnson
Is there a Wiki site for PHP? Is there a need for one? -Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] wiki as php object?

2005-01-22 Thread Kurt Yoder
Hi folks I am creating a php site that will eventually include a wiki. The twist is that visitors to my site will each be able to create their own sections. Each section should have its own wiki, completely independent of all the other wikis. I could of course code up my own wiki from scratch,

[PHP] Re: PHP Wiki recomendations

2004-12-25 Thread Matthew Weier O'Phinney
* Greg Donald <[EMAIL PROTECTED]>: > Could anyone recommend a good PHP-based Wiki script, for PHP 4.x? > I've been testing a bunch of them and almost all seem to be crap so > far. Crap in what way(s)? Could you elaborate on those you have tested and what deficiencies you found -- in part so that

Re: [PHP] PHP Wiki recomendations

2004-12-25 Thread Matthew Fonda
Yawiki is nice http://yawiki.com/ On Sat, 2004-12-25 at 09:13, Greg Donald wrote: > Could anyone recommend a good PHP-based Wiki script, for PHP 4.x? > I've been testing a bunch of them and almost all seem to be crap so > far. > > Thanks.. > > > -- > Greg Donald > Zend Certified Engineer > ht

[PHP] PHP Wiki recomendations

2004-12-25 Thread Greg Donald
Could anyone recommend a good PHP-based Wiki script, for PHP 4.x? I've been testing a bunch of them and almost all seem to be crap so far. Thanks.. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] wiki

2003-11-13 Thread Raditha Dissanayake
wikipedia.org - their sourcecode is available as a sourceforge.net project Dennis Gearon wrote: I need a wiki, VERY simple. BUT OTOH, it'd be nice if it had the ability to display, or attache a picture to a topic. Any good stuff known to exist? MySQL background. -- Raditha Dissanayake. ---

[PHP] wiki

2003-11-13 Thread Dennis Gearon
I need a wiki, VERY simple. BUT OTOH, it'd be nice if it had the ability to display, or attache a picture to a topic. Any good stuff known to exist? MySQL background. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] WIKI - CMS scripts

2002-04-05 Thread Miles Thompson
This is a general question, and I'm not trying for flames, but I've been looking at various CMS sites: php-nuke, post-nuke, php-website, typo-3, and ez-publish. I've probably visited others, but haven't book marked them. One thing which seems to characterize them all, is that they seem awfully