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
This commit is contained in:
fiddlosopher
2006-12-20 19:48:46 +00:00
parent b98edf2c74
commit 1fded403c5
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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
Parses command-line options and calls the appropriate readers and
+1 -1
View File
@@ -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
Definition of 'Pandoc' data structure for format-neutral representation
+1 -1
View File
@@ -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
Functions for encoding unicode characters as HTML entity references,
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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
Utility functions and definitions used by the various Pandoc modules.
+1 -1
View File
@@ -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 'Pandoc' documents to HTML.
+1 -1
View File
@@ -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 'Pandoc' format into LaTeX.
+1 -1
View File
@@ -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 'Pandoc' documents to markdown-formatted plain text.
+1 -1
View File
@@ -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 'Pandoc' documents to reStructuredText.
+1 -1
View File
@@ -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 'Pandoc' documents to RTF (rich text format).
+1 -1
View File
@@ -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
Special parser combinators for Pandoc readers.