Difference between revisions of "Inkscape em Português"

From Inkscape Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Esta é uma versão em Português do Wiki para o Desenvolvimento e Discussão do Inkscape.
{{Main Page/Localized versions}}
Pode obter ajuda sobre as sintaxes do Wiki em [[WikiSyntax]] (Inglês)
<table cellspacing="11" width="100%"><tr valign="top">
<td style="width:33%;background-color: #EFFBFF; padding:.5em; border: 1px solid #BFEEFF">
=== Sobre o Inkscape ===
* [http://www.inkscape.org/?lang=es Página web do Inkscape em Espanhol]
* [[Sobre o Inkscape]]
* [[Características do Inkscape]]
* [[ptFAQ]] - Perguntas e respostas mais frequentes
* [[Informação sobre o projeto]]
* [[Sistemas Operacionais Suportados]]
* [[Ferramentas]] - Suporte para Ferramentas e Aplicativos
* [[Galerias]]
* [[Artigos e Apresentações]]
* [[Testemunhos]]
* [[Popularidade do Inkscape]]
* [[Informação para contato]] Nossos hérois
 
</td><td style="width:33%;;background-color: #FFF1EF; padding:.5em; border: 1px solid #FFC7BF;margin:.5em">
 
=== Documentação para o usuário ===
* [[Ajuda para a Instalação]]
* [[Terminología do Inkscape]]
* [[Manual do usuario]]
* [http://inkscape.org/doc/basic/tutorial-basic.pt_BR.html Tutorial:Funções básicas]
* [[Formato SVG do Inkscape]] contra o formato SVG plano
* [[Fazendo as extensões funcionarem]]
* [[Fazendo os efeitos funcionarem]]
* [[Quais são os efeitos]]
* [[Usando a ferramenta de contectores]]
* [[Instalando fonts como um usuário]]
* [[Release notes|Notas de Lançamento]]  -- Em Inglês
** Notas de lançamento [[Release notes/0.49|0.49]] (active development)
** Notas de lançamento [[Release notes/0.48.2|0.48.2]] (upcoming stable)
** Notas de lançamento [[Release notes/0.48.1|0.48.1]] (current)
** Notas de lançamento [[Release notes/0.47|0.47]] (old)
 
* [[InkscapeTipWiki]]
* [[Outros Projetos]] (links externos)
</td><td style="width:33%;background-color: #FFFAE5; padding:.5em; border: 1px solid #FFFF66; margin:.5em">
 
=== Ajude o Inkscape sem saber programar ===
 
* [[PrintingConsensusPoll]]: Referendum para consenso sobre impressão (em inglês)
* [[Busando ajuda]]
* [[Criando distros]]: Construindo pacotes
* [[Editando a web]]
* [[Escrevendo Noticias]]
* [[UpdatingTrackerItems]]
* [[Idéias para os Tutoriais]]
 
* [[Testando o Inkscape]]
 
</td></tr></table><table cellspacing="0" width="100%" style="background-color: #FFFAE5; border-width:0em .5em; border-style:solid; border-color:white"><tr valign="top" style="padding:11px 0em 0em 11px">
<th colspan="2" align="left" style="padding:.5em 0em 0em .5em">
 
=== Documentação para Desenvolvedores ===
</th></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em">
==== Primeiros Passos ====
* [[Working with Bazaar]] - Como obter o código fonte. Guia rápido de utilização do versionador de versão
* [[Compiling Inkscape|Compilation]]
* [[Using Eclipse]]
* [[Developer manual]] - Informações Importantes. Leia antes de codificar.
* [[Debugging Inkscape|Debugging]] - Dicas aleatórias para resolução de bugs.
* [[Project organization]] - Procedimentos, hierarquia, papéis para desenvolvedores
* [[Janitorial tasks]] - Pequenas tarefas que devem ser feitas
* [[Doxygen documentation]]
* [[Working with SVN]] - Além do código no Bazaar, ainda temos algumas coisas no SVN.
 
==== Tutoriais para Desenvolvedores ====
* [[Architectural overview]] - a high-level look at Inkscape
* [[Preferences subsystem]] - creating and using preference values
* XML subsystem (WIP) - how to manipulate the XML representation of a document
* Display subsystem (WIP) - how to make things appear on the canvas
* Tools subsystem (WIP) - how to create a new tool
* [[Creating a new SPObject]]
* Extensions
** [[Extension subsystem]] - an overview of the functionality provided by extensions and the possible implementations
** [[Script extensions]]
** [[Python modules for extensions]] - some helpful routines for use in Python script extensions
* [[Creating Live Path Effects]]
* [[Boost shared pointers]]
* [[Using libsigc++ signals]]
* [[Windows development on Linux]]
 
==== Miscellaneous ====
* [[INX extension descriptor format]]
* [[Inkscape-specific XML attributes]] - documentation of attributes from Inkscape's XML namespace
 
* [[Extension repository]]: an Internet central for Inkscape Extensions
* [[Related programs]]
 
 
</td><td style="width:50%;padding:.5em">
 
==== Discussões para Desenvolvimento ====
* [[Roadmap]]: the main todo list
* [[Dependencies]] - what libs are needed to build Inkscape
* [[NewFeatureProposals]]
* [[ExtensionArchitectureProposals]]
* [[Coding Style|Coding Style Discussion]]
* [[FileTypes]]
* [[ApplicationIcons]] (Application + Interface)
* [[Icons]]
* [[InkscapeColor]]
* [[PrintingSubsystem]]
* [[SVG Tiny Compliance]]
* [[SVG Test Suite Compliance]] - [[W3C]] full test suite
* [[CSS Support]]
* [[Google Summer Of Code]]
* [[Improved Media Management]]
* [[UI MockupScreenshots]]
* [[Swatch Book]]
* [[Tablet Dialog]]
* [[ViewBoxToDo]] View box support info
 
===Lib2Geom===
*[[lib2geom]]
*[[lib2geom Goals]]
*[[lib2geom FAQ]]
*[[lib2geom SVN Repository Guide]]
*[[WorkingWith2GeomFAQ]]: real-life questions answered about using 2Geom in real code
*[[lib2geom py2geom]]: python bindings to 2geom. With this you can use the power of 2geom in python scripts.
</td></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em">
 
==== Interface de Discussão do Usuário ====
* [[TranslationInformation]]
* [[AccessibleGraphics]]
* [[ObjectManager]]
* [[DialogsReorganization]]
* [[DialogReplacement]]
* [[ModalInterfaces]]
* [[TextUsability]]: text tool /dialog dialog
* [[KeyboardShortcutsToDo]]
** [[KeyboardProfiles]]: how you can help
* [[StatusbarAPI]]
* [[Animation-(Timeline)]]
* [[Free Desktop Graphic Suite]]
 
</td><td style="width:50%;padding:.5em">
 
==== Rearchitecture Discussion ====
* [[0.47 Refactoring Plan]]
** [[SubsystemRearchitecture]]
** [[GtkMMification]]: replace C boilerplate with gtkmm objects
* [[PathRepresentation]]
* [[Cairoification]]
* [[ScribusInteroperability]]
 
</td></tr></table>
 
----
* [[WikiAttic]]: pages that are no longer relevant but kept for historical value
 
__NOTOC__
 


[[Category:About Inkscape]]
[[Category:About Inkscape]]
[[Category:User Documentation]]
[[Category:Português]]
[[Category:Português]]

Latest revision as of 14:35, 5 August 2016

As the wiki is now dedicated to Inkscape development (which is done exclusively in English), this page is no longer relevant here. All contents directed to normal users and deserving to be translated should now be on the main Inkscape website.

Other languages: العربية Català Česky Deutsch English Español Français Italiano 日本語 한국어 Polski Português Português do Brasil Русский Slovenčina 中文