Changeset 1257432
- Timestamp:
- 10/01/2015 01:25:20 PM (11 years ago)
- Location:
- react-webcam
- Files:
-
- 2 edited
-
tags/1.1.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
react-webcam/tags/1.1.0/readme.txt
r1246533 r1257432 1 1 === React Webcam === 2 2 3 Contributors: nikdo 3 4 Tags: webcam, image, ajax … … 10 11 Add auto-refreshing image from your webcam to any page. 11 12 13 12 14 == Description == 15 13 16 A 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. 14 17 … … 16 19 * Uses [React JavaScript library](http://facebook.github.io/react/) to provide good performance and seamless user experience. 17 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. 28 29 30 18 31 == Installation == 32 19 33 1. Upload 'react-webcam' to the '/wp-content/plugins/' directory. 20 34 2. Activate the plugin through the *Plugins* menu in WordPress. … … 22 36 4. Insert '[reactwebcam]' shortcode to the page. 23 37 5. Optionally set intended refresh interval in seconds: '[reactwebcam refreshinterval=30]' The default value is *60 seconds*. 38 24 39 25 40 == Changelog == -
react-webcam/trunk/readme.txt
r1257426 r1257432 18 18 * Webcam images filenames need to be timestamped (for example *20150923.jpg*). 19 19 * 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.28 20 29 21
Note: See TracChangeset
for help on using the changeset viewer.