<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Clbean</id>
		<title>Code4Lib - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.code4lib.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Clbean"/>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/Special:Contributions/Clbean"/>
		<updated>2026-05-15T15:49:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5712</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5712"/>
				<updated>2010-03-24T01:18:57Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Publishing an Issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles).&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, or not in the correct Issue category, or still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode. Go back to the posts list and make any necessary changes, and start from #5 again.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
## Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles.&lt;br /&gt;
# Go to the Journal front page; check the number of articles is correct (again) and that they are in the right order.  If there is a problem, go back to the admin interface, click on Posts -&amp;gt; Issues and click Unpublish for the issue.  Make whatever corrections are needed and proceed from #5 again.&lt;br /&gt;
# Once the issue is finally published, go to [[Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals]] and follow the directions to upload the issue metadata to DOAJ.&lt;br /&gt;
# Send out announcements (see [[Code4Lib_Journal_Publicity_Venues]])&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5711</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5711"/>
				<updated>2010-03-24T01:07:02Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Publishing an Issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles).&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, or not in the correct Issue category, or still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
## Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles.&lt;br /&gt;
# Go to the Journal front page; check the number of articles is correct (again) and that they are in the right order.  If there is a problem, go back to the admin interface, click on Posts -&amp;gt; Issues and click Unpublish for the issue.  Make whatever corrections are needed and proceed from #4 again.&lt;br /&gt;
# Once the issue is finally published, go to [[Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals]] and follow the directions to upload the issue metadata to DOAJ.&lt;br /&gt;
# Send out announcements (see [[Code4Lib_Journal_Publicity_Venues]])&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5710</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5710"/>
				<updated>2010-03-24T01:01:20Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Publishing an Issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles).&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, or not in the correct Issue category, or still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
## Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles. &lt;br /&gt;
# Go to [[Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals]] and follow the directions to upload the issue metadata to DOAJ.&lt;br /&gt;
# Send out announcements (see [[Code4Lib_Journal_Publicity_Venues]])&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5709</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5709"/>
				<updated>2010-03-24T01:00:01Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Publishing an Issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles).&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, not in the correct Issue category, still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
## Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles. &lt;br /&gt;
# Go to [[Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals]] and follow the directions to upload the issue metadata to DOAJ.&lt;br /&gt;
# Send out announcements (see [[Code4Lib_Journal_Publicity_Venues]])&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5708</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5708"/>
				<updated>2010-03-24T00:59:37Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Publishing an Issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles.&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, not in the correct Issue category, still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
## Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles. &lt;br /&gt;
# Go to [[Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals]] and follow the directions to upload the issue metadata to DOAJ.&lt;br /&gt;
# Send out announcements (see [[Code4Lib_Journal_Publicity_Venues]])&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5707</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5707"/>
				<updated>2010-03-24T00:58:24Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Publishing an Issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles.&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, not in the correct Issue category, still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles. &lt;br /&gt;
# Go to [[Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals]] and follow the directions to upload the issue metadata to DOAJ.&lt;br /&gt;
# Send out announcements (see [[Code4Lib_Journal_Publicity_Venues]])&lt;br /&gt;
&lt;br /&gt;
Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals&amp;diff=5706</id>
		<title>Code4Lib Journal Entries in Directory of Open Access Journals</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals&amp;diff=5706"/>
				<updated>2010-03-24T00:54:20Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Semi-Automated */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are two ways to get metadata into the Directory of Open Access Journals: 1) by hand, or 2) through the use of an XML file. Before you do either method, please keep in mind  the following things:&lt;br /&gt;
