San Francisco Hackathon January 2012/Showcase
Wikipedia SMS + IVR on Twilio
editAn SMS Application in which the user texts a wikipedia entry to a phone number, then is called up by the service and read the Wikipedia entry.
Source and documentation
editTeam
editGlanceable display for mobile & editorial tools for tablet UI
editBuild on the existing Phonegap app, adding homescreen widgets that give people a glanceable display, make the content more browseable. Maybe add additional editorial tools for tablets. Start with Android, move on to Blackberry, Windows Phone 7, etc.
Source and documentation
editTeam
edit- Elizabeth Mezias
- Kenneth Ng
Nearby map view in mobile site
editSource and documentation
edit- Source:
- team's page
Team
editVisualizing article quality
editWe built a tool that attempts to automatically evaluate the quality of an article.
Source and documentation
editTeam
edit- Ben Plowman
- Mahmoud Hashemi
- Sarah Nahm
- Stephen LaPorte
Geolocation data missing in articles robot
editSource and documentation
edit- Source:
Team
editMessaging from Mediawiki
edit- Daily-updated RSS feed 100 years ago today, thanks to the Months in the 1900s project
- Daily RSS feed Noisebridge events from the Noisebridge wiki
- Twitter feed from Noisebridge using BTI
Source and documentation
editExtension:RSS -- Error: "http://modernhacker.com/feeds/rss/noisebridge.xml" is not in the list of allowed feeds. The allowed feeds are as follows: https://wikimediafoundation.org/news/feed/, https://wikimediafoundation.org/category/technology/feed/, https://wikimediafoundation.org/category/technology/mediawiki/feed/, https://discourse-mediawiki.wmflabs.org/c/ask-here.rss, https://codeclimate.com/github/wikimedia/mediawiki-extensions-CentralNotice/feed.atom, https://codeclimate.com/github/wikimedia/mediawiki-extensions-DonationInterface/feed.atom, https://codeclimate.com/github/wikimedia/wikimedia-fundraising-crm/feed.atom, https://codeclimate.com/github/wikimedia/wikimedia-fundraising-dash/feed.atom, https://codeclimate.com/github/wikimedia/wikimedia-fundraising-php-queue/feed.atom, https://codeclimate.com/github/wikimedia/wikimedia-fundraising-SmashPig/feed.atom and https://codeclimate.com/github/wikimedia/wikimedia-fundraising-tools/feed.atom.
Team
editAPI/AJAX features for WorkingWiki
editA proof of concept for adding AJAX features and API actions to the existing WorkingWiki extension.
Currently it implements a sort of "hello world" api application and a trivial AJAX call that displays the api action result at the top of the extension's Special:ManageProject page.
Source and documentation
edit- SVN: https://workingwiki.svn.sourceforge.net/svnroot/workingwiki/branches/api
- WW docs: http://lalashan.mcmaster.ca/theobio/projects/index.php/WorkingWiki
- The API branch requires MW 1.17 or later, because it relies on the ResourceLoader and jQuery.
Team
editNearby locations for coordinate links on mobile app
editMany infoboxes on Wikipedia contain coordinates which link to pages on the toolserver that show a whole load of info about these coordinates. It's not nice to click such coordinates in the mobile app and then having to open a browser to access the toolserver page, which also is not at all optimized for mobile use. The changes I made reuse the already existing "show nearby articles" feature of the mobile application, that shows articles near the location of the user, by displaying the same map, but with articles near the coordinates clicked. This results in a much better user experience.
Source and documentation
edit- GitHub pull requests: initial one & follow up
Team
edit- Jeroen De Dauw with help from Yuvipanda
Unit Testing with PHPUnit, Selenium and QUnit
editAdds an extension for unit testing with PHPUnit, Selenium and QUnit.
Source and documentation
editThe extension has been committed to the Mediawiki repository:
Team
edit- Jeremy Postlethwaite
- Alolita Sharma
- mglaser
- Peter Gehres
'Did you mean' search suggestions for Android App
editAdds suggestions for possible misspellings in the search feature of the Android app.