Changed pandoc home page to http://johnmacfarlane.net/pandoc/.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1014 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
9cadf53621
commit
85f655c8cb
10 changed files with 12 additions and 12 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -33,7 +33,7 @@ Description: general markup converter
|
|||
this native representation into a target format. Thus, adding an input
|
||||
or output format requires only adding a reader or writer.
|
||||
.
|
||||
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
|
||||
Homepage: http://johnmacfarlane.net/pandoc/
|
||||
|
||||
Package: libghc6-pandoc-dev
|
||||
Section: libdevel
|
||||
|
@ -62,7 +62,7 @@ Description: general markup converter
|
|||
.
|
||||
This package contains the libraries compiled for GHC 6.
|
||||
.
|
||||
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
|
||||
Homepage: http://johnmacfarlane.net/pandoc/
|
||||
|
||||
Package: pandoc-doc
|
||||
Section: doc
|
||||
|
@ -89,4 +89,4 @@ Description: general markup converter
|
|||
.
|
||||
This package contains the library documentation for Pandoc.
|
||||
.
|
||||
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
|
||||
Homepage: http://johnmacfarlane.net/pandoc/
|
||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -25,7 +25,7 @@ GPL can be found in `/usr/share/common-licenses/GPL`.
|
|||
|
||||
Pandoc's complete source code is available from the [Pandoc home page].
|
||||
|
||||
[Pandoc home page]: http://sophos.berkeley.edu/macfarlane/pandoc/
|
||||
[Pandoc home page]: http://johnmacfarlane.net/pandoc/
|
||||
|
||||
Pandoc includes some code from other authors. The copyright and license
|
||||
statements for these sources are included below. All are GPL-compatible
|
||||
|
|
|
@ -16,4 +16,4 @@ representation of the document, and a set of writers, which convert
|
|||
this native representation into a target format. Thus, adding an input
|
||||
or output format requires only adding a reader or writer.
|
||||
|
||||
WWW: http://sophos.berkeley.edu/macfarlane/pandoc/
|
||||
WWW: http://johnmacfarlane.net/pandoc/
|
||||
|
|
|
@ -13,7 +13,7 @@ long_description \
|
|||
HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, \
|
||||
LaTeX, ConTeXt, DocBook, RTF, groff man pages, and S5 HTML slide shows.
|
||||
|
||||
homepage http://sophos.berkeley.edu/pandoc/
|
||||
homepage http://johnmacfarlane.net/pandoc/
|
||||
platforms darwin
|
||||
master_sites http://pandoc.googlecode.com/files/
|
||||
checksums md5 @TARBALLMD5SUM@
|
||||
|
|
|
@ -39,4 +39,4 @@ will be interpreted as filenames, as they are by `Markdown.pl`.)
|
|||
file distributed with Pandoc contains full documentation.
|
||||
|
||||
The Pandoc source code and all documentation may be downloaded from
|
||||
<http://sophos.berkeley.edu/macfarlane/pandoc/>.
|
||||
<http://johnmacfarlane.net/pandoc/>.
|
||||
|
|
|
@ -176,5 +176,5 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`.
|
|||
The *README* file distributed with Pandoc contains full documentation.
|
||||
|
||||
The Pandoc source code and all documentation may be downloaded from
|
||||
<http://sophos.berkeley.edu/macfarlane/pandoc/>.
|
||||
<http://johnmacfarlane.net/pandoc/>.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Copyright: (c) 2006-2007 John MacFarlane
|
|||
Author: John MacFarlane <jgm@berkeley.edu>
|
||||
Maintainer: John MacFarlane <jgm@berkeley.edu>
|
||||
Stability: alpha
|
||||
Homepage: http://sophos.berkeley.edu/macfarlane/pandoc
|
||||
Homepage: http://johnmacfarlane.net/pandoc
|
||||
Package-URL: http://pandoc.googlecode.com/files/pandoc-0.4.tar.gz
|
||||
Category: Text
|
||||
Tested-With: GHC
|
||||
|
|
|
@ -47,7 +47,7 @@ version = "0.45"
|
|||
|
||||
copyrightMessage :: String
|
||||
copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\
|
||||
\Web: http://sophos.berkeley.edu/macfarlane/pandoc\n\
|
||||
\Web: http://johnmacfarlane.net/pandoc\n\
|
||||
\This is free software; see the source for copying conditions. There is no\n\
|
||||
\warranty, not even for merchantability or fitness for a particular purpose."
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="footer">
|
||||
© 2006-2007 <a href="http://sophos.berkeley.edu/macfarlane/">John MacFarlane</a>
|
||||
© 2006-2007 <a href="http://johnmacfarlane.net/">John MacFarlane</a>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@ kind.
|
|||
[much faster]: http://code.google.com/p/pandoc/wiki/Benchmarks
|
||||
[ASCIIMathML]: http://www1.chapman.edu/~jipsen/mathml/asciimath.html
|
||||
|
||||
[John MacFarlane]: http://sophos.berkeley.edu/macfarlane/
|
||||
[John MacFarlane]: http://johnmacfarlane.net/
|
||||
[markdown]: http://daringfireball.net/projects/markdown/
|
||||
[reStructuredText]: http://docutils.sourceforge.net/docs/ref/rst/introduction.html
|
||||
[S5]: http://meyerweb.com/eric/tools/s5/
|
||||
|
|
Loading…
Reference in a new issue