Main Page/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:


== Introduction ==
Ceci est la documentation wiki de [http://www.freecadweb.org/?lang=fr_FR FreeCAD]. L'information contenue ici est ce qui constitue la documentation incorporée dans le programme FreeCAD. Vous avez deux manières de parcourir la documentation: en naviguant dans la section pour les utilisateurs, ou en suivant le manuel. C'est un travail en perpétuel évolution, écrit par la communauté d'utilisateurs et de développeurs de FreeCAD. N'hésitez pas à [[Help FreeCAD/fr|nous aider en contribuant]] si vous trouvez qu'il manque des informations ou qu'elles sont incorrectes.
This is the documentation wiki of [http://www.freecadweb.org FreeCAD]. You have two main ways to browse through the documentation: by exploring user hubs, or by following the manual. It is a work in progress, written by the community of users and developers of FreeCAD. If you find information that is wrong or missing, please [[Help FreeCAD|help]]!


__NOTOC__
__NOTOC__
Line 67: Line 68:
=== Code Source ===
=== Code Source ===


FreeCAD can be compiled on all platforms using cMake. The source code is [https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License LGPL]-licensed and hosted on https://github.com/FreeCAD/FreeCAD and there are build instructions for [[CompileOnWindows|Windows]], [[CompileOnUnix|Unix/Linux]] and [[CompileOnMac|MacOSX]]. The source code documentation is at http://www.freecadweb.org/api/
FreeCAD can be compiled on all platforms using cMake. The source code is [https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License LGPL]-licensed and hosted on [https://github.com/FreeCAD/FreeCAD GitHub]. There are build instructions for [[CompileOnWindows|Windows]], [[CompileOnUnix|Unix/Linux]] and [[CompileOnMac|MacOSX]]. The source code documentation is [http://www.freecadweb.org/api/ hosted here], generated by [[Doxygen]], and [[Source_documentation|documented on the wiki]].


=== À propos du développement ===
=== À propos du développement ===


Consultez la [[Development roadmap/fr|feuille de route du développement]] pour être au courant de ce qui est planifié, le [http://www.freecadweb.org/tracker/changelog_page.php journal des changements] et la [http://www.freecadweb.org/tracker/roadmap_page.php feuille de route] sur le [http://www.freecadweb.org/tracker système de suivi de bogues] pour observer les progrès destinés à la prochaine version, ou les [http://www.ohloh.net/p/freecad statistiques de projet] pour de plus amples informations sur le code de FreeCAD. Toutes les communications sur le développement se déroulent sur le [http://forum.freecadweb.org forum], n'oubliez pas de le visiter si vous souhaitez participer.
Check the [[Development roadmap]] for news about what is being planned, the [http://www.freecadweb.org/tracker/changelog_page.php Changelog] and [http://www.freecadweb.org/tracker/roadmap_page.php Roadmap] pages on the [http://www.freecadweb.org/tracker FreeCAD tracker] to see the progress towards next release, or the [http://www.ohloh.net/p/freecad Project statistics] for even more information about the FreeCAD codebase. All the development communication happens on the [http://forum.freecadweb.org forum], so be sure to visit it if you are interested in participating.





Revision as of 14:53, 27 March 2017

Introduction

This is the documentation wiki of FreeCAD. You have two main ways to browse through the documentation: by exploring user hubs, or by following the manual. It is a work in progress, written by the community of users and developers of FreeCAD. If you find information that is wrong or missing, please help!


Contenu

Voici les trois points d'entrée principaux pour la documentation, pour les trois grandes catégories d'utilisateurs de FreeCAD :

  • Pour les utilisateurs : Explique comment installer et utiliser l'application FreeCAD et détaille le contenu des différents ateliers.
  • Pour les développeurs : explique comment écrire du code pour l'application FreeCAD, l'étendre ou l'utiliser dans vos propres applications.

Manuel

Le manuel Freecad est une autre façon, plus linéaire, de présenter l'information contenue dans ce wiki. Il est prévu pour être lu comme un livre, et constitue une introduction aux nombreuses autres pages des modules mentionnés ci-dessus. ebook versions (en anglais) est également disponible.

Table of contents

Le tableau suivant liste tous les articles de ce wiki. Il constitue l'ossature de la documentation hors-ligne fournie avec le logiciel FreeCAD. Il est disponible dans plusieurs langues :

S'impliquer

Comment participer

There is plenty to do inside the FreeCAD project, if you are interested in helping us. Of course, there are programming tasks for C++ or Python programmers, but there are also many things you can do even if you cannot code, such as

  • writing documentation
  • helping newcomers
  • translating the application and documentation
  • helping with the packaging of the latest release of FreeCAD for your favourite operating system
  • helping other people around you to discover FreeCAD.

The help FreeCAD page describes it all with more details. Starting from 2016, FreeCAD is also participating to the Google Summer of Code.

Code Source

FreeCAD can be compiled on all platforms using cMake. The source code is LGPL-licensed and hosted on GitHub. There are build instructions for Windows, Unix/Linux and MacOSX. The source code documentation is hosted here, generated by Doxygen, and documented on the wiki.

À propos du développement

Check the Development roadmap for news about what is being planned, the Changelog and Roadmap pages on the FreeCAD tracker to see the progress towards next release, or the Project statistics for even more information about the FreeCAD codebase. All the development communication happens on the forum, so be sure to visit it if you are interested in participating.