Versions Compared

Key

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

...

  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.

At this point , an Apache Flex committer can apply the patch, test it locally and push a build of the website.

...