changeset 95:25149c27c794

Removed Octicons dependeny.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 02:01:18 +0100
parents e8fc61e077fc
children e7efa40deb17
files _config.yml bugs.md get-involved.md support.md
diffstat 4 files changed, 23 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/_config.yml	Tue Nov 01 01:06:10 2016 +0100
+++ b/_config.yml	Tue Nov 01 02:01:18 2016 +0100
@@ -24,7 +24,3 @@
 # Build settings
 markdown: kramdown
 highlighter: pygments
-
-# Icons
-gems:
-  - jekyll-octicons
--- a/bugs.md	Tue Nov 01 01:06:10 2016 +0100
+++ b/bugs.md	Tue Nov 01 02:01:18 2016 +0100
@@ -12,21 +12,23 @@
 [2]: {{ site.bugs_url }}&func=additem
 [3]: {{ site.bugs_url }}&func=search
 
-<p>
-<div class="alert">
-{% octicon stop class:"octicon-stop-octave" %}
+<div class="row ">
+<div class="columns small-11">
+<div class="panel callout">
 Please do <strong>not</strong> send any bug reports to the
 <samp>{{ site.help_email }}</samp> mailing list.
 Most Octave users do not want to receive bug reports.
 </div>
-</p>
+</div>
+</div>
 
-<p>
-<div class="alert">
-{% octicon stop class:"octicon-stop-octave" %}
+<div class="row ">
+<div class="columns small-11">
+<div class="panel callout">
 <strong>Before</strong> reporting a new bug, please read the guidelines below.
 </div>
-</p>
+</div>
+</div>
 
 
 
--- a/get-involved.md	Tue Nov 01 01:06:10 2016 +0100
+++ b/get-involved.md	Tue Nov 01 02:01:18 2016 +0100
@@ -23,15 +23,16 @@
 That way others can provide input early on, which makes your contribution more
 likely to get accepted.
 
-<p>
-<div class="alert">
-{% octicon stop class:"octicon-stop-octave" %}
+<div class="row ">
+<div class="columns small-11">
+<div class="panel callout">
 Please do <strong>not</strong> send help requests or bug reports to the
 <samp>{{ site.maintainers_email }}</samp> mailing list.  Refer to the
 <a href="{{ "bugs.html" | relative_url }}">bug tracker</a> or other
 <a href="{{ "support.html" | relative_url }}">support options</a> instead.
 </div>
-</p>
+</div>
+</div>
 
 [1]: http://www.octave.org/wiki/Projects
 [2]: https://lists.gnu.org/mailman/listinfo/octave-maintainers
--- a/support.md	Tue Nov 01 01:06:10 2016 +0100
+++ b/support.md	Tue Nov 01 02:01:18 2016 +0100
@@ -20,12 +20,11 @@
 
 # Documentation
 
-There is an [{% octicon book class:"octicon-book-manual" %} Online Manual][3]
-and a [{% octicon file-pdf class:"octicon-pdf-manual" %} PDF Version][4] of
-the comprehensive ~800 page manual.  This full documentation of Octave is
-generated directly from the Texinfo source files that are distributed along
-with every copy of the Octave source code.  The complete text of the manual
-is also available at the Octave prompt using the `doc` command.
+There is an [Online Manual][3] and a [PDF Version][4] of the comprehensive
+~800 page manual.  This full documentation of Octave is generated directly
+from the Texinfo source files that are distributed along with every copy of
+the Octave source code.  The complete text of the manual is also available
+at the Octave prompt using the `doc` command.
 
 A printed version of the Octave manual may be ordered from
 [Network Theory, Ltd.][5].  Any money raised from the sale of this book
@@ -74,10 +73,9 @@
   <input type="submit" value="Search" />
   </form>
 
-
-  <p>
-  <div class="alert">
-  {% octicon stop class:"octicon-stop-octave" %}
+  <div class="row ">
+  <div class="columns small-11">
+  <div class="panel callout">
   Please do <strong>not</strong> send any bug reports to the
   <samp>{{ site.help_email }}</samp> mailing list.
   Most Octave users do not want to receive bug reports.