Reported by
pieterh
The syntax for modules could be simpler to type and read. Here is a proposal.
The current syntax is like this:
##page parent=""|title="Manage Petition"|tags=""|file="http://packages.wdfiles.com/local--files/package:6/picture-backend.txt"##
How about something like:
##page parent="" title="Manage Petition" tags="" file="etc..."##
Or, allowing line breaks and spaces as well:
##page
parent = ""
title = "Manage Petition"
tags = ""
file = "etc..."
##
Comments
Use one of these tags to say what state the issue is in:
- _open - a new, open issue.
- _closed - issue has been closed.
Most recent
Educator Acocunt Upgrade (1253820187|%B %d, %Y) [open]
Cannot Rename/Move Attached File (1251477520|%B %d, %Y) []
Increase Size of "Copy-To" Window (1250808429|%B %d, %Y) []
Package 14: Error in syntax! (1250808221|%B %d, %Y) []
$wku$ error (1250382085|%B %d, %Y) []
Parser Error (1250323132|%B %d, %Y) []
Need more doc (1249543737|%B %d, %Y) []
Package module (1249542706|%B %d, %Y) []
Simplify syntax of modules (1249542523|%B %d, %Y) []
Error in Syntax warning (1249424256|%B %d, %Y) []
All open
Cannot Rename/Move Attached File (1251477520|%B %d, %Y) []
Increase Size of "Copy-To" Window (1250808429|%B %d, %Y) []
Package 14: Error in syntax! (1250808221|%B %d, %Y) []






I use explode statements for the variables so it's a little hard. When you have a space in the contents of a variable (e.g. ##page title="Manage Petition" page="test").
The code a above with explode(" ",$pkfile) would return the array:
However, the following code works:
Kenneth Tsang - Get my JSEditor Wiki Offline Editor (v0.4 with syntax preview)
Blog | Wikidot Installer v3.0 | Clone a Category from another site
Fixed. 14th Aug 2009.
Kenneth Tsang - Get my JSEditor Wiki Offline Editor (v0.4 with syntax preview)
Blog | Wikidot Installer v3.0 | Clone a Category from another site