Main Page/pl: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "Poniżej znajdują się trzy wejścia do dokumentacji, dla trzech ogólnych kategorii użytkowników: {|border="0" width="100%" style="background:transparent;" |- | * [[Ima...")
Line 6: Line 6:
== Centra użytkowników ==
== Centra użytkowników ==


Poniżej znajdują się trzy wejścia do dokumentacji, dla trzech ogólnych kategorii użytkowników:
Below are the three main entry points to the documentation, for the three broad categories of FreeCAD users:
{|border="0" width="100%" style="background:transparent;"
{|border="0" width="100%" style="background:transparent;"
|-
|-
|
|
* [[Image:Crystal_Clear_app_display.png|22px]] [[User_hub|Users hub]]: For normal users, explains how to install and use the FreeCAD application and the contents of the different workbenches
* [[Image:Crystal_Clear_app_display.png|22px]] [[User_hub|User_hub]]: Dla zwykłych użytkowników, wyjaśnia jak zainstalować i używać programu FreeCAD, oraz zawartość poszczególnych warsztatów
||
||
* [[Image:Crystal Clear app terminal.png|22px]] [[Power_users_hub|Power users hub]]: For advanced users, explains how to use macros and python scripting to enhance your workflow
* [[Image:Crystal Clear app terminal.png|22px]] [[Power_users_hub|Power users hub]]: Dla zaawansowanych użytkowników, wyjaśnia użycie makr i skryptów pythona do poprawy twojego sposobu pracy.
||
||
* [[Image:Crystal Clear app tutorials.png|22px]] [[Developer_hub|Developers hub]]: For developers, explains how to write code for the FreeCAD application, extend it or use it in your own applications
* [[Image:Crystal Clear app tutorials.png|22px]] [[Developer_hub|Developers hub]]: Dla twórców, wyjaśnia jak pisać kod dla programu FreeCAD, rozszerzać go lub używać w twoim własnym programie.
|}
|}



Revision as of 16:16, 27 May 2014

To jest dokumentacja wiki FreeCAD. Informacje zawarte tutaj są tym co się składa na na dokumentację dystrybuowaną z samym FreeCAD-em. Są dwa sposoby przeglądania dokumentacji: przez wykorzystywanie centrów użytkownika lub przez podążanie według podręcznika. Wiki jest w czasie rozwoju, pisana przez społeczność użytkowników i twórców FreeCAD-a. Jeśli znalazłeś nieprawdziwą lub brakującą informację, proszę pomóż!


Centra użytkowników

Poniżej znajdują się trzy wejścia do dokumentacji, dla trzech ogólnych kategorii użytkowników:

  • User_hub: Dla zwykłych użytkowników, wyjaśnia jak zainstalować i używać programu FreeCAD, oraz zawartość poszczególnych warsztatów
  • Power users hub: Dla zaawansowanych użytkowników, wyjaśnia użycie makr i skryptów pythona do poprawy twojego sposobu pracy.
  • Developers hub: Dla twórców, wyjaśnia jak pisać kod dla programu FreeCAD, rozszerzać go lub używać w twoim własnym programie.

Manual

The FreeCAD manual is another, more linear way to present the articles contained in this wiki. It forms the backbone of the offline documentation shipped with the FreeCAD application. It is already available in several languages:

Get involved

How to participate

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.

Source code

FreeCAD can be compiled using cMake or autotools, the git link is git://free-cad.git.sourceforge.net/gitroot/free-cad/free-cad and there are build instructions for Windows, Unix/Linux and MacOSX.

About the development

Check the Development roadmap for news about what is being planned, the Changelog and Roadmap mantis pages to see the progresses 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.