Confirmed users
134
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Writing for Mozilla Hacks= | =Writing for Mozilla Hacks= | ||
This page contains useful information for people posting on the [http://hacks.mozilla.org Hacks blog]. | This page contains useful information for people posting on the [http://hacks.mozilla.org Hacks blog]. | ||
==Write in HTML!== | |||
The WYSIWYG editor in WordPress produces very bad HTML, which reflects poorly on our expertise if people view the source of posts. So, please don't use it. There's even a profile setting, "Disable the visual editor when writing". If this wasn't set by whoever created your account, please go in and change your own profile, so you don't accidentally use the visual editor. | |||
==Sharing code== | |||
When you write a blog post that contains code, please consider adding that code to the [https://github.com/mozilla/mozhacks/ Mozilla Hacks repository on GitHub]. That way, people can read, fork and easily work on that code themselves! | |||
==Installed Plug-ins== | ==Installed Plug-ins== | ||
Line 15: | Line 21: | ||
* [https://github.com/blaenk/wp-recaptcha WP-reCAPTCHA]: integrates reCAPTCHA with WordPress | * [https://github.com/blaenk/wp-recaptcha WP-reCAPTCHA]: integrates reCAPTCHA with WordPress | ||
* [http://wordpress.org/extend/plugins/wp-syntax/ WP-Syntax]: Syntax highlighting with GeSHi: use <pre lang="LANGUAGE_NAME" line="1"> to highlight for LANGUAGE_NAME, with line numbers | * [http://wordpress.org/extend/plugins/wp-syntax/ WP-Syntax]: Syntax highlighting with GeSHi: use <pre lang="LANGUAGE_NAME" line="1"> to highlight for LANGUAGE_NAME, with line numbers | ||
==Using privileged elements== | ==Using privileged elements== |