Difference between revisions of "User manual information"

From Inkscape Wiki
Jump to navigation Jump to search
m
m (Reverted edits by NcpDc6 (Talk); changed back to last version by Elisa)
Line 3: Line 3:
Other manuals and tutorials are [http://inkscape.org/cgi-bin/wiki.pl?OtherProjects#outsidetut listed here].
Other manuals and tutorials are [http://inkscape.org/cgi-bin/wiki.pl?OtherProjects#outsidetut listed here].


: Why not write the manual here? Use wiki as a versioning
: Why not write the manual here? Use wiki as a versioning & collaboration tool -- that's what it's for :) You can then use a script to turn raw wiki pages into whatever format you need for the distribution
 
* [[VectorAndBitmap]]
* [[IllustratorUsers|Inkscape for Illustrator Converts]]
* [[TricksAndTips]]
* [[KeyboardShortcuts]]
* [[InkscapeColor]]
 
We need to work now on an update of this Manual and have a specific version for Inkscape.
 
* Queries about Manual can be added here or sent to cedric@le-radar.com
 
== Translations of the manual ==
 
 
Currently in CVS there is a manual (or beginnings of a manual) that was written in French for SodiPodi. Has anyone looked at it? What are your thoughts?
 
 
[http://inkscape.org/doc/ Manuals are available in many languages]:
english
English,
deutsch
German,
français
French,
Italian,
espanol
Spanish,
Nynorsk
Norwegian,
and
Japanese.
 
* [http://wiki.inkscape-forum.de/handbuch German] already started by [[User:Fzap]]
 
== Inkscape tutorial paginated for printing ==
 
In SVG, each page is a layer.  Make one page visible and others invisible.  (The Wiki would not accept the PDF because the files are too big.)
 
These tutorials were adapted from Inkscape 0.41.
 
* upload:inkscape-tutorial-basic.svgz
* upload:inkscape-tutorial-shapes.svgz
 
 
 
== Where can I find the latest update?  ==
* If you want to contribute, download the USER_MANUAL part of SVN (http://svn.sourceforge.net/viewcvs.cgi/inkscape/user_manual/trunk/)
* If you just want to browse to find a subject, you can go to http://www.le-radar.com/?mm/inkscape_inkscape.rss and choose your language. It is the most up2date.
* An alternative, in-progress, unofficial version can be found at http://www.usinginkscape.com/usermanual
 
== How to Help  ==
 
* Adding new information to the manual : write your files in docbook or in plain text that we'll convert (please follow [[Manualguidelines.html|guidelines]])
* translating pages
* contact a contributor or add your name in the follow list and have a look at the [[Manualwip.Html|WIP]]
 
 
* If you want to contribute, download the USER_MANUAL part of SVN
* To view actual state in html, type "make your_language" (notice that xsltproc is needed). If nothing is generated, it is that your language is actually not added to the manual. Thanks to begin one, ad become responsible for this part ;)
* edit the trunk/xml/inkscapeUTF.xml file. All languages are inside.
* Just read the file, choose the language reference you want to use (en, fr...) and translate by duplicating the node and changing lang attribute to yours.
* For pictures, you may use the "images/sshot_yourlanguage" directory or create it if necessary".
* when finishing editing, if necessary edit the Makefile and add your language to the Makefile. In every case test your file with some tools (xmllint...) or just type again "make your_language" : syntax errors will be displayed : please correct them.
* svn commit
 
== FAQ  ==
'''Why is there only one xml file?'''
The single XML file has now been split into language-specific versions, please only edit these.
 
'''How can I produce HTML output from the XML file?'''
Type "make your_language" to have truncated html file (one file per sect1), or "make singleYour_language" to have all the manual in one html file.
 
'''Can I export to PDF?'''
Yes. Make a single HTML file as described above and run "make pdfYour_language". This depends on htmldoc. If anyone wants to work on a different XSL stylesheet that produce language specific XML file and use db2pdf, it is welcome.
 
== Misc ==
* automated screenshot taking: maybe via [http://people.redhat.com/zcerza/dogtail/ Dogtail] (see [http://www.redhat.com/magazine/020jun06/features/dogtail/] and [http://www.redhat.com/magazine/021jul06/features/dogtail/]) or [http://ldtp.freedesktop.org/ LDTP]?
 
The [http://inkscape.org/doc/inkscape-man.html Inscape "man page"].
 
== People ==
'''[[User:Cedric|Cedric Gemy]]''' - main contributor - ''cedric at le-radar.com''
 
'''John''' - Author and French/British translation
 
'''Ernesto''' - Spanish translation - ''celise at prodigy.net.mx''
 
'''Antonio''' - Italian translation - ''antonio.angelo at poste.it''
 
'''Bryce''' - English translation/editing - ''bryce at bryceharrington.com''
 
'''Kevin''' - English translation/editing - ''inkscape.docs at wixsonit.com''
 
'''[[User:Colin Marquardt|Colin Marquardt]]''' - volunteer for a German translation from English, help with xml2po if needed. Especially interested in [[Embedded_Help]].
 
'''[[User:vonHalenbach|vonHalenbach-de]]''' - volunteer for a translation of pygmees manual from English to the german language.
 
'''Elisa''' - contributor in french - ''elisa at ec.yemanja.net''
 
[[Category:User Documentation]]
[[Category:Needs Work]]

Revision as of 16:03, 11 June 2007

This is mainly a scratchpad to begin working out the UserManual. We can post ideas and fragments of text up here, but the real deal will be in CVS so that it can be checked out and worked on.

Other manuals and tutorials are listed here.

Why not write the manual here? Use wiki as a versioning & collaboration tool -- that's what it's for :) You can then use a script to turn raw wiki pages into whatever format you need for the distribution

We need to work now on an update of this Manual and have a specific version for Inkscape.

  • Queries about Manual can be added here or sent to cedric@le-radar.com

Translations of the manual

Currently in CVS there is a manual (or beginnings of a manual) that was written in French for SodiPodi. Has anyone looked at it? What are your thoughts?


Manuals are available in many languages: english English, deutsch German, français French, Italian, espanol Spanish, Nynorsk Norwegian, and Japanese.

Inkscape tutorial paginated for printing

In SVG, each page is a layer. Make one page visible and others invisible. (The Wiki would not accept the PDF because the files are too big.)

These tutorials were adapted from Inkscape 0.41.

  • upload:inkscape-tutorial-basic.svgz
  • upload:inkscape-tutorial-shapes.svgz


Where can I find the latest update?

How to Help

  • Adding new information to the manual : write your files in docbook or in plain text that we'll convert (please follow guidelines)
  • translating pages
  • contact a contributor or add your name in the follow list and have a look at the WIP


  • If you want to contribute, download the USER_MANUAL part of SVN
  • To view actual state in html, type "make your_language" (notice that xsltproc is needed). If nothing is generated, it is that your language is actually not added to the manual. Thanks to begin one, ad become responsible for this part ;)
  • edit the trunk/xml/inkscapeUTF.xml file. All languages are inside.
  • Just read the file, choose the language reference you want to use (en, fr...) and translate by duplicating the node and changing lang attribute to yours.
  • For pictures, you may use the "images/sshot_yourlanguage" directory or create it if necessary".
  • when finishing editing, if necessary edit the Makefile and add your language to the Makefile. In every case test your file with some tools (xmllint...) or just type again "make your_language" : syntax errors will be displayed : please correct them.
  • svn commit

FAQ

Why is there only one xml file? The single XML file has now been split into language-specific versions, please only edit these.

How can I produce HTML output from the XML file? Type "make your_language" to have truncated html file (one file per sect1), or "make singleYour_language" to have all the manual in one html file.

Can I export to PDF? Yes. Make a single HTML file as described above and run "make pdfYour_language". This depends on htmldoc. If anyone wants to work on a different XSL stylesheet that produce language specific XML file and use db2pdf, it is welcome.

Misc

The Inscape "man page".

People

Cedric Gemy - main contributor - cedric at le-radar.com

John - Author and French/British translation

Ernesto - Spanish translation - celise at prodigy.net.mx

Antonio - Italian translation - antonio.angelo at poste.it

Bryce - English translation/editing - bryce at bryceharrington.com

Kevin - English translation/editing - inkscape.docs at wixsonit.com

Colin Marquardt - volunteer for a German translation from English, help with xml2po if needed. Especially interested in Embedded_Help.

vonHalenbach-de - volunteer for a translation of pygmees manual from English to the german language.

Elisa - contributor in french - elisa at ec.yemanja.net