Plugin Directory

Changeset 1257432


Ignore:
Timestamp:
10/01/2015 01:25:20 PM (11 years ago)
Author:
nikdo
Message:

Updating stable version readme

Location:
react-webcam
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • react-webcam/tags/1.1.0/readme.txt

    r1246533 r1257432  
    11=== React Webcam ===
     2
    23Contributors: nikdo
    34Tags: webcam, image, ajax
     
    1011Add auto-refreshing image from your webcam to any page.
    1112
     13
    1214== Description ==
     15
    1316A very simple yet effective solution to display the actual image from your webcam on any page. Directory with webcam images is periodically scanned and the most recent image is displayed without the need to refresh whole page.
    1417
     
    1619* Uses [React JavaScript library](http://facebook.github.io/react/) to provide good performance and seamless user experience.
    1720
     21= Version 2 =
     22
     23I have implemented more capable version of this plugin, you can see it in action on [windsurf.cz](http://windsurf.cz/leto/webkamera/).
     24
     25The problem is, that this custom-build version does not meet criteria to become a plugin: many options (like webcam image width) are hardcoded, it lacks customization points and it doesn’t support internationalizaton.
     26
     27If you want me to work on these improvements, [send me an email](mailto:public@nikdo.cz). I will consider implementing it if there will be serious interest.
     28
     29
     30
    1831== Installation ==
     32
    19331. Upload 'react-webcam' to the '/wp-content/plugins/' directory.
    20342. Activate the plugin through the *Plugins* menu in WordPress.
     
    22364. Insert '[reactwebcam]' shortcode to the page.
    23375. Optionally set intended refresh interval in seconds: '[reactwebcam refreshinterval=30]' The default value is *60 seconds*.
     38
    2439
    2540== Changelog ==
  • react-webcam/trunk/readme.txt

    r1257426 r1257432  
    1818* Webcam images filenames need to be timestamped (for example *20150923.jpg*).
    1919* Uses [React JavaScript library](http://facebook.github.io/react/) to provide good performance and seamless user experience.
    20 
    21 = Version 2 =
    22 
    23 I have implemented more capable version of this plugin, you can see it in action on [windsurf.cz](http://windsurf.cz/leto/webkamera/).
    24 
    25 The problem is, that this custom-build version does not meet criteria to become a plugin: many options (like webcam image width) are hardcoded, it lacks customization points and it doesn’t support internationalizaton.
    26 
    27 If you want me to work on these improvements, [send me an email](mailto:public@nikdo.cz). I will consider implementing it if there will be serious interest.
    2820
    2921
Note: See TracChangeset for help on using the changeset viewer.