Software development: Difference between revisions

No edit summary
No edit summary
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
If you are interested in helping develop wikem, we would love your help! We are looking for software developers, experienced system administrators, and users to help beta test.
[[User:Ostermayer|Daniel Ostermayer, MD]] is our Head of WikEM Software Development.  If you are interested in helping develop WikEM, we would love your help! We are looking for software developers, experienced system administrators, and users to help beta test.
==Technical Support==
*Please message in the telegram channel https://t.me/wikem_org for help


==WikEM Development Projects==
==WikEM Development Projects==
* iOS Application (iPhone, iPod Touch)
*iOS Application (iPhone, iPod Touch)
* Android Application
*Android Application
* Server-Mobile application interface
*Wiki-Mobile application interface
* WikEM MediaWiki Server
*WikEM MediaWiki Server
*Beta Testing New Releases


== Contributing to the iOS Application ==
==Contributing to the iOS Application==
The iOS application source code is hosted on github.com, and can be accessed at http://github.com/sdang/wikem-ios. If you would like to contribute a feature / bug fix:
Please contact '''[mailto:info@wikem.org info@wikem.org]''' to join development efforts for the mobile application. or join our Telegram channel https://t.me/wikem_org
# Register on github (free) http://github.com/signup/free
# Upload your public ssh key to github
# Fork the wikem-ios repository
# Create a git branch describing your feature (eg improved-search-performance)
# Commit your changes and push to your personal fork
# Submit a pull request (http://help.github.com/send-pull-requests/)


Your submission will be reviewed, and if accepted, will be integrated into the next release! Any authors who contribute to the project will have their names added to the developers list in the published application.
==Wiki-Mobile Interface==
Currently, we utilize a server script which parses the wikem wiki and generates an XML database for the mobile clients. Our wiki is built upon the MediWiki project, and the XML database is generated using a php script. If you have experiencing in managing web services, mobile applications, and would like to contribute to this area, please post a message in our forum: '''[http://forum.wikem.org forum.wikem.org]'''
 
==MediaWiki Server==
We encourage users who are interested in adding wiki features to contribute directly to the mediawiki project (http://www.mediawiki.org) so that your features will be available to the entire wiki community.
 
==See Also==
*[[WikEM:About]]


[[Category:WikEM]]
[[Category:WikEM]]

Latest revision as of 22:55, 14 October 2019

Daniel Ostermayer, MD is our Head of WikEM Software Development. If you are interested in helping develop WikEM, we would love your help! We are looking for software developers, experienced system administrators, and users to help beta test.

Technical Support

WikEM Development Projects

  • iOS Application (iPhone, iPod Touch)
  • Android Application
  • Wiki-Mobile application interface
  • WikEM MediaWiki Server
  • Beta Testing New Releases

Contributing to the iOS Application

Please contact info@wikem.org to join development efforts for the mobile application. or join our Telegram channel https://t.me/wikem_org

Wiki-Mobile Interface

Currently, we utilize a server script which parses the wikem wiki and generates an XML database for the mobile clients. Our wiki is built upon the MediWiki project, and the XML database is generated using a php script. If you have experiencing in managing web services, mobile applications, and would like to contribute to this area, please post a message in our forum: forum.wikem.org

MediaWiki Server

We encourage users who are interested in adding wiki features to contribute directly to the mediawiki project (http://www.mediawiki.org) so that your features will be available to the entire wiki community.

See Also