Penguin

Differences between current version and predecessor to the previous major change of ReleaseNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Wednesday, May 2, 2007 9:59:47 am by LawrenceDoliveiro
Older page: version 2 Last edited on Wednesday, September 10, 2003 8:28:23 pm by WikiAdmin Revert
@@ -28,9 +28,9 @@
 * 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). 
+* Tabless markup to supersede the older markup (both still supported). 
  
  
 ---- 
  
@@ -50,9 +50,9 @@
 !!!<h2> 
 !!<h3> 
 !<h4> 
 tags and __a new way to make text bold__, and of course the 
-new linking scheme. 
+[ new linking scheme]
  
 There is a new feature on all pages called ''more info'' that gives you a low level 
 detailed view of a page, which is probably more useful for debugging than anything. 
  
@@ -65,11 +65,11 @@
 series. --Steve Wainstead, mailto:swain@panix.com 
  
 ---- 
  
-PhpWiki was written because I am so interested in WikiWikiWeb , and I haven't used PHP since version 2.. I wanted to see how it had advanced. 
+PhpWiki was written because I am so interested in WikiWikiWebs , and I haven't used PHP since version 2.. I wanted to see how it had advanced. 
  
-Version 1.0 is a near-perfect clone of the Portland Pattern Repository, http://c2.com/cgi-bin/wiki?WikiWikiWeb. In truth, I was using the Wiki script you can download from there as a model; that Wiki lacks a number of features the PPR has, like Edit Copy . So in truth PhpWiki is a kind of hybrid of the PPR and the generic Wiki you can get from there (which is written in Perl). 
+Version 1.0 is a near-perfect clone of the Portland Pattern Repository, http://c2.com/cgi-bin/wiki?WikiWikiWeb. In truth, I was using the Wiki script you can download from there as a model; that Wiki lacks a number of features the PPR has, like EditCopy . So in truth PhpWiki is a kind of hybrid of the PPR and the generic Wiki you can get from there (which is written in Perl). 
  
 The one caveat of PhpWiki is the allowance of HTML if the line is preceded by a bar (or pipe, which is how I usually say it). (That's a '|'). It was very simple to add, and the idea came from a posting somewhere on the PPR about how AT&T had an internal Wiki clone and used the same technique. The ability to embed HTML is disabled by default for security reasons. 
  
 Version 1.01 includes a patch that fixes a small error with rendering <hr> lines. Thanks to Gerry Barksdale.