[Wikitech-l] Re: Need Help for MediaWiki Skin Development

2021-06-20 Thread Nasir Khan
Thanks for your reply Bartosz.

I can see that the PHP based skins are working now (Mediawiki 1.35.*) but
the same skin does not work on Mediawiki 1.36+.
I mentioned in my previous email that I built a skin long ago and  Jon
Robson helped to upgrade that afterwards.

My concern is that Mediawiki is moving towards Mustache and old skin docs
are marked as outdated. But I found only one single page doc about this new
system. Though you are saying those are valid.
The core team who are working on this skin section can create the
equivalent amount of docs which are available for PHP based skins. I can
help to write the docs as well but as I am not building the system I have a
number of queries regarding this. If I get the answers then I can create
the related docs.

Is there anyone who can help me to improve the skin docs of MediaWiki and I
will get the help to build the skin from that.

--
*Nasir Khan Saikat*
www.nasirkhn.com



On Sun, 20 Jun 2021 at 21:01, Bartosz Dziewoński 
wrote:

> I can't help much with Mustache, but I'll note that all of the older
> documentation is still valid. Skins that do not use Mustache templates
> are still supported.
>
> --
> Bartosz Dziewoński
> ___
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
___
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

[Wikitech-l] Need Help for MediaWiki Skin Development

2021-06-19 Thread Nasir Khan
Hi,

I want to develop a skin for MediaWiki and need some help with a number of
issues I have faced. I read How to guilde.[1]. There are references to
Example skin and Skin Labs skin. I could not install the Skin Labs skin as
it is tagged for MediaWiki 1.37+ and then I started to look into the
Example Skin.  As MediaWiki is moving to the Mustache all the previous skin
related docs are marked as outdated.

So can you please refer me to the doc pages where I can get the equivalent
amount of guidelines of the old doc pages. I have a few queries related to
migrating an old style skin to  Mustache. If a straight migration is not
possible, I am ok to start from scratch as well.

I asked a few questions to the Support Desk [2] but did not get any
response there. I tried to Discord [3] but only one person replied to me.
But that was not the solution I asked for. Earlier I reported some bugs to
Phabricator but did not get the answers there as well.

So it would be really helpful if please help refer me to some doc, and
mention where is the right place to get answers.

Thanks
Nasir Khan

[1] - https://www.mediawiki.org/wiki/Manual:How_to_make_a_MediaWiki_skin
[2] - https://www.mediawiki.org/wiki/Project:Support_desk
[3] - https://discord.com/channels/178359708581625856/178361730986934273

--
*Nasir Khan Saikat*
www.nasirkhn.com
___
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

[Wikitech-l] Re: Need help to login with pwb.py with a bot account

2021-06-19 Thread Nasir Khan
This is interesting, 2-3 days I tried to use the mediawiki API from a bot
account and it was not successful. But when i tried to do the same from my
administrator account all the API was working fine.

I tried that on Mediawiki 1.35.2 on a fresh local installation.

--
*Nasir Khan Saikat*
www.nasirkhn.com



On Sat, 19 Jun 2021 at 22:00, Shrinivasan T  wrote:

