1
0
Fork 0

Changed .org to .com in the documentation

This commit is contained in:
Thomas Schmidts 2014-10-31 15:46:51 +01:00
parent 38bc690ecd
commit 16af3b95bc
11 changed files with 19 additions and 61 deletions

View File

@ -1,20 +0,0 @@
{
"theme": "./localtheme",
"plugins": ["piwik"],
"pluginsConfig": {
"piwik": {
"URL": "www.arangodb.org/piwik/",
"siteId": 12
}
},
"pdf": {
"fontSize": 12,
"toc": true,
"margin": {
"right": 60,
"left": 60,
"top": 35,
"bottom": 35
}
}
}

View File

@ -3,12 +3,12 @@
First of all download and install the corresponding RPM or Debian package or use
homebrew on the MacOS X. See the [installation manual](../Installing/README.md) for more details.
In case you just want to experiment with ArangoDB you
can use the [online](http://www.arangodb.org/try) demo without
can use the [online](https://www.arangodb.com/tryitout) demo without
installing ArangoDB locally.
!SUBSECTION For Linux
* Visit the official [ArangoDB download page](http://www.arangodb.org/download)
* Visit the official [ArangoDB install page](https://www.arangodb.com/install)
and download the correct package for your Linux distribution
* Install the package using your favorite package manager
* Start up the database server, normally this is done by
@ -22,7 +22,7 @@ installing ArangoDB locally.
!SUBSECTION For Microsoft Windows
* Visit the official [ArangoDB download page](http://www.arangodb.org/download)
* Visit the official [ArangoDB install page](https://www.arangodb.com/install)
and download the installer for Windows
* Start up the database server

View File

@ -32,12 +32,12 @@ Key features include:
For more in-depth information:
* Read more on the
[Design Goals](http://www.arangodb.org/2012/03/07/avocadodbs-design-objectives)
[Design Goals](https://www.arangodb.com/2012/03/07/avocadodbs-design-objectives)
of ArangoDB
* [Watch the video](http://vimeo.com/36411892): Martin Schönert,
architect of ArangoDB, gives an introduction of what the ArangoDB project
is about
* Or give it a [try](http://www.arangodb.org/try)
* Or give it a [try](https://www.arangodb.com/tryitout)
!SECTION ArangoDB programs

View File

@ -4,7 +4,7 @@
This is an introduction to ArangoDB's geo indexes.
ArangoDB uses Hilbert curves to implement geo-spatial indexes. See this [blog](http://www.arangodb.org/2012/03/31/using-hilbert-curves-and-polyhedrons-for-geo-indexing)
ArangoDB uses Hilbert curves to implement geo-spatial indexes. See this [blog](https://www.arangodb.com/2012/03/31/using-hilbert-curves-and-polyhedrons-for-geo-indexing)
for details.
A geo-spatial index assumes that the latitude is between -90 and 90 degree and
@ -225,26 +225,4 @@ To find all documents within a radius of 2000 km use:
{ "_id" : "geo/22414080", "_key" : "22414080", "_rev" : "22414080", "distance" : 1568520.6, "name" : "Name/-10/10", "loc" : [ -10, 10 ] },
{ "_id" : "geo/27263744", "_key" : "27263744", "_rev" : "27263744", "distance" : 1568520.6, "name" : "Name/10/10", "loc" : [ 10, 10 ] },
{ "_id" : "geo/22283008", "_key" : "22283008", "_rev" : "22283008", "distance" : 1568520.6, "name" : "Name/-10/-10", "loc" : [ -10, -10 ] },
{ "_id" : "geo/27132672", "_key" : "27132672", "_rev" : "27132672", "distance" : 1568520.6, "name" : "Name/10/-10", "loc" : [ 10, -10 ] } ]
<!--
@anchor IndexGeoShellEnsureGeoIndex
@copydetails JSF_ArangoCollection_prototype_ensureGeoIndex
@CLEARPAGE
@anchor IndexGeoShellEnsureGeoConstraint
@copydetails JSF_ArangoCollection_prototype_ensureGeoConstraint
@CLEARPAGE
@anchor IndexGeoShellGeo
@copydetails JSF_ArangoCollection_prototype_geo
@CLEARPAGE
@anchor IndexGeoShellNear
@copydetails JSF_ArangoCollection_prototype_near
@CLEARPAGE
@anchor IndexGeoShellWithin
@copydetails JSF_ArangoCollection_prototype_within
-->
{ "_id" : "geo/27132672", "_key" : "27132672", "_rev" : "27132672", "distance" : 1568520.6, "name" : "Name/10/-10", "loc" : [ 10, -10 ] } ]

View File

@ -18,7 +18,7 @@ We provide packages for:
!SECTION Using a Package Manager to install ArangoDB
Follow the instructions on the [downloads](http://www.arangodb.org/download)
Follow the instructions on the [install](https://www.arangodb.com/install)
page to use your favorite package manager for the major distributions. After
setting up the ArangoDB repository you can easily install ArangoDB using yum,
aptitude, urpmi or zypper.
@ -44,12 +44,12 @@ Other versions of ArangoDB or other architectures should work similarly.
Download and import GPG-PublicKey:
wget -O RPM-GPG-KEY-www.arangodb.org http://www.arangodb.org/repositories/PublicKey
wget -O RPM-GPG-KEY-www.arangodb.org http://www.arangodb.com/repositories/PublicKey
apt-key add RPM-GPG-KEY-www.arangodb.org
Add the corresponding repository in file `/etc/apt/sources.list`:
deb http://www.arangodb.org/repositories LinuxMint-13 main
deb http://www.arangodb.com/repositories LinuxMint-13 main
Update the repository data:

View File

@ -49,7 +49,7 @@ days or weeks until the latest versions are available.
!SECTION Command-Line App
In case you are not using homebrew, we also provide a command-line app. You can
download it from [here](http://www.arangodb.org/download).
download it from [here](https://www.arangodb.com/install).
Choose *Mac OS X* and go to *Grab binary packages directly*. This allows you to
install the application *ArangoDB-CLI* in your application folder.

View File

@ -3,9 +3,9 @@
This chapter describes how to install ArangoDB under various operation systems.
First of all download and install the corresponding RPM or Debian package or use homebrew on the MacOS X.
You can find packages for various operation systems at our [download](http://www.arangodb.org/download) section.
You can find packages for various operation systems at our [install](https://www.arangodb.com/install) section.
If you don't want to install ArangoDB at the beginning and just want to experiment with the features, you can use our [online demo](https://www.arangodb.org/tryitout).
If you don't want to install ArangoDB at the beginning and just want to experiment with the features, you can use our [online demo](https://www.arangodb.com/tryitout).
In this Chapter you will also learn how to Compile ArangoDB from scratch.

View File

@ -10,7 +10,7 @@ performance applications using a convenient
[SQL-like query language](../Aql/README.md) or [JavaScript](../Foxx/README.md) extensions.
The database server [_arangod_](../FirstSteps/Arangod.md) stores all documents and serves them
using a REST interface. There are [drivers](https://www.arangodb.org/drivers) for all major languages like
using a REST interface. There are [drivers](https://www.arangodb.com/drivers) for all major languages like
Ruby, Python, PHP, JavaScript, and Perl. In the following sections we
will use the JavaScript shell to communicate with the database and
demonstrate some of ArangoDB's features using JavaScript.
@ -26,9 +26,9 @@ Some of the features and programs of ArangoDB are:
In this documentation you can inform yourself about all the functions, features and programs ArangoDB provides for you.
If you want to test the shell go [here](https://www.arangodb.org/shtutorial).
If you want to test the shell go [here](https://www.arangodb.com/shtutorial).
If you want to play with our query language, go to our [AQL Tutorial](https://www.arangodb.org/shtutorial).
If you want to play with our query language, go to our [AQL Tutorial](https://www.arangodb.com/shtutorial).
!SUBSECTION Community

View File

@ -14,5 +14,5 @@
<a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Share on Twitter"><i class="fa fa-twitter"></i></a>
{% endif %}
<!-- Title -->
<h1><a href="https://www.arangodb.org" target="blank" style="margin-left:5px"> <img src="{{ basePath }}/Arangodb_Logo.png" alt="ArangoDB" style="position:relative; border:0px; top:7px; margin-left: -80px; margin-right:15px">VERSION_NUMBER</a></h1>
<h1><a href="https://www.arangodb.com" target="blank" style="margin-left:5px"> <img src="{{ basePath }}/Arangodb_Logo.png" alt="ArangoDB" style="position:relative; border:0px; top:7px; margin-left: -80px; margin-right:15px">VERSION_NUMBER</a></h1>
</div>

View File

@ -54,7 +54,7 @@
<a href="http://stackoverflow.com/questions/tagged/arangodb" target="blank"><i class="fa fa-stack-overflow"></i> Have any questions?</a>
</li>
<li>
<a href="https://www.arangodb.org/whats-new" target="_blank"><i class="fa fa-bullhorn"></i> Whats new in the latest version?</a>
<a href="https://www.arangodb.com/whats-new" target="_blank"><i class="fa fa-bullhorn"></i> Whats new in the latest version?</a>
</li>
{% endif %}
<li class="divider"></li>

View File

@ -13,7 +13,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ staticBase }}/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="https://www.arangodb.org/wp-content/themes/triagens/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="https://www.arangodb.com/wp-content/themes/triagens/images/favicon.ico" type="image/x-icon">
{% block head %}{% endblock %}
{{ htmlSnippet("head:end")|default("") }}
</head>