Main Page/cs: 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 ==
Toto je wiki dokumentace [http://www.freecadweb.org FreeCADu]. Informace obsažené zde jsou ty, které budou v offline dokumentaci distribuované s FreeCADem. Pro prohlížení dokumentace pak máte dvě možnosti: buď v uživatelském centru nebo v manuálu. Právě se na tom pracuje, dokumentace je psána komunitou uživatelů a vývojářů FreeCADu. Najdete-li informace které jsou chybné nebo které chybí, prosím [[Help FreeCAD/cs|pomozte]]!
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 52: Line 53:
=== Jak se zúčastnit a přispět ===
=== Jak se zúčastnit a přispět ===


There is plenty to do inside the FreeCAD project, if you are interested in helping us. 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, help packaging the latest release of FreeCAD for your favourite operating system, or simply help other people to discover FreeCAD around you. The [[help FreeCAD]] page describes it all with more details. Starting from 2016, FreeCAD is also participating to the [[Google Summer of Code]].
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]].


=== Zdrojový kód ===
=== Zdrojový kód ===

Revision as of 16:27, 22 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!


Uživatelské centrum

Users hub: This page contains documentation useful for FreeCAD users in general: a list of all the workbenches, detailed instructions on how to install and use the FreeCAD application, tutorials, and all you need to get started.

Power users hub: This page gathers documentation for advanced users and people interested in writing python scripts. You will also find there a repository of macros, instructions on how to install and use them, and more information about customizing FreeCAD to your specific needs.

Developers hub: This section contains material for developers: How to compile FreeCAD yourself, how the FreeCAD source code is structured and how to navigate in it, and how to develop new workbenches, or embed FreeCAD in your own application.

Manuál

The FreeCAD manual is another, more linear way to present the information contained in this wiki. It is made to be read like a book, and will gently introduce you to many other pages from the hubs above. ebook versions are also available.

Table of contents

The following table lists all the articles of this wiki that form the backbone of the offline documentation shipped with the FreeCAD application. It is already available in several languages:

Zúčastněte se

Jak se zúčastnit a přispět

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.

Zdrojový kód

FreeCAD can be compiled on all platforms using cMake. The source code is LGPL-licensed and hosted on https://github.com/FreeCAD/FreeCAD and there are build instructions for Windows, Unix/Linux and MacOSX. The source code documentation is at http://www.freecadweb.org/api/

O vývoji

Podívejte se na Vývojovou mapu na novinky, které jsou plánovány. Na stránkách Changelog a Roadmap na FreeCAD tracker najdete postup prací na nové verzi nebo na Project statistics, kde jsou další informace o stavu kódování FreeCADu. Všechna komunikace mezi vývojáři probíhá na fóru, kam se určitě podívejte máte-li zájem spolupracovat.