> Hello all,
>
> I am trying to run a pywikibot based bot on toolforge server.
>
> i logged into tool forge.
>
> Cloned the pywikibot.
>
> created the user-config.py and user-password.py with below content.
>
> cat user-config.py
> mylang = 'pa'
> family = 'wikisource'
> usernames['wikisource']['pa'] = 'WD-WS Integration Bot'
> usernames['wikidata']['wikidata'] = 'WD-WS Integration Bot'
> password_file = "user-password.py"
>
>
>
> cat user-password.py
> ('WD-WS Integration Bot', BotPassword('wd-ws-integration-bot', 'PASSWORD
> HERE'))
>
> Created bot account at pa.wikisource.org
>
> https://pa.wikisource.org/wiki/User:WD-WS_Integration_Bot
>
> Can login to the pa.wikisource.org with the same user name and
> credentials.
>
> But, cant login using the command line using pwb.py.
>
> Getting the below error.
>
> tools.wdwsbot@tools-sgebastion-07:~/pywikibot-core$ python3
> /data/project/shared/pywikibot/stable/pwb.py login
> WARNING: No user is logged in on site wikisource:pa
> Logging in to wikisource:pa as WD-WS Integration Bot@wd-ws-integration-bot
> Traceback (most recent call last):
>  File
> "/mnt/nfs/labstore-secondary-tools-project/pywikibot/public_html/core_stable/pywikibot/data/api.py",
> line 2931, in login_to_site
>response['messagecode'] == 'login-throttled'
> KeyError: 'messagecode'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>  File "/data/project/shared/pywikibot/stable/pwb.py", line 365, in 
>if not main():
>  File "/data/project/shared/pywikibot/stable/pwb.py", line 360, in main
>file_package)
>  File "/data/project/shared/pywikibot/stable/pwb.py", line 74, in
> run_python_file
>main_mod.__dict__)
>  File "/data/project/shared/pywikibot/stable/scripts/login.py", line
> 151, in 
>main()
>  File "/data/project/shared/pywikibot/stable/scripts/login.py", line
> 139, in main
>site.login(autocreate=autocreate)
>  File
> "/mnt/nfs/labstore-secondary-tools-project/pywikibot/public_html/core_stable/pywikibot/site/_apisite.py",
> line 388, in login
>if login_manager.login(retry=True, autocreate=autocreate):
>  File
> "/mnt/nfs/labstore-secondary-tools-project/pywikibot/public_html/core_stable/pywikibot/login.py",
> line 307, in login
>self.login_to_site()
>  File
> "/mnt/nfs/labstore-secondary-tools-project/pywikibot/public_html/core_stable/pywikibot/data/api.py",
> line 2939, in login_to_site
>'handled:\n{}'.format(response))
> pywikibot.exceptions.CaptchaError: Captcha encountered which cannot be
> handled:
> {'result': 'Failed', 'reason': 'Incorrect username or password
> entered. Please try again.'}
> CRITICAL: Exiting due to uncaught exception  'pywikibot.exceptions.CaptchaError'>
>
>
> Need help to solve this.
>
> Thanks.
>
>
> --
> Regards,
> T.Shrinivasan
>
>
> My Life with GNU/Linux : http://goinggnu.wordpress.com
> Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com
>
> Get Free Tamil Ebooks for Android, iOS, Kindle, Computer :
> http://FreeTamilEbooks.com
> ___
> Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
> To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
> https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/
>
___
Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org
To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org
https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

Re: [Wikitech-l] Rob Lanphier appointed to the Architecture Committee

2016-04-26 Thread Nasir Khan
Congrats.


--
*Nasir Khan Saikat*
www.nasirkhn.com


On 26 April 2016 at 22:52, Scott MacLeod <helia...@gmail.com> wrote:

> Congratulations, Rob,and Architecture Committee! (And thanks very much,
> Rob, for creating the #WorldUnivandSch IRC channel out of the Wikitech
> office hour in #wikimedia-office IRC channel the other day).
>
> Cheers,
> Scott
>
>
>
> On Tue, Apr 26, 2016 at 4:59 AM, Quim Gil <q...@wikimedia.org> wrote:
>
> > Congratulations! I hope this helps pushing forward the idea of working
> > groups that Rob has been pushing (among others).
> >
> > On Tue, Apr 26, 2016 at 11:23 AM, Brion Vibber <bvib...@wikimedia.org>
> > wrote:
> >
> > > Woot!
> > >
> > > -- brion
> > >
> > > On Monday, April 25, 2016, Tim Starling <tstarl...@wikimedia.org>
> wrote:
> > >
> > > > At the previous meeting of the MediaWiki Architecture Committee
> (April
> > > > 20), the members present approved the appointment of Rob Lanphier to
> > > > the committee.
> > > >
> > > > Rob was the main instigator in the formation of the committee in
> 2014.
> > > > Lately he has been taking an active role, chairing the weekly
> meetings
> > > > and writing the meeting agenda. In recognition of the excellent work
> > > > he has been doing, and in the interests of transparency, we decided
> to
> > > > formalise his membership.
> > > >
> > > > -- Tim Starling
> > > >
> > > >
> > > > ___
> > > > Wikitech-l mailing list
> > > > Wikitech-l@lists.wikimedia.org <javascript:;>
> > > > 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
> > >
> >
> >
> >
> > --
> > Quim Gil
> > Engineering Community Manager @ Wikimedia Foundation
> > http://www.mediawiki.org/wiki/User:Qgil
> > ___
> > Wikitech-l mailing list
> > Wikitech-l@lists.wikimedia.org
> > https://lists.wikimedia.org/mailman/listinfo/wikitech-l
> >
>
>
>
> --
>
> - Scott MacLeod - Founder & President
> - 415 480 4577
> - http://scottmacleod.com
> - Please donate to tax-exempt 501 (c) (3)
> - World University and School
> - via PayPal, or credit card, here -
> - http://worlduniversityandschool.org
> - or send checks to
> - PO Box 442, (86 Ridgecrest Road), Canyon, CA 94516
> - World University and School - like Wikipedia with best STEM-centric
> OpenCourseWare - incorporated as a nonprofit university and school in
> California, and is a U.S. 501 (c) (3) tax-exempt educational organization.
> ___
> 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

Re: [Wikitech-l] mattermost.org (open source Slack alternative)

2015-10-22 Thread Nasir Khan
Gitlab is recently working on to integrate Mattermost as a open source
Slack alternative and mentioned the reasons to choose this. you can read
their blog post.
https://about.gitlab.com/2015/08/18/gitlab-loves-mattermost/


--
*Nasir Khan Saikat*
www.nasirkhn.com


On 22 October 2015 at 23:45, Guillaume Paumier <gpaum...@wikimedia.org>
wrote:

> Hi,
>
> On Thu, Oct 22, 2015 at 7:20 AM, Brian Gerstle <bgers...@wikimedia.org>
> wrote:
> > Mattermost.org
>
> > I'm curious what others about it as a potential chat client* and as an
> open
> > source project in general.
>
> On the subject of "open-source Slack alternatives" someone also
> mentioned Zulip recently:
> https://www.zulip.org/
> https://zulip.com/integrations/
>
> --
> Guillaume Paumier
>
> ___
> 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

Re: [Wikitech-l] Use Supercounter as an API

2015-05-31 Thread Nasir Khan
Hi Ricordisamoa,
the API is working fine.

can you tell me how can i get the access to the code of the super counter?
i found a github repor but there is no code there
https://github.com/x-Tools/SuperCount


--
*Nasir Khan Saikat*
www.nasirkhn.com


On Sun, May 31, 2015 at 12:29 AM, Ricordisamoa ricordisa...@openmailbox.org
 wrote:

 I saw there's an API at https://tools.wmflabs.org/supercount/api.php


 Il 30/05/2015 19:48, Nasir Khan ha scritto:

 Hi,
 I want to build a tool which will generate the statistics for my native
 wiki. Before starting to build a tool i was searching for an existing one.
 The Super Counter[1] has some of the features i want to implement in my
 tool.

 So is there any way to use the Super Counter as an API? if so, can
 anyone
 please show me the path of the documentation?


 [1] - https://tools.wmflabs.org/supercount/index.php

 --
 *Nasir Khan Saikat*
 www.nasirkhn.com
 ___
 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 mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Use Supercounter as an API

2015-05-30 Thread Nasir Khan
Hi,
I want to build a tool which will generate the statistics for my native
wiki. Before starting to build a tool i was searching for an existing one.
The Super Counter[1] has some of the features i want to implement in my
tool.

So is there any way to use the Super Counter as an API? if so, can anyone
please show me the path of the documentation?


[1] - https://tools.wmflabs.org/supercount/index.php

--
*Nasir Khan Saikat*
www.nasirkhn.com
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Designing a MediaWiki Skin

2015-04-24 Thread Nasir Khan
Dear Phoenix,

thanks for your details explanation and mentioning the useful links.

I am working on a theme named MediaWikiBootstrap [1] for a while now. At
the time of designing the theme i faced some issues on different pages,
like Special:Allpages[2] which i mentioned in the first email, i want to
use different CSS classes for the inpur field and the wrapping div, i could
not find any guideline to do that. There are other pages too.

I am sorry that i used the word Vecor Style but i wanted to mention the
core style. In few pages and page sections i am getting formatted content
and i do not have idea how to change that content. For example the search
page[3]. I do not want to use the Mediawiki UI button style on that page,
how can i do that?

Is there any way to use the same form style in all the pages, like Search,
Allpages, Contact page, Login, Registration and so on? There is way to
enable vFrom but if i want to develop my own style then what are the steps?



I have a plan to build other few skins for mediawiki but the documentation
are not helping me to do that fast.


[1]- https://github.com/nasirkhan/mediawiki-bootstrap
[2] - http://en.banglapedia.org/index.php?title=Special:AllPages
[3] - http://en.banglapedia.org/index.php?search=bangladeshfulltext=Search



--
*Nasir Khan Saikat*
www.nasirkhn.com


On Fri, Apr 24, 2015 at 2:44 AM, Jack Phoenix j...@countervandalism.net
wrote:

 On Thu, Apr 23, 2015 at 7:40 PM, Nasir Khan nasir8...@gmail.com wrote:

  MediaWiki is forcing me
  to use the default vector styles


 No, it isn't. Where did you get this impression from? When building a skin,
 you're free to do the entire CSS by yourself; of course, often you'll find
 it easier to use some of the core styles in addition to your own styles. Do
 note that core styles doesn't mean Vector styles. MediaWiki core
 provides certain skinning-related general-purpose ResourceLoader modules,
 namely mediawiki.skinning.elements, mediawiki.skinning.content,
 mediawiki.skinning.interface and mediawiki.skinning.content.externallinks,
 the former three usually being somewhat mutually exclusive. Usually you'll
 want to make your skin load the mediawiki.skinning.content.externallinks
 module and one of the other three aforementioned modules.


  I found it very complex to develop a new skin for MediaWiki


 Yes, it's not a task for the faint of heart. A lot of the on-wiki
 documentation at MediaWiki.org is outdated, lacking or likely both. You
 might be interested in taking a look at some of the skins I've contributed
 to [1]; I'd say that Dusk [2] or [3] Truglass are pretty good examples in
 terms of structure.

 You'll need:
 * 2 PHP files (setup file + main skin file, i.e. if your skin would be
 called EpicAwesomeness, these files would be EpicAwesomeness.php and
 EpicAwesomeness.skin.php)
 * a folder (usually called resources) for assets like images, CSS and JS

 In the setup file, you define skin credits, make your skin a valid skin
 that MediaWiki recognizes and add its classes into the autoloader, as well
 as define the skin's custom ResourceLoader module, if and when you want to
 have some custom CSS.

 In the main skin file, you define two classes (though some skins seem to
 have split this into two files, one file per class; if you ask me, having
 these two classes in the same file is just fine because the other class is
 usually about 12-20 lines long); a class extending SkinTemplate (class
 SkinEpicAwesomeness extends SkinTemplate), which basically takes care of
 loading the appropriate ResourceLoader modules that your skin will need,
 and the class which contains most of the skin's HTML, and extends the
 BaseTemplate class (class EpicAwesomenessTemplate extends BaseTemplate).


  About a year ago i headed a
  project on Separating skins from core MediaWiki, could anyone please
 let
  me know the progress and current status of that project.
 

 That project was completed successfully and nowadays skins that were once
 bundled with MediaWiki core, such as Cologne Blue, Modern, MonoBook and
 Vector, are located in separate code repositories. The on-wiki project page
 at [4] might be useful, too.

 Please let the mailing list know if you have any further questions. Writing
 a new skin isn't easy, especially if you aren't a senior MediaWiki
 developer, so we'll want to streamline the process, improve the
 documentation and generally speaking encourage new people to write new
 skins! After all, MediaWiki.org currently lists less than 50 [5] skins,
 whereas WordPress, phpBB and other similar systems have hundreds of
 available skins.

 [1] https://www.mediawiki.org/wiki/User:Jack_Phoenix/extensions
 [2] https://www.mediawiki.org/wiki/Skin:Dusk
 [3] https://www.mediawiki.org/wiki/Skin:Truglass
 [4] https://www.mediawiki.org/wiki/Separating_skins_from_core_MediaWiki
 [5] https://www.mediawiki.org/wiki/Category:All_skins


 Thanks and regards,
 --
 Jack Phoenix
 MediaWiki developer

[Wikitech-l] Designing a MediaWiki Skin

2015-04-23 Thread Nasir Khan
Hi,
I was trying to develop a MediaWiki skin based on Bootstrap3. I am facing
several type of issues at the time of doing this. MediaWiki is forcing me
to use the default vector styles and for may of the pages it is very hard
to use own CSS classes, for example Special:Allpages[1]. I am lucky that my
skin/bootstrap default is similar with the MediaWiki UI and i enabled it in
everywhere. But even this could not cover the page  Special:Allpages .

I found it very complex to develop a new skin for MediaWiki and it forces
everyway to use the default vector skin. About a year ago i headed a
project on Separating skins from core MediaWiki, could anyone please let
me know the progress and current status of that project.



[1] - http://en.banglapedia.org/index.php?title=Special:AllPages

--
*Nasir Khan Saikat*
www.nasirkhn.com
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Can anyone please look on T72245 and T58063 issues?

2015-03-24 Thread Nasir Khan
Hi,

I get a number of emails for my watchlist articles and face a issue of
Mediawiki Email Formatting. I believe a lot of others are facing this
issue too. To address and resolve this issue, two bug was submitted few
months ago.

Can anyone please look on these issues[1][2] and give me an idea if it is
possible to resolve or not?

[1] - https://phabricator.wikimedia.org/T72245
[2] - https://phabricator.wikimedia.org/T58063

thanks
Nasir

--
*Nasir Khan Saikat*
www.nasirkhn.com
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Wikimedia-l] Congratulations to MediaWiki Farmers User Group for being approved as a Wikimedia User Group

2015-01-17 Thread Nasir Khan
congrats to everyone who made it successful. :D


--
*Nasir Khan Saikat*
www.nasirkhn.com


On Sat, Jan 17, 2015 at 3:54 PM, Gregory Varnum gregory.var...@gmail.com
wrote:

 Greetings,

 Please join the Affiliations Committee in congratulating the MediaWiki
 Farmers User Group on their official approval as a Wikimedia User Group:

 https://meta.wikimedia.org/wiki/Affiliations_Committee/Resolutions/MediaWiki_Farmers_User_Group_-_Liaison_approval,_January_2015

 The MediaWiki Farmers User Group is A user group of third-party developers
 who work on wiki farms. Our mission is to improve and standardize the way
 MediaWiki wiki farms are setup and run.

 Anyone interested in more information about the group can visit:
 https://www.mediawiki.org/wiki/Project:MediaWiki_Farmers_user_group

 Again - congratulations on the recognition and best wishes for the group's
 future work!
 -greg aka varnent
 Vice Chair, Wikimedia Affiliations Committee
 ___
 Wikimedia-l mailing list, guidelines at:
 https://meta.wikimedia.org/wiki/Mailing_lists/Guidelines
 wikimedi...@lists.wikimedia.org
 Unsubscribe: https://lists.wikimedia.org/mailman/listinfo/wikimedia-l,
 mailto:wikimedia-l-requ...@lists.wikimedia.org?subject=unsubscribe
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Mediawiki Manual:Skinning #Footer area

2015-01-15 Thread Nasir Khan
Hi,
I was working to develop a theme [1] for Mediawiki. I was following the
Manual:Skinning page on Mediawiki site. I wanted to make some changes in
the footer area but could not find in the list. I am going to add a list in
the following section. Can anyone please tell me how can i show this
sections and is there any better doc than the one i am following now.


   - what is the easier way to add/remove links from the footer links
   - show/hide lastmod
   - show/hide viewcount
   - show/hide numberofwatchingusers
   - show/hide credits on web view and print page
   - show copyright link as a link
   - show license, powered by mediawiki and other images as text links


[1] - https://github.com/nasirkhan/mediawiki-bootstrap
[2] - https://www.mediawiki.org/wiki/Manual:Skinning

regards
Nasir Khan

--
*Nasir Khan Saikat*
www.nasirkhn.com
Founding member, Wikimedia Bangladesh
Public Lead, Creative Commons Bangladesh
Fellow, Institute of Open Leadership
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] tool for quickly uploading 10000 images with description

