Difference between revisions of "User manual information"

From Inkscape Wiki
Jump to navigation Jump to search
(First cleanup.)
Line 1: Line 1:
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 [http://inkscape.org/cgi-bin/wiki.pl?OtherProjects#outsidetut 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
* [[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.
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
* Queries about Manual can be added here or sent to <cedric@le-radar.com>


== Translations of the manual ==
== Translations of the manual ==


* [http://wiki.inkscape-forum.de/handbuch German] already started by [[User:Fzap]]
* [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?  ==
== Where can I find the latest update?  ==
Line 40: Line 17:
* translating pages
* translating pages
* contact a contributor or add your name in the follow list and have a look at the [[Manualwip.Html|WIP]]
* 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
* If you want to contribute, download the USER_MANUAL part of SVN
Line 51: Line 27:


== FAQ  ==
== FAQ  ==
'''Why is there only one xml file?'''
;Why is there only one xml file?: The single XML file has now been split into language-specific versions, please only edit these.
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.


'''How can I produce HTML output from the XML 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.
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?'''
== People ==
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.
* '''[[User:Cedric|Cedric Gemy]]''' - main contributor - ''cedric at le-radar.com''
* '''[[User:Elisa-yemanja|Elisa]]''' - contributor in French - ''elisa at ec.yemanja.net''
* '''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 German


== Misc ==
== Misc ==
Line 65: Line 49:
The [http://inkscape.org/doc/inkscape-man.html Inscape "man page"].
The [http://inkscape.org/doc/inkscape-man.html Inscape "man page"].


== People ==
* [[VectorAndBitmap]]
'''[[User:Cedric|Cedric Gemy]]''' - main contributor - ''cedric at le-radar.com''
* [[IllustratorUsers|Inkscape for Illustrator Converts]]
 
* [[TricksAndTips]]
'''John''' - Author and French/British translation
* [[KeyboardShortcuts]]
 
* [[InkscapeColor]]
'''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:User Documentation]]
[[Category:Needs Work]]
[[Category:Needs Work]]

Revision as of 22:23, 1 August 2007

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

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.

People

  • Cedric Gemy - main contributor - cedric at le-radar.com
  • Elisa - contributor in French - elisa at ec.yemanja.net
  • 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 German

Misc

The Inscape "man page".