Main Page/tr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 50: Line 50:
=== Geliştirme Hakkında ===
=== Geliştirme Hakkında ===


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 will also try to participate to the [[Google Summer of Code]].
[[Development roadmap|Geliştirme Yol haritası]] için neler planlandığı hakkında yeni haberlere [[Development roadmap|bakın]]. the [http://www.freecadweb.org/tracker/changelog_page.php Changelog] ve [http://www.freecadweb.org/tracker/roadmap_page.php Roadmap] sayfaları bir sonraki sürüme doğru ilerleme sürecini izleyebilirsiniz veya FreeCAD codebase hakkında daha fazla bilgi için [http://www.ohloh.net/p/freecad Proje İstatistikleri] inceleyebilirsiniz. Bütün geliştirme iletişimleri [http://forum.freecadweb.org/ forumda] olmaktadır. Geliştirmeye katılmakla ilgileniyorsanız forumu ziyaret edin.


=== Kaynak Kod ===
=== Kaynak Kod ===

Revision as of 18:18, 18 February 2016

This is the documentation wiki of FreeCAD. The information contained here is what forms the offline documentation shipped with FreeCAD itself. 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!


User hubs

Below are the three main entry points to the documentation, for the three broad categories of FreeCAD users:

  • Users hub: For normal users, explains how to install and use the FreeCAD application and the contents of the different workbenches
  • Power users hub: For advanced users, explains how to use macros and python scripting to enhance your workflow
  • Developers hub: For developers, explains how to write code for the FreeCAD application, extend it or use it in your own applications

Kılavuz

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:

Daha Fazlası

Geliştirme Hakkında

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 will also try to participate to the Google Summer of Code.

Kaynak Kod

FreeCAD can be compiled using cMake. The git link is https://github.com/FreeCAD/FreeCAD and there are build instructions for Windows, Unix/Linux and MacOSX.

Yardım Çağrısı

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.