Plugin Directory

Changeset 1499534


Ignore:
Timestamp:
09/21/2016 09:15:14 AM (9 years ago)
Author:
balessan
Message:

Updating to 1.0.7

Location:
wp-ldp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-ldp/trunk/models/actor.json

    r1499124 r1499534  
    33    "fields": [
    44      {
    5         "title": "What is your name ?",
    6         "name": "foaf:name"
    7       },
    8       {
    9         "title": "What is your firstname ?",
    10         "name": "foaf:firstName"
    11       },
    12       {
    13         "title": "What is your nickname ?",
    14         "name": "foaf:nick"
    15       },
    16       {
    17         "title": "Blog homepage URL",
    18         "name": "foaf:weblog",
    19         "type": "url"
    20       },
    21       {
    22         "title": "Who are you (in a few words) ?",
    23         "name": "av:biography",
     5        "label": "Photo de profil",
     6        "data-property": "foaf:img",
     7        "type": "url"
     8      },
     9      {
     10        "label": "Nom",
     11        "data-property": "foaf:name"
     12      },
     13      {
     14        "label": "Prénom",
     15        "data-property": "foaf:firstName"
     16      },
     17      {
     18        "label": "Description courte (- de 140 caractères)",
     19        "data-property": "pair:shortDescription",
    2420        "type": "textarea"
    2521      },
    2622      {
    27         "title": "Profile Picture URL",
    28         "name": "foaf:img",
    29         "type": "url"
    30       },
    31       {
    32         "title": "Projet (URL)",
    33         "name": "foaf:currentProject",
    34         "type": "url"
    35       },
    36       {
    37         "title": "Projet 2 (URL)",
    38         "name": "foaf:currentProject2",
    39         "type": "url"
    40       },
    41       {
    42         "title": "Projet 3 (URL)",
    43         "name": "foaf:currentProject3",
    44         "type": "url"
    45       },
    46       {
    47         "title": "Projet 4 (URL)",
    48         "name": "foaf:currentProject4",
    49         "type": "url"
    50       },
    51       {
    52         "title": "What is your pseudo ?",
    53         "name": "foaf:givenName"
    54       },
    55       {
    56         "title": "What is your birthdate ?",
    57         "name": "birthdate",
    58         "type": "date"
    59       },
    60       {
    61         "title": "What is your address ?",
    62         "name": "address"
    63       },
    64       {
    65         "title": "What is your zipcode ?",
    66         "name": "zipcode",
     23        "label": "Pseudonyme",
     24        "data-property": "foaf:nick"
     25      },
     26      {
     27        "label": "Code postal",
     28        "data-property": "pair:zipCode",
    6729        "type": "zipcode"
    6830      },
    6931      {
    70         "title": "What city do you live in ?",
    71         "name": "city"
    72       },
    73       {
    74         "title": "Personal Website URL ?",
    75         "name": "foaf:homepage",
    76         "type": "url"
    77       },
    78       {
    79         "title": "Personal Email address ?",
    80         "name": "foaf:mbox",
    81         "type": "url"
    82       },
    83       {
    84         "title": "Linkedin profile url ?",
    85         "name": "linkedin"
    86       },
    87       {
    88         "title": "Twitter profile url ?",
    89         "name": "twitter"
    90       },
    91       {
    92         "title": "Github profile url ?",
    93         "name": "github"
    94       },
    95       {
    96         "title": "Facebook profile url ?",
    97         "name": "facebook"
    98       },
    99       {
    100         "title": "Competences",
    101         "name": "purl:expertise"
    102       },
    103       {
    104         "title": "Competences",
    105         "name": "purl:expertise2"
    106       },
    107       {
    108         "title": "Competences",
    109         "name": "purl:expertise3"
    110       },
    111       {
    112         "title": "Competences",
    113         "name": "purl:expertise4"
    114       },
    115       {
    116         "title": "Vous connaissez : (URL)",
    117         "name": "foaf:knows"
    118       },
    119       {
    120         "title": "Vous connaissez : (URL)",
    121         "name": "foaf:knows2"
    122       },
    123       {
    124         "title": "Vous connaissez : (URL)",
    125         "name": "foaf:knows3"
    126       },
    127       {
    128         "title": "Vous connaissez : (URL)",
    129         "name": "foaf:knows4"
     32        "label": "Ville",
     33        "data-property": "pair:town"
     34      },
     35      {
     36        "label": "Pays",
     37        "data-property": "pair:country"
     38      },
     39      {
     40        "label": "Email",
     41        "data-property": "foaf:mbox",
     42        "type": "url"
     43      },
     44      {
     45        "label": "Site ou page web",
     46        "data-property": "foaf:weblog",
     47        "type": "url"
     48      },
     49      {
     50        "label": "Réseau social 1",
     51        "data-property": "pair:socialNetworks",
     52        "type": "url"
     53      },
     54      {
     55        "label": "Réseau social 2",
     56        "data-property": "pair:socialNetworks",
     57        "type": "url"
     58      },
     59      {
     60        "label": "Réseau social 3",
     61        "data-property": "pair:socialNetworks",
     62        "type": "url"
     63      },
     64      {
     65        "label": "Description (1000 caractères max)",
     66        "data-property": "pair:description",
     67        "type": "textarea"
     68      },
     69      {
     70        "label": "Description longue (illimité)",
     71        "data-property": "pair:longDescription",
     72        "type": "textarea"
     73      },
     74      {
     75        "label": "Projet 1 auquel vous contribuez",
     76        "object-property": "foaf:currentProject",
     77        "range": "foaf:Project",
     78        "type": "resource"
     79      },
     80      {
     81        "label": "Projet 2 auquel vous contribuez",
     82        "object-property": "foaf:currentProject",
     83        "range": "foaf:Project",
     84        "type": "resource"
     85      },
     86      {
     87        "label": "Projet 3 auquel vous contribuez",
     88        "object-property": "foaf:currentProject",
     89        "range": "foaf:Project",
     90        "type": "resource"
     91      },
     92      {
     93        "label": "Projet 1 que vous soutenez",
     94        "object-property": "pair:supports",
     95        "range": "foaf:Project",
     96        "type": "resource"
     97      },
     98      {
     99        "label": "Projet 2 que vous soutenez",
     100        "object-property": "pair:supports",
     101        "range": "foaf:Project",
     102        "type": "resource"
     103      },
     104      {
     105        "label": "Projet 3 que vous soutenez",
     106        "object-property": "pair:supports",
     107        "range": "foaf:Project",
     108        "type": "resource"
     109      },
     110      {
     111        "label": "Collaborateur 1",
     112        "object-property": "pair:worksWith",
     113        "range": "foaf:Person",
     114        "type": "resource"
     115      },
     116      {
     117        "label": "Collaborateur 2",
     118        "object-property": "pair:worksWith",
     119        "range": "foaf:Person",
     120        "type": "resource"
     121      },
     122      {
     123        "label": "Collaborateur 3",
     124        "object-property": "pair:worksWith",
     125        "range": "foaf:Person",
     126        "type": "resource"
     127      },
     128      {
     129        "label": "Collaborateur 4",
     130        "object-property": "pair:worksWith",
     131        "range": "foaf:Person",
     132        "type": "resource"
     133      },
     134      {
     135       "label": "Collaborateur 5",
     136        "object-property": "pair:worksWith",
     137        "range": "foaf:Person",
     138        "type": "resource"
     139      },
     140      {
     141        "label": "Organisation dans laquelle vous êtes employé(e)",
     142        "object-property": "pair:employee",
     143        "range": "foaf:Organization",
     144        "type": "resource"
     145      },
     146      {
     147        "label": "Organisation 1 dans laquelle vous exercez des responsabilités",
     148        "object-property": "pair:manage",
     149        "range": "foaf:Organization",
     150        "type": "resource"
     151      },
     152      {
     153        "label": "Organisation 2 dans laquelle vous exercez des responsabilités",
     154        "object-property": "pair:manage",
     155        "range": "foaf:Organization",
     156        "type": "resource"
     157      },
     158      {
     159        "label": "Organisation 1 à laquelle vous contribuez",
     160        "object-property": "pair:contributesTo",
     161        "range": "foaf:Organization",
     162        "type": "resource"
     163      },
     164      {
     165        "label": "Organisation 2 à laquelle vous contribuez",
     166        "object-property": "pair:contributesTo",
     167        "range": "foaf:Organization",
     168        "type": "resource"
     169      },
     170      {
     171        "label": "Centre d'intérêt 1",
     172        "object-property": "dcterms:subject",
     173        "range": "pair:Idea",
     174        "type": "resource"
     175      },
     176      {
     177        "label": "Centre d'intérêt 2",
     178        "object-property": "dcterms:subject",
     179        "range": "pair:idea",
     180        "type": "resource"
     181      },
     182      {
     183        "label": "Centre d'intérêt 3",
     184        "object-property": "dcterms:subject",
     185        "range": "pair:Idea",
     186        "type": "resource"
     187      },
     188      {
     189        "label": "Centre d'intérêt 4",
     190        "object-property": "dcterms:subject",
     191        "range": "pair:Idea",
     192        "type": "resource"
     193      },
     194      {
     195        "label": "Centre d'intérêt 5",
     196        "object-property": "dcterms:subject",
     197        "range": "pair:Idea",
     198        "type": "resource"
     199      },
     200      {
     201        "label": "Centre d'intérêt 6",
     202        "object-property": "dcterms:subject",
     203        "range": "pair:Idea",
     204        "type": "resource"
     205      },
     206      {
     207        "label": "Besoin de compétence 1",
     208        "object-property": "gr:seeks",
     209        "range": "cco:skill",
     210        "type": "resource"
     211      },
     212      {
     213        "label": "Besoin de compétence 2",
     214        "object-property": "gr:seeks",
     215        "range": "cco:Skill",
     216        "type": "resource"
     217      },
     218      {
     219        "label" : "Besoin de ressource 1 (hors compétences)",
     220        "object-property": "gr:seeks",
     221        "range": "pair:Resource",
     222        "type": "resource"
     223      },
     224      {
     225        "label": "Besoin de ressource 2 (hors compétences)",
     226        "object-property": "gr:seeks",
     227        "range": "pair:Resource",
     228        "type": "resource"
     229      },
     230      {
     231        "label": "Offre de compétence 1",
     232        "object-property": "gr:offers",
     233        "range": "cco:Skill",
     234        "type": "resource"
     235      },
     236      {
     237        "label": "Offre de compétence 2",
     238        "object-property": "gr:offers",
     239        "range": "cco:Skill",
     240        "type": "resource"
     241      },
     242      {
     243        "label": "Offre de ressource 1 (hors compétences)",
     244        "object-property": "gr:offers",
     245        "range": "pair:Resource",
     246        "type": "resource"
     247      },
     248      {
     249        "label": "Offre de ressource 2 (hors compétences)",
     250        "object-property": "gr:offers",
     251        "range": "pair:Resource",
     252        "type": "resource"
    130253      }
    131254    ]
  • wp-ldp/trunk/wpldp.php

    r1499251 r1499534  
    55 * Description: This is a plugin which aims to emulate the default caracteristics of a Linked Data Platform compatible server
    66 * Text Domain: wpldp
    7  * Version: 1.0.6
     7 * Version: 1.0.7
    88 * Author: Sylvain LE BON, Benoit ALESSANDRONI
    99 * Author URI: http://www.happy-dev.fr/team/sylvain, http://benoit-alessandroni.fr/
     
    3030       * The current plugin version number
    3131       */
    32       protected static $version_number = '1.0.6';
     32      protected static $version_number = '1.0.7';
    3333
    3434      /**
Note: See TracChangeset for help on using the changeset viewer.