[Wikitech-l] Help: Needed in OAuth

2014-06-05 Thread Amanpreet Singh
Hi,
I need some help regarding my GSoC project in which I need to implement an
OAuth login system for a browser based plugin, so we can identify users.
But I am stuck and not able to get anything here >
https://github.com/apsdehal/Mediawiki-login-api/blob/master/lib/OAuth/MWOAuthClient.php#L77
. Kindly help me, and tell me if further information is needed.

-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Help: Needed in OAuth

2014-06-05 Thread Amanpreet Singh
Thanks for quick reply,
I am just getting NULL after making an OAuth call and that callback wasn't
confirmed, I hope I am making call to correct url which is
https://mediawiki.org/wiki/index.php?title=Special:OAuth/initiate&format=json&oauth_callback=oob
What I should get back is a token with key and a secret.


On Thu, Jun 5, 2014 at 8:27 PM, Magnus Manske 
wrote:

> If all you want is some quick code infusion, I can offer my PHP class:
>
>
> https://bitbucket.org/magnusmanske/magnustools/src/ecb01ddc26c8129737d260d0491ccb410c4c62a3/public_html/php/oauth.php?at=master
>
> You'd have to patch the "loadIniFile" method to point at your ini file, but
> the rest should work as is. High-level method are towards the end, usually
> self-explaining like "setLabel".
>
> Cheers,
> Magnus
>
>
> On Thu, Jun 5, 2014 at 3:51 PM, Andre Klapper 
> wrote:
>
> > Hi,
> >
> > On Thu, 2014-06-05 at 20:13 +0530, Amanpreet Singh wrote:
> > > I need some help regarding my GSoC project in which I need to implement
> > an
> > > OAuth login system for a browser based plugin, so we can identify
> users.
> > > But I am stuck and not able to get anything here >
> > >
> >
> https://github.com/apsdehal/Mediawiki-login-api/blob/master/lib/OAuth/MWOAuthClient.php#L77
> > > . Kindly help me, and tell me if further information is needed.
> >
> > What is the problem you're facing, what have you tried already, what's
> > the output you get, etc.?
> >
> > andre
> > --
> > Andre Klapper | Wikimedia Bugwrangler
> > http://blogs.gnome.org/aklapper/
> >
> >
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
>
>
>
> --
> undefined
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>



-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Help: Needed in OAuth

2014-06-05 Thread Amanpreet Singh
Dear Magnus,
Thanks for this I will have a look.


On Thu, Jun 5, 2014 at 8:34 PM, Amanpreet Singh <
amanpreet.iitr2...@gmail.com> wrote:

> Thanks for quick reply,
> I am just getting NULL after making an OAuth call and that callback wasn't
> confirmed, I hope I am making call to correct url which is
> https://mediawiki.org/wiki/index.php?title=Special:OAuth/initiate&format=json&oauth_callback=oob
> What I should get back is a token with key and a secret.
>
>
> On Thu, Jun 5, 2014 at 8:27 PM, Magnus Manske  > wrote:
>
>> If all you want is some quick code infusion, I can offer my PHP class:
>>
>>
>> https://bitbucket.org/magnusmanske/magnustools/src/ecb01ddc26c8129737d260d0491ccb410c4c62a3/public_html/php/oauth.php?at=master
>>
>> You'd have to patch the "loadIniFile" method to point at your ini file,
>> but
>> the rest should work as is. High-level method are towards the end, usually
>> self-explaining like "setLabel".
>>
>> Cheers,
>> Magnus
>>
>>
>> On Thu, Jun 5, 2014 at 3:51 PM, Andre Klapper 
>> wrote:
>>
>> > Hi,
>> >
>> > On Thu, 2014-06-05 at 20:13 +0530, Amanpreet Singh wrote:
>> > > I need some help regarding my GSoC project in which I need to
>> implement
>> > an
>> > > OAuth login system for a browser based plugin, so we can identify
>> users.
>> > > But I am stuck and not able to get anything here >
>> > >
>> >
>> https://github.com/apsdehal/Mediawiki-login-api/blob/master/lib/OAuth/MWOAuthClient.php#L77
>> > > . Kindly help me, and tell me if further information is needed.
>> >
>> > What is the problem you're facing, what have you tried already, what's
>> > the output you get, etc.?
>> >
>> > andre
>> > --
>> > Andre Klapper | Wikimedia Bugwrangler
>> > http://blogs.gnome.org/aklapper/
>> >
>> >
>> > _______
>> > Wikitech-l mailing list
>> > Wikitech-l@lists.wikimedia.org
>> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>> >
>>
>>
>>
>> --
>> undefined
>> ___
>> Wikitech-l mailing list
>> Wikitech-l@lists.wikimedia.org
>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>>
>
>
>
> --
> Amanpreet Singh,
> IIT Roorkee
>



