Changed 'stability' from 'provisional' to 'alpha'.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@257 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
99ffb97d15
commit
70d291026d
15 changed files with 15 additions and 15 deletions
|
@ -3,7 +3,7 @@ Version: @VERSION@
|
|||
License: GPL
|
||||
License-File: COPYING
|
||||
Author: John MacFarlane <jgm at berkeley dot edu>
|
||||
Stability: provisional
|
||||
Stability: alpha
|
||||
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
|
||||
Package-URL:
|
||||
Category: Text
|
||||
|
|
|
@ -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
|
||||
|
||||
Parses command-line options and calls the appropriate readers and
|
||||
|
|
|
@ -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
|
||||
|
||||
Definition of 'Pandoc' data structure for format-neutral representation
|
||||
|
|
|
@ -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
|
||||
|
||||
Functions for encoding unicode characters as HTML entity references,
|
||||
|
|
|
@ -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 HTML to 'Pandoc' document.
|
||||
|
|
|
@ -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 LaTeX to 'Pandoc' document.
|
||||
|
|
|
@ -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 markdown-formatted plain text to 'Pandoc' document.
|
||||
|
|
|
@ -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 from reStructuredText to 'Pandoc' document.
|
||||
|
|
|
@ -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
|
||||
|
||||
Utility functions and definitions used by the various Pandoc modules.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
||||
Special parser combinators for Pandoc readers.
|
||||
|
|
Loading…
Reference in a new issue