Plugin Directory

Changeset 326688


Ignore:
Timestamp:
12/28/2010 03:36:19 PM (15 years ago)
Author:
Webstractions
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-simplyhired-api/trunk/README.txt

    r326680 r326688  
    1 This is a Subversion repository; use the 'svnadmin' tool to examine
    2 it.  Do not add, delete, or modify files here unless you know how
    3 to avoid corrupting the repository.
     1=== WP-SimplyHired API ===
     2Contributors: webstractions
     3Donate link: http://webstractions.com/
     4Tags: SimplyHired, API, Job-A-Matic, jobs, job board, employment, careers, job, job search
     5Requires at least: 2.8
     6Tested up to: 3.0.3
     7Stable tag: 0.1
    48
    5 Visit http://subversion.tigris.org/ for more information.
     9A Plugin that provides tools to utilize the SimplyHired web services API for Job-a-matic style niche job boards within WordPress.
     10== Description ==
     11Host your own job board powered by the SimplyHired API. This plugin allows users to search for jobs, browse jobs by location and/or keyword, get possibly related jobs through our recommendation technology, and link directly to each job.
     12
     13Included features:
     14
     15* Full job search through the SimplyHired API. Browse by company, by keyword, by location, or search with any keyword / location combination.
     16* Retrieve job details for individual jobs.
     17* Customization of permalink structure for complete SEO control (future).
     18* Capability to filter by category, company, or location.
     19* RSS feeds for jobs (future).
     20
     21See the [plugin homepage](http://webstractions.com/wordpress-plugins/wp-simplyhired-api) for more information and latest details. 
     22
     23For a demonstration of the plugin in action, visit [Construction Jobs at Buildz.net](http://buildz.net/) for live example.
     24
     25== Installation ==
     26
     27This section describes how to install the plugin and get it working.
     28
     291. Register and obtain a Job-A-Matic partner account at <https://www.jobamatic.com/a/jbb/partner-register-account>. Make note of your publisher ID and job board Url, they are needed to use the SimplyHired API.
     301. Download and unzip this package to your plugin folder.
     311. Activate the plugin through the 'Plugins' menu in WordPress and configure the settings to your liking. Your publisher ID and job board Url settings are required to use the SimplyHired API.
     32
     33== Frequently Asked Questions ==
     34
     35### Can I see a demo?
     36
     37Yes. Visit [Construction Jobs at Buildz.net](http://buildz.net/) for an in-production example of the plugin in action.
     38
     39### Does the SimplyHired API have a request limit?
     40
     41No. Currently, they do not have a limit on requests. The plugin does transient caching of some high-use data for speed however, which will reduce the number of requests.
     42
     43== Screenshots ==
     44
     451. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
     46the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif)
     472. This is the second screen shot
     48
     49== Changelog ==
     50
     51= 0.1 =
     52* Original plugin release. Only widget support until version 0.2
     53
     54== Upgrade Notice ==
     55
     56= 0.1 =
Note: See TracChangeset for help on using the changeset viewer.