Difference between revisions of "Talk:Changelog"

From Missouri Academy Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 +
==To to the maintainer==
 +
This page should be used mostly as a log of what needs to be done when updating the academy wiki to a new version of [http://wikipedia.sourceforge.net/ mediawiki].
 +
 +
Some notes on syntax:
 +
:$WIKI_ROOT
 +
::Wherever the wiki is installed (currently ~/ for ssh and / for http and ftp)
 +
 +
:+123: text
 +
::Add the line 'text' to the file given at the top. It should fall around line 123 after being added, but this will change greatly depending on the version of mediawiki that is being used.
 +
 +
:-123: text
 +
::Remove the line containing 'text' from the file given at the top. It should fall around line 123 before being removed, again this will change depending on the software version used.
 +
 +
:=123: text
 +
::This is simply used as a guide to make it easier to figure out where to put/remove lines of code. These lines are not changed except for shifting up or down after inserting/deleting a line of code.
 +
 +
:      123: text
 +
::This is code after changes have been made, I was too lazy to write where things have been inserted/removed, or there were simply to many changes for that to work easily. If you would like a +/- thing on this code I would suggest learning something like [http://vimdoc.sourceforge.net/htmldoc/diff.html#vimdiff vimdiff].
 +
 +
==Post tag usage==
 
<post>
 
<post>
 
To make a post simple place a <nowiki><post></nowiki> tag before the what you want to say, and a <nowiki></post></nowiki> tag what you want to say.
 
To make a post simple place a <nowiki><post></nowiki> tag before the what you want to say, and a <nowiki></post></nowiki> tag what you want to say.

Revision as of 02:06, 23 March 2005

To to the maintainer

This page should be used mostly as a log of what needs to be done when updating the academy wiki to a new version of mediawiki.

Some notes on syntax:

$WIKI_ROOT
Wherever the wiki is installed (currently ~/ for ssh and / for http and ftp)
+123: text
Add the line 'text' to the file given at the top. It should fall around line 123 after being added, but this will change greatly depending on the version of mediawiki that is being used.
-123: text
Remove the line containing 'text' from the file given at the top. It should fall around line 123 before being removed, again this will change depending on the software version used.
=123: text
This is simply used as a guide to make it easier to figure out where to put/remove lines of code. These lines are not changed except for shifting up or down after inserting/deleting a line of code.
123: text
This is code after changes have been made, I was too lazy to write where things have been inserted/removed, or there were simply to many changes for that to work easily. If you would like a +/- thing on this code I would suggest learning something like vimdiff.

Post tag usage

<post> To make a post simple place a <post> tag before the what you want to say, and a </post> tag what you want to say. Such as this

<post>

''what you want to say goes here''

</post>

<post> If you want to make a reply to someone post simply place your comment and it's <post> tags inside the other person's post tag's directly after their comment. Such as this

<post>

''what they had to say'' <post> ''what you want to say'' </post>

</post>

<post> This can continue. <post> as many times <post> as you like. </post> </post> </post> </post> <post> If you want to reply to an erlier comment then place your reply and it's <post> tags within their post tag's but after the rest of the people who have comented on what they said. (note: tab's or spaces in the source code can make this easier) Such as this

<post>

''what Joe said'' <post> ''what Fred said to Joe'' <post> ''what John said to Fred'' </post> </post> <post> ''what you want to say to Joe'' </post>

</post>

</post> </post>


<post> To make another top-level post just put your new post and it's <post> tags outside all the other post tag's <post> Alternately instead of useing lots of post tags to create a threaded discussion (which can get confusing but will hopefully be fixed) you can just put the main post in <post> tags and all the comments in one set of <post> tags right after that.

Then you can seperate comments with the normal collons
or horizontal line

or whatever you want


</post> </post>