-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
812 lines (805 loc) · 47.7 KB
/
index.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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/html" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta charset="utf-8"/>
<title>eXist-db - The Open Source Native XML Database</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="High-performance native XML database engine and all-in-one solution for building applications."/>
<meta name="keywords" lang="en" content="eXist-db, nosql, database, xml, xquery, xforms, xsl, forms, web, development"/>
<meta name="author" content="Wolfgang Meier"/>
<meta name="author" content="Joern Turner"/>
<meta name="author" content="Tobias Krebs"/>
<meta name="author" content="Lars Windauer"/>
<meta name="author" content="Adam Retter"/>
<meta name="robots" content="index, follow"/>
<!-- build:template
<%= minifiedCss %>
/build -->
<!-- build:remove -->
<link href="components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="components/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
<link href="components/animate.css/animate.min.css" rel="stylesheet"/>
<link href="components/bxslider-4/dist/jquery.bxslider.css" rel="stylesheet"/>
<link href="resources/css/styles.css" rel="stylesheet"/>
<link href="resources/fonts/fonts.css" rel="stylesheet"/>
<!-- /build -->
</head>
<body>
<!--
###################################################################################
######################### Navigation ##############################################
###################################################################################
-->
<div role="navigation" class="navbar navbar-fixed-top nav-animate">
<div class="container">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="fa fa-bars"/>
</button>
<a href="index.html" class="navbar-brand">
<img src="resources/img/existdb.gif" alt="eXist-db" class="logo"/>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav"><!--About dropdown-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About
<span class="caret"/>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="#features" data-toggle="collapse" data-target=".navbar-collapse">Features</a>
</li>
<li>
<a href="timetunnel.html">Timeline</a>
</li>
<li>
<a href="references.html">References</a>
</li>
<li>
<a href="http://showcases.exist-db.org/" target="_blank">ShowCases</a>
</li>
</ul>
</li>
<li>
<a href="#subscriptions">Support</a>
</li>
<!--
<li class="dropdown">
<a href="../demo/index.html" data-toggle="collapse" data-target=".navbar-collapse">Demo</a>
</li>
-->
<li>
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community
<span class="caret"/>
</a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="index.html#downloads" data-toggle="collapse" data-target=".navbar-collapse">Download</a>
</li>
<li>
<a accesskey="d" href="../doc/" data-toggle="collapse" data-target=".navbar-collapse">Documentation - Crtl+Alt+d</a>
</li>
<li>
<a href="../wiki/blogs/eXist/" data-toggle="collapse" data-target=".navbar-collapse">Blog</a>
</li>
</ul>
</li>
</ul>
<div class="exist-social-horizontal nav navbar-nav navbar-right hidden-sm">
<a href="https://github.com/eXist-db/exist" title="Github" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-github-square"/>
</a>
<a href="http://www.linkedin.com/groups?trk=groups_members-h-dsc&gid=35624&goback=%2Eanp_35624_1397120975460_1" title="LinkedIn" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-linkedin-square"/>
</a>
<a href="https://twitter.com/existdb" title="Twitter" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-twitter-square"/>
</a>
<a href="https://plus.google.com/u/0/s/existdb" title="Google+" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-google-plus-square"/>
</a><!-- <a href="#" title="Facebook">
<i class="fa fa-facebook-square"/>
</a> -->
<a href="https://www.youtube.com/results?search_query=exist-db" title="Youtube" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-youtube"/>
</a><!--
<a href="mailto:info@existsolutions.com" title="Mail" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-envelope"/>
</a>
-->
</div>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div>
<div class="exist-social-vertical nav navbar-nav navbar-right hidden-xs hidden-md hidden-lg">
<a href="https://github.com/eXist-db/exist" title="Github">
<i class="fa fa-github-square"/>
</a>
<a href="http://www.linkedin.com/groups?trk=groups_members-h-dsc&gid=35624&goback=%2Eanp_35624_1397120975460_1" title="LinkedIn">
<i class="fa fa-linkedin-square"/>
</a>
<a href="https://twitter.com/existdb" title="Twitter">
<i class="fa fa-twitter-square"/>
</a>
<a href="https://plus.google.com/u/0/s/existdb" title="Google+">
<i class="fa fa-google-plus-square"/>
</a><!-- <a href="#" title="Facebook">
<i class="fa fa-facebook-square"/>
</a> -->
<a href="https://www.youtube.com/results?search_query=exist-db" title="Youtube">
<i class="fa fa-youtube"/>
</a><!--
<a href="mailto:info@existsolutions.com" title="Mail">
<i class="fa fa-envelope"/>
</a>
-->
</div><!--
###################################################################################
######################### END Navigation ##########################################
###################################################################################
-->
<a name="home"/><!--
###################################################################################
######################### Homepage content ########################################
###################################################################################
--><!--<div class="stripe teaser">-->
<div class="container">
<div class="jumbotron">
<div class="row">
<div class="left col-md-8 col-sm-8 col-xs-12">
<h1>Vitamins for<br/> your Applications</h1>
<p class="subtitle hidden-xs">
Try the all-in-one solution for application building.
</p>
<p class="pic-wrapper">
<img class="open-source-logo img-responsive" src="resources/img/osi_black_and_white_light_backgrounds_logo.png" alt="Open Source" title="eXist-db is certified Open Source Software"/>
</p>
<p class="oss-remark">eXist-db is Open Source Software licensed under the LGPL</p>
<p>
<button class="btn btn-primary btn-lg downloadbtn">Download eXist-db</button>
</p>
</div>
<div class="right col-md-4 col-sm-4 col-xs-12">
<img class="mainPic img-responsive" src="resources/img/fruit.jpg"/>
</div>
</div>
</div>
</div><!--
<div class="stripe prague">
<div class="container">
<div class="col-md-6">
<h2>See latest eXist-db talks at XML Prague 2015</h2>
<p>Thanks go to Loren Cahlander for providing the videos</p>
</div>
<div class="col-md-6">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/videoseries?list=PLoPqZyoc1BVZop2szksOMSePVQ_mktsoe" frameborder="0" allowfullscreen="true"/>
</div>
</div>
</div> --><!--</div>-->
<div class="band-news">
<div class="container">
<div class="row">
<div class="col-md-6 col-sx-4 news-bg">
<h3>Latest News</h3><!-- <span>--><!-- <i class="fa fa-bullhorn"/>--><!-- </span>-->
<ul class="news"/>
<a href="timetunnel.html">
<div class="timeline-link-wrapper">
<span class="icon-left">
<i class="fa fa-history"/>
</span>
<p>More news on the timeline.</p>
</div>
</a>
</div>
<div class="col-md-8 timeline-col"/>
</div>
</div>
</div>
<div class="stripe testimonials">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10">
<h2>What people are saying...</h2>
<ul class="bxslider">
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<figure>
<img src="resources/img/Office-of-the-Historian-logo_500x165.gif" class="img-responsive" width="200px"/>
</figure>
<p>
eXist-db is at the core of the <a href="http://history.state.gov" class="org" target="_blank">Office of the Historian’s</a>
open government and digital history initiatives. It powers our
public website, allowing visitors to search and browse instantly
through nearly a hundred thousand archival government documents. <a href="references.html">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Joe Wicentowski</span>
<span class="title">Historian</span>
<span class="department">Office of the Historian</span>
<span class="organisation">U.S. Department of State</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
We are using eXist-db on our <a class="org" href="http://onkopedia.com">onkopedia.com</a> publishing platform.
The reliability and performance of eXist-db is outstanding and the
competent and fast support by its community is awesome. <a href="references.html#onkopedia">(...)</a>
</p><!-- <i class="fa fa-quote-right"></i>-->
</blockquote>
<p class="source">
<span class="name">Andreas Jung</span>
<span class="title">Lead developer of zopyx.com</span>
<span class="title">Founder of the XML Director project</span>
<span class="title">Major contractor for onkopedia.com project</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
At the <span class="org">University of Victoria Humanities Computing and Media Centre</span>, we use eXist-db in a dozen or more projects, including a couple of fairly high-profile ones:
<a href="references.html#UoV">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Martin Holmes</span>
<span class="department">University of Victoria Humanities Computing and Media Centre</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<figure>
<a href="http://www.oppidoc.fr">
<img src="resources/img/oppidoc-logo646x220.png" class="img-responsive" width="200px"/>
</a>
</figure>
<p>
eXist-db offers a unique environment for full stack XML web application development.
To create applications ranging from web sites with CMS-like feature to collaborative workflows,
we at <span class="org">Oppidoc</span> started by developing
<a href="references.html#oppidoc">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Stéphane Sire</span>
<span class="title">Founder of Oppidoc</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<figure>
<img src="resources/img/repertorium-plectogram.png" class="img-responsive" width="200px"/>
</figure>
<p>
The <a href="http://repertorium.obdurodon.org" class="org">Repertorium of Old Bulgarian Language and Letters</a>
is a TEI-based metadata project developed in order to support the machine-assisted
comparison of the contents of medieval Slavic miscellany manuscripts.
<a href="references.html#obdurodon">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">David Birnbaum</span>
<span class="organisation">obdurodon.org</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
The <a href="http://tbrc.org" class="org" target="_blank">Tibetan Buddhist Resource Center</a> (TBRC) holds the world’s single largest collection
of Tibetan texts—nearly 10 million scanned pages and over 11,000 Unicode Tibetan texts.
TBRC.org provides online access to over 4,000 users
<a href="references.html#tbrc">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Chris Tomlinson</span>
<span class="title">Senior Technical Staff Member</span>
<span class="organisation">Tibetan Buddhist Resource Center</span>
<span class="location">Cambridge, Massachusetts</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<figure>
<img src="resources/img/PastedGraphic-2.png" class="img-responsive" width="200px"/>
</figure>
<p>
I’ve built a specialised Job-processing system aimed at Small-business users who need
custom solutions on the web. This system allows them to record all their Client data
and use it in documents generated from templates in MS Word, Open Office Text or
Spreadsheet, Email, or plain text
<a href="references.html#pillow">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Alister Pillow</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<div class="figure-wrapper">
<figure>
<img src="resources/img/Akademie-Logo.jpg" class="img-responsive" width="200px"/>
</figure>
<figure>
<a href="http://www.namenforschung.net/dfd/" target="_blank">
<img src="resources/img/DFD-Logo.png" class="img-responsive" width="200px"/>
</a>
</figure>
</div>
<p>
eXist-db and oXygen XML Editor – a great combination for our <a href="http://www.namenforschung.net/dfd/" class="org" target="_blank">Digital Dictionary of Surnames in Germany</a>.
The entries – about 850.000 – are stored in an eXist-db database and edited from within oXygen.
<a href="references.html#DDoS">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Franziska Horn</span>
<span class="title">Technical Staff Member</span>
<span class="organisation">Technische Universität Darmstadt</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/><!-- <figure>--><!-- <img src="resources/img/Akademie-Logo.jpg" class="img-responsive" width="200px"/>--><!-- </figure>--><!-- <figure>--><!-- <img src="resources/img/DFD-Logo.png" class="img-responsive" width="200px"/>--><!-- </figure>-->
<p>
<a href="http://scoutdragon.com" class="org">ScoutDragon</a> initially started as a baseball research project by a group of baseball enthusiasts
including writers, agents, scouts, fans, fantasy owners, and even former players.
<a href="references.html#scoutdragon">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Michael Westbay</span>
<span class="title">Lead Programmer/System Administrator</span>
<span class="organisation">ScoutDragon.com</span>
<span class="location">Japan</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
<a class="org" href="http://www.semantacorp.com/" target="_blank">Semanta’s</a>
core business is metadata in business intelligence. Part of our
concern is parsing metadata from reporting platforms.
<a href="references.html#semanta">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">David Voňka</span>
<span class="title">Programmer</span>
<span class="organisation">Semanta</span>
<span class="location">Czech Republic</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
The <a href="http://ctb.kantl.be/" class="org" target="_blank">Centre for Document Studies and Scholarly Editing
of the Royal Academy of Dutch Language and Literature</a> (Ghent, Belgium)
develops rich scholarly collections of textual data,
<a href="references.html#kantl">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Ron Van den Branden</span>
<span class="organisation">Centre for Scholarly Editing and Document Studies of the Royal Academy of Dutch Language and Literature</span>
<span class="location">Ghent</span>
<span class="location">Belgium</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
At the <a href="http://www.asia-europe.uni-heidelberg.de/en/" class="org" target="_blank">Cluster of Excellence “Asia and Europe in a Global Context,”</a>
we use eXist-db to store our collections of MODS (bibliographical)
and VRA (image metadata) records.
<a href="references.html#uniheidelberg">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="organisation">Heidelberg Research Architecture,
Cluster of Excellence “Asia and Europe in a Global Context,”
</span>
<span class="organisation">The University of Heidelberg</span>
<span class="location">Heidelberg</span>
<span class="location">Germany</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
<a href="http://www.h2flowgame.com/#/w" class="org" target="_blank">Haptix Games</a> is a video game and interactive
application development and publishing studio, and we have been a
Microsoft shop for as long as I can remember.
<a href="references.html#haptix">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Chris Misztur</span>
<span class="title">CTO</span>
<span class="organisation">Haptix Games</span>
<span class="location">Chicago, Illinois</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<figure>
<img src="resources/img/easyDita_logo.png" class="img-responsive" width="200px"/>
</figure>
<p>
<a href="http://easydita.com/" class="org" target="_blank">easyDITA</a> is an end-to-end solution for
collaboratively authoring, managing, and publishing content
using the DITA XML standard.
<a href="references.html#easydita">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Casey Jordan</span>
<span class="title">cofounder</span>
<span class="organisation">easyDITA, Jorsek LLC</span>
<span class="location">Rochester, New York</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
We [at <span class="org">XML Team Solutions</span>] help media
and entertainment companies integrate sports news and data feeds. These
feeds are predominantly XML. We use eXist-db for two things:
<a href="references.html#xmlteam">(...)</a>
</p>
</blockquote>
<p class="source">
<span class="name">Paul Kelly</span>
<span class="title">Director of Software Development</span>
<span class="organisation">XML Team Solutions Corp</span>
<span class="location">Canada</span>
</p>
</li>
<li>
<blockquote>
<i class="fa fa-quote-left"/>
<p>
I've developed and maintained systems that have ranged from punched card decks,
through mainframe database management and transaction processing systems,
via microcomputer relational databases through to XML. eXist-db is by far the most satisfying,
complete data storage and management system that I have used, on any platform.
</p>
</blockquote>
<p class="source">
<span class="name">Finian O'Boyle</span>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="band1 stripe">
<div class="container">
<div class="row books-row" itemscope="itemscope" itemtype="http://www.schema.org/Book">
<meta itemprop="author" content="Adam Retter"/>
<meta itemprop="author" content="Erik Siegel"/>
<div class="col-md-6 book-title-wrapper"><!--
<span class="quote">
<i class="fa fa-quote-left"/>
</span> -->
<h3 itemprop="name">eXist</h3>
<h4 itemprop="description">a NoSQL Document Database and Application Platform</h4>
<p>
Book available as eBook or printed version from <a href="https://www.oreilly.com/library/view/exist/9781449337094/" target="_blank">O'Reilly.com</a>
</p>
</div>
<div class="col-md-6 cover">
<a class="exist-book" title="eXist O'Reilly Book" href="https://www.oreilly.com/library/view/exist/9781449337094/" target="_blank">
<img itemprop="image" src="resources/img/book-cover.jpg" alt="eXist Book"/>
</a>
</div>
</div>
</div>
</div>
<div class="container stripe">
<div class="row">
<div class="col-md-12">
<h2>Screencasts</h2>
<p>click to play on Youtube</p>
</div>
</div>
<div class="row videos">
<div class="col-md-4" itemprop="video" itemscope="itemscope" itemtype="http://schema.org/VideoObject">
<a href="https://www.youtube.com/watch?v=xvMau2aHRDo" itemprop="contentUrl">
<meta itemprop="name" content="Getting started"/>
<img itemprop="thumbnailUrl" class="img-responsive big" src="resources/img/getstarted.png" title="Getting started" alt=""/>
</a>
</div>
<div class="col-md-4" itemprop="video" itemscope="itemscope" itemtype="http://schema.org/VideoObject">
<a href="https://www.youtube.com/watch?v=o0KRyFM9kck" itemprop="contentUrl">
<meta itemprop="name" content="First development steps"/>
<img class="img-responsive small" src="resources/img/first-dev-steps.png" title="First development steps" alt="First development steps"/>
</a>
</div>
<div class="col-md-4" itemprop="video" itemscope="itemscope" itemtype="http://schema.org/VideoObject">
<a href="https://www.youtube.com/watch?v=U7Cd9h6UPoc" itemprop="contentUrl">
<img itemprop="thumbnailUrl" class="img-responsive small" src="resources/img/eXide2.png" title="New features in eXide 2" alt="new features in eXide 2"/>
</a>
</div>
</div>
</div>
<div class="band-features stripe">
<div class="container">
<a name="features"/>
<h2>Features & Facts</h2>
<div class="row features">
<div class="col-sm-3 featureOne">1</div>
<div class="col-sm-6 colTwo">
<h3>One Step Installation</h3>
<p>With just one installation step you get everything you need. No need to setup and
configure multiple system components.</p>
<h3>One Platform</h3>
<p>Get a feature-complete platform that covers everything to build even complex
applications.</p>
<h3>One Data Model</h3>
<p>
XML across all layers makes mapping technologies superfluous and increases productivity.
</p>
</div>
</div>
<div class="band-more expandable animated closed slideOutLeft">
<div class="row">
<div class="col-md-3">
<h3>Schema-less Database</h3>
<p>
The high-performance native XML database engine stores textual or binary data and
documents
without requiring a database schema.
</p>
</div>
<div class="col-md-3">
<h3>Rapid Prototyping</h3>
<p>Upload your data and start writing code immediately.</p>
</div>
<div class="col-md-3">
<h3>Application Packages</h3>
<p>
eXist-db applications are packaged as single archive files that are installed directly
in
the database. Deployment, upgrading to new versions and distribution become a breeze.
</p>
</div>
<div class="col-md-3">
<h3>Open</h3>
<p>
eXist-db is fully based upon Open Standards and Open Source making it a future-proof and
substainable choice.
</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<h3>Browser-based IDE</h3>
<p>
A Browser-based IDE allows managing and editing all artifacts belonging to an
application.
Syntax-coloring, code-completion and error-checking help to get it right.
</p>
</div>
<div class="col-md-3">
<h3>Forms Framework</h3>
<p>
Being a complete solution, eXist-db tightly integrates with XForms for complex form
development.
</p>
</div>
<div class="col-md-3">
<h3>Rich Stack of Libraries</h3>
<p>Develop entire applications in XQuery using eXist-db's rich set of libraries.</p>
</div>
<div class="col-md-3">
<h3>Community Driven</h3>
<p>Being Open Source since 2001, eXist-db development has always been driven by the
needs of a large user community.</p>
</div>
</div>
</div>
</div>
</div>
<div class="band-toggle-more">
<div class="more toggle-more closed"><!-- <span class="more-text">click for more</span> -->
<span class="toggleLTS">
<span class="icon-more" data-icon-name="more"/>
</span>
</div>
</div>
<div class="band-subscription stripe">
<div class="container commercial">
<a name="subscriptions"/>
<div class="row">
<div class="col-md-6">
<h2>Support Services</h2>
</div>
<div class="col-md-6">
<small>brought to you by</small>
<img class="existsolutions-logo img-responsive" src="resources/img/existsolutions.svg" alt="exist solutions"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>We offer:</h3>
<ul>
<li>Consulting</li>
<li>Training</li>
<li>Application Development</li>
<li>System setup</li>
<li>Monitoring of production systems</li>
</ul>
<p>
Individual Service Level Agreements (SLAs) are available on request.
</p>
<p>For details on our service please contact <a href="mailto:info@existsolutions.com">our customer support</a>.</p>
</div>
</div>
</div>
</div>
<div class="band-download stripe">
<div class="container">
<a name="downloads"/>
<!-- stable downloads -->
<div class="row">
<div class="col-md-12">
<h2 id="download">Download</h2>
<a href="https://github.com/eXist-db/exist/releases/latest">
<button class="btn btn-default download-btn stable" type="button">
<span class="status">Latest Stable Release</span>
<span class="icon">
<i class="fa fa-download"/>
</span>
<span class="exist-version">Version 6.3.0</span>
</button>
</a>
<a href="https://hub.docker.com/r/existdb/existdb/tags/">
<button class="btn btn-default download-btn docker-images" type="button">
<span class="status">Docker Images</span>
<span class="icon">
<i class="fa fa-ship"/>
</span>
<span class="exist-version">Version 6.3.0</span>
</button>
</a>
<a href="https://search.maven.org/search?q=g:org.exist-db">
<button class="btn btn-default download-btn maven" type="button">
<span class="status">Maven Artifacts</span>
<span class="icon">
<i class="fa fa-github"/>
</span>
<span class="exist-version">Version 6.3.0</span>
</button>
</a>
<a href="https://www.evolvedbinary.com/afterdark.html">
<button class="btn btn-default download-btn nightly-builds" type="button">
<span class="status">Nightly Builds</span>
<span class="icon">
<i class="fa fa-moon-o"/>
</span>
<span class="exist-version">dummytext</span>
<span class="version-warning">Use at your own risk</span>
</button>
</a>
<p>
All versions of eXist-db are <a href="../doc/legal.xml" target="_blank">Open Source</a> and may be used in academic, non-commercial and commercial applications.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>Community</h3>
<p>
If you'd like to contribute, ask questions or are looking for the sourcecode please see our <a href="https://github.com/eXist-db/exist">github</a> page
for details.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a id="poweredby" href="http://www.exist-db.org"/>
</div>
</div>
</div>
<br/>
</div><!--
###################################################################################
######################### END Homepage content ####################################
###################################################################################
--><!--
###################################################################################
######################### Footer ##################################################
###################################################################################
-->
<a name="imprintTarget"/>
<div class="band-imprint stripe animated slideOutRight closed">
<div class="container">
<a name="imprint"/>
<h2>Legal Notice</h2>
<div class="row">
<div class="col-md-6">
<address>
<strong>eXist Solutions GmbH</strong>
<br/>
Bonndorfer Straße 45<br/>
79853 Lenzkirch<br/>
</address>
<address>
General Enquiries: info@existsolutions.com<br/>
Technical Support: support@existsolutions.com<br/>
</address>
</div>
<div class="col-md-6">
<address>
<strong>Commercial Register</strong>
<br/>
Amtsgericht Freiburg i.Br.<br/>
HRB 713975<br/>
Director: Wolfgang Meier
</address>
<address>
<strong>Tax Information</strong>
<br/>
USt-Id Nr. DE273180763<br/>
</address>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="#imprintTarget" id="imprint">Legal Notice</a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<span class="copyright">© eXist Solutions 2018</span>
</div>
</div>
</div>
</footer>
<!--
###################################################################################
######################### End Footer ##############################################
###################################################################################
-->
<div id="cookieWarn" class="cookie-warning">
eXist-db.org uses cookies to provide the best possible experience. There are also some cookie being set by third-parties for website statistics. By further using the
site you agree to this practice.
<span id="cookieDismiss" class="icon">
<i class="fa fa-times-circle"/>
</span>
</div>
<!-- build:js resources/js/exist.min.js -->
<script src="components/jquery/dist/jquery.min.js" type="text/javascript"/>
<script src="components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"/>
<script src="components/snap.svg/dist/snap.svg-min.js" type="text/javascript"/>
<script src="components/bxslider-4/dist/jquery.bxslider.min.js" type="text/javascript"/>
<script src="resources/js/svgicons.js" type="text/javascript"/>
<script src="resources/js/exist-home.js" type="text/javascript"/>
<!-- /build -->
</body>
</html>