Plugin Directory

Changeset 185250


Ignore:
Timestamp:
12/20/2009 09:47:44 AM (16 years ago)
Author:
metacortex
Message:
 
Location:
wp-smart-image/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-smart-image/trunk/readme.txt

    r160553 r185250  
    44Donate link: http://www.darioferrer.com
    55Requires at least: 2.7
    6 Tested up to: 2.8.4
    7 Stable tag: 0.3.3
     6Tested up to: 2.8.6
     7Stable tag: 0.3.4
    88
    9 This plugin helps you to set the image layout of your site in a very easy way.
     9WP Smart Image is deprecated. Please change to WP Smart Image II.
    1010
    1111== Description ==
    1212
    13 = With WP Smart Image you can: =
     13**WP Smart Image is deprecated. Please change to [WP Smart Image II](http://wordpress.org/extend/plugins/wp-smart-image-ii/)**
    1414
    15 * Choose the image to show throught a friendly widget in your post editor.
    16 * Choose between the four presets WordPress sizes: **Thumbnail**, **Medium**, **Large** and **Full**.
    17 * Link the image to the article or leave it without a link.
    18 * Showing images in the posts list, even if those images are not setting to appear in the content.
    19 * Get the image url instead of the whole tag.
    20 * Personalize the alt and title attributes if they haven't been configured yet.
    21 * Add custom CSS classes and ID to properly handling the images through CSS, javascript, PHP and others web resources.
    22 * Add a link to the full version of the image from the thumbnail or the medium size one.
    23 * Add `"width"` and `"height"` attributes in CSS or HTML ways.
    24 * Personalize the generic images and its paths for all the sizes.
    25 * Add and define attributes to image's links, as `"rel"`, `"class"`, `"id"` and `"target"`.
    26 * Choose between "echo" the function or pass it through PHP parameters.
    27 * Show/hide thumbnails in RSS feeds.
    28 * Integrate the power of both WP Smart Image and [Max Image Size Control](http://wordpress.org/extend/plugins/max-image-size-control/) plugins.
    29 * Show random images per post instead of only one.
    30 * ... And combining all this options as you wish!
    31 
    32 = What is Wp Smart Image? =
     15*What is Wp Smart Image?*
    3316
    3417WP Smart Image is the tool that combines the best image managment functionalities in WordPress and handles them to facilitate it's use.
     
    3619If you are used to personalized fileds to assign images to posts, with WP Smart Image will forget all the extra work and will enjoy the real process automation that has been in WordPress all this time and probably you never knew existed.
    3720
    38 = But what's the problem with Wordpress native image engine? =
     21*But what's the problem with Wordpress native image engine?*
    3922
    4023No problem. The [WordPress](http://www.wordpress.org) image engine is one of the most advanced and flexible ones at the moment. WordPress offers a wide range of functionalities and tags, which allows for and easy handling of images and files, associating them with posts, categories, pages and other elements with total freedom.
     
    4225However, the problem with all these funcionalities is that finding the propper way to associate data and get a specific result can get really hard. In an attempt to do that, many people have tried to do it by setting through custom fields, ignoring that WordPress has a large platform with many resources at our disposal to do that.
    4326
    44 = What isn't Wp Smart Image? =
     27*What isn't Wp Smart Image?*
    4528
    4629It is not a filter that works inside the content. WP Smart Image only works in the template areas and it's use is focused to the template's file system.
     
    5235= Localization =
    5336
    54 * French (fr_FR) - [Valentin](http://www.geekeries.fr/)
    55 * Russian (ru_RU) - [Fat Cow](http://www.fatcow.com/)
    56 * Spanish (es_ES) - [Dario Ferrer](http://www.darioferrer.com/)
     37* French (fr_FR) - Valentin
     38* Russian (ru_RU) - Fat Cow
     39* Spanish (es_ES) - Dario Ferrer
    5740
    5841If you have been translated this plugin into your language, please let me know.
     
    181164= 0.1.1 =
    182165* First public release
     166
     167== Upgrade Notice ==
     168
     169Please migrate your plugin to WP Smart Image II
  • wp-smart-image/trunk/wp-smart-image.php

    r160553 r185250  
    33Plugin Name: WP Smart Image
    44Plugin URI: http://www.darioferrer.com/wp-smart-image
    5 Description: This plugin helps you to set the image layout of your site in a very easy way.
     5Description: WP Smart Image is deprecated. Please change to WP Smart Image II.
    66Author: Darío Ferrer (@metacortex)
    7 Version: 0.3.3
     7Version: 0.3.4
    88Author URI: http://www.darioferrer.com
    99*/
Note: See TracChangeset for help on using the changeset viewer.