diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-20 19:48:46 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-20 19:48:46 +0000 |
commit | 1fded403c532c9bbf753537e217fb3dea0587f1a (patch) | |
tree | 51357918c4ea76a5ce0fc29f07dbeb9c8684f932 /src/Text/Pandoc/Readers | |
parent | b98edf2c745d6d2a1b5a20c2b50c262d9b4e85f2 (diff) | |
download | pandoc-1fded403c532c9bbf753537e217fb3dea0587f1a.tar.gz |
Changed 'status' in comment headers from 'unstable' to 'provisional'
(which seems to be the term that is used in this context).
git-svn-id: https://pandoc.googlecode.com/svn/trunk@255 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r-- | src/Text/Pandoc/Readers/HTML.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Readers/LaTeX.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Readers/Markdown.hs | 2 | ||||
-rw-r--r-- | src/Text/Pandoc/Readers/RST.hs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Text/Pandoc/Readers/HTML.hs b/src/Text/Pandoc/Readers/HTML.hs index c157f3b0e..82648e436 100644 --- a/src/Text/Pandoc/Readers/HTML.hs +++ b/src/Text/Pandoc/Readers/HTML.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of HTML to 'Pandoc' document. diff --git a/src/Text/Pandoc/Readers/LaTeX.hs b/src/Text/Pandoc/Readers/LaTeX.hs index 81004b1f1..1ac6a6d02 100644 --- a/src/Text/Pandoc/Readers/LaTeX.hs +++ b/src/Text/Pandoc/Readers/LaTeX.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of LaTeX to 'Pandoc' document. diff --git a/src/Text/Pandoc/Readers/Markdown.hs b/src/Text/Pandoc/Readers/Markdown.hs index 9ca73dee5..22e4bdd7c 100644 --- a/src/Text/Pandoc/Readers/Markdown.hs +++ b/src/Text/Pandoc/Readers/Markdown.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion of markdown-formatted plain text to 'Pandoc' document. diff --git a/src/Text/Pandoc/Readers/RST.hs b/src/Text/Pandoc/Readers/RST.hs index 1672e06dc..4a2312439 100644 --- a/src/Text/Pandoc/Readers/RST.hs +++ b/src/Text/Pandoc/Readers/RST.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : unstable + Stability : provisional Portability : portable Conversion from reStructuredText to 'Pandoc' document. |