Contribution guidelines
Published by Sara Jacobson
Jun 7, 2006 04:40 PM under Site
Contributions are accepted from other authors. The submission guidelines are pretty simple:
- Submissions must be the the work of the author.
- If licensed, it should be of the open-source variety (GPL, MIT, CC) and be sure to reference it.
- It should exhibit the principles of source-first design, unobtrusive scripting, and separation of style from content. (e.g. CSS, external js) where applicable.
- The author should be willing to make minor modifications if needed or have them done.
All submissions to this site must meet the following standards, if applicable:
- HTML will be tested against HTML 4.1 strict and XHTML 1.0 strict. XHTML 1.0 transitional is allowable if unavoidable.
- CSS must conform to CSS 2.0+ standards
- Javascript, Perl and PHP must run without errors or warnings. It is understood that sometimes server settings may cause warnings.
- Perl code should use strict, and run in taint-mode (-T)
- PHP should use full tags for cross-platform compatability, and be able to run with register_globals off.
- Any output from static pages or script should validate when checked with W3C.
- Output must be rendered in content-first format, using CSS to style the display, if needed.
If you wish to make a contribution, follow the Contact link and drop us a line.