-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Help: Needed in OAuth

2014-06-05 Thread Amanpreet Singh
Dear Chris
I tried this but still no result it gives same error NULL,
I also copied your entire demo and pasted it to test but it also returned
same result, maybe its something related to canonicalServerUrl,
I also tried Magnus one it gives 'Error retrieving token:
mwoauth-oauth-exception'.


On Thu, Jun 5, 2014 at 9:14 PM, Chris Steipp  wrote:

> On Thursday, June 5, 2014, Amanpreet Singh 
> wrote:
>
> > Thanks for quick reply,
> > I am just getting NULL after making an OAuth call and that callback
> wasn't
> > confirmed, I hope I am making call to correct url which is
> >
> >
> https://mediawiki.org/wiki/index.php?title=Special:OAuth/initiate&format=json&oauth_callback=oob
> > What I should get back is a token with key and a secret.
> >
>
> Try using www.mediawiki.org-- otherwise the redirect will happen the
> signature won't verify.
>
>
> >
> >
> > On Thu, Jun 5, 2014 at 8:27 PM, Magnus Manske <
> magnusman...@googlemail.com
> > >
> > wrote:
> >
> > > If all you want is some quick code infusion, I can offer my PHP class:
> > >
> > >
> > >
> >
> https://bitbucket.org/magnusmanske/magnustools/src/ecb01ddc26c8129737d260d0491ccb410c4c62a3/public_html/php/oauth.php?at=master
> > >
> > > You'd have to patch the "loadIniFile" method to point at your ini file,
> > but
> > > the rest should work as is. High-level method are towards the end,
> > usually
> > > self-explaining like "setLabel".
> > >
> > > Cheers,
> > > Magnus
> > >
> > >
> > > On Thu, Jun 5, 2014 at 3:51 PM, Andre Klapper  > >
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > On Thu, 2014-06-05 at 20:13 +0530, Amanpreet Singh wrote:
> > > > > I need some help regarding my GSoC project in which I need to
> > implement
> > > > an
> > > > > OAuth login system for a browser based plugin, so we can identify
> > > users.
> > > > > But I am stuck and not able to get anything here >
> > > > >
> > > >
> > >
> >
> https://github.com/apsdehal/Mediawiki-login-api/blob/master/lib/OAuth/MWOAuthClient.php#L77
> > > > > . Kindly help me, and tell me if further information is needed.
> > > >
> > > > What is the problem you're facing, what have you tried already,
> what's
> > > > the output you get, etc.?
> > > >
> > > > andre
> > > > --
> > > > Andre Klapper | Wikimedia Bugwrangler
> > > > http://blogs.gnome.org/aklapper/
> > > >
> > > >
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org 
> > > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > > >
> > >
> > >
> > >
> > > --
> > > undefined
> > > ___
> > > Wikitech-l mailing list
> > > Wikitech-l@lists.wikimedia.org 
> > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> > >
> >
> >
> >
> > --
> > Amanpreet Singh,
> > IIT Roorkee
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org 
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>



-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Help: Needed in OAuth

2014-06-05 Thread Amanpreet Singh
Thanks Chris for the help,
I have tried your script and I think this part atleast is fine, I have
pinged you with output of the script.


On Thu, Jun 5, 2014 at 11:05 PM, Chris Steipp  wrote:

