Difference between revisions of "CodeBlocks:Article Writing Guidelines"

From Code::Blocks
Line 1: Line 1:
; Categorization
+
== Categorization ==
  
 
* Every Wiki page should be in a category.
 
* Every Wiki page should be in a category.
Line 13: Line 13:
  
  
;Conventions
+
== Conventions ==
  
 
* Avoid large paragraphs. Break them up a bit.
 
* Avoid large paragraphs. Break them up a bit.
Line 28: Line 28:
 
</pre>
 
</pre>
  
; Accuracy
+
== Accuracy ==
  
 
* Use proper English, spelling, and grammar. Copy your text into Word to do a spelling & grammar check if need be.
 
* Use proper English, spelling, and grammar. Copy your text into Word to do a spelling & grammar check if need be.
Line 35: Line 35:
 
* Post all code necessary. Provide both the inline code that you are commenting on, and also post the full code base for easy copying and pasting.  
 
* Post all code necessary. Provide both the inline code that you are commenting on, and also post the full code base for easy copying and pasting.  
  
; Guidelines
+
== Guidelines ==
  
 
* Write for multiple platforms. Code::Blocks has a wide audience. If you don't use another platform ask someone in the forums to cross check your work before posting.  
 
* Write for multiple platforms. Code::Blocks has a wide audience. If you don't use another platform ask someone in the forums to cross check your work before posting.  
 
* Stay on topic. Pick one or a few related topics and write exclusively to that subject. If you have many ideas, make separate tutorials.
 
* Stay on topic. Pick one or a few related topics and write exclusively to that subject. If you have many ideas, make separate tutorials.

Revision as of 15:54, 12 July 2006

Categorization

  • Every Wiki page should be in a category.
  • This page has a list.

The catgory link should be on the first line of the Wiki page

[[Category:Outdated]]

== Exapmle ==


Conventions

  • Avoid large paragraphs. Break them up a bit.
  • Use a professional writing style. Don't get too silly in your writing. If you start warning your audience about anything or using a lot of cliches like 'just my $.02' you're bordering on silly.
  • Name sections according to content. The table of contents should show a map of where the discussion is going to go.

This is not a useful TOC:

1 The Obligitory Warning
2 Get your boilerplate ready
3 The Meaty Part
4 From Bad to Worse

Accuracy

  • Use proper English, spelling, and grammar. Copy your text into Word to do a spelling & grammar check if need be.
  • Link your article with the articles or tutorials page only after it has been proof read.
  • Don't post code that you haven't actually compiled and run, nor code that you didn't write. Publishing someone else's original work usually constitutes infringment (unless explicitely permitted) and is actionable in most countries.
  • Post all code necessary. Provide both the inline code that you are commenting on, and also post the full code base for easy copying and pasting.

Guidelines

  • Write for multiple platforms. Code::Blocks has a wide audience. If you don't use another platform ask someone in the forums to cross check your work before posting.
  • Stay on topic. Pick one or a few related topics and write exclusively to that subject. If you have many ideas, make separate tutorials.