Policy talk:User-Agent policy: Difference between revisions

From Wikimedia Foundation Governance Wiki
Latest comment: 2 years ago by Enterprisey in topic Refresh needed
Content deleted Content added
→‎Posting: new section
m Bot: Archiving 2 threads (older than 180 days) to Policy talk:User-Agent policy/Archive 4
 
(42 intermediate revisions by 19 users not shown)
Line 1: Line 1:
{{talk}}
I'm trying to run a script to collect some data from Wikipedia for the first time and I've run into this measure. Is there any way I could see the format of the user_agent string that Wikimedia expects so as to properly format my settings? I tried a vernacular description, but still ended up with the "give a descriptive user agent" response. [[User:Elijahmeeks|Elijahmeeks]] 02:05, 11 April 2011 (UTC)
{{User:LincolnBot/archiveconfig
:Never mind, I didn't realize I had to set it in curl instead of as the usual initialization.[[User:Elijahmeeks|Elijahmeeks]] 02:26, 11 April 2011 (UTC)
|archive = Policy talk:User-Agent policy/Archive %(counter)d
|algo = old(180d)
|counter = 4
|maxarchivesize = 150K
|archiveheader = {{talk archive}}
|minthreadstoarchive = 1
|minthreadsleft = 3
}}


== More strict contact information ==
== Posting ==


As [[User:Mforns (WMF)]] has mentioned above, the existing policy wrt providing contact information is loose. Working together with the ops and client community we could improve that part of the policy and perform audits on client compliance assisted by analytics data identifying the main non-compliant clients that need to be upgraded.
Strangely enough, I get the message about a temporary server problem unless I take out this line:

<source lang="php">
For example, we could change the 'e.g.' to be a fixed list of only three options:
curl_setopt($ch,CURLOPT_POST,TRUE);
# email,
</source>
# URL with an email address prominently placed on the page,
Not sure why that might be. [[User:Leucosticte|Leucosticte]] ([[User talk:Leucosticte|talk]]) 09:26, 4 August 2012 (UTC)
# interwiki syntax enclosed in [[ ]] where the first prefix in the interwiki is a valid interwiki prefix present on [[Interwiki Map]].
## If it is a user page, [[special:emailuser]] must be enabled for the linked user.
## Otherwise an email address must be prominently placed on the page.

[[User:John Vandenberg|John Vandenberg]] ([[User talk:John Vandenberg|talk]]) 14:43, 21 March 2016 (UTC)

== I cant download images with a .net console application ==

I am trying to download about 250 images to my pc with a script. I am waiting 5 seconds in between each image, so as to not use too much bandwidth. I have followed all the user agent suggestions as closely as I can.
this is my user agent string "bot by <My Name> (<My email address>) I am downloading an image of each carnivoran once (less than 300 images) for educational purposes"
You say, make it descriptive, include the word bot if its a bot, include contact details in parentheses, all of which I have done.
But I still get this error after downloading 3 images
System.Net.WebException: 'The remote server returned an error: (403) Forbidden. Please comply with the User-Agent policy: https://meta.wikimedia.org/wiki/User-Agent_policy. '
I have posted about this on stack overflow, you can see the code in question.

https://stackoverflow.com/questions/69230731/wikipedia-user-agent-problem-when-downloading-images

{{unsigned|89.106.141.56|11:47, 18 September 2021 (UTC)}}

== Refresh needed ==

This page needs a refresh, better thematic segmentation. I came with the will to edit it but the translates tags makes me reluctant to edit. If you have experience in those and want to team up to revamp this page, ping me. [[User:Yug|Yug]] ([[User talk:Yug|talk]]) 22:33, 28 December 2021 (UTC)

:Done, sorta. [[User:Enterprisey|Enterprisey]] ([[User talk:Enterprisey|talk]]) 22:45, 3 March 2022 (UTC)

Latest revision as of 21:11, 29 March 2024

More strict contact information

As User:Mforns (WMF) has mentioned above, the existing policy wrt providing contact information is loose. Working together with the ops and client community we could improve that part of the policy and perform audits on client compliance assisted by analytics data identifying the main non-compliant clients that need to be upgraded.

For example, we could change the 'e.g.' to be a fixed list of only three options:

  1. email,
  2. URL with an email address prominently placed on the page,
  3. interwiki syntax enclosed in [[ ]] where the first prefix in the interwiki is a valid interwiki prefix present on Interwiki Map.
    1. If it is a user page, special:emailuser must be enabled for the linked user.
    2. Otherwise an email address must be prominently placed on the page.

John Vandenberg (talk) 14:43, 21 March 2016 (UTC)Reply

I cant download images with a .net console application

I am trying to download about 250 images to my pc with a script. I am waiting 5 seconds in between each image, so as to not use too much bandwidth. I have followed all the user agent suggestions as closely as I can. this is my user agent string "bot by <My Name> (<My email address>) I am downloading an image of each carnivoran once (less than 300 images) for educational purposes" You say, make it descriptive, include the word bot if its a bot, include contact details in parentheses, all of which I have done. But I still get this error after downloading 3 images System.Net.WebException: 'The remote server returned an error: (403) Forbidden. Please comply with the User-Agent policy: https://meta.wikimedia.org/wiki/User-Agent_policy. ' I have posted about this on stack overflow, you can see the code in question.

https://stackoverflow.com/questions/69230731/wikipedia-user-agent-problem-when-downloading-images

—Preceding unsigned comment added by 89.106.141.56 (talkcontribs) 11:47, 18 September 2021 (UTC)Reply

Refresh needed

This page needs a refresh, better thematic segmentation. I came with the will to edit it but the translates tags makes me reluctant to edit. If you have experience in those and want to team up to revamp this page, ping me. Yug (talk) 22:33, 28 December 2021 (UTC)Reply

Done, sorta. Enterprisey (talk) 22:45, 3 March 2022 (UTC)Reply