Art AboutFAQWrite for usContact InfoRSS Feed
Search A/R/T:

Authoring Online Articles

Click to rate:    
27 votes / avg. rating 0.00%


 

Online articles should be delivered in a text file called page.src.txt. You can just store your article, together with your figures, in a .zip or .tar.gz article and send it directly to your editor. To make things simpler for our readers, listings are just embedded directly in the article's code; our system automatically reformat long listings so that they won't take up too much screen space.

You should always use a UTF-8-compliant text editor to create your text files. This will ensure that all special characters are encoded properly for our system to read.
Your article should be composed of two sections: the masthead and the body.

The Masthead

The masthead of your article must contain three elements:

  • A title
  • A byline, which indicates the name of the author
  • A deck, which provides a brief “teaser” for the article
For example, suppose you're writing an article on connecting to a MySQL database; your masthead could look something like the following:

  1. =t=Connecting to a MySQL Database=t=
  2. =b=Marco Tabini=b=
  3. =d=Ever wondered in how many ways you can connect to a MySQL database?
  4. Authors of online articles have been debating this very topic ever
  5. since MySQL was first developed!
  6. This article explores the many facets of database connections—from
  7. ''mysql_connect()'' all the way to PDO.=d=
As you can see, Ceres uses special tags to indicate the beginning and end of each element. For example, the =t= tag is used to indicate the beginning and end of the title, while =b= indicates the beginning and end of the byline, and =d= indicates the beginning and end of the deck.

Note that you cannot have any line breaks inside the title or byline. Line breaks are, however, allowed inside the deck.

 


 Tags:  [No tags yet]
 Add tag(s) (comma separated):
[Tags beta] — [Add New][Help]  

Tags Help

Tags are keywords associated with a web page that help classifying information. You can find a good explanation here.

To add one or more tags to this page, simply enter them below (separate them with a comma) and hit enter or click on the "Go" button.

New Comment
This form allows you to type in a new comment. Keep in mind the following:
  • The system accepts input in plain text format. Newlines will be converted to the HTML equivalent, and the system will try to catch most URLs and make them clickable.
  • Your e-mail address will never be displayed. We will use it only to notify you when new comments are posted to this page.
  • As a rule, we do not delete comments unless they are offensive, racist, spam or otherwise inappropriate.
  • Bold fields are required
Your Name:
Your e-mail:
Type this number:
Subject:
Comment:
Comments   New Comment
No comments yet. Why not write up one of your own?
Index