[Bug 41529] Special page and/or parser function to check quotations from references

2013-10-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41529

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |WONTFIX

--- Comment #4 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
I don't see us doing this. Let's close it to get the number of bugs down.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41529] Special page and/or parser function to check quotations from references

2012-11-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41529

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||denny.vrandecic@wikimedia.d
   ||e

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41529] Special page and/or parser function to check quotations from references

2012-11-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41529

jeb...@gmail.com changed:

   What|Removed |Added

   Keywords||need-volunteer

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41529] Special page and/or parser function to check quotations from references

2012-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41529

Nikola Smolenski smole...@eunet.rs changed:

   What|Removed |Added

 CC||smole...@eunet.rs

--- Comment #1 from Nikola Smolenski smole...@eunet.rs 2012-10-30 07:27:50 
UTC ---
IMO, this would be best done by bots. Quotes are often modified from the
original (for example I could quote you as jeb...@gmail.com: If not a correct
quote the reference [...] can be invalidated. ) and even if genuinely no
longer present, human intervention is required (for example, if you are
referencing web content the page might have moved or it may still be in the
Internet Archive). Also, it could be used on Wikipedia and is not
Wikidata-specific.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41529] Special page and/or parser function to check quotations from references

2012-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41529

--- Comment #2 from jeb...@gmail.com 2012-10-30 11:14:15 UTC ---
I have a more complete description somewhere, but for Wikipedia it can be
implemented as a quote tag function that also takes a url to the referred
site. In Wikidata it would be part of the reference object.

An easy way to do it is to first assume the quote to be correct, but push a job
to the job queue if it doesn't already exist in memcached. If it exist in
memcached it can be mared as valid or invalid right away. It will be cached for
a day or two in memcached, then a new job will be generated. When the job is
run it will check the external site.

There should be a small set of markers that act as wildcards during testing,
mostly just square brackets (could need localization) that can contain
anything. During matching they will be replaced by a non-greedy dot-star (.*?).

Also the page requested will need some cleanup, but it seems that a pretty
simple regex-base scrubbing will be sufficient. Getting the raw text from a
page (screen scraping) isn't that uncommon for bot and it is fairly simple.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41529] Special page and/or parser function to check quotations from references

2012-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41529

--- Comment #3 from jeb...@gmail.com 2012-10-30 11:22:57 UTC ---
And yes, some parts of the code can be shared with an extension for Wikipedia.
;)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l