Skip to content

Commit 3d4d849

Browse files
committed
Fixed line separators
1 parent b962a40 commit 3d4d849

File tree

173 files changed

+20214
-20174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+20214
-20174
lines changed

chore/logback.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- minimal configuration for CI -->
2-
<configuration>
3-
<root level="INFO"/>
4-
</configuration>
1+
<!-- minimal configuration for CI -->
2+
<configuration>
3+
<root level="INFO"/>
4+
</configuration>

doc/LICENSE

Lines changed: 340 additions & 340 deletions
Large diffs are not rendered by default.

doc/LICENSE-BSD.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
Copyright (c) 2013, Christodoulos Tsoulloftas, http://www.komposta.net
2-
All rights reserved.
3-
4-
Redistribution and use in source and binary forms, with or without modification,
5-
are permitted provided that the following conditions are met:
6-
7-
* Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9-
* Redistributions in binary form must reproduce the above copyright notice,
10-
this list of conditions and the following disclaimer in the documentation
11-
and/or other materials provided with the distribution.
12-
* Neither the name of the <Christodoulos Tsoulloftas> nor the names of its
13-
contributors may be used to endorse or promote products derived from this
14-
software without specific prior written permission.
15-
16-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19-
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
20-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
23-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
24-
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1+
Copyright (c) 2013, Christodoulos Tsoulloftas, http://www.komposta.net
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice,
8+
this list of conditions and the following disclaimer.
9+
* Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
* Neither the name of the <Christodoulos Tsoulloftas> nor the names of its
13+
contributors may be used to endorse or promote products derived from this
14+
software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
20+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
23+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
24+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
2525
OF THE POSSIBILITY OF SUCH DAMAGE.

doc/_includes/alerts.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{% capture tip %}<div class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip: </b>{% endcapture %}
2-
{% capture note %}<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note: </b>{% endcapture %}
3-
{% capture important %}<div class="alert alert-warning" role="alert"><i class="fa fa-warning"></i> <b>Important: </b>{% endcapture %}
4-
{% capture warning %}<div class="alert alert-danger" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Warning: </b>{% endcapture %}
1+
{% capture tip %}<div class="alert alert-success" role="alert"><i class="fa fa-check-square-o"></i> <b>Tip: </b>{% endcapture %}
2+
{% capture note %}<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note: </b>{% endcapture %}
3+
{% capture important %}<div class="alert alert-warning" role="alert"><i class="fa fa-warning"></i> <b>Important: </b>{% endcapture %}
4+
{% capture warning %}<div class="alert alert-danger" role="alert"><i class="fa fa-exclamation-circle"></i> <b>Warning: </b>{% endcapture %}
55
{% capture end %}</div>{% endcapture %}

