Index: trunk/tools/wp-photocommons/readme.txt |
— | — | @@ -0,0 +1,74 @@ |
| 2 | +=== PhotoCommons === |
| 3 | +Contributors: huskyr, krinklemail |
| 4 | +Donate link: http://wikimediafoundation.org/wiki/Donate |
| 5 | +Tags: photos, media, insert, wiki |
| 6 | +Requires at least: 3.0.0 |
| 7 | +Tested up to: 3.0.2 |
| 8 | +Stable tag: trunk |
| 9 | + |
| 10 | +Search, Find and Insert images directly from Wikimedia Commons into your WordPress site. |
| 11 | + |
| 12 | +== Description == |
| 13 | + |
| 14 | +Features: |
| 15 | + |
| 16 | +* Works both in the WYSIWYG editor and in HTML mode |
| 17 | +* Align photo's left, center or right |
| 18 | +* Custom size |
| 19 | +* Optional caption |
| 20 | +* Autosuggest subjects in search |
| 21 | + |
| 22 | + |
| 23 | +== Installation == |
| 24 | + |
| 25 | +To install PhotoCommons: |
| 26 | + |
| 27 | +1. Upload the `wp-photocommons` folder to the `/wp-content/plugins/` directory |
| 28 | +2. Activate the plugin through the 'Plugins' menu in WordPress |
| 29 | +3. Go to a Post or Page editor and click the Commons logo to get started (see Screenshots) |
| 30 | + |
| 31 | +== Frequently Asked Questions == |
| 32 | + |
| 33 | += Question = |
| 34 | + |
| 35 | +An answer to that question. |
| 36 | + |
| 37 | +== Screenshots == |
| 38 | + |
| 39 | +1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from |
| 40 | +the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1.png` (or jpg, jpeg, gif) |
| 41 | +2. This is the second screen shot |
| 42 | + |
| 43 | +== Changelog == |
| 44 | + |
| 45 | += 1.0 = |
| 46 | +* Initial version |
| 47 | + |
| 48 | +== Upgrade Notice == |
| 49 | + |
| 50 | +* |
| 51 | + |
| 52 | +== A brief Markdown Example == |
| 53 | + |
| 54 | +Ordered list: |
| 55 | + |
| 56 | +1. Some feature |
| 57 | +1. Another feature |
| 58 | +1. Something else about the plugin |
| 59 | + |
| 60 | +Unordered list: |
| 61 | + |
| 62 | +* something |
| 63 | +* something else |
| 64 | +* third thing |
| 65 | + |
| 66 | +Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. |
| 67 | +Titles are optional, naturally. |
| 68 | + |
| 69 | +[markdown syntax]: http://daringfireball.net/projects/markdown/syntax |
| 70 | + "Markdown is what the parser uses to process much of the readme file" |
| 71 | + |
| 72 | +Markdown uses email style notation for blockquotes and I've been told: |
| 73 | +> Asterisks for *emphasis*. Double it up for **strong**. |
| 74 | + |
| 75 | +`<?php code(); // goes in backticks ?>` |
\ No newline at end of file |
Property changes on: trunk/tools/wp-photocommons/readme.txt |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 76 | + native |