Skip to content
Merged
Show file tree
Hide file tree
Changes from 63 commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
99d0100
init
aksakalli Feb 1, 2017
d7d0b16
blog
aksakalli Feb 2, 2017
1901d03
docs initial
aksakalli Feb 5, 2017
99a17c5
accordion doc navigation & search
aksakalli Feb 6, 2017
9255520
docs taglink & edit link
aksakalli Feb 7, 2017
87264b5
page top allignment, 404 page & seo
aksakalli Feb 10, 2017
04de6a2
making it generic for open source
aksakalli May 3, 2017
ce6c209
subfolder & readme
aksakalli May 3, 2017
6a3d478
fixing baseurl related issues
aksakalli May 3, 2017
ace6d03
fixing ssl related warnings
aksakalli May 3, 2017
3e7127b
fixing broken link
aksakalli May 3, 2017
9d2ae6d
index content
aksakalli May 3, 2017
639446e
readme
aksakalli May 3, 2017
4e8bd95
readme
aksakalli May 3, 2017
3ca369e
readable head image before bg image gets loaded
aksakalli May 5, 2017
1eb5124
Update _config.yml
aksakalli May 7, 2017
05e479b
Update _config.yml
aksakalli May 7, 2017
081fa47
fixing bundle dependency issue #3
aksakalli Jun 29, 2017
59a1fe8
just need to install `bundler`
aksakalli Jul 9, 2017
5a8917f
making bootwatch theme option configurable
aksakalli Jul 11, 2017
a5bb09f
code bg
aksakalli Dec 22, 2017
a00a0f1
updating bootswatch thumbnails
aksakalli Jan 23, 2018
f0bd01a
fixing the download link #15
aksakalli Mar 16, 2018
9401250
fixing w3c validation issues
aksakalli Sep 22, 2018
c4cc203
bundle update
aksakalli Sep 22, 2018
3cc3f49
update Jekyll
aksakalli Sep 22, 2018
8ef3c13
docker build alternative :ship:
aksakalli Oct 12, 2018
96a3df5
HTTPS link
coliff Dec 11, 2018
5ec7650
[ImgBot] Optimize images
ImgBotApp Dec 11, 2018
43b20bb
Merge pull request #1 from coliff/imgbot
coliff Dec 11, 2018
bddd8a2
Merge pull request #26 from coliff/patch-1
aksakalli Dec 11, 2018
1f64b78
Merge pull request #27 from coliff/gh-pages
aksakalli Dec 11, 2018
d6d49c2
Always load jQuery over HTTPS
coliff Dec 11, 2018
02447cc
Use type="search" for search
coliff Dec 11, 2018
6348c9f
Merge pull request #29 from coliff/patch-2
aksakalli Dec 12, 2018
42f3857
Merge pull request #28 from coliff/patch-1
aksakalli Dec 12, 2018
9daa6c7
Update Bootstrap to latest version of v1.x
coliff Dec 12, 2018
de3e29a
Merge pull request #31 from coliff/patch-1
aksakalli Dec 12, 2018
46fd99a
typo
aksakalli Dec 12, 2018
5a20842
move old site away
iluetkeb Feb 22, 2019
f3173e0
move old site away
iluetkeb Feb 22, 2019
0758798
Merge remote-tracking branch 'doc/gh-pages' into feature/doc_theme
iluetkeb Feb 22, 2019
2bbef8a
initial site config, ignore old stuff
iluetkeb Feb 22, 2019
b7b0c7f
start of microROS-specific landing page
iluetkeb Feb 22, 2019
b859034
enable github-pages like rendering of directories that are not includ…
iluetkeb Feb 23, 2019
345a631
Move real-time executor to proper place and add to concepts docs
iluetkeb Feb 23, 2019
d0765e0
Add redirect from old url
iluetkeb Feb 23, 2019
d6dddf1
ignore lock file
iluetkeb Feb 23, 2019
8aeab63
move over embedded tf
iluetkeb Feb 23, 2019
f448916
move over all the detail pages
iluetkeb Feb 23, 2019
7dc097b
move away jekyll doc instructions to make room for microROS stuff
iluetkeb Feb 23, 2019
a153a98
Description and show-cases links
iluetkeb Feb 23, 2019
87982b0
Re-integrated old landing page as docs welcome
iluetkeb Feb 23, 2019
b8e2690
removed old left-overs from jekyll-minimal
iluetkeb Feb 23, 2019
045662b
new tutorial landing page
iluetkeb Feb 23, 2019
45e4683
favicon
iluetkeb Feb 26, 2019
8631bd4
replace nav logo with microROS one
iluetkeb Feb 26, 2019
a8dd414
Added an announcement post
iluetkeb Feb 26, 2019
9ba327e
not exactlx small ;-)
iluetkeb Feb 26, 2019
b4aa1f8
ROS Industrial Conference Report
iluetkeb Feb 26, 2019
1b9407a
Fix license
iluetkeb Feb 26, 2019
6aee2d7
Replace Jekyll Doc Theme README with microROS info.
iluetkeb Feb 26, 2019
0ba873f
Add licensing info
iluetkeb Feb 26, 2019
c7ecfbc
Update authors.yml
iluetkeb Feb 27, 2019
31c01fb
micro-ROS -> microROS
iluetkeb Feb 27, 2019
dd6c4c7
micro-ROS -> microROS
iluetkeb Feb 27, 2019
cbaac9b
micro-controller -> microcontroller
iluetkeb Feb 27, 2019
d8e3bd1
Link XRCE-DDS
iluetkeb Feb 27, 2019
3e92fc2
Remove rcl, is used as-is
iluetkeb Feb 27, 2019
e36ce64
Update index.md
iluetkeb Feb 27, 2019
8b4f009
Revert "Add licensing info", it broke CSS
iluetkeb Feb 27, 2019
e8a0eac
Merge branch 'feature/doc_theme' of https://github.com/microROS/micro…
iluetkeb Feb 27, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

