aboutsummaryrefslogtreecommitdiff
path: root/www/phpwiki13
Commit message (Collapse)AuthorAgeFilesLines
* PATCH] Update www/phpwiki 1.2.4 -> 1.2.6Edwin Groothuis2005-01-093-3/+8
| | | | | | | | | | | | | | | | | Update www/phpwiki to version 1.2.6. Changes: - supports now register_globals=off - adds user/password to pgsql - fix zip and dumpserial on dba, dbm, msql and file - fixes a minor (un)lock issue, displaying the (un)locked page afterwards and not the FrontPage - fixed !TitleSearch and Backlinks for flatfile - enable MostPopular (hitcount storage) for flatfile PR: ports/75716 Submitted by: Christian Brueffer <chris@unixpages.org> Notes: svn path=/head/; revision=125930
* - drop maintainershipDirk Meyer2004-10-141-1/+1
| | | | Notes: svn path=/head/; revision=119362
* - update to 1.2.4Dirk Meyer2004-08-092-3/+3
| | | | Notes: svn path=/head/; revision=115728
* - support USE_PHPDirk Meyer2004-07-281-4/+2
| | | | Notes: svn path=/head/; revision=114962
* - add SIZEDirk Meyer2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104384
* - add WITH_APACHE2Dirk Meyer2003-12-161-0/+4
| | | | | | | Submitted by: takeda@takeda.tk Notes: svn path=/head/; revision=95933
* - make portlint happyDirk Meyer2003-11-181-3/+3
| | | | Notes: svn path=/head/; revision=94259
* A WikiWikiWeb is a web site where anyone can edit the pages throughDirk Meyer2003-10-194-0/+314
an HTML form. Linking is done automatically on the server side; all pages are stored in a database. This may sound rather simplistic, but a Wiki is a very unique way to collaborate on the Web. The addictive quality of a Wiki is that making pages is as simple as making a link to them. If they don't yet exist, the page link will be followed by a hyperlinked question mark; follow that link and you can define the new page. With this setup, you can update and create pages from anywhere there is a web browser handy. WWW: http://phpwiki.sourceforge.net/phpwiki/ Notes: svn path=/head/; revision=91693