Erights:Editorial guidelines

From Erights

(Difference between revisions)
Jump to: navigation, search
(Code Conventions)
Line 14: Line 14:
----
----
Further updoc passages should appear within a <code>&lt;code&gt; ... &lt;/code&gt;</code> section. It seems the lines between &lt;code&gt; tags need to be indented so that they'll be rendered into html with &lt;pre&gt; tags.
Further updoc passages should appear within a <code>&lt;code&gt; ... &lt;/code&gt;</code> section. It seems the lines between &lt;code&gt; tags need to be indented so that they'll be rendered into html with &lt;pre&gt; tags.
 +
 +
== Updoc Preludes ==
 +
[[Standard updoc prelude]]
 +
 +
[[Standard updoc prelude for awt and swing]]
 +
 +
[[Standard updoc prelude for swt]]

Revision as of 05:17, 23 December 2006

This site is intended to be an authoritative resource for the E language and object-capability security in general. Please keep this in mind as you are editing.

Code Conventions

We are in the process of installing syntax highlighting for this wiki. So the tags used to indicate code are not yet settled.

All wiki pages that contain code should pass Updoc. For now, this means that each page needs to have this near the top of the wiki source of each page:

 {{:Standard updoc prelude}}

which appears as the text between the horizontal bars below. (If you know of a better way to delimit this, please do.)


The following line

? pragma.syntax("0.9")

declares to updoc that further updoc passages on this page are in E 0.9 syntax.


Further updoc passages should appear within a <code> ... </code> section. It seems the lines between <code> tags need to be indented so that they'll be rendered into html with <pre> tags.

Updoc Preludes

Standard updoc prelude

Standard updoc prelude for awt and swing

Standard updoc prelude for swt

Personal tools
more tools