Commit 843bc486 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

doc: downloads page

parent 5682215f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
target
downloads/*
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ task :render do
  puts "+ Copying Assets"
  %x{cp -R #{BASEDIR}/web/assets/* #{BASEDIR}/target}
  %x{cp -R #{BASEDIR}/web/assets/.htaccess #{BASEDIR}/target}
  %x{cp -R #{BASEDIR}/downloads #{BASEDIR}/target/}
end

task :default do
+0 −0

Empty file added.

+16 −1
Original line number Diff line number Diff line
Downloads
---------

here be dragons
You can find the complete [source code on Github](http://github.com/paulasmuth/fnordmetric). All FnordMetric Code is [MIT Licensed](/documentation/license). FnordMetric Classic is also released as a gem on rubygems.org.


<h4 style="margin-top:25px;">FnordMetric UI</h4>

+ [Download FnordMetric UI v1.2.7a (latest)](/) (.tar.gz, 56k) <br /> MD5: asdasd


<h4 style="margin-top:25px;">FnordMetric Enterprise</h4>

+ [Download FnordMetric Enterprise v1.2.7a (latest)](/) (.jar, )


<h4 style="margin-top:25px;">FnordMetric Classic</h4>

+ [Download FnordMetric Classic v1.2.7a (latest)](/downloads/fnordmetric-1.2.7.gem) (.gem, 537k) <br /> MD5: bb94de7a92496643e8ff6a8a12724e4e 
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ There are also [other ways to connect to FnordMetric Enterprise](/documentation/
You should now be able to navigate to the admin interface on http://localhost:8081/ in your
browser and see something like this:

<img src="/img/fnordmetric_ui_example_screen.png" width="630" class="shadow" />
<img src="/img/simple_example_screen.png" width="630" class="shadow" />
<br />

We can retrieve the measured data in a similar way. This will e.g. retrieve the measured mean
Loading