GSoC/2016/StatusReports/SrijanAgarwal: Difference between revisions
Falit Jain (talk | contribs) No edit summary |
Falit Jain (talk | contribs) (Undo revision 73369 by Falit Jain (talk)) |
||
Line 1: | Line 1: | ||
== Project Overview == | == Project Overview == | ||
'''Project Name:''' WikiToLearn | '''Project Name:''' Offline Support for WikiToLearn WikiEditor | ||
'''A Brief Description:''' | '''A Brief Description:''' OfflineExtension is an extension for WikiToLearn that will add offline support to the current WikiEditor. | ||
This extension notifies the user, his/her's internet connectivity status and if submitted while offline, will parse Wikitext to HTML and then renders it. | |||
'''Status:''' | '''Status:''' | ||
*Completed : | *Completed : | ||
** | **A MediaWiki Extension that adds OfflineSupport to the WikiEditor. | ||
*In progress: | *In progress: | ||
** | **Code cleaning and documentation. | ||
'''Screenshots:''' | '''Screenshots:''' | ||
'''When the user is offline :''' | |||
[[File:NoInternet.jpg]] | |||
'''Trying to reconnect :''' | |||
[[File:SearchInternet.jpg]] | |||
'''When the user is online :''' | |||
[[File:Internet.jpg]] | |||
'''Telegram Nick:''' | '''Telegram Nick:''' | ||
srijancse | |||
'''Telegram Channels:''' | '''Telegram Channels:''' | ||
WikiToLearn Tech, WikiToLearn, WikiToLearn GSoC, KDE-Soc | WikiToLearn Tech, WikiToLearn, WikiToLearn GSoC, KDE-Soc | ||
'''Blog:''' | '''Blog:''' | ||
https:// | https://srijanfoss2k16.blogspot.com/ | ||
'''This is awesome about GSoC:''' | |||
Everything about GSoC is awesome. The best thing that I found about GSoC is be able to work on something that will actually be in production, which I think is a rare opportunity. In addition, interacting with mentors and developers from across the world and learning new things every day is priceless. | |||
'''This is what I learned during GSoC:''' | '''This is what I learned during GSoC:''' | ||
* | *Working with large codebase | ||
* | *Regular Expressions | ||
* | *Advanced JavaScript and Jquery | ||
* | *MediaWiki Extension Development | ||
* | *Working with Docker | ||
*Working with MediaWiki WikiEditor | |||
*GIT | |||
== Work report == | == Work report == | ||
Line 42: | Line 54: | ||
'''Documents:''' | '''Documents:''' | ||
*[https://www.mediawiki.org/wiki/Extension:OfflineExtension OfflineExtension ] | |||
*[https://drive.google.com/open?id=1U22GhTrPyKRXxO6ih120kWF0pjtp3FHGMkb6oQSFXq0 WikiTags Supported by OfflineExtension ] | |||
Revision as of 09:36, 18 August 2016
Project Overview
Project Name: Offline Support for WikiToLearn WikiEditor
A Brief Description: OfflineExtension is an extension for WikiToLearn that will add offline support to the current WikiEditor. This extension notifies the user, his/her's internet connectivity status and if submitted while offline, will parse Wikitext to HTML and then renders it.
Status:
- Completed :
- A MediaWiki Extension that adds OfflineSupport to the WikiEditor.
- In progress:
- Code cleaning and documentation.
Screenshots:
When the user is offline :
Trying to reconnect :
When the user is online :
Telegram Nick: srijancse
Telegram Channels: WikiToLearn Tech, WikiToLearn, WikiToLearn GSoC, KDE-Soc
Blog: https://srijanfoss2k16.blogspot.com/
This is awesome about GSoC: Everything about GSoC is awesome. The best thing that I found about GSoC is be able to work on something that will actually be in production, which I think is a rare opportunity. In addition, interacting with mentors and developers from across the world and learning new things every day is priceless.
This is what I learned during GSoC:
- Working with large codebase
- Regular Expressions
- Advanced JavaScript and Jquery
- MediaWiki Extension Development
- Working with Docker
- Working with MediaWiki WikiEditor
- GIT
Work report
Documents:
Repositories