Difference between revisions of "Posting a job on the website"

From FreekiWiki
Jump to navigation Jump to search
(New page: To post a job on the website: #Go to http://www.freegeek.org/wp-admin, sign in, go to manage pages, and start editing the Jobs page. #Open the job description in the wiki in another window...)
 
Line 6: Line 6:
 
#Paste it into the jobs page.
 
#Paste it into the jobs page.
 
#Remove extra stuff in headers, i.e. <pre><a name="Required_Skills"></a><h2> <span class="mw-headline">Required Skills</span></h2></pre> becomes <pre><h2>Required Skills</h2></pre>
 
#Remove extra stuff in headers, i.e. <pre><a name="Required_Skills"></a><h2> <span class="mw-headline">Required Skills</span></h2></pre> becomes <pre><h2>Required Skills</h2></pre>
#Cut the table out of the top and paste it to the bottom.
 
#Remove the table formatting from the table tag, i.e. <pre><table cellpadding="3px" cellspacing="0px" bgcolor="#f7f8ff" style="float:right; border: 1px solid #c6c9ff; color: #000; background-color: #f0f0ff; width:250px; margin: 10px"></pre> becomes <pre><table></pre>
 
 
#save and preview, looking for wierdness.  If there is any wierdness, look for extra formatting and remove it, or call for help.
 
#save and preview, looking for wierdness.  If there is any wierdness, look for extra formatting and remove it, or call for help.
 
#Remember to create a post that points to the jobs page, giving it a category of "News".
 
#Remember to create a post that points to the jobs page, giving it a category of "News".

Revision as of 12:59, 16 July 2009

To post a job on the website:

  1. Go to http://www.freegeek.org/wp-admin, sign in, go to manage pages, and start editing the Jobs page.
  2. Open the job description in the wiki in another window
  3. View the source of the page (In firefox View>Page Source)
  4. Copy the part of the source that actually deals with the job description (from
    <h1 class="firstHeading">Front Desk Internship</h1>
    to the last part just before
    <div class="printfooter">
    that is not commented out for example.)
  5. Paste it into the jobs page.
  6. Remove extra stuff in headers, i.e.
    <a name="Required_Skills"></a><h2> <span class="mw-headline">Required Skills</span></h2>
    becomes
    <h2>Required Skills</h2>
  7. save and preview, looking for wierdness. If there is any wierdness, look for extra formatting and remove it, or call for help.
  8. Remember to create a post that points to the jobs page, giving it a category of "News".