For anyone in the UK (or willing to visit the UK ;-) that hasn't seen
the below, please take a look. Apologies for the cross-posting. This
event is also hosting Wikimedia UK's AGM, so it is fairly
important. ;-) Please distribute it to anyone else that you think
might be interested.
Thanks,
Mike
Begin forwarded message:
> From: joseph seddon <life_is_bitter_sweet(a)hotmail.co.uk>
> Date: 25 February 2010 12:01:55 GMT
> Subject: [Wikimediauk-l] Open Knowledge Conferece - Wikimedia Track
> (Call for Participation)
> Reply-To: wikimediauk-l(a)lists.wikimedia.org
>
> This year Wikimedia UK is partnering with the Open Knowledge
> Foundation in the organisation of the 2010 Open Knowledge
> Conference ("OKCon"), an interdisciplinary conference that brings
> together individuals from across the open knowledge spectrum for a
> day of presentations and workshops.
>
>
> At this year's conference, Wikimedia UK will be supporting and
> organising a track dedicated to the projects and communities
> central to Wikimedia.
>
>
> We need your help to create an exciting and interesting track that
> will inspire and challenge Wikimedians and others alike. Could you
> give a presentation or host a discussion on a Wikimedia theme? Any
> subject relevant to the Wikimedia communities, free content or
> Wikimedia UK are welcome.
> Timeline
> February 25 (Thursday): Submissions will open
> March 28 (Sunday) 23:59 UTC: Closure of submission dates
> April 7 (Wednesday): Notification of acceptance of submission
> April 24 (Saturday): Open Knowledge Conference 2010
>
> If you wish to participate but with good reason cannot meet one of
> the above deadlines please email conferences(a)wikimedia.org.uk
> before the deadline as it may be possible to accomodate late
> submissions Themes Submissions should address one or more of the
> following themes:
>
>
> Wikimedia Communities - Interesting projects and characteristics
> within the communities; policy creation; conflict resolution and
> community dynamics; reputation and identity; multilingualism,
> languages and cultures; the development of Wikimedia UK.
> Free Content - Open access to information; ways to gather and
> distribute free knowledge, usage of the Wikimedia projects in
> education, journalism, research; ways to improve content quality
> and usability; copyright laws and their interaction with Wikimedia
> projects.
> Culture and Heritage - Ideas for potential partnerships, building
> on previous partnerships and the legal, technical and resource
> issues that are barriers to such partnerships.
> Technical infrastructure - Issues related to MediaWiki development
> and extensions; Wikimedia hardware layout; the Toolserver; the
> Usability Project; new ideas for development (including Usability
> case studies from other wikis or similar projects).
> Submission Guidelines Please email submissions to
> conferences(a)wikimedia.org.uk. Please email the following details,
> all in English:
> Title:
> Theme: Closest category from above for your submission.
> Abstract: 50-100 words summarising the topic
> Summary: Detailed description of the topic - 300 words or more. May
> contain a link to a more details.
> Contact information: Email/Telephone and whether we may publish
> these details
> Additional Information:
> 1-3 sentence biography of the author(s).
> any special requirements (e.g. flipchart; OHP. A digital
> presentation will be assumed as standard)
> whether you will attend the 2010 Open Knowledge Conference (a)
> definitely, (b) probably, (c) only if your submission is accepted.
>
> _______________________________________________
> Wikimedia UK mailing list
> wikimediauk-l(a)wikimedia.org
> http://mail.wikimedia.org/mailman/listinfo/wikimediauk-l
> WMUK: http://uk.wikimedia.org
I added an upload button to the add media wizard.
So that when you visit a page like:
http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&action=edit&wit…
then click on the "image" button, then click on the "upload button" in
the add-media-wizard, you should get a list of recently uploaded files
and a few links to inline upload.
From the inline upload you can upload a local file. Then you can click
"insert" to insert the uploaded file to the page. The idea is to make
the process fairly strait forward.
This just got developed over the last few days, let me know if you run
into issues.
Already on the todo list:
An auto-complete category field and multiple language description
support to the upload description. Ideally I want to avoid a very long
list of things people need to fill out before they can upload content
but that of course needs to be balanced with getting as much description
info as possible at point of upload ;)
Neil and the Multimedia usability efforts are diving into this problem
so I won't focus on that to much.
This builds on mwEmbed AddMedia module, so all the goodies like progress
indicators and inline transcoding with friefogg is supported. ( so you
can select your cameras h.264 encoded file and insert directly into the
article with transcoding, cross site uploading, asset reference and
layout handled by the wizard. )
This uplaoder works via an iframe so it can share credentials across a
white-list of domains. In the future it would not be hard to add in
support for client initiated domain approval ( similar to facebook
connect ) .. this would enable a lot of different mash-ups. Obviously
the proxy is useful for any widget/ gadget that want to do cross-site
api requests that require "post".
Also I should email wikitech-l. If we want to support cross-domain IE
interface interactions we need a p3p policy header to be sent out to IE:
http://stackoverflow.com/questions/389456/cookie-blocked-not-saved-in-ifram…
peace,
--michael
Hi there.
I have proposed a way of organizing our watch of recent uploads on Commons:
http://commons.wikimedia.org/wiki/Commons:Recent_uploads_patrol
This is very much pre-alpha for now, but of course many admins are
already familiar with the job itself. It would only be a tool to
rationalize this task and make it more efficient.
Anyone is very welcome to comment on the page or improve it (it remains
minimalist for now).
Any admin or trusted user is very welcome to register and take a few
watches from time to time.
Any bored botmaster is welcome to volunteer for automating the register
by adding new days and archiving old ones (to be coded only when the
format is stable).
Regards,
Eusebius
Now that I have your attention :-)
I've cooked up a simple tagging system for Commons. It uses the
category system by prefixing tag "categories" with TAG, e.g.
[[Category:TAG:Flower]]. TAG categories will be "flat", so
intersections are easy. Merging of equivalent tags could later be
possible through redirects, without having to bot-edit all affected
pages. Also, redirects and/or language links could allow for
multilingual tags, or at least multilingual tag search/intersection.
For the frontend, I put the tag section into the sidebar, which will
make it instantly familiar to many web users. On page load, the TAG
categories are removed from the normal category section and shown as
tags in the sidebar. This also means no additional web traffic will
arise for normal page viewing.
Tags can be removed with a single click. One or multiple tags can be
added or removed in a single operation. All editing is done via API,
so the page does not have to reload.
When checking one or more tags, a section containing a link to
"subset" will show. Currently, it links to my CatScan rewrite, showing
all pages in the current namespace that also have all the checked
tags. Linking to CatScan gives you the opportunity to add further
conditions; you can do a combined subset of TAG and "normal"
categories, templates, etc.
Of course, there could also be a dialog window or fake special page
showing e.g. images in the subset, using CatScan only as a backend. I'
holding back on that one...
The script is making extensive use of jQuery, so this script will only
work when jQuery is loaded. This is currently only the case for the
Vector skin, AFAIK. So, don't complain if it doesn't work for you in
Monobook ;-)
I have tagged the total of one example page so far (picture by me, so
noone else unduly harmed:-) Here you go:
http://commons.wikimedia.org/wiki/File:Vernomia_altissima_%28Compositae%29_…
Before the traditional (f)lamewar begins, let me say that I want to
"enforce" neither the TAG category system, the JavaScript sidebar
thing, or CatScan. I just want to present a working tagging system
within the current software framework, as is. I hope that, now that
there is at least demo code, something more useful than the usual "but
it also needs to make coffee!" discussion will arise.
Cheers,
Magnus
P.S.: Yes, there are probably a million bugs in the code...