&lt;br /&gt;
# We chose not to have volume numbers, just issue numbers. Issue numbers will just keep incrementing.&lt;br /&gt;
# We decided that the &amp;quot;record number&amp;quot; for an article is the article-id that shows up in the WordPress URI. That is, they are not sequential, numbers are skipped. That's fine. So there is no 'start page', but there is a 'record number'; there is no 'end page'.&lt;br /&gt;
# Enter the abstract and authors affiliation exactly as found in our published articles.&lt;br /&gt;
# Enter keywords if there are any. If not, leave this blank&lt;br /&gt;
&lt;br /&gt;
SGzt3u Excellent article, I will take note. Many thanks for the story!&lt;br /&gt;
&lt;br /&gt;
==Semi-Automated==&lt;br /&gt;
&lt;br /&gt;
To use the XML file to do data entry:&lt;br /&gt;
# make sure the WordPress databases is up-to-date, &lt;br /&gt;
# go to http://journal.code4lib.org/issues/issue#/feed/doaj (replace # with the current issue number) to get the necessary XML. (eg http://journal.code4lib.org/issues/issue5/feed/doaj.)&lt;br /&gt;
# edit the XML [http://journal.code4lib.org/doaj/ so each author is in a element by themselves], &lt;br /&gt;
# validate the XML against the Directory's schema,&lt;br /&gt;
#* Download a copy of the DOAJ schema, http://www.doaj.org/schemas/doajArticles.xsd , to your computer along with the XML file you've just edited. &lt;br /&gt;
#* Upload both files to a schema validator service such as http://tools.decisionsoft.com/schemaValidate/ &lt;br /&gt;
# go to http://www.doaj.org/restricted and upload the fruits of your labors.  See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/ba2efed674d66d7a post] for username and password information.&lt;br /&gt;
&lt;br /&gt;
More info about the feed and how to customize the XML for import into DOAJ:&lt;br /&gt;
* http://journal.code4lib.org/doaj/ and&lt;br /&gt;
* http://www.doaj.org/doaj?func=loadTempl&amp;amp;templ=uploadInfo&lt;br /&gt;
&lt;br /&gt;
--[[User:Ericleasemorgan|Eric Lease Morgan]] 10:42, 28 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
[[Category: Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5705</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5705"/>
				<updated>2010-03-24T00:52:51Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Publishing an Issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles.&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, not in the correct Issue category, still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles. &lt;br /&gt;
# Go to [[Code4Lib_Journal_Entries_in_Directory_of_Open_Access_Journals]] and follow the directions to upload the issue metadata to DOAJ.&lt;br /&gt;
&lt;br /&gt;
Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5704</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5704"/>
				<updated>2010-03-24T00:46:32Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: /* Categories/Tags */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category. We generally do not add tags, except for Conference reviews&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles.&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, not in the correct Issue category, still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles. &lt;br /&gt;
&lt;br /&gt;
Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	<entry>
		<id>https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5703</id>
		<title>Code4Lib Journal WordPress Input Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.code4lib.org/index.php?title=Code4Lib_Journal_WordPress_Input_Guidelines&amp;diff=5703"/>
				<updated>2010-03-24T00:44:46Z</updated>
		
		<summary type="html">&lt;p&gt;Clbean: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please follow the guidelines below when creating or editing Code4Lib Journal articles in WordPress. Enter all articles as &amp;quot;Posts&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==The WP Admin Interface==&lt;br /&gt;
To get to WordPress interface for entering an article, choose 'Site Admin' from the footer of any Journal page, login if necessary, and then choose Write//Write Post from the WP admin menus. (Alternatively, go to http://journal.code4lib.org/wp/wp-admin/). If you don't have a WordPress editor login and need one, talk to our web admin (Jon Brinley).&lt;br /&gt;
&lt;br /&gt;
==Proofs for Authors==&lt;br /&gt;
A read-only login that is shared with authors can be found in [http://groups.google.com/group/c4lj-articles/msg/88ffb388fe0419e8?hl=en this message] on the c4lj-articles listserv.&lt;br /&gt;
&lt;br /&gt;
==Title==&lt;br /&gt;
Title, including the subtitle, goes in the &amp;quot;Title&amp;quot; field.&lt;br /&gt;
&lt;br /&gt;
==Article Content==&lt;br /&gt;
The body of the article goes in the &amp;quot;Post&amp;quot; field. The top-level header (&amp;lt;code&amp;gt;&amp;amp;lt;h1&amp;amp;gt;&amp;lt;/code&amp;gt;) is used for the title of the post, so start with second-level headers (&amp;lt;code&amp;gt;&amp;amp;lt;h2&amp;amp;gt;&amp;lt;/code&amp;gt;) for sections of the article. Any header from second- to sixth-level may be used as appropriate. Use HTML markup appropriately and semantically, ''e.g.'', &amp;lt;code&amp;gt;&amp;amp;lt;em&amp;amp;gt;&amp;lt;/code&amp;gt; for emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;strong&amp;amp;gt;&amp;lt;/code&amp;gt; for strongly emphasized text, &amp;lt;code&amp;gt;&amp;amp;lt;blockquote&amp;amp;gt;&amp;lt;/code&amp;gt; when quoting blocks of text. Avoid such monstrosities as &amp;lt;code&amp;gt;&amp;amp;lt;font&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;blink&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Pasting from Word===&lt;br /&gt;
&lt;br /&gt;
If you just paste content from Word into WP, it ends up with REALLY BAD html. Fortunately, WP has a built-in feature to help with this. Open the 'advanced toolbar' in editing GUI (right-most link), then click on the paste-from-word icon. This transforms Word's html into really nice pretty html. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Images and Attached Content===&lt;br /&gt;
In-line images should be no wider than 500px.&lt;br /&gt;
The caption for an image should be entered in a p with class=&amp;quot;caption&amp;quot;:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Figure 1. How to Caption an Image.&amp;lt;/p&amp;gt; &lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
In general, we bold the figure / table label using the strong tag:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Figure 1.&amp;lt;/strong&amp;gt; How to Caption an Image.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Two options for images and other attached content/media: &lt;br /&gt;
# use WordPress uploaded content managing feature, or &lt;br /&gt;
# upload the content to our host manually. &lt;br /&gt;
&lt;br /&gt;
jrochkind found the WordPress content managing feature to be more of a pain than it was worth, so is uploading content manually. To do that, sftp to c4ljeditor@login.ibiblio.org.  Ask jrochkind for the password for the c4ljeditor account (or see this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/7d66327ef69c507a/6dceb7d578676334?lnk=gst&amp;amp;q=account+upload#6dceb7d578676334 post] on c4lj-articles). &lt;br /&gt;
&lt;br /&gt;
Change directory to:&lt;br /&gt;
/public/vhost/c/c4lj/html/media&lt;br /&gt;
&lt;br /&gt;
in there you'll find an &amp;quot;issue1&amp;quot; subdir (or issueX subdir--if you don't, create one or ask for help creating one!). Inside THERE, create a subdir with the last name of the first author, and put all your image and other attached content in there. It will now have this sort of url:&lt;br /&gt;
http://journal.code4lib.org/media/issue1/smith/imagename.png&lt;br /&gt;
&lt;br /&gt;
Add to your img src or a href's as desired. You can use this not just for images, but for extended code attachments, etc.&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
&lt;br /&gt;
Put all code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags.&lt;br /&gt;
&lt;br /&gt;
====Code Highlighting====&lt;br /&gt;
&lt;br /&gt;
If the code is in a supported language, we can do syntax highlighting. &lt;br /&gt;
&lt;br /&gt;
ibiblio has a PHPS extensionm, so if you an &amp;quot;s&amp;quot; on the end of .php files, e.g.,&lt;br /&gt;
  &amp;lt;filename&amp;gt;.phps&lt;br /&gt;
it does syntax highlighting for you.&lt;br /&gt;
&lt;br /&gt;
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags. Inside of the &amp;lt;code&amp;gt;&amp;amp;lt;pre&amp;amp;gt;&amp;lt;/code&amp;gt; tags, but around your code, include&lt;br /&gt;
 [sourcecode language='langcode']...[/sourcecode]&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;langcode&amp;lt;/code&amp;gt; with the appropriate code from the following list (if more than one option for a language, any one will work).&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Language!!Code&lt;br /&gt;
|-&lt;br /&gt;
|C++||cpp, c, c++&lt;br /&gt;
|-&lt;br /&gt;
|C#||c#, c-sharp, csharp&lt;br /&gt;
|-&lt;br /&gt;
|CSS||css&lt;br /&gt;
|-&lt;br /&gt;
|Delphi||delphi, pascal&lt;br /&gt;
|-&lt;br /&gt;
|Java||java&lt;br /&gt;
|-&lt;br /&gt;
|JavaScript||js, jscript, javascript&lt;br /&gt;
|-&lt;br /&gt;
|PHP||php&lt;br /&gt;
|-&lt;br /&gt;
|Python||py, python&lt;br /&gt;
|-&lt;br /&gt;
|Ruby||rb, ruby, rails, ror&lt;br /&gt;
|-&lt;br /&gt;
|SQL||sql&lt;br /&gt;
|-&lt;br /&gt;
|VB||vb, vb.net&lt;br /&gt;
|-&lt;br /&gt;
|XML/HTML||xml, html, xhtml, xslt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 &amp;amp;lt;pre&amp;amp;gt;[sourcecode language='css']body {&lt;br /&gt;
    font-size: 0.625em;&lt;br /&gt;
    background-color: #0000ff;&lt;br /&gt;
    color: #ffff00;&lt;br /&gt;
 }[/sourcecode]&amp;amp;lt;/pre&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Abstract==&lt;br /&gt;
&lt;br /&gt;
While you are editing the article, there is a box labeled &amp;quot;Optional Excerpt&amp;quot; a little ways below the &amp;quot;Post&amp;quot; field. Put the abstract here. Use HTML markup as appropriate. What you put in this field is what will be distributed in our syndication feed and what will appear before the article as the abstract.&lt;br /&gt;
&lt;br /&gt;
Assigned editors are ultimately responsible for a good abstract.  Authors aren't always the best at writing good abstracts for their articles, you should probably revise or even write a new one from scratch as necessary, even when the author has provided one.  Some of the abstracts for my assigned articles haven't even mentioned what I consider the most significant features of the article.&lt;br /&gt;
&lt;br /&gt;
Since indexes (like EBSCO) may end up indexing abstracts and not full text (and even full text indexes may weigh abstracts more highly), the abstract should probably include any important terms that should 'hit' on the article, such as key technologies or concepts.&lt;br /&gt;
&lt;br /&gt;
I've found that extracting sentences or clauses from the article itself is a good way to build an abstract that will represent the article as the authors intended. The conclusion section is often a good place to look for such key sentences/clauses.&lt;br /&gt;
&lt;br /&gt;
Final abstracts should be passed by the authors for approval.&lt;br /&gt;
&lt;br /&gt;
==Bibliographies/Endnotes==&lt;br /&gt;
We would like to provide COinS information with every appropriate citation that does not have a publically accessible url. &lt;br /&gt;
* Recommended COinS generator: http://generator.ocoins.info/&lt;br /&gt;
* Another option is to use the WP COinS plugin. Open the Code tab, put the cursor before the citation, and click COinS. Enter the appropriate information. This works so-so for journals, and not at all for books. &lt;br /&gt;
* COinS should really always have an ISSN or ISBN.&lt;br /&gt;
* Inside the span tag, put the string &amp;quot;(COinS)&amp;quot; with a link to our coins explanation page. Ie:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://journal.code4lib.org/coins&amp;quot;&amp;gt;(COinS)&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is so the user without a browser extension will see that something is there she might be interested in, and get an explanation of COinS and how to make use of it.&lt;br /&gt;
&lt;br /&gt;
===Endnotes style and HTML coding===&lt;br /&gt;
* Endnote number in text: The number is the link which appears in square brackets. Square brackets themselves are not part of the link. HTML coding for the text: '''[&amp;lt;a id=&amp;quot;ref1&amp;quot; href=&amp;quot;#note1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
* The link should work both ways. So, the endnote will link back to the text. HTML coding for the endnote: '''[&amp;lt;a id=&amp;quot;note1&amp;quot; href=&amp;quot;#ref1&amp;quot;&amp;gt;1&amp;lt;/a&amp;gt;]'''&lt;br /&gt;
&lt;br /&gt;
==Author Information==&lt;br /&gt;
&lt;br /&gt;
Start off each article with a paragraph stating the name(s) of the author(s). Something simple like &amp;quot;By Jonathan Rochkind&amp;quot;. If desired, the author's name can be a link to something appropriate.&lt;br /&gt;
&lt;br /&gt;
End each article with a second-level header that says &amp;quot;About the Author(s)&amp;quot;, with class=&amp;quot;abouttheauthor&amp;quot; set. Then give a short paragraph about each author. We do want to have some kind of contact information published (personal web page, email address (obscured if desired), etc.) for each author. &lt;br /&gt;
&lt;br /&gt;
There is a box beneath the article-editing box with the label &amp;quot;Author(s)&amp;quot;. Anything you put in this field will be treated as the author of the article. This will show up in the ToC and in the syndication feeds. If you don't populate this field, WordPress will use the username of the editor, instead.&lt;br /&gt;
&lt;br /&gt;
==Categories/Tags==&lt;br /&gt;
Posts will have &amp;quot;Uncagetorized&amp;quot; checked by default.  Uncheck that box, and check the box next to the current issue, which will be a subcategory of &amp;quot;Issues.&amp;quot;  Do not check the &amp;quot;Issues&amp;quot; category.&lt;br /&gt;
&lt;br /&gt;
==WordPress Buttons==&lt;br /&gt;
&lt;br /&gt;
;Save&lt;br /&gt;
:Saves the article, sets the post status to whatever option is selected in the Publish Status form.&lt;br /&gt;
;Publish&lt;br /&gt;
:Saves the article, sets the post status to Pending Review and assigns a timestamp to the article.&lt;br /&gt;
&lt;br /&gt;
If an issue is not yet published, setting the post status to &amp;quot;Published&amp;quot; or clicking the &amp;quot;Publish&amp;quot; button will set the article to &amp;quot;Pending Review&amp;quot; status. If the issue is already published, this would actually publish the article.&lt;br /&gt;
&lt;br /&gt;
==WordPress Post Status==&lt;br /&gt;
An article has four possible statuses. However, only the first three statuses are available to editors. &lt;br /&gt;
;Draft&lt;br /&gt;
:Use for not yet complete articles. Only editors can see these.&lt;br /&gt;
;Pending Review&lt;br /&gt;
:Use for sharing the article with authors. Editors and anyone logged in with user ID 17 (i.e., the author account) can see these. See this [http://groups.google.com/group/c4lj-articles/browse_thread/thread/1231b06c09f1289f post] on c4lj-articles for the login information for the author account (username: author).&lt;br /&gt;
;Private&lt;br /&gt;
:We don't use this option anymore.&lt;br /&gt;
;Published&lt;br /&gt;
:A published post is visible to everyone. It is part of the RSS feed. If you're editing an already published post, don't select anything in the post status form, just hit Save.&lt;br /&gt;
&lt;br /&gt;
==Publishing an Issue==&lt;br /&gt;
&lt;br /&gt;
# Let everyone on the c4lj-articles list know you are getting ready to publish (so they can save and close any open articles.&lt;br /&gt;
# Log in to WordPress&lt;br /&gt;
# Make sure that all articles for the issue have the correct issue category selected and have been set to 'Pending Review'.  Make sure that the &amp;quot;Uncategorized&amp;quot; and &amp;quot;Issues&amp;quot; categories are unchecked (only the specific issue should be selected).&lt;br /&gt;
# Sanity check:  count the number of posts which should appear in the publish list&lt;br /&gt;
# Click on Posts -&amp;gt; Issues (on the left side)&lt;br /&gt;
# Click on &amp;quot;Publish&amp;quot; for the issue you'd like to publish.&lt;br /&gt;
## You'll get a list of every &amp;quot;Pending Review&amp;quot; article in that issue. Make sure the number of articles in the list matches your previous count.  Don't see all the articles you think you should see? They could be still in Draft status, not in the correct Issue category, still have  &amp;quot;Uncategorized&amp;quot; selected, or someone may still have it in edit mode.&lt;br /&gt;
# Drag and drop the article titles until they're in the order you want. The order you see there is the order you'll see on the home page (and probably the opposite of the order you'll see in your feed reader).&lt;br /&gt;
# Click &amp;quot;Publish Issue&amp;quot; (optionally setting the publication time, first). Setting the time should only have an impact on readers who are not logged into the c4lj site. Editors will be able to see the published articles. &lt;br /&gt;
&lt;br /&gt;
Note: It's the coordinating editor's responsibility to decide what order he or she would like the articles to show up in, and order them appropriately when publishing the issue. In general, we try to put the articles with the widest appeal first, and special types (columns, special reports, book reviews, etc.) at the end.&lt;br /&gt;
&lt;br /&gt;
==Corrections==&lt;br /&gt;
See [http://groups.google.com/group/c4lj-articles/browse_thread/thread/8eaabcff2d9c000d/a0aeeb9367fcea5f?lnk=gst&amp;amp;q=errata#a0aeeb9367fcea5f|the editors' list] for how to make corrections. Generally, use an Errata or Correction section at the end with information about the change that was made and have the actual text link down to that section. See also [[Code4Lib_Corrections]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Code4Lib Journal]]&lt;/div&gt;</summary>
		<author><name>Clbean</name></author>	</entry>

	</feed>