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

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

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

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,

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.

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.

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.

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.

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.

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.

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.

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.

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.

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).

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.