Feature Requests item #3601993, was opened at 2013-01-24 06:49
Message generated for change (Settings changed) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601993&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: add_text.py new function
Initial Comment:
In Russian Wikipedia banned use spamremove.py without challenging the outcome of the administrators. Instead, after reflinks to the sites, which you can distribute Malware, now it is necessary to put the template {{search}}. I suppose that need to be automated with the help of a bot procedure of stamping template, because of links to external web site can be a lot.
It seems to me that you can add a new function in add_text.py because there is a parameter-weblinks. For example, I can add the desired me a text on all pages containing a link to the web site:
add_text.py -weblink:example.com -text:"{{ExampleTemplate}}"
But the text will be added to the end or the beginning of the page, and would like to see it added after each reference to a given site. Thanks.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-01-24 13:17
Message:
There is no parameter -weblink in add_text.py. You may either use
replace.py or fixes.py for such a task. Or you may modify spamremove not to
remove the links but replace it with a given template.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601993&group_…
Feature Requests item #3601887, was opened at 2013-01-23 07:58
Message generated for change (Comment added) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601887&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: featured
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: webcitearchiver.py
Initial Comment:
References to the Internet-resources often become dead and information on external sites is often moved. Therefore, it is very need a bot that would create archive copies of web pages on the WebCite or similar web-resources. The principle of its operation is:
http://ru.wikipedia.org/w/index.php?title=%D0%A0%D0%B0%D0%B9%D0%BA%D0%BE%D0…
In Russian Wikipedia is User:WebCite Archiver, in the English Wikipedia has a User:WebCiteBOT. In addition, the English Wikipedia has a User:lowercase sigmabot III, written in python. The source code here:
https://github.com/legoktm/webcite-bot
But setting up and using lowercase sigmabot III are available only for experienced python programmers. We would like a version of the bot, which could be understood as a novice programmers and non-programmers. Also, as with all scripts pywikipediabot, the treatment of which requires no special skills. Thanks.
----------------------------------------------------------------------
>Comment By: Анима (n-fran)
Date: 2013-01-25 03:31
Message:
Is it possible to include lowercase sigmabot III in the framework of
pywikipediabot? Thanks.
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-01-23 08:14
Message:
weblinkchecker is already part of the framework
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601887&group_…
Feature Requests item #3601989, was opened at 2013-01-24 05:21
Message generated for change (Comment added) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: standardize_notes.py
Initial Comment:
Bot old, but desired, it can convert reflinks in cite web, and then such web links can be archived with the help of WebCiteBOT. But you need to update the script. An example of his work at the moment:
http://u.to/WZHLAg
That should be correct:
1) Template {{web reference}} is not used, instead of him using a template {{cite web}}.
2) Template {{subst:Footnote3text}} no longer used.
3) Bot creates the 'Notes' when this section is already there.
Thanks.
----------------------------------------------------------------------
>Comment By: Анима (n-fran)
Date: 2013-01-25 00:01
Message:
And I can with the help of this script, simply change the refliks of the
following type <ref></ref> in the format {{cite web}} is not producing no
more substitutions? Thank you.
----------------------------------------------------------------------
Comment By: Анима (n-fran)
Date: 2013-01-24 23:52
Message:
Replace the names of the templates is easy, but how to delete already
existing section "References" and "External links"? After processing the
bot their content is duplicated. Thank you.
http://www.3w.md/OB
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-01-24 13:09
Message:
Hm, I guess that script must be localized if there are different templates
for different sites.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Feature Requests item #3601989, was opened at 2013-01-24 05:21
Message generated for change (Comment added) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: standardize_notes.py
Initial Comment:
Bot old, but desired, it can convert reflinks in cite web, and then such web links can be archived with the help of WebCiteBOT. But you need to update the script. An example of his work at the moment:
http://u.to/WZHLAg
That should be correct:
1) Template {{web reference}} is not used, instead of him using a template {{cite web}}.
2) Template {{subst:Footnote3text}} no longer used.
3) Bot creates the 'Notes' when this section is already there.
Thanks.
----------------------------------------------------------------------
>Comment By: Анима (n-fran)
Date: 2013-01-24 23:52
Message:
Replace the names of the templates is easy, but how to delete already
existing section "References" and "External links"? After processing the
bot their content is duplicated. Thank you.
http://www.3w.md/OB
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2013-01-24 13:09
Message:
Hm, I guess that script must be localized if there are different templates
for different sites.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Feature Requests item #3601993, was opened at 2013-01-24 06:49
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601993&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: add_text.py new function
Initial Comment:
In Russian Wikipedia banned use spamremove.py without challenging the outcome of the administrators. Instead, after reflinks to the sites, which you can distribute Malware, now it is necessary to put the template {{search}}. I suppose that need to be automated with the help of a bot procedure of stamping template, because of links to external web site can be a lot.
It seems to me that you can add a new function in add_text.py because there is a parameter-weblinks. For example, I can add the desired me a text on all pages containing a link to the web site:
add_text.py -weblink:example.com -text:"{{ExampleTemplate}}"
But the text will be added to the end or the beginning of the page, and would like to see it added after each reference to a given site. Thanks.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-01-24 13:17
Message:
There is no parameter -weblink in add_text.py. You may either use
replace.py or fixes.py for such a task. Or you may modify spamremove not to
remove the links but replace it with a given template.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601993&group_…
Feature Requests item #3601989, was opened at 2013-01-24 05:21
Message generated for change (Comment added) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: standardize_notes.py
Initial Comment:
Bot old, but desired, it can convert reflinks in cite web, and then such web links can be archived with the help of WebCiteBOT. But you need to update the script. An example of his work at the moment:
http://u.to/WZHLAg
That should be correct:
1) Template {{web reference}} is not used, instead of him using a template {{cite web}}.
2) Template {{subst:Footnote3text}} no longer used.
3) Bot creates the 'Notes' when this section is already there.
Thanks.
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-01-24 13:09
Message:
Hm, I guess that script must be localized if there are different templates
for different sites.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Bugs item #3601976, was opened at 2013-01-24 02:23
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3601976&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Анима (n-fran)
>Assigned to: xqt (xqt)
Summary: standardize notes.py again the same error
Initial Comment:
standardize_notes.py fragment:
http://pastebin.ru/z0WDeHZI
anima_family,py:
http://pastebin.ru/fRO5hAoc
What am I doing wrong? Thanks.
Pywikipedia (r10969 (wikipedia.py), 2013/01/23, 12:55:29, OUTDATED)
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2013-01-24 12:54
Message:
duplicate of #3601965
https://sourceforge.net/tracker/index.php?func=detail&aid=3601965&group_id=…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3601976&group_…
Feature Requests item #3601993, was opened at 2013-01-24 06:49
Message generated for change (Tracker Item Submitted) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601993&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: add_text.py new function
Initial Comment:
In Russian Wikipedia banned use spamremove.py without challenging the outcome of the administrators. Instead, after reflinks to the sites, which you can distribute Malware, now it is necessary to put the template {{search}}. I suppose that need to be automated with the help of a bot procedure of stamping template, because of links to external web site can be a lot.
It seems to me that you can add a new function in add_text.py because there is a parameter-weblinks. For example, I can add the desired me a text on all pages containing a link to the web site:
add_text.py -weblink:example.com -text:"{{ExampleTemplate}}"
But the text will be added to the end or the beginning of the page, and would like to see it added after each reference to a given site. Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601993&group_…
Feature Requests item #3601989, was opened at 2013-01-24 05:21
Message generated for change (Tracker Item Submitted) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: rewrite
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: standardize_notes.py
Initial Comment:
Bot old, but desired, it can convert reflinks in cite web, and then such web links can be archived with the help of WebCiteBOT. But you need to update the script. An example of his work at the moment:
http://u.to/WZHLAg
That should be correct:
1) Template {{web reference}} is not used, instead of him using a template {{cite web}}.
2) Template {{subst:Footnote3text}} no longer used.
3) Bot creates the 'Notes' when this section is already there.
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603141&aid=3601989&group_…
Bugs item #3601976, was opened at 2013-01-24 02:23
Message generated for change (Tracker Item Submitted) made by n-fran
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3601976&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Анима (n-fran)
Assigned to: Nobody/Anonymous (nobody)
Summary: standardize notes.py again the same error
Initial Comment:
standardize_notes.py fragment:
http://pastebin.ru/z0WDeHZI
anima_family,py:
http://pastebin.ru/fRO5hAoc
What am I doing wrong? Thanks.
Pywikipedia (r10969 (wikipedia.py), 2013/01/23, 12:55:29, OUTDATED)
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)]
config-settings:
use_api = True
use_api_login = True
unicode test: ok
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3601976&group_…