Closed Bug 722015 Opened 12 years ago Closed 12 years ago

What do we need to save from /img/ ?

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clouserw, Assigned: potch)

References

Details

This directory is served 100% from PHP still:

http://viewvc.svn.mozilla.org/vc/addons/trunk/site/app/webroot/img/

I'm not sure what all is still used in there.  I've already filed the bug to use the favicon in zamboni, but nothing else is scheduled.  This bug is to figure out what we need and move it into the zamboni tree (/media/img/) hopefully in an organized fashion.

One other special note:  There is an /uploads/ symlink in the deployed sites that points to the top level directory for add-on icons, user images, screenshots, etc.  Zamboni's settings_local points to the actual directory instead of the /uploads/ symlink so I don't think we'll have any problems getting rid of it, but keep it in mind.
Assignee: nobody → thepotch
Target Milestone: --- → 6.4.1
cvan did some grepping around and found this:

apps/devhub/templates/devhub/docs/case-studies-cooliris.html
19:    <li class="item"><img src="/img/docs/case-studies/cooliris-wordmark.png" alt="Immersive 3-D Experience with Cooliris"/></li>
56:  <a href="http://www.cooliris.com"><img src="/img/docs/case-studies/cooliris-wall.png" alt="Screenshot of Cooliris' 3-D wall of photos and video" /></a>
92:    <img src="/img/docs/case-studies/cooliris-sidewall.png" alt="Screenshot of Cooliris' 3-D wall of photos and video"/>

apps/devhub/templates/devhub/docs/case-studies-download-statusbar.html
19:    <li class="item"><img src="/img/docs/case-studies/downloadstatusbar-wordmark.png" alt="Easy Download Management with Download Statusbar"/></li>
43:    <img src="/img/docs/case-studies/downloadstatusbar-05.png" alt="Screenshot of Download Statusbar 0.5"/>
59:  <a href="http://downloadstatusbar.mozdev.org"><img src="/img/docs/case-studies/downloadstatusbar-screenshot.png" alt="Screenshot of Download Statusbar in action" /></a>

apps/devhub/templates/devhub/docs/case-studies-stumbleupon.html
19:    <li class="item"><img src="/img/docs/case-studies/stumbleupon-wordmark.png" alt="Personalized Browsing with StumbleUpon"/></li>
56:  <a href="http://www.stumbleupon.com/technology/"><img src="/img/docs/case-studies/stumbleupon-architecture.png" alt="Diagram of StumbleUpon's architecture" /></a>
61:    <img src="/img/docs/case-studies/stumbleupon-graph.png" alt="Bar graph showing 36 Stumbles per day for Firefox users and 8 for IE Users"/>

apps/devhub/templates/devhub/docs/case-studies.html
43:        <img src="/img/docs/case-studies/stumbleupon-wordmark.png" alt=""/></a>
62:        <img src="/img/docs/case-studies/downloadstatusbar-wordmark.png" alt=""/></a>
82:        <img src="/img/docs/case-studies/cooliris-wordmark.png" alt=""/></a>

apps/devhub/templates/devhub/docs/getting-started.html
43:    <img src="/img/amo2009/developers/addon-builder.png" alt="" class="right-image" /> <!-- image -->


We will need to migrate those images, and then remove the exisiting rewrites/symlinks to the /img/ folder.
I'll file a dependent bug to get this stuff moved.
Blocks: 726768
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.