2014-07-07 Thread Nasir Khan
The ImportImages.php https://m.mediawiki.org/wiki/Manual:ImportImages.php
maintenance script is very useful. I used this to upload about 5000 images
to one of mediawiki projects.


--
*Nasir Khan Saikat*
www.nasirkhn.com



On Mon, Jul 7, 2014 at 9:03 PM, Yury Katkov katkov.ju...@gmail.com wrote:

 It's a nice one, thanks! I will need to add just a little bit to it to suit
 my needs!

 -
 Yury Katkov


 On Mon, Jul 7, 2014 at 4:42 PM, Florian Schmidt 
 florian.schmidt.wel...@t-online.de wrote:

  Hello!
 
  O think that is the right for you:
  https://m.mediawiki.org/wiki/Manual:ImportImages.php
 
  Simply upload the images via FTP for example to the server and run the
  script like explainend on Manual page.
 
  Kind regards
  Florian
 
  Gesendet mit meinem HTC
 
  - Reply message -
  Von: Yury Katkov katkov.ju...@gmail.com
  An: Wikimedia developers wikitech-l@lists.wikimedia.org
  Betreff: [Wikitech-l] tool for quickly uploading 1 images with
  description
  Datum: Mo., Juli 7, 2014 16:36
 
  Hi everyone!
 
  Does anyone knows about the tool that can help to upload a lot of files
 and
  create the page for every file with a given description? I'd say that it
  should be a maintenance script since for some reason the API upload works
  pretty slow. I saw UploadLocal Extension but it's too manual and it
 doesn't
  work well when the amount of files to upload is very large.
 
  Cheers,
  -
  Yury Katkov
  ___
  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 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