> On Thu, Jun 5, 2014 at 9:23 AM, Amanpreet Singh <
> amanpreet.iitr2...@gmail.com> wrote:
>
> > Dear Chris
> > I tried this but still no result it gives same error NULL,
> > I also copied your entire demo and pasted it to test but it also returned
> > same result, maybe its something related to canonicalServerUrl,
> > I also tried Magnus one it gives 'Error retrieving token:
> > mwoauth-oauth-exception'.
> >
>
> One of the best ways to debug this is to start using a local instance, so
> you can look at the server's debug log. Then you can see what error the
> server is giving. MediaWiki vagrant has an oauth role, so you can just
> enable role and start using it.
>
> canonicalServerUrl is only used for the identity check-- it sounds like
> you're not even to that point yet, so that shouldn't be an issue (if it
> was, the client library would say you have an invalid JWT).
>
> Feel free to ping me on IRC (csteipp) and I can try to walk you through.
> You may want to try this script here:
>
> https://www.mediawiki.org/wiki/User:CSteipp/OAuth_debug_client
>
> That should at least prove it's not a connectivity / curl issue.
>
>
> >
> >
> > On Thu, Jun 5, 2014 at 9:14 PM, Chris Steipp 
> > wrote:
> >
> > > On Thursday, June 5, 2014, Amanpreet Singh <
> amanpreet.iitr2...@gmail.com
> > >
> > > wrote:
> > >
> > > > Thanks for quick reply,
> > > > I am just getting NULL after making an OAuth call and that callback
> > > wasn't
> > > > confirmed, I hope I am making call to correct url which is
> > > >
> > > >
> > >
> >
> https://mediawiki.org/wiki/index.php?title=Special:OAuth/initiate&format=json&oauth_callback=oob
> > > > What I should get back is a token with key and a secret.
> > > >
> > >
> > > Try using www.mediawiki.org-- otherwise the redirect will happen the
> > > signature won't verify.
> > >
> > >
> > > >
> > > >
> > > > On Thu, Jun 5, 2014 at 8:27 PM, Magnus Manske <
> > > magnusman...@googlemail.com
> > > > >
> > > > wrote:
> > > >
> > > > > If all you want is some quick code infusion, I can offer my PHP
> > class:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://bitbucket.org/magnusmanske/magnustools/src/ecb01ddc26c8129737d260d0491ccb410c4c62a3/public_html/php/oauth.php?at=master
> > > > >
> > > > > You'd have to patch the "loadIniFile" method to point at your ini
> > file,
> > > > but
> > > > > the rest should work as is. High-level method are towards the end,
> > > > usually
> > > > > self-explaining like "setLabel".
> > > > >
> > > > > Cheers,
> > > > > Magnus
> > > > >
> > > > >
> > > > > On Thu, Jun 5, 2014 at 3:51 PM, Andre Klapper <
> > aklap...@wikimedia.org
> > > > >
> > > > > wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > On Thu, 2014-06-05 at 20:13 +0530, Amanpreet Singh wrote:
> > > > > > > I need some help regarding my GSoC project in which I need to
> > > > implement
> > > > > > an
> > > > > > > OAuth login system for a browser based plugin, so we can
> identify
> > > > > users.
> > > > > > > But I am stuck and not able to get anything here >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apsdehal/Mediawiki-login-api/blob/master/lib/OAuth/MWOAuthClient.php#L77
> > > > > > > . Kindly help me, and tell me if further information is needed.
> > > > > >
> > > > > > What is the problem you're facing, what have you tried already,
> > > what's
> > > > > > the output you get, etc.?
> > > > > >
> > > > > > andre
> > > > > > --
> > > > > > Andre Klapper | Wikimedia Bugwrangler
> &

Re: [Wikitech-l] Help: Needed in OAuth

2014-06-05 Thread Amanpreet Singh
Thanks a lot Chris for helping in solving this.


On Thu, Jun 5, 2014 at 11:37 PM, Amanpreet Singh <
amanpreet.iitr2...@gmail.com> wrote:

