Changes

Jump to: navigation, search

Code4Lib Style Guide

363 bytes added, 19:56, 10 December 2008
Code
== Code ==
Code samples are entered as preformatted text, as in the following example, are automagically color highlighted in Wordpress by the [http://wordpress.org/extend/plugins/syntaxhighlighter/ SyntaxHighlighter] plugin:
<pre>
&lt;pre&gt;
[sourcecode language='php']
RAW HTML/Perl/PHP/XML/Etc. code goes here; change language (in above line) as needed
[/sourcecode]
&lt;/pre&gt;
</pre>
 
Supported formats include cpp, c, c++, c#, c-sharp, csharp, css, delphi, pascal, java, js, jscript, javascript, php, py, python, rb, ruby, rails, ror, sql, vb, vb.net, xml, html, xhtml, and xslt. Pretty much everything except perl.
== End of Document ==
Anonymous user

Navigation menu