diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-20 20:20:10 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-20 20:20:10 +0000 |
| commit | 70d291026df2b195fb317b0a1eb68a395536db2a (patch) | |
| tree | 27be968123af5034c37f7714387df01c62c676b4 /src/Text/Pandoc/Writers | |
| parent | 99ffb97d15a7859e88b9a40bb3e5cacf2d2e0f74 (diff) | |
| download | pandoc-70d291026df2b195fb317b0a1eb68a395536db2a.tar.gz | |
Changed 'stability' from 'provisional' to 'alpha'.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@257 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/Text/Pandoc/Writers')
| -rw-r--r-- | src/Text/Pandoc/Writers/HTML.hs | 2 | ||||
| -rw-r--r-- | src/Text/Pandoc/Writers/LaTeX.hs | 2 | ||||
| -rw-r--r-- | src/Text/Pandoc/Writers/Markdown.hs | 2 | ||||
| -rw-r--r-- | src/Text/Pandoc/Writers/RST.hs | 2 | ||||
| -rw-r--r-- | src/Text/Pandoc/Writers/RTF.hs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index 516420494..871feea14 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : provisional + Stability : alpha Portability : portable Conversion of 'Pandoc' documents to HTML. diff --git a/src/Text/Pandoc/Writers/LaTeX.hs b/src/Text/Pandoc/Writers/LaTeX.hs index a688f1d3f..428890a0b 100644 --- a/src/Text/Pandoc/Writers/LaTeX.hs +++ b/src/Text/Pandoc/Writers/LaTeX.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : provisional + Stability : alpha Portability : portable Conversion of 'Pandoc' format into LaTeX. diff --git a/src/Text/Pandoc/Writers/Markdown.hs b/src/Text/Pandoc/Writers/Markdown.hs index eb0eb6b23..1e2e83c54 100644 --- a/src/Text/Pandoc/Writers/Markdown.hs +++ b/src/Text/Pandoc/Writers/Markdown.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : provisional + Stability : alpha Portability : portable Conversion of 'Pandoc' documents to markdown-formatted plain text. diff --git a/src/Text/Pandoc/Writers/RST.hs b/src/Text/Pandoc/Writers/RST.hs index 17c107db1..41d23d25a 100644 --- a/src/Text/Pandoc/Writers/RST.hs +++ b/src/Text/Pandoc/Writers/RST.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : provisional + Stability : alpha Portability : portable Conversion of 'Pandoc' documents to reStructuredText. diff --git a/src/Text/Pandoc/Writers/RTF.hs b/src/Text/Pandoc/Writers/RTF.hs index eabeab1b8..f05acee0c 100644 --- a/src/Text/Pandoc/Writers/RTF.hs +++ b/src/Text/Pandoc/Writers/RTF.hs @@ -4,7 +4,7 @@ License : GNU GPL, version 2 or above Maintainer : John MacFarlane <jgm at berkeley dot edu> - Stability : provisional + Stability : alpha Portability : portable Conversion of 'Pandoc' documents to RTF (rich text format). |
