about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-09 22:20:21 +0000
committerEric Wong <e@80x24.org>2016-01-09 22:28:19 +0000
commite3bb4ac09a8a2f0cf6d1f7a603b221e4ae4745cc (patch)
tree5c42e5167c1cd220d6b17187e8b7389c91d29d15
parent08947d607e9be6626c4ddd20bfc7add4de7caed4 (diff)
downloadolddoc-e3bb4ac09a8a2f0cf6d1f7a603b221e4ae4745cc.tar.gz
Users using .olddoc.yml to add links to mailing list archives
will now be pleased to know "ml_url" and "nntp_url" fields
accept arrays.

This release also fixes bold highlighting of the current
module/class page for APIs.

7 changes since 1.1.2:
      bold class bar to highlight current page
      copyright updates for 2016
      tail: shorten the footer section
      head: use old-style <meta> tags for compatibility
      nodoc some internals
      tail: support multiple URLs for archives
      tail: fix divider when private email does not exist
-rw-r--r--Documentation/olddoc.5.txt3
-rw-r--r--lib/olddoc.rb2
2 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/olddoc.5.txt b/Documentation/olddoc.5.txt
index 50b6713..e2fdedb 100644
--- a/Documentation/olddoc.5.txt
+++ b/Documentation/olddoc.5.txt
@@ -25,6 +25,9 @@ for merging non-RDoc generated HTML into the project.
 `public_email` is the email address of a publically archived mailing list
 at `ml_url`
 
+As of olddoc 1.2.0, `ml_url` and `nntp_url` may be YAML arrays
+with multiple URLs.
+
 # SEE ALSO
 
 olddoc(1)
diff --git a/lib/olddoc.rb b/lib/olddoc.rb
index d9bc384..5a70577 100644
--- a/lib/olddoc.rb
+++ b/lib/olddoc.rb
@@ -1,7 +1,7 @@
 # Copyright (C) 2015-2016 all contributors <olddoc-public@80x24.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 module Olddoc # :nodoc:
-  VERSION = '1.1.2' # :nodoc:
+  VERSION = '1.2.0' # :nodoc:
 
   autoload :Gemspec, 'olddoc/gemspec'
   autoload :History, 'olddoc/history'