m (A modifié le niveau de protection de « Wikifab:Developers » ([Modifier=Autoriser uniquement les utilisateurs autoconfirmés] (infini) [Renommer=Autoriser uniquement les utilisateurs autoconfirmés] (infini)))
Ligne 1 : Ligne 1 :
 
__NOTOC__
 
__NOTOC__
<div class="dev-section">
 
<div class="container">
 
<h1><translate>Let's build the free tutorials platform</translate></h1>
 
<p class="dev-subtitle"><translate>We are gathering developers around the world to improve all aspects of the Wikifab platform.</translate></p>
 
<span class="sign-up-developers">[https://github.com/wikifab/wikifab-main <span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> <translate>Download on GitHub</translate>]</span>
 
<p class="download-subbutton"><translate>It's free and open source</translate></p>
 
</div>
 
</div>
 
<div class="dev-vision">
 
<div class="container">
 
 
<div class="row">
 
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12">
+
<div class="col-md-2 col-sm-0 col-xs-0"></div>
<h2><translate>Notre vision</translate></h2>
+
<div class="col-md-8 col-sm-12 col-xs-12">
<p><translate>Nous ouvrons le code de Wikifab pour permettre à n'importe quel développeur de l'améliorer et créer de nouvelles fonctionnalités. Nous faisons cela car nous pensons que c'est la meilleure chose à faire pour le partage et la diffusion de la connaissance libre.</translate></p>
+
<h2 class="small-h2-top">Dear Programmers, Welcome to our Garage !</h2>
<p><translate>Le code source de la version Beta (version actuelle) est déjà téléchargeable librement. Vous pouvez [https://github.com/Wikifab/wikifab-main le trouver ici]. Si vous avez besoin d'aide, n'hésitez pas à poster un commentaire sur [http://feedback.wikifab.org notre forum]. Nous serons ravis de vous aider.</translate></p>
+
 
</div>
+
Join our programming community and work with other developers to make Wikifab.org the most powerful tutorial platform on a wiki-basis of the world. On this page, you will find useful resources, guides and reference material for developers.
<div class="col-md-6 col-sm-12 col-xs-12 vision-img">
+
 
</div>
+
The Wikifab system was originally designed by Clément Flipo and Pierre Boutet. The codebase is now being maintained by a community of volunteers.
</div>
+
 
</div>
+
<h2 class="small-h2">Getting Started !</h2>
</div>
+
 
<div class="container">
+
Wikifab is free software and any developer can contribute to the project. Everything you need is in the GitHub repository. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines.
<div class="row">
+
 
<div class="col-md-6 col-sm-12 col-xs-12">
+
Development discussion takes place on GitHub and the wikifab-development mailing list at sourceforge. Less formal development discussion happens on Goolge+ #wikifab-dev (web interface, logs).
<h2>Bug reports and feature requests</h2>
+
 
You've got a bug or feature request?
+
<ul>
Please make a new post on our forum: http://feedback.wikifab.org (account creation is mandatory).
+
<li>Join the Wikifab Developpers Community on Google+ to post questions, share insights and join Hangout Events.</li>
</div>
+
<li>Join the Wikifab Developpers Community on Google+ to post questions, share insights and join Hangout Events.</li>
<div class="col-md-6 col-sm-12 col-xs-12">
+
<li>Join our GitHub Organization if you want to commit code or add content to our repository.</li>
==Exemples==
+
<li>Give us your GitHub name and we will send you the invite.</li>
These sites uses (used) the Wikifab software.
+
</ul>
 +
 
 +
<h2 class="small-h2">API Documentation</h2>
 +
 
 +
The [[Special:Export page|Export page]], which provides bulk export of wiki content as XML. Read the Export help article on meta.wikimedia.org for more information.
 +
 
 +
<h4>A simple example</h4>
 +
This URL tells English Wikipedia's web service API to send you the content of the main page:
 +
 
 +
http://en.wikipedia.org/w/api.php?action=query&titles=Main%20Page&prop=revisions&rvprop=content&format=json
 +
 
 +
Use any programming language to make an HTTP GET request for that URL (or just visit that link in your browser), and you'll get a JSON document which includes the current wiki markup for the page titled "Main Page". Changing the format to jsonfm will return a "pretty-printed" HTML result good for debugging.
 +
 
 +
Here is the jsonfm URL as an easier-to-read clickable link.
 +
 
 +
api.php?action=query&titles=Main%20Page&prop=revisions&rvprop=content&format=jsonfm [try in ApiSandbox]
 +
 
 +
<h2 class="small-h2">Discover what we are working on</h2>
 +
 
 +
Pick up one of the following project and plug yourself into community !
  
* https://www.fablabnet.net/wiki/Tutorials
+
<ul>
* http://lab.lowtechlab.org/
+
<li>Improving Wikifab search engine</li>
* http://wiki.opensourceecologie.org/
+
<li>the very first Wikifab Androïd app</li>
 +
<li>the very first Wikifab iOS app</li>
 +
<li>An extension to improve the file upload UI</li>
 +
<li>Clearing the user-to-user discussion system</li>
 +
</ul>
  
[http://wikifab.org/w/index.php?title=Wikifab:Developers&action=edit&section=1 Click here] to add yours.
 
</div>
 
 
</div>
 
</div>
 +
<div class="col-md-2 col-sm-0 col-xs-0"></div>
 
</div>
 
</div>

Version du 20 septembre 2017 à 14:52

Dear Programmers, Welcome to our Garage !

Join our programming community and work with other developers to make Wikifab.org the most powerful tutorial platform on a wiki-basis of the world. On this page, you will find useful resources, guides and reference material for developers.

The Wikifab system was originally designed by Clément Flipo and Pierre Boutet. The codebase is now being maintained by a community of volunteers.

Getting Started !

Wikifab is free software and any developer can contribute to the project. Everything you need is in the GitHub repository. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines.

Development discussion takes place on GitHub and the wikifab-development mailing list at sourceforge. Less formal development discussion happens on Goolge+ #wikifab-dev (web interface, logs).

  • Join the Wikifab Developpers Community on Google+ to post questions, share insights and join Hangout Events.
  • Join the Wikifab Developpers Community on Google+ to post questions, share insights and join Hangout Events.
  • Join our GitHub Organization if you want to commit code or add content to our repository.
  • Give us your GitHub name and we will send you the invite.

API Documentation

The Export page, which provides bulk export of wiki content as XML. Read the Export help article on meta.wikimedia.org for more information.

A simple example

This URL tells English Wikipedia's web service API to send you the content of the main page:

http://en.wikipedia.org/w/api.php?action=query&titles=Main%20Page&prop=revisions&rvprop=content&format=json

Use any programming language to make an HTTP GET request for that URL (or just visit that link in your browser), and you'll get a JSON document which includes the current wiki markup for the page titled "Main Page". Changing the format to jsonfm will return a "pretty-printed" HTML result good for debugging.

Here is the jsonfm URL as an easier-to-read clickable link.

api.php?action=query&titles=Main%20Page&prop=revisions&rvprop=content&format=jsonfm [try in ApiSandbox]

Discover what we are working on

Pick up one of the following project and plug yourself into community !

  • Improving Wikifab search engine
  • the very first Wikifab Androïd app
  • the very first Wikifab iOS app
  • An extension to improve the file upload UI
  • Clearing the user-to-user discussion system