Author: sebb
Date: Thu Aug  7 11:39:02 2025
New Revision: 1927668

Log:
png also allowed

Modified:
   comdev/project-logos/site/about.html
   comdev/project-logos/site/js/logofinder.js

Modified: comdev/project-logos/site/about.html
==============================================================================
--- comdev/project-logos/site/about.html        Thu Aug  7 11:17:10 2025        
(r1927667)
+++ comdev/project-logos/site/about.html        Thu Aug  7 11:39:02 2025        
(r1927668)
@@ -105,7 +105,7 @@
     
     <h2>How to get your project's logo(s) on this list:</h2>
     <p>
-    Commit your original logo (svg, eps, ai, pdf accepted) to <a
+    Commit your original logo (svg, eps, ai, pdf, png accepted) to <a
     
href="https://svn.apache.org/repos/asf/comdev/project-logos/originals/";>this
     location</a>, and call it $project.$ext, for instance 
couchdb.svg.<br/><br/>
     If you have multiple versions to display (for instance a vertical

Modified: comdev/project-logos/site/js/logofinder.js
==============================================================================
--- comdev/project-logos/site/js/logofinder.js  Thu Aug  7 11:17:10 2025        
(r1927667)
+++ comdev/project-logos/site/js/logofinder.js  Thu Aug  7 11:39:02 2025        
(r1927668)
@@ -111,7 +111,7 @@ function make_div(key, project) {
         // original:
         let img =imgs[0];
         img.opath = img.opath || 'undef.svg';
-        let allowedExtensions = ['eps', 'svg', 'ai', 'pdf'];
+        let allowedExtensions = ['eps', 'svg', 'ai', 'pdf', 'png']; // icons 
are available for these
         let imgExt = img.opath.split('.').pop();
         let oext = allowedExtensions.includes(imgExt) ? imgExt : 'svg';
         let arr = [

Reply via email to