From 5dfab2cb48e4d9c16c470a9a734e40992fbc3e4c Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 24 Dec 2006 02:32:01 +0000 Subject: + Updates to Makefile: - New win-pkg target to build Windows binary package. - Changed name on OSX package. - New RELNAME global variable contains release name, e.g. pandoc-0.3 - Mac dmg is now created in top-level directory, not .. + Updates to website: - Changed download links to point to Google Code downloads area. - Added section on Windows binary package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@286 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/index.txt | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'web/index.txt') diff --git a/web/index.txt b/web/index.txt index 90c08aac4..9fb86a4d9 100644 --- a/web/index.txt +++ b/web/index.txt @@ -18,23 +18,38 @@ For more information, see the [README](README.html) file. Pandoc is free software, released under the [GPL]. -**Source distribution:** [`@TARBALL_NAME@`](@TARBALL_NAME@). +**Source distribution:** [`@TARBALL_NAME@`]. To install, unpack the archive and follow the instructions in the [INSTALL](INSTALL.html) file. You'll need the [GHC] Haskell compiler, version 6.4 or higher. -**MacOS X binary package:** [`@OSX_DMG_NAME@`](@OSX_DMG_NAME@). +**MacOS X binary package:** [`@OSX_DMG_NAME@`]. To install, just double-click the package icon in the disk image. See the [installation notes](osx-notes.html) for important information about setting your `PATH`. Note: This package was compiled on a G4 Mac; it will also work on an Intel Mac via emulation. -**Debian binary package:** [`@DEB_NAME@`](@DEB_NAME@). -To install (on x86 Debian-based linux systems only): - - sudo dpkg -i @DEB_NAME@ - -**Windows executable:** [`@WINDOWS_EXE_NAME@`](@WINDOWS_EXE_NAME@). +**Windows binary package:** [`@WINDOWS_PKG_NAME@`]. +The zip file contains the `pandoc.exe` command-line program (which +you should extract from the zip archive and put somewhere in your +PATH). See the included file `README-WINDOWS.txt` for instructions +on using the program. Note: If you use [Cygwin], we recommend that +you compile Pandoc from source. This will give you access to the +wrapper scripts `markdown2pdf` and `web2markdown`, which are not +included in the Windows binary package. + +[`@TARBALL_NAME@`]: http://pandoc.googlecode.com/files/@TARBALL_NAME@ + "Download source tarball from Pandoc's Google Code site" +[`@OSX_DMG_NAME@`]: http://pandoc.googlecode.com/files/@OSX_DMG_NAME@ + "Download Mac OS X disk image from Pandoc's Google Code site" +[`@WINDOWS_PKG_NAME@`]: http://pandoc.googlecode.com/files/@WINDOWS_PKG_NAME@ + "Download Windows zip file from Pandoc's Google Code site" +[Cygwin]: http://www.cygwin.com/ + "Cygwin - a linux-like environment for Windows" + +**Debian packages:** Pandoc will be available soon in the Debian unstable +package repository, thanks to the efforts of Recai Oktaş. Watch this +space for details. **Repository:** Pandoc has a publicly accesible subversion repository at Google Code (). To check out the -- cgit v1.2.3