plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
240 stars 183 forks source link

PLIP: Better default options for markup mime types #2248

Open thet opened 6 years ago

thet commented 6 years ago

PLIP: Better default options for markup mime types.

Responsible Persons

Proposer: Johannes Raggam

Seconder: none of yet.

Abstract

Plone supports different markup languages for it's richtext fields. Per default, text/html and text/x-web-textile are configured. We should use different defaults to reflect the popularity of markup languages better, remove obsolete mime types from that list and translate the list of mime types to somethin a editor better understands.

Motivation

Provide sensible default options for the markup selection and display them in an user friendly way.

Assumptions

The markup mime types text/structured and text/x-web-textile are rarely used. The mime types text/restructured is an alias for text/x-rst and can safely removed, text/python is an alias fro rst or structured, plain-pre can be replaced with x-web-intelligent.

Proposal & Implementation

Deliverables

Risks

Participants

Related

https://github.com/plone/Products.CMFPlone/issues/3016

References

https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types http://www.iana.org/assignments/media-types/media-types.xhtml

thet commented 4 years ago

Changed: