Changes between Version 18 and Version 19 of DevReadFirst


Ignore:
Timestamp:
Sep 19, 2010, 7:59:44 AM (14 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevReadFirst

    v18 v19  
    77
    88== How to request a new user agent ==
    9 According to the [wiki:XMLRPC API documentation], you need a !UserAgent string. Please first register as a user on www.opensubtitles.org. You can choose your own useragent name, and please choose an application name and version number. An example of a valid !UserAgent would be something like: '''My Application v0.1''' (please avoid using a weird version numbering, such as v2r1, because we're parsing version). Please fill the following form and email it to: admin at opensubtitles.org with the subject "Register User Agent Request". You will then get a confirmation mail.
     9According to the [wiki:XMLRPC API documentation], you need a !UserAgent string, if you will not fill valid !UserAgent, you will get error.
     10
     11If you don't want register your own user agent yet, you can use for test purposes special user agent '''OS Test User Agent'''.
     12
     13For registering your own user agent follow these instructions:
     14
     15Please first register as an user on www.opensubtitles.org. You can choose your own useragent name, and please choose an application name and version number. An example of a valid !UserAgent (you pass it there with version!) in XML-RPC would be something like: '''My Application v0.1''' (please avoid using a weird version numbering, such as v2r1, because we're parsing version using regexp). Please fill the following form and email it to: admin at opensubtitles.org with the subject "Register User Agent Request". You will then get a confirmation mail, we are adding UAs manually yet.
    1016
    1117{{{
    1218Required info
    1319=============
    14 Your name:
    15 Your registered OS username:
    16 Contact mail:
    17 Title of useragent:
    18 Version of useragent:
    19 Programming language:
    20 Opensource: yes/no
    21 Upload feature: yes/no/maybe in future
     20Your name: ''your real name''
     21Your registered OS username: ''your username on opensubtitles.org''
     22Contact mail: ''your mail''
     23Title of useragent: ''your name of useragent''
     24Version of useragent: ''for example: v1''
     25Programming language: ''C++/Java/PHP/Python...'''
     26Approximate users of program: ''how many approx. users are using your program?''
     27Opensource: ''yes/no''
     28Upload feature: ''yes/no/maybe in future''
    2229
    2330
    2431Optional info
    2532=============
    26 Application URL:
    27 Developer URL:
     33Application URL: ''where is possible find homepage of application''
     34Developer URL: ''developers homepage''
    2835}}}
    2936
    30 If you provide an application URL, and subtitles are uploaded throught your application in future, your application URL will appear on the details page for those subtitles. If you also provide a Developer URL, a link will point to your homepage instead of your 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]:
     37If you provide an application URL, and subtitles are uploaded through your application in future, your application URL will appear on the details page for those subtitles. If you also provide a Developer URL, a link will point to your homepage instead of your 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]:
    3138
    3239{{{