Changeset 626257
- Timestamp:
- 11/16/2012 07:32:53 PM (13 years ago)
- Location:
- f6s
- Files:
-
- 8 added
- 1 edited
-
tags/0.3.2 (added)
-
tags/0.3.2/editor-style.css (added)
-
tags/0.3.2/editor_plugin.js (added)
-
tags/0.3.2/f6s.php (added)
-
tags/0.3.2/images (added)
-
tags/0.3.2/images/empty.gif (added)
-
tags/0.3.2/images/logo.png (added)
-
tags/0.3.2/readme.txt (added)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
f6s/trunk/readme.txt
r626252 r626257 4 4 Requires at least: 3.4 5 5 Tested up to: 3.4 6 Stable tag: 0.3. 16 Stable tag: 0.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 1. Valid Properties for Deals 21 21 22 id - reference id of the deal23 name - name of the deal24 description - description of the deal25 thumbnail - information about the deal image:22 - id - reference id of the deal 23 - name - name of the deal 24 - description - description of the deal 25 - thumbnail - information about the deal image: 26 26 - thumbnail.url - full URL of the deal thumbnail 27 27 - thumbnail.width / thumbnail.height - size, in pixels of the image 28 value - value of the deal29 beta - is this a beta product30 category - internal category of the deal31 - category.id - internal id of category32 - category.name - name of category33 company - publisher company of the deal34 - company.id - id of company profile35 - company.name - name of company36 - company.url - company profile url37 url - url where more info about this deal available38 get_deal_url - url to get the deal28 - value - value of the deal 29 - beta - is this a beta product 30 - category - internal category of the deal 31 - category.id - internal id of category 32 - category.name - name of category 33 - company - publisher company of the deal 34 - company.id - id of company profile 35 - company.name - name of company 36 - company.url - company profile url 37 - url - url where more info about this deal available 38 - get_deal_url - url to get the deal 39 39 40 40 2. Valid Properties for Mentors 41 41 42 id - reference id of the mentor43 name - name of the mentor44 description - mentor profile description45 url - f6s profile url46 current_title - current work title of the mentor (ex: CEO of ExampleCompany) - empty string if no data available47 thumbnail - information about the mentor’s profile image:42 - id - reference id of the mentor 43 - name - name of the mentor 44 - description - mentor profile description 45 - url - f6s profile url 46 - current_title - current work title of the mentor (ex: CEO of ExampleCompany) - empty string if no data available 47 - thumbnail - information about the mentor’s profile image: 48 48 - thumbnail.url - full URL of the mentor thumbnail 49 49 - thumbnail.width / thumbnail.height - size, in pixels of the image 50 skills (list) - list of mentor skills, has properties:50 - skills (list) - list of mentor skills, has properties: 51 51 - name - name of the skill 52 links (list) - list of profile links, has properties:52 - links (list) - list of profile links, has properties: 53 53 - type - link type, can be: website, facebook, twitter, linkedin, github, iosapp, android, mobile 54 54 - value - the actual URL … … 62 62 3. Valid Properties for Teams 63 63 64 id - reference id of the team65 name - name of the team66 description - description of the team67 url - f6s profile url68 thumbnail - information about the team’s profile image:64 - id - reference id of the team 65 - name - name of the team 66 - description - description of the team 67 - url - f6s profile url 68 - thumbnail - information about the team’s profile image: 69 69 - thumbnail.url - full URL of the mentor thumbnail 70 70 - thumbnail.width / thumbnail.height - size, in pixels of the image 71 links (list) - list of profile links, has properties:71 - links (list) - list of profile links, has properties: 72 72 - type - link type, can be: website, facebook, twitter, linkedin, github, iosapp, android, mobile 73 73 - value - the actual URL 74 members (list) - list of all team’s members, has properties:74 - members (list) - list of all team’s members, has properties: 75 75 - profile_id - reference id of the person 76 76 - name - name of the person
Note: See TracChangeset
for help on using the changeset viewer.