doc/_includes/callouts.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{% capture callout_danger %}<div class="bs-callout bs-callout-danger">{% endcapture %}
2-
{% capture callout_default %}<div class="bs-callout bs-callout-default">{% endcapture %}
3-
{% capture callout_primary %}<div class="bs-callout bs-callout-primary">{% endcapture %}
4-
{% capture callout_success %}<div class="bs-callout bs-callout-success">{% endcapture %}
5-
{% capture callout_info %}<div class="bs-callout bs-callout-info">{% endcapture %}
6-
{% capture callout_warning %}<div class="bs-callout bs-callout-warning">{% endcapture %}
7-
8-
{% capture hr_faded %}<hr class="faded"/> {%endcapture %}
1+
{% capture callout_danger %}<div class="bs-callout bs-callout-danger">{% endcapture %}
2+
{% capture callout_default %}<div class="bs-callout bs-callout-default">{% endcapture %}
3+
{% capture callout_primary %}<div class="bs-callout bs-callout-primary">{% endcapture %}
4+
{% capture callout_success %}<div class="bs-callout bs-callout-success">{% endcapture %}
5+
{% capture callout_info %}<div class="bs-callout bs-callout-info">{% endcapture %}
6+
{% capture callout_warning %}<div class="bs-callout bs-callout-warning">{% endcapture %}
7+
8+
{% capture hr_faded %}<hr class="faded"/> {%endcapture %}
99
{% capture hr_shaded %}<hr class="shaded"/> {%endcapture %}
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
{% if site.project == "doc_writers" %}
2-
{% assign audience = "writers" %}
3-
{% assign sidebar = site.data.sidebar_doc.entries %}
4-
{% assign topnav = site.data_dir.topnav_doc.topnav %}
5-
{% assign topnav_dropdowns = site.data.topnav_doc.topnav_dropdowns %}
6-
{% assign version = "all" %}
7-
{% assign product = "all" %}
8-
{% assign platform = "all" %}
9-
{% assign link = "custom/doc/links_doc.html" %}
10-
{% assign projectTags = site.data.tags_doc.allowed-tags %}
11-
{% endif %}
12-
13-
{% if site.project == "doc_designers" %}
14-
{% assign audience = "designers" %}
15-
{% assign sidebar = site.data.sidebar_doc.entries %}
16-
{% assign topnav = site.data.topnav_doc.topnav %}
17-
{% assign topnav_dropdowns = site.data.topnav_doc.topnav_dropdowns %}
18-
{% assign version = "all" %}
19-
{% assign product = "all" %}
20-
{% assign platform = "all" %}
21-
{% assign link = "custom/doc/links_doc.html" %}
22-
{% assign projectTags = site.data.tags_doc.allowed-tags %}
23-
{% endif %}
1+
{% if site.project == "doc_writers" %}
2+
{% assign audience = "writers" %}
3+
{% assign sidebar = site.data.sidebar_doc.entries %}
4+
{% assign topnav = site.data_dir.topnav_doc.topnav %}
5+
{% assign topnav_dropdowns = site.data.topnav_doc.topnav_dropdowns %}
6+
{% assign version = "all" %}
7+
{% assign product = "all" %}
8+
{% assign platform = "all" %}
9+
{% assign link = "custom/doc/links_doc.html" %}
10+
{% assign projectTags = site.data.tags_doc.allowed-tags %}
11+
{% endif %}
12+
13+
{% if site.project == "doc_designers" %}
14+
{% assign audience = "designers" %}
15+
{% assign sidebar = site.data.sidebar_doc.entries %}
16+
{% assign topnav = site.data.topnav_doc.topnav %}
17+
{% assign topnav_dropdowns = site.data.topnav_doc.topnav_dropdowns %}
18+
{% assign version = "all" %}
19+
{% assign product = "all" %}
20+
{% assign platform = "all" %}
21+
{% assign link = "custom/doc/links_doc.html" %}
22+
{% assign projectTags = site.data.tags_doc.allowed-tags %}
23+
{% endif %}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{% comment %} Note that in the preview server, this code won't work because the preview sites are using different ports. These links are all relative and assume the same port. However, when you publish the built sites onto the same server, then this toggle works fine. {% endcomment %}
2-
3-
<li class="dropdown">
4-
<a href="#" class="dropdown-toggle otherProgLangs" data-toggle="dropdown">Custom Menu<b class="caret"></b></a>
5-
<ul class="dropdown-menu">
6-
<li {% if site.audience == "writers" %}class="dropdownActive"{% endif %}><a href="{% if page.homepage == true or page.switch == false %}../doc_writers/{{site.suffix}}">Writer docs</a> {% else %} ../doc_writers{{page.url}}">Writer docs</a>{% endif %}</li>
7-
8-
<li {% if site.audience == "designers" %}class="dropdownActive"{% endif %}><a href="{% if page.homepage == true or page.switch == false %}../doc_designers/{{site.suffix}}">Designer doc</a> {% else %} ../doc_designers{{page.url}}">Designer docs</a>{% endif %}</li>
9-
10-
</ul>
11-
</li>
12-
1+
{% comment %} Note that in the preview server, this code won't work because the preview sites are using different ports. These links are all relative and assume the same port. However, when you publish the built sites onto the same server, then this toggle works fine. {% endcomment %}
2+
3+
<li class="dropdown">
4+
<a href="#" class="dropdown-toggle otherProgLangs" data-toggle="dropdown">Custom Menu<b class="caret"></b></a>
5+
<ul class="dropdown-menu">
6+
<li {% if site.audience == "writers" %}class="dropdownActive"{% endif %}><a href="{% if page.homepage == true or page.switch == false %}../doc_writers/{{site.suffix}}">Writer docs</a> {% else %} ../doc_writers{{page.url}}">Writer docs</a>{% endif %}</li>
7+
8+
<li {% if site.audience == "designers" %}class="dropdownActive"{% endif %}><a href="{% if page.homepage == true or page.switch == false %}../doc_designers/{{site.suffix}}">Designer doc</a> {% else %} ../doc_designers{{page.url}}">Designer docs</a>{% endif %}</li>
9+
10+
</ul>
11+
</li>
12+

0 commit comments

Comments
 (0)