diff --git a/site/binaries/HEADER.html b/site/binaries/HEADER.html deleted file mode 100644 index e955cb4c0..000000000 --- a/site/binaries/HEADER.html +++ /dev/null @@ -1,62 +0,0 @@ - - - -

hledger binaries

-

- -Here are the available hledger binaries and some platform-specific hints. - -If the binary for your platform is not current or does not work, -please build the -latest hledger with cabal instead. - -Also please send -success/failure reports and advice for making installation -smoother. - -

- - - - - - - - - - - - -
GNU/LinuxMacWindows
- -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. - - - -Download the windows binary, usually by right-click -> save as. -Unzip the file and rename it to hledger.exe. -Double-click on it 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/download/FOOTER.html b/site/download/FOOTER.html new file mode 100644 index 000000000..940a235a0 --- /dev/null +++ b/site/download/FOOTER.html @@ -0,0 +1,20 @@ + + +

+ + + + + + diff --git a/site/download/HEADER.html b/site/download/HEADER.html new file mode 100644 index 000000000..d78a922e1 --- /dev/null +++ b/site/download/HEADER.html @@ -0,0 +1,95 @@ + + + + + + hledger.org - downloads + + + + + + +
+ +
+ + + + + +

hledger downloads

+

+ +Here are hledger binaries ready to run on your platform. Choose +GNU/Linux, Mac or Windows and follow the instructions. +If you have any trouble, please +report it (-> Support). +To build your own custom version of hledger, see the +cabal installation docs instead. + +

+ + + + + + + + + + + + +
GNU/LinuxMacWindows
+ +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/site.tmpl b/site/site.tmpl index 3d3738ab1..3466269d7 100644 --- a/site/site.tmpl +++ b/site/site.tmpl @@ -20,7 +20,7 @@