A r t i c l e s
|
PasWiki Syntax
|
PasWiki syntax is slightly different than other wikis.
-Italics are done via the Squiggly character
(top left of most keyboards).
Example:
~to make something italic~
-Bold fonts are done via the back quote character
(top left of most keyboards).
Example:
`to make something bold`
-To make a bullet:
-Most likely an asterisk will be used.
PasWikiToDo
-To make simple Embedded Tables (column comparison, or several rows)
Still ToDo.. probably something like
TABLE
ROW
content of row 1
ROW
content of row 2
END
TABLE
COL
content of column 1
COL
content of column 2
END
Caps lock may be used for identifiers ROW, TABLE COL so that the clarity exists,
without the user having to type in awkward Symbols.
-To make a title or heading:
:Medium Heading:
::Larger Heading::
:::Even Larger Heading:::
etc.
Internal wiki URL's can contain spaces
Spaces can help search engines index pages by title a bit better.
To make an internal link to a new PasWiki url, you enclose text
in square brackets.
Example:
To Make a URL or toMakeAURL or ToMakeSomeWikiUrl
External URL's:
Enclose
http://someurl.com/ Url Description
in double square brackets to make a link
-In fact, people shouldn't have to tediously write http://
Figure out a way to avoid http://
TODO
-the silliest thing I did was forget to implement case insensitivity.. I hate
case sensitive page names but paswiki currently has them as of 2007
-This should be easy to fix using a few LowerCase() calls
i.e. SCMS (simple content manager system) is case insensitive
|
|
About
This site is about programming and other things.
|