public
Description: WP Movie Ratings is a wordpress plugin for rating movies.
Homepage: http://paulgoscicki.com/projects/wp-movie-ratings/
Clone URL: git://github.com/pjg/wp_movie_ratings.git
name age message
file CHANGELOG Thu Jun 11 00:43:50 -0700 2009 Removed pinging the pingerati.net as it has bee... [pjg]
file README Mon Jan 26 12:25:39 -0800 2009 Removed whitespace. Converted tabs to spaces. C... [pjg]
file add_movie.css Mon Jan 19 10:04:36 -0800 2009 CSS files TAB/spaces cleanup. [pjg]
file add_movie.html Sun Jan 11 06:35:52 -0800 2009 Small typo fixes and documentation updates. [pjg]
file add_movie.js Mon Jan 26 12:25:39 -0800 2009 Removed whitespace. Converted tabs to spaces. C... [pjg]
file admin_page.css Mon Jan 19 10:04:36 -0800 2009 CSS files TAB/spaces cleanup. [pjg]
file effects.js Sat Feb 07 07:03:33 -0800 2009 Yet another whitespace cleanup. [pjg]
file empty_star.gif Wed Mar 01 07:55:42 -0800 2006 New page listing movies plus fixes, tweaks and ... [pjg]
file feed.png Mon Mar 27 10:03:52 -0800 2006 Bigger font and more light. Added focus() url/r... [pjg]
file full_star.gif Wed Mar 01 07:55:42 -0800 2006 New page listing movies plus fixes, tweaks and ... [pjg]
file full_star_half_light.gif Fri Sep 01 09:34:52 -0700 2006 Added option to highlight top rated movies. [pjg]
file full_star_highlight.gif Fri Sep 01 09:34:52 -0700 2006 Added option to highlight top rated movies. [pjg]
file half_star.gif Thu Jul 06 11:04:55 -0700 2006 Added option to display movie ratings using 5 s... [pjg]
file half_star_half_light.gif Fri Sep 01 09:34:52 -0700 2006 Added option to highlight top rated movies. [pjg]
file loading.gif Tue Feb 28 08:21:56 -0800 2006 Missing files from the last commit [pjg]
file minus.gif Thu Aug 03 16:10:52 -0700 2006 New minus.gif picture + fixed sorting options i... [pjg]
file movie.class.php Thu Jun 11 00:43:50 -0700 2009 Removed pinging the pingerati.net as it has bee... [pjg]
file plus.gif Wed Aug 02 12:57:22 -0700 2006 Work in progress on reviews in page mode (added... [pjg]
file prototype.js Mon Jan 26 12:25:39 -0800 2009 Removed whitespace. Converted tabs to spaces. C... [pjg]
file star_rating.gif Tue Feb 28 05:00:14 -0800 2006 Initial import [pjg]
file wp_http_request.class.php Mon Jan 26 12:25:39 -0800 2009 Removed whitespace. Converted tabs to spaces. C... [pjg]
file wp_movie_ratings.css Mon Jan 19 10:04:36 -0800 2009 CSS files TAB/spaces cleanup. [pjg]
file wp_movie_ratings.js Mon Jan 26 12:25:39 -0800 2009 Removed whitespace. Converted tabs to spaces. C... [pjg]
file wp_movie_ratings.php Thu Jun 11 00:43:50 -0700 2009 Removed pinging the pingerati.net as it has bee... [pjg]
README
WP Movie Ratings v1.5.1 (2009-01-??)
====================================

WP Movie Ratings is a wordpress plugin that makes rating movies very easy. At
its core is a bookmarklet, which combined with the Internet Movie Database
(imdb.com) and a little bit of AJAX magic lets you rate movies with just
one click. Also, there is no need to write the title of the movie as it is
automatically fetched from imdb. Optionally, you can also write a short review
for each movie. The output from this plugin is a list of recently watched
movies, which you can put anywhere on your blog (it's a matter of one simple
function call from the template).

The published movie reviews are hReview (http://microformats.org/wiki/hreview)
compliant.

Plugin page: http://paulgoscicki.com/projects/wp-movie-ratings/


Requirements
----------------------------------

* Wordpress 2.7 or newer
* FTP, SSH or SCP access to your wordpress blog (so you can upload this
  plugin).


Installation
----------------------------------

1. Download the plugin.

2. Extract the contents of the .tar.gz/.zip file into the Wordpress plugins
   directory (usually wp-content/plugins). Alternatively you can upload
   them using ftp. You should have a new directory there called
   wp_movie_ratings (just along the akismet directory)

3. Activate the plugin by going into your administration panel and selecting
   Plugins from the menu and clicking the Activate button for the WP Movie
   Ratings.

4. Go to the Manage section in the administration panel and see the new Movies
   menu option there (you'll find the bookmarklet there too). Rate at least
   one movie (using the bookmarklet or the administration page).

5. Go to the Options section in the administration panel and under the Movies
   tab customize this plugin's options.

6. Edit your blog template (it's probably the best to edit the index.php file)
   and put this line there:

   wp_movie_ratings_show();

   If you want to have movie ratings listed in the sidebar, you must, of
   course, edit the sidebar.php file from your current theme. Alternatively
   you can create a new post/page and type it there:

   [[wp_movie_ratings_page]]

   It will create a listing of all rated movies sorted by title.

7. Go to your blog and see the movie ratings!


Upgrading
----------------------------------

1. Download the newest version of the plugin
   (http://paulgoscicki.com/files/wp_movie_ratings.tar.gz).

2. Go to the Plugins section of the administration panel and deactivate
   the WP Movie Ratings plugin. Don't worry as it will NOT delete any movie
   ratings.

3. Go to the wp_movie_ratings plugins directory and delete all of the plugin
   files (should be wp-content/plugins/wp_movie_ratings). It will NOT delete
   any movie ratings. Be aware though, that if you've made any changes to the
   plugin, you might want to consider a backup.

4. Extract the contents of the .tar.gz/.zip file into the wp_movie_ratings
   directory (wp-content/plugins/wp_movie_ratings).

5. Go to the Plugins section of the administration panel and activate the
   WP Movie Ratings plugin (notice that higher version number of the plugin).
   The deactivation/activation cycle is required because of the new options
   that need to be written into the wordpress database (during activation).

6. Enjoy life with the newest version of the WP Movie Ratings plugin.



Copyright (c) 2006-2009 by Paul Goscicki, http://paulgoscicki.com/

Available under the GNU General Public License (GPL) version 2 or later.
http://www.gnu.org/licenses/gpl.html

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.