> Thanks Chris for the help,
> I have tried your script and I think this part atleast is fine, I have
> pinged you with output of the script.
>
>
> On Thu, Jun 5, 2014 at 11:05 PM, Chris Steipp 
> wrote:
>
>> On Thu, Jun 5, 2014 at 9:23 AM, Amanpreet Singh <
>> amanpreet.iitr2...@gmail.com> wrote:
>>
>> > Dear Chris
>> > I tried this but still no result it gives same error NULL,
>> > I also copied your entire demo and pasted it to test but it also
>> returned
>> > same result, maybe its something related to canonicalServerUrl,
>> > I also tried Magnus one it gives 'Error retrieving token:
>> > mwoauth-oauth-exception'.
>> >
>>
>> One of the best ways to debug this is to start using a local instance, so
>> you can look at the server's debug log. Then you can see what error the
>> server is giving. MediaWiki vagrant has an oauth role, so you can just
>> enable role and start using it.
>>
>> canonicalServerUrl is only used for the identity check-- it sounds like
>> you're not even to that point yet, so that shouldn't be an issue (if it
>> was, the client library would say you have an invalid JWT).
>>
>> Feel free to ping me on IRC (csteipp) and I can try to walk you through.
>> You may want to try this script here:
>>
>> https://www.mediawiki.org/wiki/User:CSteipp/OAuth_debug_client
>>
>> That should at least prove it's not a connectivity / curl issue.
>>
>>
>> >
>> >
>> > On Thu, Jun 5, 2014 at 9:14 PM, Chris Steipp 
>> > wrote:
>> >
>> > > On Thursday, June 5, 2014, Amanpreet Singh <
>> amanpreet.iitr2...@gmail.com
>> > >
>> > > wrote:
>> > >
>> > > > Thanks for quick reply,
>> > > > I am just getting NULL after making an OAuth call and that callback
>> > > wasn't
>> > > > confirmed, I hope I am making call to correct url which is
>> > > >
>> > > >
>> > >
>> >
>> https://mediawiki.org/wiki/index.php?title=Special:OAuth/initiate&format=json&oauth_callback=oob
>> > > > What I should get back is a token with key and a secret.
>> > > >
>> > >
>> > > Try using www.mediawiki.org-- otherwise the redirect will happen the
>> > > signature won't verify.
>> > >
>> > >
>> > > >
>> > > >
>> > > > On Thu, Jun 5, 2014 at 8:27 PM, Magnus Manske <
>> > > magnusman...@googlemail.com
>> > > > >
>> > > > wrote:
>> > > >
>> > > > > If all you want is some quick code infusion, I can offer my PHP
>> > class:
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://bitbucket.org/magnusmanske/magnustools/src/ecb01ddc26c8129737d260d0491ccb410c4c62a3/public_html/php/oauth.php?at=master
>> > > > >
>> > > > > You'd have to patch the "loadIniFile" method to point at your ini
>> > file,
>> > > > but
>> > > > > the rest should work as is. High-level method are towards the end,
>> > > > usually
>> > > > > self-explaining like "setLabel".
>> > > > >
>> > > > > Cheers,
>> > > > > Magnus
>> > > > >
>> > > > >
>> > > > > On Thu, Jun 5, 2014 at 3:51 PM, Andre Klapper <
>> > aklap...@wikimedia.org
>> > > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hi,
>> > > > > >
>> > > > > > On Thu, 2014-06-05 at 20:13 +0530, Amanpreet Singh wrote:
>> > > > > > > I need some help regarding my GSoC project in which I need to
>> > > > implement
>> > > > > > an
>> > > > > > > OAuth login system for a browser based plugin, so we can
>> identify
>> > > > > users.
>> > > > > > > But I am stuck and not able to get anything here >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://github.com/apsde

[Wikitech-l] Hi!

2013-12-12 Thread Amanpreet Singh
Hello, I am new to mediawiki and want to contribute, I have been lurking
around the developer docs and articles for about 3 days.
I have skills in php, javascript.
At the same time I searching for the bugs that I can fix, but I really
don't find one, I don't get to think of a starting point to fix the bug.

Can somebody provide right direction to fix some bugs or the whole manual
of mediawiki (i mean each and everything) should be read carefully before
starting.

Thanks
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Bug Fixing: #21481

2013-12-12 Thread Amanpreet Singh
Hi, I am new to wikimedia,

I want to start bug fixing for wikimedia so I have started from this
annoying little bug

https://bugzilla.wikimedia.org/show_bug.cgi?id=21481

Can somebody guide me from where to start and search for fixing this bug,
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Reviews Needed

2013-12-15 Thread Amanpreet Singh
Kindly review these:-

1. https://gerrit.wikimedia.org/r/#/c/101178/
2. https://gerrit.wikimedia.org/r/#/c/101494/
3. https://gerrit.wikimedia.org/r/#/c/101499/

Thanks.
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Starting a project

2014-01-07 Thread Amanpreet Singh
Hi!
Welcome to mediawiki, we are glad you are here.

You might want to take a look at

https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker

to get started at things.

Cheers.


On Tue, Jan 7, 2014 at 9:44 PM, Harshit Chopra
wrote:

> Hello everyone,
> I am new to wikimedia and would deeply like to contribute to your codebase.
> I have sound knowledge of coding in php, javascript and python. So please
> guide me on where should I start and the the pieces of code that I can help
> you improve.
>
> Harshit Chopra
> IIT Roorkee
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Timeline Generator for mediawiki

