Public bug reported:

Binary package hint: apache2

Ubuntu (Kubuntu/Xubuntu/Edubuntu) desktop users are using OpenOffice.org
or Koffice for creating office documents, which means they will be
generating a lot of files in the OpenDocument Format.  Ubuntu's
webservers, in this case Apache2 (in /etc/apache2/apache2.conf), should
be configured to identify these formats at least generally.

Most general suggestion (one icon for all types):
    AddIcon /icons/odf.gif  .odt .ods .odp .odg .odc .odf .odb .odi .odm .ott 
.ots .otp .otg .otc .otf .oti 

One icon each for data and templates:
     AddIcon /icons/opendocumentfile.gif .odt .ods .odp .odg .odc .odf .odb 
.odi .odm 
     AddIcon /icons/opendocumenttemplate.gif .ott .ots .otp .otg .otc .otf .oti 

Very specific identification, one for each MIME-type:
     AddIcon /icons/odf_text.gif .odt 
     AddIcon /icons/odf_spreadsheet.gif .ods
     AddIcon /icons/odf_presentation.gif .odp
     AddIcon /icons/odf_drawing.gif .odg
     AddIcon /icons/odf_chart.gif .odc
     AddIcon /icons/odf_formula.gif .odf 
     AddIcon /icons/odf_database.gif .odb
     AddIcon /icons/odf_image.gif .odi
     AddIcon /icons/odf_masterdocument.gif .odm
     
     AddIcon /icons/odf_text_template.gif .ott
     AddIcon /icons/odf_spreadsheet_template.gif .ots
     AddIcon /icons/odf_presentation_template.gif .otp
     AddIcon /icons/odf_drawing_template.gif .otg
     AddIcon /icons/odf_chart_template.gif .otc
     AddIcon /icons/odf_formula_template.gif .otf
     AddIcon /icons/odf_image_template.gif .oti 
     AddIcon /icons/odf_web_page_template.gif .oth 

OpenDocument's MIME-types are already registered in /etc/mime.types
which Apache2 reads.

At this point it doesn't matter so much which icons are used, it is enough to 
have any kind of identifying icon (that fits in with the system's themes) for 
the documents.  If a starting suggestion is needed, then the following images 
and masks might be useful in creating the icon(s):
 http://www.catnip.co.uk/opendocument/odf-master.xcf
 http://www.catnip.co.uk/opendocument/graphics/odf_master.svg
 http://www.catnip.co.uk/opendocument/graphics/odf_master_color.svg

** Affects: apache2 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Specify OpenDocument icon(s) in Apache2 configuration
https://bugs.launchpad.net/bugs/130836
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to