Skip to content Skip to navigation

Connexions

You are here: Home » Content » After Authoring a Module

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the authors

Recently Viewed

This feature requires Javascript to be enabled.

After Authoring a Module

Module by: Sarah Coppin, Ricardo Radaelli-Sanchez

Summary: This is a general description of what to do after the module has been written.

  1. Check the syntax of your module by using a CNXML validator. At a command line, type rxp -xVs file.cnxml, where file.cnxml is the name of the module you wish to validate.
  2. If there are errors, a general description along with a line number is returned. Fix the errors and save the changes. Don't forget to validate again to make sure all bugs/errors are gone.
  3. Once valid, commit your module into the CVS repository. At a command line, type cvs commit file.cnxml, where file.cnxml is the name of the module you wish to commit. CVS will ask you to document the changes you made to the module. In the text editor that pops up, type a description of your modifications, save the modifications file, and exit.

For more information on creating modules there is a series of three tutorials: The Beginning CNXML, The Intermediate CNXML and The Advanced CNXML. There also exists a CNXML FAQ which may answer other questions you may have.

Comments, questions, feedback, criticisms?

Send feedback