Re: [Wikitech-l] I'm back from Hacker School

2014-01-04 Thread Nasir Khan
Welcome back :)



*-- **Nasir Khan Saikat* https://google.com/+NasirKhan
www.nasirkhn.com



On Sat, Jan 4, 2014 at 5:38 PM, Peter Coombe thewub.w...@googlemail.comwrote:

 Hi Sumana, nice to have you back! Hope the sabbatical was a great
 experience for you.

 Peter


 On 4 January 2014 03:48, Sumana Harihareswara suma...@wikimedia.org
 wrote:

  Hi! As of yesterday, I'm back after my three-month sabbatical at Hacker
  School. I'm in catchup mode so I haven't yet resubscribed to most lists,
  nor quite taken back over Engineering Community Team (Quim Gil is still
 in
  charge until sometime next week when I feel back up to speed).
 
  Thank you to WMF for the sabbatical program, thanks to my boss Rob
 Lanphier
  for his support, and thanks to my team. I was able to walk away
 worry-free
  for three great months because I knew that Andre Klapper, Quim Gil, and
  Guillaume Paumier had my back. :)
 
  Sumana Harihareswara
  Engineering Community Manager
  Wikimedia Foundation
  ___
  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 mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Fix the Wikimedia Email Templates

2013-10-23 Thread Nasir Khan
reported a bug https://bugzilla.wikimedia.org/show_bug.cgi?id=56063


