Main Page/bg: Difference between revisions

From FreeCAD Documentation
(Created page with "== Включете се ==")
(Created page with "=== Как да помогнем ===")
Line 51: Line 51:
== Включете се ==
== Включете се ==


=== 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. 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. 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]].

Revision as of 12:55, 15 January 2017

Това е документацията на FreeCAD. Информацията кояте се съдържа тук е това което оформя документацията която се доставя с FreeCAD. Има два основни начина да преглеждате документацията: като проучвате потребителски центрове или като следвате ръководството. Това е работа в прогрес която се пише от общност от потребители и разработчици на FreeCAD. Ако намерите информация която е грешна или липсва, моля помогнете!


Потребителски центрове

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.

Ръководство

Ръководството на FreeCAD (на английски език) е друг, линеен начин да се представи информацията съдържана в тази документация. Направено е да бъде четено като книга и ще ви запознае постепенно със много други страници от горните центрове.

Електронна книга (pdf, също на английски език) също е на разположение.

Съдържание

Следващата таблица съдържа всички статии в тази документация които формират гръбнака на документацията доставена с FreeCAD програмата. Тя е на разположение на няколко езика:

Включете се

Как да помогнем

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.

Source code

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/

About the development

Check the Development roadmap for news about what is being planned, the Changelog and Roadmap pages on the FreeCAD tracker 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.