2014-02-04 Thread Amanpreet Singh
Hi everyone,
I recently came across a mentorship project at
https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects#Provide_a_way_to_create_interactive_2D.2F3D_timelines_and_infographics_e.g._Java_applets.2C_AJAX.2C_Flash

After having discussion on this topic with some people, I want to know what
is the usability of this project. Is it really necessary.

What features necessary to be added through this project?

How this features can be visualized ( I mean live examples )

Project has been mentioned at :-

1.https://bugzilla.wikimedia.org/show_bug.cgi?id=43616
2.https://bugzilla.wikimedia.org/show_bug.cgi?id=54221<https://bugzilla.wikimedia.org/show_bug.cgi?id=54221#c0>


apsdehal
-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] GSoC 2014: Annotation tool for feeding wikidata

2014-02-25 Thread Amanpreet Singh
Hi!

I am glad to know that mediawiki is selected as one of the mentoring
organization for GSoC 2014, Cheers to Quim and all.

I have selected a mentorship project from Project
list<https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects>
 named Annotation Tool that extracts information from the books and feed
them on 
wikidata<https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects#Annotation_tool_that_extracts_statements_from_books_and_feed_them_on_Wikidata>
in
February start.

I have been in contact with the mentors ( Cristian
Consonni<https://meta.wikimedia.org/wiki/User:CristianCantoro>
, Andrea Zanni <https://www.mediawiki.org/wiki/User:Aubrey>) since then and
we have proposed a rough proposal based on our discussions and thoughts.

Further information about the project has been provided on the Proposal
page.

Link for proposal page: https://www.mediawiki.org/wiki/User:Apsdehal

We need community's valuable suggestions to improve the proposal, add
possible features, and views on the project so that this project can be
success.

Thanks a lot.

-- 
apsdehal
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] GSoC 2014: Annotation tool for feeding wikidata

2014-03-03 Thread Amanpreet Singh
Hi!

Its been a long time since I send this mail, I was hoping for a reply from
mediawiki community since its inarguably important to have community's view
and thought on this project.

Please take some time do read the proposal and give your thoughts on the
matter.
Community's ideas and thoughts are crucial for the success of this project.

Thanking You,



On Tue, Feb 25, 2014 at 10:55 PM, Amanpreet Singh <
amanpreet.iitr2...@gmail.com> wrote:

> Hi!
>
> I am glad to know that mediawiki is selected as one of the mentoring
> organization for GSoC 2014, Cheers to Quim and all.
>
> I have selected a mentorship project from Project 
> list<https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects>
>  named Annotation Tool that extracts information from the books and feed
> them on 
> wikidata<https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects#Annotation_tool_that_extracts_statements_from_books_and_feed_them_on_Wikidata>
>  in
> February start.
>
> I have been in contact with the mentors ( Cristian 
> Consonni<https://meta.wikimedia.org/wiki/User:CristianCantoro>
> , Andrea Zanni <https://www.mediawiki.org/wiki/User:Aubrey>) since then
> and we have proposed a rough proposal based on our discussions and thoughts.
>
> Further information about the project has been provided on the Proposal
> page.
>
> Link for proposal page: https://www.mediawiki.org/wiki/User:Apsdehal
>
> We need community's valuable suggestions to improve the proposal, add
> possible features, and views on the project so that this project can be
> success.
>
> Thanks a lot.
>
> --
> apsdehal
> Amanpreet Singh,
> IIT Roorkee
>



-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] GSoC 2014: Annotation tool for feeding wikidata

2014-03-12 Thread Amanpreet Singh
Sorry for late reply, I will provide it as extension as well as chrome
plugin for now. If time permits I will use greasemonkey to generate plugin
for Firefox. So the package will be available to be enabled through
mediawiki extension system or plugin.
Thanks.


On Wed, Mar 5, 2014 at 9:14 PM, Sumana Harihareswara
wrote:

