forked from edlich/nosql-database.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.html
107 lines (89 loc) · 5.04 KB
/
feedback.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Feedback And Contact</title>
<meta name="author" content="Prof. Dr.Stefan Edlich">
<meta name="publisher" content="Prof. Dr.Stefan Edlich">
<meta name="description"
content="The ultimate reference for NOSQL Databases. Includes Events, Links, Tools, News, Forums, Books and much more...">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/x-icon" href="/Resources/Public/Img/favicon.ico">
<link href="Resources/Public/Css/Main.css" rel="stylesheet" >
<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">
try {
var pageTracker = _gat._getTracker("UA-1535339-3");
pageTracker._trackPageview();
} catch (err) {
}</script>
</head>
<body>
<div id="wrapper">
<header>
<div class="third">
<a href="index.html"><img width="251" height="61" alt="NoSQL Logo" src="Resources/Public/Img/nosql-logo.gif"></a>
</div>
<div class="third">
Your Ultimate Guide to the <br/>
Non - Relational Universe!<br/>
</div>
<div class="third">
[the <strong>best selected</strong> nosql link <a href="links.html">Archive</a> in the web]<br/>
<small>...never miss a <i>conceptual</i>
article again...<br>
<strong>News Feed </strong>covering all changes
</small>
<small><a href="http://nosql-databases.blogspot.com/">here</a></small>
<small>
<strong>!</strong>
</small>
</div>
</header>
<div id="main">
<h1>Feedback & Contact</h1>
<p> If you want to be included, update or deleted: A) Please send a <a href="https://github.com/edlich/nosql-database.org" target="_blank">pull request</a> to me to get the changes applied faster. Nevertheless, I will reject pull requests if the text is much longer than 500 chars or full of marketing instead of facts! B) If you can not send a pull request please send a sound description of your product in max. 500 characters! Do it in the style as CouchDB which was the first entry here!
<p>
You can also send your your feedback / event to me using the adress:<br>
<img style="width: 196px; height: 32px;" alt="Email Adress" src="Resources/Public/Img/email.gif"><br>
</p>
<p>
I am aware that the descriptions may contain errors and that the products evolve.<br>
So help please in keeping this up to date and send corrections and updates. Thanks!<br>
</p><p>
<span class="red"><strong>If you send a system, keep in mind that it is difficult to include everything which is not NoSQL! Furthermore give me a hint on the category of your DB.
</strong>
<br>
Any email you send with a database which is not yet included should contain the link to the database
and the category description having not more then <strong>500</strong> characters! And of
course in the style of the other descriptions with e.g. <strong>API, Protocol, Query, Written in,
Concurrency, <strong>etc. Everything more then 500 characters will be shortened or rejected.</span>
</p>
<p>
Additionally I will accept submitted pull requests for (small) changes here: <br>
<a href="https://github.com/edlich/nosql-database.org">
https://github.com/edlich/nosql-database.org</a>
</p>
<p>
<span class="red">If you use the <strong>NoSQL Logo</strong> I created, please give me a <strong>backlink</strong> to http://nosql-database.org !
</span>
</p>
<p> The purpose of the <a href="http://nosql-databases.org">nosql-database.org</a> is to capture all nosql information,
give an outline of available technologies and provide all links needed to get an overview of the topic. Simply to give back to the community what the community provided with these great new databases. The gathering of material was originally (and still is) intended for a <strong>master lecture</strong> in databases I am giving at <a href="http://www.beuth-hochschule.de/" target="_blank">Beuth University of Technology Berlin</a> (App.Sc.).</p>
<p>We have tried to capture every conceptual nosql link till 2011 in the archive.</p>
<p>If you have a good general resource you can send me a resource / db to be included via email.
</div>
<footer>
<p>[This "NoSQL Archive" has always <strong>> 40.000 unique visitors</strong> per month, it is <strong>top
rated</strong> on Google for "nosql", and is the <strong>#1</strong>
source for NoSQL <strong>systems</strong>.]
</p>
<p><a href="feedback.html">» Contact & Feedback</a> | <a href="impressum.html">» Imprint</a></p>
</footer>
</div>
</body>
</html>