Re: Wiki tips

2005-05-19 Thread Dimi Paun
On Thu, 2005-05-19 at 23:25 -0500, Dustin Navea wrote: > It _would_ be nice if we could possibly move all of the FAQ's and > users/development guides to the wiki.. No, they are just fine where they are. We just moved them to new repository. We have translations, we can generate different output

Re: Wiki tips

2005-05-19 Thread Dustin Navea
It _would_ be nice if we could possibly move all of the FAQ's and users/development guides to the wiki.. That way it would be easier to maintain, as you could do it from any computer, and not have to edit sgml, submit a patch, etc.. I could help with porting it all in my free time, now that th

Re: Wiki tips

2005-05-19 Thread Michael Stefaniuc
Dimitrie Paun wrote: These are good tips. Maybe we should collect them on the Wiki :) Couple more: -- 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 prope

Re: Wiki tips

2005-05-19 Thread Dimitrie Paun
These are good tips. Maybe we should collect them on the Wiki :) Couple more: -- 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,

Wiki tips

2005-05-19 Thread Mike Hearn
A few tips on how to use the Wiki: - 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. - Unfortunately StudlyCaps as the Win32 API uses them is the same style that tr