Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions _blog-src/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gem "asciidoctor", "1.5.2"
gem "jekyll-asciidoc", "1.0.0"
gem "asciidoctor-diagram", "1.3.0.preview.4"
gem "coderay"
gem "jekyll-sitemap", "0.9.0"
5 changes: 5 additions & 0 deletions _blog-src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ GEM
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-sitemap (0.9.0)
jekyll-watch (1.2.1)
listen (~> 2.7)
kramdown (1.7.0)
Expand Down Expand Up @@ -78,3 +79,7 @@ DEPENDENCIES
coderay
jekyll (= 2.5.3)
jekyll-asciidoc (= 1.0.0)
jekyll-sitemap (= 0.9.0)

BUNDLED WITH
1.11.2
3 changes: 2 additions & 1 deletion _blog-src/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Site settings
title: apiman blog
title: apiman Blog | Open Source API Management
email: apiman-user@lists.jboss.org
description: > # this means to ignore newlines until "baseurl:"
The apiman project brings an open source development methodology to
Expand All @@ -22,6 +22,7 @@ destination: ../blog
excerpt_separator: <!--more-->

gems:
- jekyll-sitemap
- jekyll-asciidoc
- asciidoctor-diagram

Expand Down
4 changes: 2 additions & 2 deletions _blog-src/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<div class="textwidget">
<p>
Copyright &copy; 2016 Red Hat, Inc. All rights reserved.<br>
apiman code is open source and released under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, v2.0</a>.<br>
apiman code is open source and released under <a href="http://www.apache.org/licenses/LICENSE-2.0.html" rel="nofollow" target="_blank">Apache License, v2.0</a>.<br>
<a href="disclosure.html">Open Source Disclosure</a>
</p>
</div>
</div>
<div class="widget col-sm-6 col-md-6 widget_text" style="text-align: right">
<a href="http://www.redhat.com"><img src="http://static.jboss.org/theme/images/common/redhat_logo.png"></a>
<a href="http://www.redhat.com" rel="nofollow" target="_blank"><img src="http://static.jboss.org/theme/images/common/redhat_logo.png" alt="Red Hat"></a>
</div>
</div>
<nav class="clearfix"></nav>
Expand Down
3 changes: 2 additions & 1 deletion _blog-src/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="msvalidate.01" content="C3BF2C67B92C75F2DEAA096973652038" />
<link rel="shortcut icon" href="http://www.apiman.io/latest/resources/images/favicon.ico">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<title>{% if page.title %}{{ page.title }} | apiman Open Source API Management{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link href="http://www.apiman.io/latest/resources/bootstrap-3.3.0/css/bootstrap.min.css" rel="stylesheet">
Expand Down
8 changes: 4 additions & 4 deletions _blog-src/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li class="top-menu-item menu-item"><a href="http://www.apiman.io/latest/roadmap.html">Roadmap</a></li>
<li class="top-menu-item menu-item active"><a href="http://www.apiman.io/blog/">Blog</a></li>
<li class="top-menu-item menu-item dropdown">
<a href="https://www.patternfly.org/visual-styles/" class="dropdown-toggle" data-toggle="dropdown">Get Involved<b class="caret"></b></a>
<a href="https://www.patternfly.org/visual-styles/" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Get Involved<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="menu-item">
<a href="https://issues.jboss.org/browse/APIMAN">Report a Bug</a>
Expand All @@ -25,10 +25,10 @@
<a href="http://www.apiman.io/latest/chat.html">Chat on IRC</a>
</li>
<li class="menu-item">
<a href="https://twitter.com/apiman_io">Twitter Feed</a>
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>
</li>
<li class="menu-item">
<a href="https://lists.jboss.org/mailman/listinfo/apiman-user">Mailing List</a>
<a href="https://lists.jboss.org/mailman/listinfo/apiman-user" rel="nofollow" target="_blank">Mailing List</a>
</li>
<li class="divider"></li>
<li class="menu-item">
Expand All @@ -37,7 +37,7 @@
</ul>
</li>
<li class="top-menu-item menu-item dropdown">
<a href="https://www.patternfly.org/visual-styles/" class="dropdown-toggle" data-toggle="dropdown">Learn More<b class="caret"></b></a>
<a href="https://www.patternfly.org/visual-styles/" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Learn More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="menu-item">
<a href="http://www.apiman.io/latest/tutorials.html">Tutorials &amp; Walkthroughs</a>
Expand Down
4 changes: 2 additions & 2 deletions _blog-src/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{% include head.html %}
<body class="blog">
<div id="rhbar">
<a class="jbdevlogo" href="http://www.jboss.org/projects/about"></a>
<a class="rhlogo" href="http://www.redhat.com/"></a>
<a class="jbdevlogo" href="http://www.jboss.org/projects/about" rel="nofollow" target="_blank"></a>
<a class="rhlogo" href="http://www.redhat.com/" rel="nofollow" target="_blank"></a>
</div>
{% include header.html %}

Expand Down
2 changes: 1 addition & 1 deletion _blog-src/_posts/2016-01-11-release-1.2.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Finall! Apiman 1.2.0.Final is released!"
title: "Final! Apiman 1.2.0.Final is released!"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In retrospect, I think this should have been 'Finally!' not 'Final!' right @EricWittmann ? Let me know and I'll update it.

date: 2016-01-11 09:30:00
author: eric_wittmann
categories: apiman
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>apiman</title>
<title>apiman | Open Source API Management</title>
<META http-equiv="refresh" content="0;URL=latest">
</head>
<body bgcolor="#ffffff">
Expand Down
18 changes: 9 additions & 9 deletions latest/api-manager-restdocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="resources/images/favicon.ico">
<title>apiman :: API Manager REST Services</title>
<title>API Manager REST Services Docs | apiman Open Source API Management</title>

<link href="resources/bootstrap-3.3.0/css/bootstrap.min.css" rel="stylesheet">
<link href="resources/patternfly-1.0.5/css/patternfly.min.css" rel="stylesheet">
Expand Down Expand Up @@ -43,8 +43,8 @@
</head>
<body class="">
<div id="rhbar">
<a class="jbdevlogo" href="http://www.jboss.org/projects/about"></a>
<a class="rhlogo" href="http://www.redhat.com/"></a>
<a class="jbdevlogo" href="http://www.jboss.org/projects/about" rel="nofollow" target="_blank"></a>
<a class="rhlogo" href="http://www.redhat.com/" rel="nofollow" target="_blank"></a>
</div>
<nav id="top-nav" class="navbar navbar-inverse" role="navigation">
<div class="container">
Expand All @@ -67,16 +67,16 @@
<a href="https://www.patternfly.org/visual-styles/" class="dropdown-toggle" data-toggle="dropdown">Get Involved<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="menu-item">
<a href="https://issues.jboss.org/browse/APIMAN">Report a Bug</a>
<a href="https://issues.jboss.org/browse/APIMAN" rel="nofollow" target="_blank">Report a Bug</a>
</li>
<li class="menu-item">
<a href="chat.html">Chat on IRC</a>
</li>
<li class="menu-item">
<a href="https://twitter.com/apiman_io">Twitter Feed</a>
<a href="https://twitter.com/apiman_io" rel="nofollow" target="_blank">Twitter Feed</a>
</li>
<li class="menu-item">
<a href="https://lists.jboss.org/mailman/listinfo/apiman-user">Mailing List</a>
<a href="https://lists.jboss.org/mailman/listinfo/apiman-user" rel="nofollow" target="_blank">Mailing List</a>
</li>
<li class="divider"></li>
<li class="menu-item">
Expand All @@ -85,7 +85,7 @@
</ul>
</li>
<li class="top-menu-item menu-item dropdown active">
<a href="https://www.patternfly.org/visual-styles/" class="dropdown-toggle" data-toggle="dropdown">Learn More<b class="caret"></b></a>
<a href="https://www.patternfly.org/visual-styles/" class="dropdown-toggle" data-toggle="dropdown" rel="nofollow" target="_blank">Learn More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="menu-item">
<a href="tutorials.html">Tutorials &amp; Walkthroughs</a>
Expand Down Expand Up @@ -139,14 +139,14 @@
<div class="textwidget">
<p>
Copyright © 2015 Red Hat, Inc. All rights reserved.<br>
apiman code is open source and released under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License, v2.0</a>.<br>
apiman code is open source and released under <a href="http://www.apache.org/licenses/LICENSE-2.0.html" rel="nofollow" target="_blank">Apache License, v2.0</a>.<br>
<a href="disclosure.html">Open Source Disclosure</a>
</p>
</div>
</div>
<div class="widget col-sm-6 col-md-6 widget_text" style="text-align: right">

<a href="http://www.redhat.com"><img src="http://static.jboss.org/theme/images/common/redhat_logo.png"></a>
<a href="http://www.redhat.com" rel="nofollow" target="_blank"><img src="http://static.jboss.org/theme/images/common/redhat_logo.png" alt="Red Hat"></a>
</div>
</div>
<nav class="clearfix"></nav>
Expand Down
Loading