-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathabout.html.haml
More file actions
48 lines (47 loc) · 1.87 KB
/
about.html.haml
File metadata and controls
48 lines (47 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: About
layout: default
tab: About
author: JuanmaGonzalez
---
.breadcrumb
%a.breadcrumb_anchor{:href => relative("/index.html")} Home
\/
%a.breadcrumb_anchor.active{:href => relative("/about.html")} About
.row-fluid
#equalHeightsLayout
#maincol.span9
.row-fluid
%h1 About Dashbuilder
%p Dashbuilder is an open source platform for building business dashboards and reports.
%h3 Key features
%ul
%li Visual configuration of dashboards with Drag'n'drop.
%li Inline creation and editing of KPIs (Key Performance Indicators).
%li Interactive report tables.
%li Data export to Excel and CSV format.
%li Connectors to existing systems with standard protocols.
%li Fine-grained access control for different users and roles.
%li Look'n'feel customization tools.
%li Integration with the jBPM (Business Process Management) platform.
%li Import and export.
%li Ready for deployment.
%h3 License
%ul
%li Dashbuilder is open source software, released under the
= succeed "." do
%a{:href => "http://www.apache.org/licenses/LICENSE-2.0.html", :target => "_blank"} Apache Software License 2.0
%li This license is very liberal: it allows reuse for commercial purposes. Read the
%a{:href => "http://www.apache.org/foundation/licence-FAQ.html#WhatDoesItMEAN", :target => "_blank"} layman’s explanation
for more information.
%h3 Target users
%ul
%li
Managers / Business owners - Consumer of dashboards and reports.
%li
IT / System architects - Connectivity and data extraction.
%li
Analysts - Dashboard composition & configuration.
%hr/
#rightcol.span3.well
= partial ( 'latestNews.html.haml' )