> There's some discussion on
> https://www.mediawiki.org/wiki/User_talk:Apsdehal for you to respond to.
> :) I see you've also gotten some discussion at
> https://www.wikidata.org/wiki/Wikidata:Project_chat#Annotation_tool_that_extracts_statements_from_books_and_feed_them_on_Wikidata.
>  You might also find it useful to mention your idea on the Wikidata
> developers' mailing list at
> https://lists.wikimedia.org/mailman/listinfo/wikidata-tech and to link to
> all of these discussions on your proposal page.
>
> Your proposal includes the line "Pundit integrated with Mediawiki will be
> packaged as an extension that can be enable or as a browser plugin." So,
> just to be clear, would you be writing a MediaWiki extension or a Chrome or
> Firefox browser plugin/add-on?
>
> Sumana Harihareswara
> Engineering Community Manager
> Wikimedia Foundation
>
>
> On Mon, Mar 3, 2014 at 10:43 AM, Amanpreet Singh <
> amanpreet.iitr2...@gmail.com> wrote:
>
>> Hi!
>>
>> Its been a long time since I send this mail, I was hoping for a reply
>> from mediawiki community since its inarguably important to have community's
>> view and thought on this project.
>>
>> Please take some time do read the proposal and give your thoughts on the
>> matter.
>> Community's ideas and thoughts are crucial for the success of this
>> project.
>>
>> Thanking You,
>>
>>
>>
>> On Tue, Feb 25, 2014 at 10:55 PM, Amanpreet Singh <
>> amanpreet.iitr2...@gmail.com> wrote:
>>
>>> Hi!
>>>
>>> I am glad to know that mediawiki is selected as one of the mentoring
>>> organization for GSoC 2014, Cheers to Quim and all.
>>>
>>> I have selected a mentorship project from Project 
>>> list<https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects>
>>>  named Annotation Tool that extracts information from the books and
>>> feed them on 
>>> wikidata<https://www.mediawiki.org/wiki/Mentorship_programs/Possible_projects#Annotation_tool_that_extracts_statements_from_books_and_feed_them_on_Wikidata>
>>>  in
>>> February start.
>>>
>>> I have been in contact with the mentors ( Cristian 
>>> Consonni<https://meta.wikimedia.org/wiki/User:CristianCantoro>
>>> , Andrea Zanni <https://www.mediawiki.org/wiki/User:Aubrey>) since then
>>> and we have proposed a rough proposal based on our discussions and thoughts.
>>>
>>> Further information about the project has been provided on the Proposal
>>> page.
>>>
>>> Link for proposal page: https://www.mediawiki.org/wiki/User:Apsdehal
>>>
>>> We need community's valuable suggestions to improve the proposal, add
>>> possible features, and views on the project so that this project can be
>>> success.
>>>
>>> Thanks a lot.
>>>
>>> --
>>> apsdehal
>>> Amanpreet Singh,
>>> IIT Roorkee
>>>
>>
>>
>>
>> --
>> Amanpreet Singh,
>> IIT Roorkee
>>
>
>


-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] GSoC'14 Proposal

2014-03-14 Thread Amanpreet Singh
Hi Sahil,
I am the one who is working on the project that Nemo is suggesting, and
yes,the ideas of your project is the one of the many things many things my
project aims at.
Once pundit is activated on a page it shows all the annotations made by the
previous users so more importantly showing all the notes made by the users.
For example see the demo by Pundit:
http://release-bot.thepund.it/build/examples/authors_index.html
Just login and see how the users annotate the text and how it is saved my
project aims at more then it to centralize it to wikidata.
You can see the test cases at:
https://www.mediawiki.org/wiki/User:Apsdehal/GSoC2014_Proposal
This project aims at collabrating and sharing data with the world's largest
data pool that is wikidata, so covering your idea as a subset of it.
If you still have any doubts feel free to contact me.


On Sat, Mar 15, 2014 at 11:55 AM, Sahil Dua  wrote:

