Difference between revisions of "Inkscape-fr"

From Inkscape Wiki
Jump to navigation Jump to search
m (templateified)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Main Page/Code|lang=fr
{{Main Page/Localized versions}}
|
About Inkscape=À propos d'Inkscape|
About Inkscape Item=
* [http://www.inkscape.org/index.php?lang=fr Page d'accueil d'Inkscape]
* [[A_propos_d'Inkscape | À propos d'Inkscape]]
* [[FonctionaliteesDInkscape | Fonctionnalités]]
* [[FrFAQ | Foire aux questions]]
* [[ProjectInfo | Informations sur le projet]] (en)
* [[SupportedOperatingSystems | Systèmes supportés]] (en)
* [[Tools | Outils et applications]] (en)
* [[Galleries]] (en)
* [[ArticlesAndPresentations | Articles et présentations]] (en)
* [[TestimonialComments | Témoignages]] (en)
* [[InkscapePopularity | Diffusons Inkscape !]] (en)
* [[ContactInfo | Contacts]] (en)
|
User Documentation=Documentation pour les utilisateurs|
User Documentation Item=
* [[InstallHelp | Aide à l'installation]] (en)
* [[International and Local Communities | Communautés]] (en)
* [[FrenchTerminology | Terminologie]]
* [[UserManual | Manuel d'utilisation]] (en)
* [http://inkscape.org/doc/ Tutoriaux] (en)
* [[InkscapeSVG|SVG Inkscape ou SVG simple ?]] (en)
* [[GettingExtensionsWorking | Faire fonctionner les extensions]] (en)
* [[GettingEffectsWorking | Faire fonctionner les effets]] (en)
* [[WhatEffectsDo | Les différents effets]] (en)
* [[UsingTheConnectorTool | Utiliser l'outil connecteur]] (en)
* [[Installing Fonts as a User | Installer des polices de caractère]] (en)
* [[EmergencySave | Que faire en cas de plantage ?]] (en)
* Notes de version :
** [[Release_notes/0.48|Inkscape 0.48]] (en)
** [[Release_notes/0.47|Inkscape 0.47]] (en)
** [[ReleaseNotes046|Inkscape 0.46]] (en)
** [[ReleaseNotes045-fr|Inkscape 0.45]]
** [[ReleaseNotes044|Inkscape 0.44 et antérieures]] (en)
** [[Announcing Releases|Annonces de version]] (en)
* [[TricksAndTips | Trucs et astuces]] (en)
|
Help Inkscape Without Coding=Aider sans coder|
Help Inkscape Without Coding Item=
* [[HelpWanted|Aidez-nous !]] (en)
* [[BugTriageProjects|Suivi des bugs]] (en)
* [[CreatingDists|Création de packets distribuables]] (en)
* [[StableBranchUpdates|Mise à jour de la branche stable]] (en)
* [[WebsiteEditing|Édition du site]] (en)
* [[UpdatingTrackerItems|Mise à jour du suivi projet]] (en)
* [[TutorialsAndHelp|Aide et tutoriaux]] (en)
* [[How_To_Start_A_Page|Écrire un article, premiers pas]] (en)
* [[TestingInkscape|Tester Inkscape]] (en)
* [[Translation information|Traduction]] (en)
* [[AboutScreenContest|À propos du concours d'écran]] (en)
* [[Inkscape Classes|Les classes Inkscape]] (en)
* [[Conferences|Conférences]] (en)
|
Developer Documentation=Documentation pour les programmeurs|
First Steps=Documentation générale|
First Steps Item=
* [[DeveloperManual|Manuel de programmation]] (en)
* [[CompilingInkscape|Compiler Inkscape]] (en)
* [[WorkingWithSVN|Utiliser SVN]] (en)
* [[Using Eclipse|Utiliser Eclipse]] (en)
* [[HandlingPreferences|Manipuler les préférences]] (en)
* [[AddSPObject|Ajouter un nouveau type SPObject]] (en)
* [[ReprListeners]]: responding to XML doc changes (en)
* [[ErrorsAndWarnings]]: how to deal with reporting errors, warnings, and other messages (en)
* [[DebuggingTips]]: random tips to help debug problems (en)
 
* [[DeveloperTitles]]: terms for various roles in Inkscape (en)
* [[InkscapeJanitors]]: small tasks that need doing (en)
* [[ExtensionAttributes]]: currently defined attributes in In kscape's XML namespace and what they do (en)
 
* [[ExtensionsRepository]]: an Internet central for Inkscape Extensions (en)
* [[OtherProjects]] (outside links) (en)
* [[Creating Live Path Effects]]: detailed instructions for building new live path effects (en)
* [[WorkingWith2GeomFAQ]]: reallife questions answered about using 2Geom in real code (en)
* [[:Category:Extensions|Extensions]] (en)
** [[ExtensionArchitecture]]: an overview of the functionality provided by extensions and the possible implementations (en)
** [[MakingAnINX]]: A description of the INX file format (en)
** [[ScriptingHOWTO]]: Guidelines for writing External Script Extensions (en)
** [[PythonModules]]: Helper modules for extensions crafted with python (en)
|
Development Discussion=Development Discussion|
Development Discussion Item=
* [[Roadmap]]: the main todo list (en)
* [[Minimum Version Requirements]] of dependencies, etc. (en)
* [[NewFeatureProposals]] (en)
* [[ExtensionArchitectureProposals]] (en)
* [[Coding Style|Coding Style Discussion]] (en)
* [[FileTypes]] (en)
* [[ApplicationIcons]] (Application + Interface) (en)
* [[InkscapeColor]] (en)
* [[PrintingSubsystem]] (en)
* [[SVG Competitors Plan]] - MS WVG vs SVG, etc (en)
* [[SVG Tiny Compliance]] (en)
* [[SVG Test Suite Compliance]] - [[W3C]] full test suite (en)
* [[CSS Support]] (en)
* [[OpenDocument proposal]] (en)
* [[Google Summer of Code]] (en)
* [[UI MockupScreenshots]] (en)
* [[lib2geom]] (en)
* [[Swatch Book]] (en)
* [[Tablet Dialog]] (en)
|
User Interface Discussion=Discussion sur l'interface utilisateur|
User Interface Discussion Item=
* [[Translation_information|Traductions]] (en)
* [[AddingInterfaceVerbs|Ajouter des commandes (''verbs'')]] (en)
* [[AccessibleGraphics]] (en)
* [[ObjectManager]] (en)
* [[DialogsReorganization]] (en)
* [[ModalInterfaces]] (en)
* [[TextUsability]]: text tool /dialog dialog (en)
* [[KeyboardShortcutsToDo]] (en)
** [[KeyboardProfiles]]: how you can help  (en)
* [[StatusbarAPI]] (en)
* [[Animation-(Timeline)]] (en)
* [[Free Desktop Graphic Suite]] (en)
 
==== Réorganisation de l'architecture ====
* [[Refactoring plan|Plan de refonte]] (en)
** [[SubsystemRearchitecture|Architecture du sous-système]] (en)
** [[GtkMMification]]: remplacement de code C par des objets gtkmm (en)
* [[Cairoification]] (en)
* [[ScribusInteroperability|Interopérabilité avec Scribus]] (en)
}}


[[Category:About Inkscape]]
[[Category:French]]
[[Category:French]]

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 中文