Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Whether you are a committer or not, you can help add your and others' applications onto the FLEX showcase. This assumes that you've already created your JIRA ticket as detailed at the top of the showcase.

Step-by-step guide

  1. Get the SVN repository for the website from: https://svn.apache.org/repos/asf/flex/site

  2. Open /trunk/content/showcase/data/showcase.xml and add in the new website details. This is the format:
    <app title="" author="" website="" dev="">
    <description></description>
    <links>
    <link header="" url="" />
    <link header="" url="" />
    </links>
    <images baseDir="">
    <image file="" />
    <image file="" />
    <image file="" />
    </images>
    </app>
  3. Add the images to the /trunk/content/showcase/images/{app name} folder. The preview thumbnails go in the /trunk/content/showcase/images/{app name}/prev folder (if the images are not in the required format, post on the JIRA ticket asking for the missing files).

  4. Generate a .patch file with the changes.
  5. Update the JIRA ticket with the patch file.
  6. For good measure, post a note on the mailing list so that it gets attention.

...