diff --git a/DOWNLOAD.markdown b/DOWNLOAD.markdown new file mode 100644 index 000000000..b1bc59def --- /dev/null +++ b/DOWNLOAD.markdown @@ -0,0 +1,62 @@ +--- +title: hledger downloads +--- + +# hledger downloads + + + +Here are hledger binaries which might just work on your computer. +Please try the instructions for your platform, and if you have trouble, +report it to Support. +Or, try installing with cabal. + + + + + + + + + + + + +

GNU/Linux (intel)

Mac (intel)

Windows
+Download the +[32-bit](download/hledger-0.11.1-linux-i386.gz) or +[64-bit](download/hledger-0.11.1-linux-x86_64.gz) version. + +Open a terminal window and go to your browser's download directory, then: +`gunzip hledger-*86*` +`mv hledger-*86* hledger` +`chmod +x hledger` +`./hledger` + +Download +[hledger-0.11.1-mac-i386.gz](download/hledger-0.11.1-mac-i386.gz) + +Open a terminal window and go to your browser's download directory, then: +`gunzip hledger-*86*` +`mv hledger-*86* hledger` +`chmod +x hledger` +`./hledger` + +Download +[hledger-0.11.1-windows-i386.exe.zip](download/hledger-0.11.1-windows-i386.exe.zip) + +Unzip it to (eg) your desktop. +Double-click on the unzipped file to run the web interface (the default behaviour on windows). +A security dialog may pop up, where you can choose whether other machines +may access your hledger web interface. +
+ diff --git a/Makefile b/Makefile index cb0c9fcec..6ba3c2584 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ VERSIONSENSITIVEFILES=\ Hledger/Cli/Version.hs \ hledger-lib/hledger-lib.cabal \ MANUAL.markdown \ + DOWNLOAD.markdown \ default: tag hledger @@ -537,6 +538,9 @@ hledger-lib/hledger-lib.cabal: $(VERSIONFILE) MANUAL.markdown: $(VERSIONFILE) perl -p -e "s/(^This is the official.*?version) +[0-9.]+/\1 $(VERSION3)./" -i $@ +DOWNLOAD.markdown: $(VERSIONFILE) + perl -p -e "s/hledger-[0-9.]+-/hledger-$(VERSION3)-/g" -i $@ + tagrelease: darcs tag $(VERSION3) diff --git a/site/download/FOOTER.html b/site/download/FOOTER.html deleted file mode 100644 index a036b4c33..000000000 --- a/site/download/FOOTER.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/site/download/HEADER.html b/site/download/HEADER.html deleted file mode 100644 index 3d3b669ca..000000000 --- a/site/download/HEADER.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - hledger.org - downloads - - - - - - -
- -
- - - - - -

hledger downloads

-

- -Here are hledger binaries which "might just work" on your computer. -Choose GNU/Linux, Mac or Windows and follow the instructions. If you -have any trouble, please report it to Support. -To build your own custom version of hledger, see -installing with cabal instead. - -

- - - - - - - - - - - - -

GNU/Linux (intel)

Mac

Windows
- -Download the appropriate (32-bit or 64-bit) linux binary, usually by right-click -> save as. -Go to your browser's download directory in a terminal window. -If the file did not get decompressed, do that now: gunzip hledger-*. -Rename the binary to hledger. -Make it executable: chmod +x hledger. -Try running it: ./hledger --help. - - - -Download the mac (OSX intel) binary, eg by right-click -> save as. -Open a terminal window and go to your browser's download folder. -If the file did not get decompressed, do that now: gunzip hledger-*. -Rename the binary to hledger. -Make it executable: chmod +x hledger. -Try running it: ./hledger --help. - - - -Click the windows binary to download and unzip it to (eg) your desktop. -Double-click on the unzipped file to run the web interface (the default behaviour on windows). -A security dialog may pop up, where you can choose whether other machines -may access your hledger web interface. - -
-
- - diff --git a/site/hakyll.hs b/site/hakyll.hs index ca267caad..4ba8fde3c 100644 --- a/site/hakyll.hs +++ b/site/hakyll.hs @@ -19,6 +19,7 @@ baseurl = "http://hledger.org" main = hakyllWithConfiguration cfg $ do mapM_ renderParentDirPage ["README.rst" + ,"DOWNLOAD.markdown" ,"DEVELOPMENT.rst" ,"NEWS.rst" ,"SCREENSHOTS.markdown" diff --git a/site/site.tmpl b/site/site.tmpl index 44aa9c4c8..bb914124f 100644 --- a/site/site.tmpl +++ b/site/site.tmpl @@ -20,7 +20,7 @@