*--
**Nasir Khan Saikat* http://profiles.google.com/nasir8891
www.nasirkhn.com



On Wed, Oct 23, 2013 at 4:38 PM, K. Peachey p858sn...@gmail.com wrote:

 Hi, Can you please file this in our bug tracking system at 
 https://www.bugzilla.wikimedia.org/.


 On Tue, Oct 22, 2013 at 3:49 AM, Nasir Khan nasir8...@gmail.com wrote:

  Hi,
 
  I am Nasir, an active contributor of Bengali WIkipedia. I use the email
  notifications for the change on my watch list pages. The email is not
  formatted as it should. I faced the following issues for the Bengali
 emails
  and i think these should be fixed soon.
 
  * Sometimes a new line appeases between the words of a page name, and
  sometimes new line appears after 4/5 words in a sentence. I think we are
  using a fixed DIV width for these texts. If it will be removed then it
 may
  be fixed.
 
  * Unicode URLs are not readable at all. For the Bengali wiki urls we can
  make some changes to make the url more readable. like url format could be
  like this a href=PAGE_LINKhttp://bn.wikipedia.org/wiki/PAGE_NAME/a
 
 
  *--
  *regards
  *Nasir Khan Saikat* http://profiles.google.com/nasir8891
  www.nasirkhn.com
  ___
  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 mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Fix the Wikimedia Email Templates

2013-10-21 Thread Nasir Khan
Hi,

I am Nasir, an active contributor of Bengali WIkipedia. I use the email
notifications for the change on my watch list pages. The email is not
formatted as it should. I faced the following issues for the Bengali emails
and i think these should be fixed soon.

* Sometimes a new line appeases between the words of a page name, and
sometimes new line appears after 4/5 words in a sentence. I think we are
using a fixed DIV width for these texts. If it will be removed then it may
be fixed.

* Unicode URLs are not readable at all. For the Bengali wiki urls we can
make some changes to make the url more readable. like url format could be
like this a href=PAGE_LINKhttp://bn.wikipedia.org/wiki/PAGE_NAME/a


*--
*regards
*Nasir Khan Saikat* http://profiles.google.com/nasir8891
www.nasirkhn.com
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Bootstrap 3 based Mediawiki Skin

2013-10-12 Thread Nasir Khan
Hi,

I started to learn the mediawiki skin development. I love the Bootstrap 3,
and want to use this in a Mediawiki skin. I found some project based on
Bootstrap 2.3 but did not find any skin based on new version. Before
starting form the beginning i am interested to know is anyone working on
it.

regards

*--
**Nasir Khan Saikat* http://profiles.google.com/nasir8891
www.nasirkhn.com
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Bootstrap 3 based Mediawiki Skin

2013-10-12 Thread Nasir Khan
thanks for the response.

@Initially i was testing on the 'strapping-mediawiki' [0] skin and feel the
need to upgrade it to the Bootstrap 3. At the same time i might need to
change some other designs of that skin.

@Stephan
At this moment i am working on Mediawiki 1.21, But Chameleon requires
atleast 1.22. So i could not test that.

I am not that good (till now) on mediawiki skin development, i might need
some help form you time to time. :)

[0] - https://github.com/OSAS/strapping-mediawiki



*--
**Nasir Khan Saikat* http://profiles.google.com/nasir8891
www.nasirkhn.com



On Sat, Oct 12, 2013 at 9:57 PM, Stephan Gambke s7ep...@gmail.com wrote:

 Hi Nasir,

 yes, I am working on the Chameleon skin [0].

 I updated it to Bootstrap 3 a few days ago. Right now I have a working
 version here that will allow you to add your own customizations on top of
 Bootstrap, e.g. change colors and fonts from your LocalSettings.php. I'll
 check that in this evening. Next steps will include caching stuff and
 enabling further customization.

 Cheers,
 Stephan


 [0] 
 https://www.mediawiki.org/**wiki/Skin:Chameleonhttps://www.mediawiki.org/wiki/Skin:Chameleon




 On 2013-10-12 17:40, Nasir Khan wrote:

 Hi,

 I started to learn the mediawiki skin development. I love the Bootstrap 3,
 and want to use this in a Mediawiki skin. I found some project based on
 Bootstrap 2.3 but did not find any skin based on new version. Before
 starting form the beginning i am interested to know is anyone working on
 it.



 __**_
 Wikitech-l mailing list
 Wikitech-l@lists.wikimedia.org
 https://lists.wikimedia.org/**mailman/listinfo/wikitech-lhttps://lists.wikimedia.org/mailman/listinfo/wikitech-l

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

