diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-01-05 02:23:54 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-01-05 02:23:54 +0000 |
| commit | 60c0e17baace0bf6f9ada47fbe27a3bda3e4f676 (patch) | |
| tree | a5aa177a0368ad0be0fe585ec1aa21580928d998 /docutils/FAQ.txt | |
| parent | 09a75b63565573c5f133846c95a5e64cea817c7b (diff) | |
| download | docutils-60c0e17baace0bf6f9ada47fbe27a3bda3e4f676.tar.gz | |
added entry for MIME type
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5495 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/FAQ.txt')
| -rw-r--r-- | docutils/FAQ.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docutils/FAQ.txt b/docutils/FAQ.txt index c6b2918e3..604eca018 100644 --- a/docutils/FAQ.txt +++ b/docutils/FAQ.txt @@ -203,6 +203,8 @@ be readable as plaintext, and most operating systems already associate require that users alter their OS settings, which is something that many users will not be willing or able to do. +Also see `What's the official MIME type for reStructuredText data?`_ + Are there any reStructuredText editor extensions? ------------------------------------------------- @@ -915,6 +917,20 @@ list. __ mailto:cben@users.sf.net +What's the official MIME type for reStructuredText data? +-------------------------------------------------------- + +While there is no registered MIME type for reStructuredText, the +"official unofficial" standard MIME type is "text/x-rst". This was +invented for the build system for PEPs (Python Enhancement Proposals), +and it's used by the python.org web site build system. + +(The "x-" prefix means it's an unregistered MIME type.) + +Also see `What's the standard filename extension for a +reStructuredText file?`_ + + HTML Writer =========== |
