Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
tarantool
Commits
b519a1db
Commit
b519a1db
authored
10 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Patches
Plain Diff
Remove links to statically linked binary tarballs. Fix a few broken links.
parent
e8d3201f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/user/connectors.xml
+1
-1
1 addition, 1 deletion
doc/user/connectors.xml
doc/www-data.in/download.cmake
+3
-16
3 additions, 16 deletions
doc/www-data.in/download.cmake
with
4 additions
and
17 deletions
doc/user/connectors.xml
+
1
−
1
View file @
b519a1db
...
...
@@ -180,7 +180,7 @@ int main()
<para>
The example program only shows one command and does not show all that's necessary for
good practice. For that, please see
<link
xlink:href=
"https://github.com/tarantool/tarantool
/blob/master/connector/c/include/tp.h
"
><filename>
connector/c
</filename></link>
in the
source tree.
xlink:href=
"https://github.com/tarantool/tarantool
-c
"
><filename>
connector/c
</filename></link>
source tree.
</para>
</section>
...
...
This diff is collapsed.
Click to expand it.
doc/www-data.in/download.cmake
+
3
−
16
View file @
b519a1db
...
...
@@ -47,7 +47,7 @@ download:
It can be added to your apt sources list with:
```bash
wget http://tarantool.org/dist/
master/
public.key
wget http://tarantool.org/dist/public.key
sudo apt-key add ./public.key
release=`lsb_release -c -s`
...
...
@@ -110,19 +110,6 @@ download:
[layman]: http://wiki.gentoo.org/wiki/Layman
### Other Linux distributions
<table border=1 title=
"Download the latest build, @PACKAGE_VERSION@"
width=100%>
<th colspan=3>Static builds for Linux</th>
<tr>
<td> Binary
tarball
(
**.tar.gz**
)
</td>
<td align=center> [32-bit] </td>
<td align=center> [64-bit] </td>
</tr>
</table>
[32-bit]: http://tarantool.org/dist/master/tarantool-@PACKAGE_VERSION@-linux-i686.tar.gz
[64-bit]: http://tarantool.org/dist/master/tarantool-@PACKAGE_VERSION@-linux-x86_64.tar.gz
### FreeBSD
Tarantool is available from the FreeBSD Ports collection
...
...
@@ -155,14 +142,14 @@ download:
## Connectors
- Perl driver, [DR:Tarantool]
(
http://search.cpan.org/~unera/DR-Tarantool-0.
37
/lib/DR/Tarantool.pm
)
- Perl driver, [DR:Tarantool]
(
http://search.cpan.org/~unera/DR-Tarantool-0.
42
/lib/DR/Tarantool.pm
)
- Java driver, [Maven repository]
(
http://dgreenru.github.com/tarantool-java
)
- Ruby driver, [https://github.com/mailru/tarantool-ruby]
- Python driver, [http://pypi.python.org/pypi/tarantool]
- PHP driver, [https://github.com/tarantool/tarantool-php]
- node.js driver, [https://github.com/devgru/node-tarantool]
- Erlang driver, [https://github.com/rtsisyk/etarantool]
- C connector [
is maintained in the server source tree]
(
https://github.com/tarantool/tarantool
/blob/master/connector/c
)
- C connector [https://github.com/tarantool/tarantool
-c]
[http://tarantool.org/dist/master]: http://tarantool.org/dist/master
[http://tarantool.org/dist/master/debian]: http://tarantool.org/dist/master/debian
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment