Package Distribution

Role Definition

  • Release/Distribution Manager – JaEun Ku
  • Developer – Jon Gunderson, Nick Hoyt, Haaris and JaEun for library-specific template plugin
  • Design – JaEun Ku and Nick Hoyt

Developer Documentation

  • How to set up CKEditor
  • How plugins are organized
  • How branches are created

Development Work Flow

  • Submodule for each plugin repositories
  • Three git repos for the project:
    1. ckeditor-a11yfirst-dist
    2. plugins-dev
    3. plugins-dist

Distribution VS Development

File Naming Convention

Inconsistencies with naming conventions.

Ex: a11yFirst_……, a11yfirst-heading, a11y_fi

We should be using a11yfirst (all lower case) and hyphens (-) as opposed to underscore (_)

Ex: a11yfirst-heading as opposed to a11yfirst_heading