Changes between Version 1 and Version 2 of DevReadFirst


Ignore:
Timestamp:
Oct 13, 2008, 7:35:02 AM (16 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevReadFirst

    v1 v2  
    66
    77== How to request for new user agent ==
    8 According to [wiki:XMLRPC API documentation] you need !UserAgent string. You can choose own, we are not restrict (for now) to this, please choose your application name and version, so proper !UserAgent name should be something like: '''!MyApplication v0.1''' and please mail us, you are using this !UserAgent
     8According to [wiki:XMLRPC API documentation] you need !UserAgent string - please register first on www.opensubtitles.org as user. You can choose own user agent name, please choose your application name and version, so proper !UserAgent name should be something like: '''!My Application v0.1''' (please don't use some weird version numbering, such as v2r1 and so on, because we are parsing version from name) and please mail us, you are using this !UserAgent. Please fill this form and send it to mail admin at opensubtitles.org
     9
     10{{{
     11Required info
     12=============
     13Your name:
     14Contact mail:
     15Title of useragent:
     16Version of useragent:
     17
     18Optional info
     19=============
     20Application URL:
     21Developer URL:
     22}}}
     23
     24If you provide application URL, and some subtitles will be uploaded by your Application, on subtitle details you will have URL to Application, also if you provide Developer URL, link will point to your homepage instead profile page on opensubtitles. For example, this is html for SubDownloader on subtitle [http://www.opensubtitles.org/en/subtitles/3348814/girl-scouts-en details page]:
     25
     26{{{
     27Uploaded by <a target='_blank' href='http://www.subdownloader.net'>Subdownloader 1.2.4</a> developed by <a href='http://www.ivangarcia.org/blog/'>capiscuas</a>
     28}}}
     29
     30
    931
    1032== How to implement opensubtitles.org support ==