close Warning: Can't synchronize with repository "(default)" (/usr/local/svn/deb2-client does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 46 and Version 47 of WordNetApi


Ignore:
Timestamp:
Jan 20, 2011, 2:41:23 PM (13 years ago)
Author:
Adam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WordNetApi

    v46 v47  
    241241
    242242'''Response:''' array of hashes {user, synset_id, month, action_count}
     243
     244=== Journal info ===
     245'''Request:''' ''servername''/''dictionary_code''?action=info&type=journal[&user=''username''][&synset=''synset_id''][&datefrom=''date_from''][&date_to=''date_to''][&maxres=10]
     246
     247
     248  user::
     249    show only modifications by user
     250
     251  synset_id::
     252    show only modifications for synset_id
     253
     254  maxres::
     255    maximum number of results, default 10
     256
     257  date_from, date_to::
     258    limit information from/to given date, format YYYY-MM-DD
     259
     260'''Response:''' array of hashes {action, synset_id, time, username, version}