[COMMIT_EDITMSG]
max_line_length = 0
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
_site
.sass-cache
.jekyll-metadata
*.gem
.bundle
vendor/bundle
Gemfile.lock

191 changes: 191 additions & 0 deletions 3rdparty_licenses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
# 3rdparty licenses

This repository contains Open Source content from 3rd parties.
All files should have a copyright header, but for reference and
easier access, we have reproduced the respective licenses here
as well.

## Jekyll Doc Theme

* Name: Jekyll Doc Theme
* Version: Commit 46fd99a31e909402f3d589c84af69eea6029a22e
* URL: [https://aksakalli.github.io/jekyll-doc-theme/](https://aksakalli.github.io/jekyll-doc-theme/)
* License: MIT License
* Copyright: 2017 Can Güney Aksakalli

```text
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## Bootswatch Theme

* Name: Bootswatch Theme
* Path: _sass/bootswatch/
* URL: [https://bootswatch.com/](https://bootswatch.com/)
* License: MIT License
* Copyright: Copyright (c) 2013 Thomas Park

```text
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```

## Ruby Sass

* Name: Ruby Sass
* Version: 4.7.0
* URL [http://fontawesome.io](http://fontawesome.io)
* License: SIL Open Font License 1.1
* Copyright: Dave Gandy


## Font Awesome by Dave Gandy - http://fontawesome.io

* Name: FontAwesome
* Version: 4.7.0
* URL [http://fontawesome.io](http://fontawesome.io)
* License: SIL Open Font License 1.1
* Copyright: Dave Gandy


```text
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
```

## FontAwesome CSS and Less Files


* Name: FontAwesome CSS and LESS Files
* Version: 4.7.0
* URL [http://fontawesome.io](http://fontawesome.io)
* License: MIT License
* Copyright: Dave Gandy

```text
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```
8 changes: 8 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
---

<div class="container text-center">
<p>The page you are looking for cannot be found.</p>
<h2>404</h2>
</div>
10 changes: 10 additions & 0 deletions EDITING-INSTRUCTIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
unpublished: true
---

This site uses the Jekyll-doc theme, see its [documentation]
(https://aksakalli.github.io/jekyll-doc-theme/docs/home/) for editing instructions.

# Customizations

Instead of a "blog" section we have a "show-case" section with posts-style.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gemspec
gem 'github-pages', group: :jekyll_plugins
#gemspec
123 changes: 0 additions & 123 deletions Gemfile.lock

This file was deleted.

Loading