> Hi Pratik,
> Yes, I am considering that wiki-text changes continuously. The tool I am
> currently working on or rather say testing consists the highlighting part
> only. Exporting can be done using a wikipedia profile system and showing
> the topic by topic highlighted points all at one place.
>
> By "Making notes" I meant, making underlined/highlighted (important points)
> notes in a similar way just like we do on out text-books. Because most of
> students are accustomed to that practice of underlining/highlighting the
> important points on their notebooks, it becomes difficult and uncomfortable
> for them to read form wikipedia while feeling the same. hence it will help
> them feel the same way as they do whle reading hard copies of the
> noebooks/text-books.
>
>
> Regards
> *Sahil Dua*
> Netaji Subhas Institute of Technology, New Delhi
> *https://www.facebook.com/picsmashup <https://www.facebook.com/picsmashup
> >*
> Ph: +91-9899740957
>
>
> On Sat, Mar 15, 2014 at 11:30 AM, Pratik Lahoti  >wrote:
>
> > Hi Sahil,
> >
> >
> > On Sat, Mar 15, 2014 at 1:18 AM, Sahil Dua 
> wrote:
> >
> > > "HighNote" -> Highlight & Making Notes.
> > >
> >
> > Can you elaborate on "making notes" part? Do you plan to export the
> content
> > highlighted somewhere?
> >
> > Yes, as a regular wikipedian, I have been facing a problem. I used to
> read
> > > some article on a topic XYZ. I liked a few keywords or sentences in the
> > > article that I wuld like to keep easily accessible.
> > >
> > > Here is the solution ->
> > > With "HighNote" feature activated internally on wikipedia, a user will
> be
> > > able to select(by mouse) the text that he wants to highlight and
> remember
> > > for next time. That text will be saved in the database and everytime
> that
> > > user comes back to that page he will be able to see what he highlighted
> > may
> > > be one/ten years ago. Also, he will be able to deselect specific text
> by
> > > selecting(by mouse) again.
> > >
> > > I have already been working on a prototype of the same by implementing
> a
> > > demo wikipedia page.
> > > I want to discuss the feasibility of this project as a GSoC'14 project.
> > > Please bring uo some of the challenges that I can face while
> implementing
> > > this so I can consider everything in my final proposal.
> > > Thanks.
> > >
> > >
> > The wiki-text changes continuously over a period of time, you might want
> to
> > consider that as well. What the user highlighted one year ago, it might
> > happen that he might not find some of those highlighted points today. In
> > that case, it would be better if you export the points highlighted
> > somewhere. But first things first, make sure it is not already
> implemented.
> >
> > Cheers,
> > Pratik
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l
>



-- 
Amanpreet Singh (apsdehal),
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] OPW and GSoC 2014 Proposal

2014-03-19 Thread Amanpreet Singh
Hi, I have left notes regarding the structure of proposal.


On Wed, Mar 19, 2014 at 12:58 PM, Deepali Jain
wrote:

> Hi! I am Deepali Jain. I am an undergraduate student at Indian
> Institute of Technology Roorkee. I wish to participate in OPW and GSoC
> 2014 through wikmedia. I am planning to work on Book management in
> Wikibooks/Wikisource as my project. Here is the link to my proposal:
> www.mediawiki.org/wiki/User:Jaindeepali/Proposal  . Please have a look
> at it and provide feedback. I will be more than happy to provide any
> clarification needed for the same. Thank you.
>
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l




-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] GSoC 2014 - Wikidata Automation Tool

2014-03-24 Thread Amanpreet Singh
Hello everyone,

I have applied for GSoC 2014 with Mediawiki aiming to create a plugin that
can annotate statements in various websites and feed then as statements (
with references taken as website url and author in the case of Google
books, Wikisource etc.
Project Proposal is currently hosted at :
https://www.mediawiki.org/wiki/Wikidata_annotation_tool

I need to get more feedback from community such as what extra features we
require
from the tool which can prove this project more useful. I hope this project
is considered useful by the community.

So kindly, take a look at proposal and provide any valuable comments you
can.

Thanks

Note:
This mail has been crossposted to wikidata-l and wikitech-l

-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] GSoC 2014 - Wikidata Automation Tool

2014-03-24 Thread Amanpreet Singh
Kindly ignore the subject its Wikidata Annotation Tool


On Mon, Mar 24, 2014 at 9:42 PM, Amanpreet Singh <
amanpreet.iitr2...@gmail.com> wrote:

> Hello everyone,
>
> I have applied for GSoC 2014 with Mediawiki aiming to create a plugin that
> can annotate statements in various websites and feed then as statements (
> with references taken as website url and author in the case of Google
> books, Wikisource etc.
> Project Proposal is currently hosted at :
> https://www.mediawiki.org/wiki/Wikidata_annotation_tool
>
> I need to get more feedback from community such as what extra features we
> require
> from the tool which can prove this project more useful. I hope this
> project is considered useful by the community.
>
> So kindly, take a look at proposal and provide any valuable comments you
> can.
>
> Thanks
>
> Note:
> This mail has been crossposted to wikidata-l and wikitech-l
>
> --
> Amanpreet Singh,
> IIT Roorkee
>



-- 
Amanpreet Singh,
IIT Roorkee
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l