Difference between revisions of "Contributing to this Wiki"
(Created page for understanding how to contribute to the wiki (moved contant form Main Page and added some extra information) |
(→[[GAMES|Game]] and [[Software|Application]] articles: Added MediaWiki information) |
||
Line 11: | Line 11: | ||
<code><pre>This is an example</pre></code> | <code><pre>This is an example</pre></code> | ||
==[[GAMES|Game]] and [[Software|Application]] articles== | ==[[GAMES|Game]] and [[Software|Application]] articles== | ||
+ | |||
+ | ==MediaWiki Information== | ||
+ | |||
+ | This Wiki is powered by [http://www.mediawiki.org/ MediaWiki] (the same engine that powers the Wikipedia project). Some features that are avaible in Wikipedia are not available here (like thumbnail generation or #IF and #ELSE commands) but for the most part, this Wiki follows the same syntax provides the same functionality that you can find in Wikipedia. | ||
+ | |||
+ | ===Resources=== | ||
+ | * [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] | ||
+ | * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] | ||
+ | |||
<!-- | <!-- | ||
<big>'''MediaWiki has been successfully installed.'''</big> | <big>'''MediaWiki has been successfully installed.'''</big> | ||
Line 18: | Line 27: | ||
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list] | * [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list] | ||
− | |||
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | * [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
--> | --> |
Revision as of 19:59, 12 January 2008
I've already transfered the Basic Setup and Installation of DosBox to this. With some URL rewriting and other tricks I managed to convert the old link to this one. So the old URL should redirect to new one once the thing is transfered. -Qbix
The old Wiki stuff can be found at: http://dosbox.sourceforge.net/oldwiki/
I noticed that the typewriter font must now be set using the html tag <tt> instead of the triple back quote
Style of Wiki entries
Command Prompts
When typing in DOS commands use the <code><pre>This is an example</pre></code> syntax. Also be sure to type everything in UPPERCASE (this is consistant with the original documentation that came with MS-DOS as well as other DOS versions.
This is an example
Game and Application articles
MediaWiki Information
This Wiki is powered by MediaWiki (the same engine that powers the Wikipedia project). Some features that are avaible in Wikipedia are not available here (like thumbnail generation or #IF and #ELSE commands) but for the most part, this Wiki follows the same syntax provides the same functionality that you can find in Wikipedia.
Resources