Re: [Wikitech-l] [Wmfall] Yuri Astrakhan Adam Baso join Mobile department partner team

2013-03-21 Thread Nasir Khan
great news. :)



*
--
**Nasir Khan Saikat* http://profiles.google.com/nasir8891
www.nasirkhn.com



On Thu, Mar 21, 2013 at 10:01 AM, Matthew Flaschen
mflasc...@wikimedia.orgwrote:

 On 03/18/2013 01:29 PM, Tomasz Finc wrote:
  Greetings all,
 
  I'm pleased to announce that the mobile department has two new staff
  members. Yuri Astrakhan  Adam Baso join as sr. software developers on
  the mobile partner team.

 Welcome!  It's great to have both of you.

 Matt Flaschen

 ___
 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

Re: [Wikitech-l] Gerrit - Github replication updates

2012-11-02 Thread Nasir Khan
i think the correct url would be https://github.com/wikimedia/

*
--
Nasir Khan Saikat http://profiles.google.com/nasir8891*





On Fri, Nov 2, 2012 at 4:02 PM, Željko Filipin zfili...@wikimedia.orgwrote:

 On Thu, Nov 1, 2012 at 8:42 PM, Chad innocentkil...@gmail.com wrote:
  https://github.com/organizations/wikimedia

 This redirects to https://github.com/

 Is it just me?

 Željko Filipin
 --
 filipin.eu
 ___
 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

Re: [Wikitech-l] Welcoming Munaf Assaf, UX Designer

2012-06-04 Thread Nasir Khan
Congrats :)
On Jun 5, 2012 5:44 AM, Steven Walling steven.wall...@gmail.com wrote:

 On Mon, Jun 4, 2012 at 3:40 PM, Howie Fung hf...@wikimedia.org wrote:

  Everyone,
 
  I’m pleased to welcome Munaf Assaf, a new member of the Product Group.
   Munaf is starting today as UX Designer and will work mainly on the
  Editor Engagement Experiments projects.   Almost all of these projects
  have a user-facing component, and Munaf will help us design interfaces
  to make these experiments and features more user-friendly.
 
  Munaf joins us from the University of Michigan (UM), where he worked
  as a Research Associate in the Office of Enabling Technologies. At UM,
  he worked on a variety of projects, including mobile informatics
  applications and engagement tools for visiting hospital patients. His
  most recent project was the design of a high-tech collaboration space
  in conjunction with the Taubman School of Architecture. Earlier in his
  career, Munaf was an Algorithm Design Engineer at General Motors,
  where he worked on control systems for improving vehicle fuel
  efficiency.
 
  He has a BS in Electrical Engineering from Kettering University, as
  well as an MSI in Human-Computer Interaction from the University of
  Michigan at Ann Arbor.  For more information on his background, please
  see his public profile [1].
 
  Please join me in welcoming Munaf!
 
  Howie
 
  [1] http://www.linkedin.com/in/munafassaf
 
  ___
  Wikitech-l mailing list
  Wikitech-l@lists.wikimedia.org
  https://lists.wikimedia.org/mailman/listinfo/wikitech-l
 

 Welcome Munaf! Glad to have you on the team. :)

 Steven
 ___
 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


Re: [Wikitech-l] Welcome Danielle Benoit, making engineering tutorials

2012-05-03 Thread Nasir Khan
Congrats Danielle Benoit

On Thu, May 3, 2012 at 8:15 AM, Sumana Harihareswara
suma...@wikimedia.orgwrote:

 It is my pleasure to announce new Wikimedia Foundation contractor
 Danielle Benoit, who will be working in the Engineering Community Team
 on engineering tutorial materials for the next several weeks.

 Danielle comes to us from previous roles in organizational culture
 management, quality assurance, event management, and curriculum
 development and teaching.  She's going to work with WMFers and with
 other community members to create the tutorial materials for:

Using Git and Gerrit
Beginning Lua scripting and adapting templates to Lua
Optimizing your code's MySQL performance
Writing secure code and reviewing code for security
Adapting your Gadget to ResourceLoader and Gadgets 2.0

 Foundation engineers will teach these tutorials at the Berlin hackathon
 https://www.mediawiki.org/wiki/Berlin_Hackathon_2012 in June, so
 Danielle will help them prep, and improve written resources on
 mediawiki.org to serve our whole engineering community.  (I'm also
 working to get the Berlin tutorials videorecorded but it's not a sure
 thing yet.)

 Welcome!  (cc'd)

 --
 Sumana Harihareswara
 Engineering Community Manager
 Wikimedia Foundation

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




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


[Wikitech-l] 403: User account expired toolserver.org/~soxred93

2012-03-12 Thread Nasir Khan
Hi,

I use to use some of the tools of the user soxred93. but for last few days
it shows that the user account has been expired. Is there any way to up
those tools?

thanks
nasir

-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] 403: User account expired toolserver.org/~soxred93

2012-03-12 Thread Nasir Khan
these two tools are unavailable

http://toolserver.org/~soxred93/pages
http://toolserver.org/~soxred93/pcount

thanks, these tools are available to https://toolserver.org/~tparis , And
it is preferable to move all the tools to the labs.
 https://toolserver.org/%7Etparis

