aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/AppDefaults.js1
-rw-r--r--site/_includes/footer_contents.html4
-rw-r--r--site/_includes/header.html2
-rw-r--r--site/_posts/_2016-01-01-sample-test-blog.md (renamed from site/_posts/2016-01-01-sample-test-blog.md)0
-rw-r--r--site/_posts/_2016-06-27-security-white-paper.md (renamed from site/_posts/2016-06-27-security-white-paper.md)0
-rw-r--r--site/_posts/_2016-07-02-markdown-tuto.md (renamed from site/_posts/2016-07-02-markdown-tuto.md)0
-rw-r--r--site/misc/feed.xml2
-rw-r--r--site/sitemap.xml2
-rw-r--r--site/techpost/_disabled_index.html (renamed from site/techpost/index.html)0
9 files changed, 9 insertions, 2 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js
index 6a9e213..03f0896 100644
--- a/conf/AppDefaults.js
+++ b/conf/AppDefaults.js
@@ -38,6 +38,7 @@ config = {
// alternate url using cgit
GERRIT_FETCH: "https://git.automotivelinux.org/%repo%/plain/%source%?h=%commit%",
AGL_GERRIT_BRANCH : "master",
+ AGL_GITHUB_BRANCH : "master-next",
LAST: undefined
};
diff --git a/site/_includes/footer_contents.html b/site/_includes/footer_contents.html
index 83f7165..7c4d80b 100644
--- a/site/_includes/footer_contents.html
+++ b/site/_includes/footer_contents.html
@@ -15,7 +15,7 @@
<a href="https://gerrit.automotivelinux.org/gerrit/#/admin/projects/">Source Code on Git</a>
</li>
<li>
- <a target="_blank" href="/contact">Mailing List</a>
+ <a target="_blank" href="http://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions">Mailing List</a>
</li>
</ul>
</div>
@@ -25,7 +25,7 @@
<li><a target="_blank" href="https://wiki.automotivelinux.org/agl-distro/source-code">Source Code</a></li>
<li><a target="_blank" href="https://jira.automotivelinux.org/browse/SPEC/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel">Issue Tracker</a></li>
<li><a target="_blank" href="https://wiki.automotivelinux.org/">Wiki</a></li>
- <li><a href="https://www.automotivelinux.org/contact-us">Contact</a></li>
+ <li><a href="https://www.automotivelinux.org/contact">Contact</a></li>
</ul>
</div>
<div class="col-sm-4">
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 23a9da1..3450e72 100644
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -57,9 +57,11 @@
</div>
<div class="nav_bar_right">
<ul class="nav navbar-nav">
+{% comment %} <!-- disabled because posts are not updated - see SPEC-2029 -->
<li {% if page.blog_tab %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/techpost" id="blog_button">TechPost<span class="badge" id="new_blog_count"></span></a>
</li>
+{% endcomment %}
<li {% if page.contribute_tab %}class="active"{% endif %}>
<a href="{{ site.baseurl }}/contribute">Contribute</a>
</li>
diff --git a/site/_posts/2016-01-01-sample-test-blog.md b/site/_posts/_2016-01-01-sample-test-blog.md
index 884e8ca..884e8ca 100644
--- a/site/_posts/2016-01-01-sample-test-blog.md
+++ b/site/_posts/_2016-01-01-sample-test-blog.md
diff --git a/site/_posts/2016-06-27-security-white-paper.md b/site/_posts/_2016-06-27-security-white-paper.md
index dcf9780..dcf9780 100644
--- a/site/_posts/2016-06-27-security-white-paper.md
+++ b/site/_posts/_2016-06-27-security-white-paper.md
diff --git a/site/_posts/2016-07-02-markdown-tuto.md b/site/_posts/_2016-07-02-markdown-tuto.md
index c1a689a..c1a689a 100644
--- a/site/_posts/2016-07-02-markdown-tuto.md
+++ b/site/_posts/_2016-07-02-markdown-tuto.md
diff --git a/site/misc/feed.xml b/site/misc/feed.xml
index 626f4f9..debd36c 100644
--- a/site/misc/feed.xml
+++ b/site/misc/feed.xml
@@ -11,6 +11,7 @@ layout: null
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
+{% comment %} <!-- posts disabled : SPEC-2029 -->
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>
@@ -26,5 +27,6 @@ layout: null
{% endfor %}
</item>
{% endfor %}
+{% endcomment %}
</channel>
</rss>
diff --git a/site/sitemap.xml b/site/sitemap.xml
index 0e33063..3589b42 100644
--- a/site/sitemap.xml
+++ b/site/sitemap.xml
@@ -4,9 +4,11 @@
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<!-- posts -->
+{% comment %} <!-- posts disabled: SPEC-2029 -->
{% for post in site.posts %}
{% include sitemap_entry.html url=post.url change_frequency=post.change_frequency priority=post.priority %}
{% endfor %}
+{% endcomment %}
<!-- pages -->
{% for site_page in site.pages %}
diff --git a/site/techpost/index.html b/site/techpost/_disabled_index.html
index 46be3d8..46be3d8 100644
--- a/site/techpost/index.html
+++ b/site/techpost/_disabled_index.html