You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/12/25 23:11:47 UTC

DO NOT REPLY [Bug 41240] New: - BRF files support

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41240>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41240

           Summary: BRF files support
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_mime
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: samuel.thibault@ens-lyon.org


Hi,

BRF (BRaille-Formated) files are text files in the BRF charset.  They're usually named something.brf, and are widely used for shipping books, courses, tax forms, etc. on the web.  By nature, they should hence be announced with

Content-Type: text/plain; charset=brf

Just like http://brl.thefreecat.org/test.php does.

The brf extension should hence be added to mime.types's text/plain entry, and AddCharset BRF .brf should be added to httpd.conf.

Samuel

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 41240] - BRF files support

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41240>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41240





------- Additional Comments From rpluem@apache.org  2006-12-25 15:05 -------
*** Bug 41241 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 41240] - BRF files support

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41240>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41240


slive@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
          Component|mod_mime                    |Runtime Config
            Product|Apache httpd-1.3            |Apache httpd-2
            Version|HEAD                        |2.3-HEAD




------- Additional Comments From slive@apache.org  2006-12-26 07:42 -------
Not really duplicates, since this one was for 1.3.  But there is very little
chance we are going to make any non-essential change to the retired 1.3 branch,
so I'll just bump this one to 2.x.

As I believe I told you on the users list, for this change to happen we would
need some evidence that the .brf extension is very rarely used for any other
mime type.  Otherwise, adding it to mime.types would break some people's configs.

As far as the AddCharset issue, we don't ship with any AddCharset directives
activated by default in 2.2.  We could stick it in extra/httpd-languages.conf,
but that file is basically unmaintained garbage.  To get into the main
httpd.conf, we would need to see some argument for why this charset should be
treated specially.  Lots of users need to manually configure
AddCharset/AddDefaultCharset to properly configure their content.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 41240] - BRF files support

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41240>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41240





------- Additional Comments From samuel.thibault@ens-lyon.org  2006-12-26 14:17 -------
Yes, sorry for not having taken the time to put more information about BRF files.

The only other use of "brf" I could find is for "brief" ("letter" in german-like languages), used by the "Verein 2000" software suite in german countries.  Even this doesn't get many hits in german's google.  There is hence a very low probability that this ever gets used as an exchange format.

On the contrary, the brf format for braille ascii is mostly and widely used for download on a wide range of website (this is actually how braille readers acquire books, pay taxes, etc).

Why I'm asking this to be the default for brf files is that people who run websites which propose .brf files will probably _not_ be skilled enough for knowing that to let visitors read them very easily, they should add the mime.types entry and the charset entry (remember that their area is accessibility, not computer administration).


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org