WineWikiTips
Usage Tips
This wiki is running MoinMoin 1.3.x. If you haven't used it before, visit the link to learn more about it.
If you want to play with it, please use the WikiSandBox.
- You have to login before making changes. You need to create a profile first (you can do so from the login page).
A good WikiName for your login is FirstnameLastname (e.g. DimiPaun)
You should create a personal page for your Wine-related info, such as TODOs, ideas, etc. See AddingYourToDoList.
To keep up to date with this Wiki, visit RecentChanges
When changing a page, please try to provide a comment. It takes very little effort (just a few words will do), and helps others track changes via RecentChanges.
Formatting Tips
Code Blocks
Embedding a block of code is best done like this:
{{{
#!cplusplus
if (foo)
{
bar;
}
} }}
This will give it nice syntax highlighting, a monospace font and line numbers.
StudlyCaps
Unfortunately StudlyCaps as the Win32 API uses them is the same style that triggers WikiNames. To fix this surround Win32 API names like CreateWindow or IShellLink with backticks: eg `IShellLink`. This will disable WikiNames in that section and also format them with a monospace font.
If you have a word that it wants to WikiName, prefix it with a ! mark. Don't do this just because there's no page for it yet, somebody may create one in future. Also don't do it for Win32 API names, use backticks instead. But it can be useful for some things.
NoSpam Email
If you want to put your email on your page, but are afraid of spam, use the MailTo macro like so:
[[MailTo(dimi AT SPAMFREE lattica DOT com)]]
This will still show the address properly in the browser (only for logged in users), and avoids email harvesting just fine. The above will look like this:
- <dimi AT SPAMFREE lattica DOT com>
