-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold-index2.html
214 lines (197 loc) · 9.71 KB
/
old-index2.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Bauble - botanic garden plant collection database</title>
<meta name="description" content="Bauble is a web app for managing plant collections. Botanical gardens, arboreta, private collections and scientists can use Bauble to manage their plant records and accessions.">
<meta name="keywords" content="botanical gardens plant records living collection arboretum accessions taxonomy">
<meta http-equiv="content-language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> -->
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400|Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"
rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"
rel="stylesheet">
<link href="css/main.css" rel="stylesheet" >
<link href="css/style.css" rel="stylesheet" >
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43755352-1', 'bauble.io');
ga('send', 'pageview');
</script>
<title>Bauble : biodiversity collection manager</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="distribution" content="GLOBAL"/>
<meta name="description" content="Bauble is a software application to manage collection of information related to biodiversity and natural history collections and specifically for botanic gardens"/>
<meta name="keywords" content="bauble biodiversity collection manager software application free opensource botanic botanical garden plants linux database bioinformatics biological herbarium"/>
<meta name="robots" content="ALL"/>
<meta name="rating" content="SAFE FOR KIDS"/>
<meta name="copyright" content="© Belize Botanic Gardens 2005,2006; © Brett Adams 2005-2008; © Mario Frasca 2012-2015"/>
</head>
<body>
<div id="header">
<a href="./index.html">
<img id="logo" src="images/bauble_logo.gif" alt="logo"/>
</a>
</div>
<div id="content">
<h1>About Bauble</h1>
<p>
Bauble is a software application to help you (whoever you are)
manage a collection of botanical specimens. It is intended to be
used by botanic gardens, herbaria, arboreta,
etc. to manage their collection information.
</p>
<h2>What am I looking at?</h2>
<p>
Bauble is a web app for managing plant collections; Bauble was born
as a desktop application, and as such it has been briefly been updated and
supported as bauble.classic, until the Bauble desktop application diverged so much from the
Bauble web app that the maintainer of bauble.classic preferred to rename it to Ghini
and to develop it further under that name. You may want to check out
the <a href="http://ghini.github.io">Ghini web site</a>.
</p>
<h2 style="margin-top:0;">Features</h2>
<ul>
<li>
Bauble is designed to be simple and fast, elegant and intuitive.
</li>
<li>
Bauble is <a href="http://opensource.org">open</a> and
<a href="http://www.fsf.org">free</a>. Bauble is licensed under
the <a href="https://opensource.org/licenses/ISC">ISC</a> license
which approximately means that anybody can download, study,
distribute, change the source code for Bauble and much more. This does not
in any way affect how you decide to copyright and license the data
you manage with Bauble.
</li>
<li>
Bauble is cross-platform. Bauble supports both Linux and Windows
and has been successfully ported to other platforms whenever there
was interest.
</li>
<li>
Bauble can use different database backends and is tested against
<a href="http://www.sqlite.org">SQLite</a>,
<a href="http://www.postgresql.org">PostgreSQL</a>,
<a href="http://www.mariadb.org">MySQL/MariaDB</a>.
</li>
<li>
Bauble can generate reports through an
<a href="http://www.w3.org/TR/xsl/">XSL formatter</a> backend.
There is no fancy report designer but there is an interface that
allows you to pass the results of a search through an XSL
formatter and the extremely
flexible <a href="http://www.makotemplates.org/">Mako
formatter</a>. This allows you to layout your data any way you
wish and save it in a just about any format you can imagine
including PDF, XML, or HTML. Hopefully we'll get something a bit
more user(i.e. non-techy) friendly in the future.
</li>
<li>
Bauble can export data in CSV or Access to Biological Collection
Data (ABCD) format. Bauble adheres to the ITF2 standard for field
naming and content, but it does not yet contain an import-export
feature for this format. Other import-export formats can be
discussed and added to Bauble if the need arises.
</li>
<li>
Bauble supports tagging. You can tag any arbitrary data stored in
a Bauble managed database with arbitrary names. This way you can
create collections of records organized the way you want with names
you give them.
</li>
<li>
....and lots more. (And I mean lots!)
</li>
</ul>
<h1>Documentation</h1>
<p>
The <a href="http://readthedocs.org/">readthedocs</a> web site
currently hosts documentation for
both <a href="http://bauble.readthedocs.org/">bauble.classic</a>
and <a href="http://ghini.readthedocs.org/">ghini.desktop</a>. The
bauble documentation site will soon describe bauble.web.
</p>
<h1>Bauble Development</h1>
<p>
You can visit the project page and browse the latest source code
from <a href="https://github.com">github</a>
at <a href="https://github.com/Bauble/bauble.web">Bauble/bauble.web</a>
or check it out with...
</p>
<p class="bash">
git clone https://github.com/Bauble/bauble.web.git
</p>
<h1>Frequently Asked Questions</h1>
<ol>
<li>
<strong>Why another collection manager application?</strong>
<br/>
At <a href="http://www.belizebotanic.org">Belize Botanic Gardens</a>
we felt that the other collection management software was either too
expensive, inadequate or only supported Windows so we decided to
create our own.
</li>
<li>
<strong>But why for free?</strong>
<br/>
We feel that current collection management software is overpriced
especially for small institutions in developing countries.
Biodiversity affects our entire world and everything that relies on
it to live. To help protect such a fragile system the management
of information related to biodiversity should not be restricted.
</li>
<li>
<strong>I found a bug. What can I do about it?</strong>
<br/> For bug reports, but also for technical and generic
questions, get a github account and file a bug report
<a href="https://github.com/Bauble/bauble.web/issues/new">here</a>.
</li>
</ol>
<h2>Contact</h2>
<p>
For more information about <span class="notranslate">Bauble</span>/Ghini or if you have any other
questions and you do not want to get a github account, please write
to <a href="mailto:[email protected]">[email protected]</a>. A
developer for either Bauble or Ghini will reply as soon as possible.
</p>
</div>
<div style="padding: 10px; text-align: center">
<a style="text-decoration: none; border: none"
href="http://validator.w3.org/check?uri=referer">
<img style="border: none" src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" />
</a>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://bauble.belizebotanic.org/style.css">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
<img alt="https://travis-ci.org/Bauble/bauble.web.svg?branch=bauble-1.0" src="https://travis-ci.org/Bauble/bauble.web.svg?branch=bauble-1.0" />
<img alt="https://coveralls.io/repos/Bauble/bauble.web/badge.svg?branch=master&service=github:target:https://coveralls.io/github/Bauble/bauble.web?branch=master" src="https://coveralls.io/repos/Bauble/bauble.web/badge.svg?branch=master&service=github:target:https://coveralls.io/github/Bauble/bauble.web?branch=master" />
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4278957-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<div style="text-align: center">
Use <a href="http://www.gogreenbelize.com">Go Green Belize</a> to book your next <a href="http://www.gogreenbelize.com">Belize vacation</a>
</div>
</body>
</html>