Difference between revisions of "Tutorials and help"

From Inkscape Wiki
Jump to navigation Jump to search
(→‎Creating New Tutorials: converted cvs links to subversion)
Line 40: Line 40:


Official way:
Official way:
# Create a DocBook XML file like the [http://cvs.sourceforge.net/viewcvs.py/inkscape/doc-docbook/basic/tutorial-basic.xml?rev=1.4&view=auto Basic Tutorial DocBook]
# Create a DocBook XML file like the [http://svn.sourceforge.net/viewvc/inkscape/doc-docbook/trunk/basic/tutorial-basic.xml?view=markup Basic Tutorial DocBook]
# Follow directions in the tutorial directory [http://cvs.sourceforge.net/viewcvs.py/inkscape/doc-docbook/README?rev=1.6&view=auto README] for formatting and handling of embedded non-SVG images
# Follow directions in the tutorial directory [http://svn.sourceforge.net/viewvc/inkscape/doc-docbook/trunk/README?view=markup README] for formatting and handling of embedded non-SVG images
# Create a subdirectory in the [http://cvs.sourceforge.net/viewcvs.py/inkscape/doc-docbook/ doc-docbook] module and place the new tutorial docbook file there
# Create a subdirectory in the [http://svn.sourceforge.net/viewvc/inkscape/doc-docbook/trunk/ doc-docbook] module and place the new tutorial docbook file there
# Test tutorial generation using the `make-html`, `make-svg`, and `make-all` scripts
# Test tutorial generation using the `make-html`, `make-svg`, and `make-all` scripts
# Announce the availability of the new tutorial
# Announce the availability of the new tutorial

Revision as of 11:30, 22 August 2006

Unofficial tutorials

Help & helpful articles

Creating New Tutorials

Easy way:

  1. Load up one of the existing tutorials
  2. Replace its text and images with your own
  3. Upload it to the Patch Tracker. Make SURE to click the "Upload and Attach a File" checkbox!

Official way:

  1. Create a DocBook XML file like the Basic Tutorial DocBook
  2. Follow directions in the tutorial directory README for formatting and handling of embedded non-SVG images
  3. Create a subdirectory in the doc-docbook module and place the new tutorial docbook file there
  4. Test tutorial generation using the `make-html`, `make-svg`, and `make-all` scripts
  5. Announce the availability of the new tutorial