On Mon, Mar 12, 2012 at 8:52 PM, OQ overlo...@gmail.com wrote:

 On Mon, Mar 12, 2012 at 9:33 AM, Nasir Khan nasir8...@gmail.com wrote:
  Hi,
 
  I use to use some of the tools of the user soxred93. but for last few
 days
  it shows that the user account has been expired. Is there any way to up
  those tools?

 Hope the source is somewhere, and depending on the licenses attached
 to the account ask the roots if it'd be possible to move to an active
 account.

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




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] PDF Download

2012-03-10 Thread Nasir Khan
Hi Santosh,
In some other thread of this mailing list i found that TCPDF(www.tcpdf.org/)
have a good support for the unicode, but i just downloaded the code and
tried it. I found that it also have some issues on for the Bengali/indic
texts. Have you tried with this library?

I will apply for the GSoC on this project and before staring on a specific
tool i would like to study the other existing tools. Because though they do
not have to full support for the languages but  they are good at some
points, like Render can render the texts properly and existing pdf tool
works well with the collection extension.

thanks
nasir



On Thu, Mar 8, 2012 at 4:55 PM, Volker Haas volker.h...@brainbot.comwrote:

 Hi all.

 I just wanted to confirm that Santosh's description of the current
 limitations of the PDF rendering engine are accurate.

 Regarding the GSOC project: As the principal developer of the current PDF
 rendering I'd also be happy to share insights on PDF rendering. Let me know
 if I can do anything to help.

 Best Regards,
 Volker

 Am 04.03.2012 07:30, schrieb Sumana Harihareswara:

  On 03/03/2012 10:25 PM, Santhosh Thottingal wrote:

 Here i have a question that at this moment is there any developer of
 developer group is working on this issue? if yes then i want to join
 with
 him.

 I had discussed this with Pediapress developers in the past.  I
 started a project many months back to develop a general purpose PDF
 rendering library for complex scripts and I had announced it here:
 http://lists.wikimedia.org/**pipermail/wikimediaindia-l/**
 2011-February/002198.htmlhttp://lists.wikimedia.org/pipermail/wikimediaindia-l/2011-February/002198.html
 And I have an online version based on the code in development
 http://silpa.org.in/Render. It can create PDFs from Bengali wiki pages
 and possibly most of the scripts that we support. The text rendering
 engine used is Pango. This is my petproject and 2-3 people joined me,
 but recently it is inactive in development since we are not getting
 free time.  The library require lot of work to reach a reasonably
 usable state. Then it require good amount of effort to integrate with
 collection extension.

 The project is hosted at 
 https://savannah.nongnu.org/**projects/pypdflibhttps://savannah.nongnu.org/projects/pypdflib
 and available in Debian.


 Thanks
 Santhosh

 Santhosh, it looks like Nasir might be interested in working on this as
 a Google Summer of Code project:

  ... Is [it] possible to apply GSoC for this issue.

 If this is the case, Santhosh, would you be interested in possibly
 mentoring Nasir?



 --
 Volker Haas
 Senior Developer
 brainbot technologies ag
 Boppstraße 64
 55118 Mainz
 Phone: +49 (0)6131 2116394



 __**_
 Wikitech-l mailing list
 Wikitech-l@lists.wikimedia.org
 https://lists.wikimedia.org/**mailman/listinfo/wikitech-lhttps://lists.wikimedia.org/mailman/listinfo/wikitech-l




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] GUI for Git

2012-03-08 Thread Nasir Khan
I have tried the TortoiseGIT but i did not like it that much. now i am
using  SmartGit for my other git projects because some of the features is
very useful for me. Here is the download link
http://www.syntevo.com/smartgit/index.html

thanks
nasir

On Fri, Mar 9, 2012 at 12:14 AM, Thomas Gries m...@tgries.de wrote:

 Am 08.03.2012 18:26, schrieb Siebrand Mazeland:
  Op 8 mrt. 2012 om 18:09 heeft Raimond Spekking 
 raimond.spekk...@gmail.com het volgende geschreven:
 
  in prepartion for the big bang I am reading pages like
  https://www.mediawiki.org/wiki/Git/Workflow but I miss a recommondation
  for a good Git GUI, especially for Win 7.
 
  Has anyone tested TortoiseGit? Is it a good choice for developers who
  use TortoiseSVN since years?
 https://www.mediawiki.org/wiki/Git_Graphical_User_Interfaces


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




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


[Wikitech-l] PDF Download

2012-03-03 Thread Nasir Khan
Hi,

From the very beginning, there is a problem in the PDF Download tool and
that is it can not properly render the Bengali and some of the other Indic
languages (might be all Indic languages). A few bug was reported earlier
and the developers tried to solve the issues but unfortunate it was not
completely fixed.

Here i have a question that at this moment is there any developer of
developer group is working on this issue? if yes then i want to join with
him. But is no one is engaged with it then is is possible to apply GSoC for
this issue.

I am involved with the Wikimedia Bangladesh and within a short time we are
going to arrange outreach programs outside of the city area. For that
purpose the offline version will help us a lot. That is why i am
interested.

regards
nasir khan



-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Announcing Howie Fung as Director of Product Development

2012-02-01 Thread Nasir Khan
Congratulations :)

On Wed, Feb 1, 2012 at 1:51 PM, Howie Fung hf...@wikimedia.org wrote:

 Thanks everyone.  I'm excited about the new role and continuing our work
 together!

 Howie

 On Tue, Jan 31, 2012 at 8:01 PM, MZMcBride z...@mzmcbride.com wrote:

  Erik Moeller wrote:
   [...] and to use our limited resources for the projects that are
   likely to have the highest impact.
 
  Heh.
 
   Please join me in congratulating Howie, and WMF. :-)
 
  Congrats, Howie. :-)
 
  MZMcBride
 
 
 
  ___
  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




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] Requesting Help with Gadgets on Indic Wikipedia

