Differences between version 2 and previous revision of ReleaseNotes.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on February 6, 2001 12:14 pm. by
Older page: version 1 Last edited on June 26, 2000 10:33 pm. by
@@ -1,14 +1,40 @@
+PhpWiki 1.2 is a huge advance over version 1.0:  
+  
+* Database support for MySQL, Postgresql, mSQL, flat file and the new dba library in PHP4 is included.  
+* Internationalization: support for different languages, down to the source level, is included. German, Spanish, Swedish and Dutch are currently shipped with PhpWiki. An architecture is in place to easily add more languages.  
+* New linking schemes using square brackets in addition to the old style !BumpyText.  
+* Administration features include page locking, dumping the Wiki to a zip file, and deleting pages.  
+* A MostPopular page showing the most frequently hit pages.  
+* Full HTML compliance.  
+* Links at the bottom of pages describing relationships like incoming links from other pages and their hits, outgoing and their hits, and the most popular nearby pages.  
+* Color page diffs between the current and previous version.  
+* An info page to view page metadata.  
+* Far more customization capability for the admin.  
+* A templating system to separate the page HTML from the PHP code.  
+* New markup constructs for <B>, <I>, <DD>, <BR> and more.  
+* Tabless markup to supercede the older markup (both still supported).  
+  
+  
+----  
+  
+PhpWiki 1.1.9 includes Spanish language pages, a full implementation for  
+Postgresql, numerous bug fixes and more. See the HISTORY file for more  
+info: http://phpwiki.sourceforge.net/phpwiki/HISTORY  
+  
+----  
+  
+  
 PhpWiki 1.1.6 is a major revision of PhpWiki. The ability to have themes (via an 
 easy-to-edit template system) has been added; the schema for MySQL has been 
 completely overhauled, breaking the page details into columns (for efficiency we 
 agreed not to put references in a separate table, so it's not completely 
 normalized. "Don't let the best be the enemy of the good.") 
  
 Postgresql support has been added and the markup language is evolving, now allowing 
-!<h1> 
+!! !<h1> 
 !!<h2> 
-!! !<h3> 
+!<h3> 
 tags and __a new way to make text bold__, and of course the 
 [new linking scheme]. 
  
 There is a new feature on all pages called ''more info'' that gives you a low level 

The content of this page is Copyright (C) 2000, 2001, 2002 Geoffrey T. Dairiki and the other authors of the content, whoever they may be.
This is free information and you are welcome redistribute it under certain conditions; see http://www.dairiki.org/HammondWiki/opl.html for details.
Absolutely no warrantee is made as to the correctness of the information on this page.