...
Get the site code via SVN or Github
SVN repository for the website from: https://svn.apache.org/repos/asf/flex/site
Github mirror: https://github.com/apache/flex-site/
Open (/trunk)/content/showcase/data/showcase.xml and add in the new app/website details. (
The current convention is to position the entries in alphabetic order.)
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>Add the images to the /trunk/content/showcase/images/{app name} folder. The preview thumbnails (height 300px) 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.
- Generate a .patch file with the changes.
- Update the JIRA ticket with the patch file or send a pull request
For good measure, post a note on the mailing list so that it gets attention.
...