2012-01-15 Thread Nasir Khan
Hello,

Thanks to Arnav for mentioning this issue. I was planning to send an email
here about this Cite tool, because i am facing the same problem in
Bengali Wikipedia. As i am not an administrator there i can not create any
page in mediawiki name space.But I have tried to add external js but it did
not work.

So it will be really helpful if the tool is activated. And if a bug report
is required then please let me know.

thanks
nasir khan
user:nasir8891

On Mon, Jan 16, 2012 at 1:50 AM, Arnav Sonara sonara.ar...@gmail.comwrote:

 Hello everyone,

 On English Wikipedia in editing window, Reftoolbar is available for every
 user by default, which includes button called Cite. On clicking this a
 drop down menu comes with Template, where one can select the particular
 template like Cite Web, Cite News, Cite Book etc.

 And after selecting one, the window pops up and the editor fills in the
 details needed for the particular citation. This makes new editors job easy
 while putting the proper citations for the articles and need not worry
 about the syntax of Wiki markup.

 As far as I know, this thing is not available for Indic Wikipedia, can this
 be made possible on Indic too ? I am specially interested in Gujarati (GU)
 Wikipedia, having this Citation Template and toolbar makes editors job lot
 more handy and easy.

 This Mailing list was introduced to me by Amir in one Translation sprint
 organized in Pune, India a few weeks ago. Do I need to file a bug report on
 bugzilla for this or what should I do ? Please do guide me.

 Please ignore this message if I am asking something irrelevant at wrong
 place and please do tell me where to ask for it.

 --
 Thanks
 Arnav (ricku).
 (User:Rangilo_Gujarati) 
 http://en.wikipedia.org/wiki/User:Rangilo_Gujarati
 ___
 Wikitech-l mailing list
 Wikitech-l@lists.wikimedia.org
 https://lists.wikimedia.org/mailman/listinfo/wikitech-l




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] [Mediawiki-i18n] Report on WebFonts deployment

2011-12-15 Thread Nasir Khan
Hi ,

The WebFonts is a great initiative for the indic wikipedia readers. I have
tested this extension for the Bengali wikipedia. I have checked form some
of the browsers (Firefox 7  8 from windows 7 and XP, Chrome 15.0 -windows
7 and XP, Firefox 7 form Uubntu 11.10) in different machines and in every
case i had to face the same problem, that the page loads twice and takes an
extra time for each of the pages.

At the very first time the page loads with the system default font and then
the whole page became empty and after that the browser shows the content
with the selected web font.

and the WebFonts did not work with the Android (2.3.6) default browser and
in the Opera Mobile browser for android.

thanks
Nasir Khan Saikat
Wikimedia Bangladesh

On Thu, Dec 15, 2011 at 5:59 PM, Srikanth Lakshmanan srik@gmail.comwrote:

 On Thu, Dec 15, 2011 at 03:38, Platonides platoni...@gmail.com wrote:

  On 14/12/11 22:33, Srikanth Lakshmanan wrote:
   Language support teams :-
 
  In order to force them, if you don't test this it may break horribly
  for you when deployed seems way more convincing than no new goodies
  for you.
 

 We tried telling people to test saying the same thing, may be should try
 telling them more often.


  Development must continue even if ignored (do not confuse with negative
  feedback), but blind coding without feedback is a dangerous zone.
 
 +1


   PS: I understand the criticism might have come hard on the India list,
   but we(critics) are getting used to a pattern beyond Webfonts. We alert
   of something dangerous on the cards, People(mostly WMF) tend to ignore
   us, Then they firefight and then we criticize more post the entire
   thing, you would have been better had you to listened us. This has
   happened 3rd time on row now, other 2 being Protest against Jimbo at
   WikiConference India   IEP. I hope sooner, people take us seriously.
 
  It's not that Indian sites are treated worse, see the recent (similar)
  issues in commons with EXIF.
 

 Sorry I didn't quite get you, not sure if you got what i meant as well. I
 never said / meant / implied Indian sites are treated worse, what I tried
 to convey was why the criticism on India list is high.

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




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l


Re: [Wikitech-l] LocalWiki released

2011-12-14 Thread Nasir Khan
cool idea.
i liked the the map part most. can we try to add this on wikipedia?

thanks
nasir

On Thu, Dec 15, 2011 at 11:41 AM, Dmitriy Sintsov ques...@rambler.ruwrote:

 * Philip Neustrom phi...@localwiki.org [Wed, 14 Dec 2011 12:40:55
 -0800]:
  Realized I never sent an announcement here.  I think you folks'd be
  really interested in checking out what we've been working on:
 
  http://localwiki.org
 
  We just did our first general-public software release.
 
  There's lots of cool stuff going on.  Having worked on the DavisWiki
  (http://daviswiki.org) code for many, many years [which was a fork of
  MoinMoin], we really relished the opportunity to design a new, modern
  wiki engine without the burden of legacy support.
 
  Cool bits:
 
* Everything is stored as HTML5.  We threw out wiki markup.
 I am not so sure that threwing out wiki markup is so good thing. It's
 more compact (takes less storage space) and allows to format text quite
 fast to everyone who is familiar to wiki markup. If you are using HTML5,
 that means the extensions (parser functions) has to be implemented as
 XML tags, which are quite tiresome to input directly, so the extensions
 will probably require visual editor addons. Raw text editing simplifies
 implementation of markup extensions, some developers might do not have
 enough free time to develop their own visual editor extensions. That's
 why raw wikitext can be useful and time-saving.
 Dmitriy

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




-- 
*Nasir Khan Saikat http://profiles.google.com/nasir8891*
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l