Main Page/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 6: Line 6:
== Acceso para usuarios ==
== Acceso para usuarios ==


[[Image:Crystal_Clear_app_display.png|64px|left]] [[User_hub|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.
Debajo se indican las 3 formas principales de acceso a la documentación, según las 3 categorías principales de usuarios:
{{Clear}}
{|border="0" width="100%" style="background:transparent;"
[[Image:Crystal Clear app terminal.png|64px|left]] [[Power_users_hub|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.
|-
{{Clear}}
|
[[Image:Crystal Clear app tutorials.png|64px|left]] [[Developer_hub|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.
* [[Image:Crystal_Clear_app_display.png|22px]][[User_hub/es|Para usuarios normales]]: Explica cómo instalar y utilizar FreeCAD, y cómo son sus diversos entornos
{{Clear}}


== Manual ==
||
* [[Image:Crystal Clear app terminal.png|22px]][[Power_users_hub/es|Para usuario avanzado]]: Explica cómo utilizar macros y python scripting


[[Image:Crystal_Clear_manual.png|64px|left]] [[Manual:Introduction|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. [https://www.gitbook.com/book/yorikvanhavre/a-freecad-manual/details ebook versions] are also available.
||
{{Clear}}
* [[Image:Crystal Clear app tutorials.png|22px]][[Developer_hub/es|Para los desarrolladores]]: Explica cómo escribir código (en C++) para hacer módulos para FreeCAD, y extender sus posibilidades
|}


== Manual ==
== Table of contents ==


El manual de FreeCAD es otra manera, más ordenada, de presentar los artículos existentes en esta wiki. Constituye la estructura de la documentación off-line que está incorporada en el programa. Se encuentra disponible en distintos idiomas:
El manual de FreeCAD es otra manera, más ordenada, de presentar los artículos existentes en esta wiki. Constituye la estructura de la documentación off-line que está incorporada en el programa. Se encuentra disponible en distintos idiomas:

Revision as of 17:02, 14 August 2016

Esto es la documentación wiki de FreeCAD. La información contenida aquí es el soporte de lo que constituye la documentación incorporada en el propio programa FreeCAD. Tienes dos formas básicas para explorar la documentación: navegando por las notas para usuarios, o con el siguiente manual. Es un trabajo en continuo progreso, escrito por la comunidad de usuarios y desarrolladores de FreeCAD. Si encuentras información incorrecta o inexistente, por favor colabora con tu ayuda!


Acceso para usuarios

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.

Manual

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

El manual de FreeCAD es otra manera, más ordenada, de presentar los artículos existentes en esta wiki. Constituye la estructura de la documentación off-line que está incorporada en el programa. Se encuentra disponible en distintos idiomas:

Participa

Cómo participar

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.

Código fuente

FreeCAD puede compilarse utilizando cMake o autotools, el enlace a Git es https://github.com/FreeCAD/FreeCAD y se han definido instrucciones para Windows, Unix/Linux y MacOSX.

Sobre el desarrollo

Comprueba el Mapa de desarrollo para ver noticias sobre lo que está planificado, el Historial de cambios y la Hoja de ruta de las páginas de mantis para ver el progreso hacia la próxima versión, o las Estadísticas del proyecto para tener aún más información de la base de código de FreeCAD. Todas las comunicaciones sobre el desarrollo se realizan en los foros, así que asegúrate de visitarlos si estás interesado en participar.