Add logos
This commit is contained in:
Родитель
c1e71e7313
Коммит
369a73a01c
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
# Bond
|
# Bond
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](https://raw.githubusercontent.com/Microsoft/bond/master/doc/src/logos/bond-logo-64x64-white.png)
|
||||||
Bond is an open source, cross-platform framework for working with schematized
|
Bond is an open source, cross-platform framework for working with schematized
|
||||||
data. It supports cross-language serialization/deserialization and powerful
|
data. It supports cross-language serialization/deserialization and powerful
|
||||||
generic mechanisms for efficiently manipulating data. Bond is broadly used at
|
generic mechanisms for efficiently manipulating data. Bond is broadly used at
|
||||||
|
|
|
@ -119,7 +119,8 @@ if (Haskell_PANDOC_EXECUTABLE AND Doxygen_EXECUTABLE)
|
||||||
|
|
||||||
add_pandoc_markdown (src/why_bond.md
|
add_pandoc_markdown (src/why_bond.md
|
||||||
TEMPLATE index.html
|
TEMPLATE index.html
|
||||||
CODE python)
|
CODE python
|
||||||
|
OPTIONS --self-contained)
|
||||||
|
|
||||||
set (doxygen_sources
|
set (doxygen_sources
|
||||||
doxygen/bond.doxygen
|
doxygen/bond.doxygen
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% Bond Communications
|
% Bond Communications
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
# About #
|
# About #
|
||||||
|
|
||||||
The Bond Communications framework allows clients and services to exchange
|
The Bond Communications framework allows clients and services to exchange
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% Bond Epoxy transport
|
% Bond Epoxy transport
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
# About #
|
# About #
|
||||||
|
|
||||||
The Bond Epoxy transport is a Bond
|
The Bond Epoxy transport is a Bond
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% Bond Epoxy transport wire format
|
% Bond Epoxy transport wire format
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
# Epoxy transport wire format #
|
# Epoxy transport wire format #
|
||||||
|
|
||||||
This documents the [Bond Epoxy transport](bond_comm_epoxy.html) wire format.
|
This documents the [Bond Epoxy transport](bond_comm_epoxy.html) wire format.
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% Bond Comm Roadmap
|
% Bond Comm Roadmap
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
||||||
This is what we currently are working on for Bond Comm.
|
This is what we currently are working on for Bond Comm.
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% Bond Simple In Memory (SimpleInMem) transport
|
% Bond Simple In Memory (SimpleInMem) transport
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
# About #
|
# About #
|
||||||
|
|
||||||
The Bond SimpleInMem transport is a Bond
|
The Bond SimpleInMem transport is a Bond
|
||||||
|
@ -18,4 +21,4 @@ It supports the following messaging patterns:
|
||||||
|
|
||||||
# Implementations #
|
# Implementations #
|
||||||
|
|
||||||
SimpleInMem is available as [C#](bond_cs.html#simpleinmem-transport) implementation today.
|
SimpleInMem is available as [C#](bond_cs.html#simpleinmem-transport) implementation today.
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% A Young Person's Guide to C++ Bond
|
% A Young Person's Guide to C++ Bond
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
About
|
About
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% A Young Person's Guide to C# Bond
|
% A Young Person's Guide to C# Bond
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](https://raw.githubusercontent.com/Microsoft/bond/master/doc/src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
About
|
About
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
@ -1316,4 +1319,4 @@ References
|
||||||
[bond_comm]: bond_comm.html
|
[bond_comm]: bond_comm.html
|
||||||
[bond_cpp]: bond_cpp.html
|
[bond_cpp]: bond_cpp.html
|
||||||
[bond_py]: bond_py.html
|
[bond_py]: bond_py.html
|
||||||
[compiler]: compiler.html
|
[compiler]: compiler.html
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% Python bindings for Bond
|
% Python bindings for Bond
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
About
|
About
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
% Bond compiler
|
% Bond compiler
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
Command line options
|
Command line options
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 2.7 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 2.5 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 60 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 71 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 61 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 62 KiB |
|
@ -1,3 +1,6 @@
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
Bond Reference
|
Bond Reference
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
%Why Bond?
|
%Why Bond?
|
||||||
|
|
||||||
|
![The Bond logo: a stylized glue gun](./src/logos/bond-logo-64x64-white.png)\
|
||||||
|
|
||||||
|
|
||||||
Bond is an [open source framework](https://github.com/Microsoft/bond/) which
|
Bond is an [open source framework](https://github.com/Microsoft/bond/) which
|
||||||
addresses similar scenarios to Protocol Buffers, Thrift and Avro. In this
|
addresses similar scenarios to Protocol Buffers, Thrift and Avro. In this
|
||||||
document we try to address similarities and differences between Bond and other
|
document we try to address similarities and differences between Bond and other
|
||||||
|
|
Загрузка…
Ссылка в новой задаче