Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

MkDocs

Project documentation with Markdown.
Collective - Host: opensource - https://opencollective.com/mkdocs - Website: https://www.mkdocs.org/ - Code: https://github.com/mkdocs/mkdocs

Disable markdownlint line_length check for tables and code blocks.

github.com/mkdocs/mkdocs - 3ff094d510152567e77894acffe68e14d685448a authored about 7 years ago by Waylan Limberg <[email protected]>
Correct `extra_*` config setting regressions.

The warning for missing files should only be issued if the config
setting is empty. The warning ...

github.com/mkdocs/mkdocs - b504e145012619b0f3d428a092835b328c1f186c authored about 7 years ago by Waylan Limberg <[email protected]>
Upped version to 0.17.1.

github.com/mkdocs/mkdocs - 109e517f7f0d774f28149c8e376c7790e0015203 authored about 7 years ago by Waylan Limberg <[email protected]>
Support `repo_url` with missing ending slash.

Also broke up `edit_uri` tests into individual methods and added a few
missing senarious. Fixes ...

github.com/mkdocs/mkdocs - f5b398c145d3e7a6dca07bf7b880f7728c722254 authored about 7 years ago by Waylan Limberg <[email protected]>
Add length support to toc.

This could be useful in templates. Fixes #1325.

github.com/mkdocs/mkdocs - fd0428543225f6fe5795b294235b12c540092aad authored about 7 years ago by Waylan Limberg <[email protected]>
Clean up YAML files.

github.com/mkdocs/mkdocs - 84ccafce221ee78cc4ff75c016798a92fc955ed6 authored about 7 years ago by Waylan Limberg <[email protected]>
Fix search for third-party themes.

Added theme customization settings to the search plugin:

* include_search_page: Determines whet...

github.com/mkdocs/mkdocs - 3f2ad4977f1dca9c98dc680051e8101c94ed614e authored about 7 years ago by Waylan Limberg <[email protected]>
Flake8: Comply with new E722 rule.

github.com/mkdocs/mkdocs - 886e0074d073e3b9de5022b2f4984417e4216c62 authored about 7 years ago by Waylan Limberg <[email protected]>
Override site_url with dev_addr on local server.

When serving locally, the `site_url` actually is the `dev_addr`, so the
config should relfect th...

github.com/mkdocs/mkdocs - 54a24ea89f45446cdf14093d16ca987844dd4ff0 authored about 7 years ago by Waylan Limberg <[email protected]>
Version to 0.17.0

Also made a couple adjustments to "documented" Python versions.

github.com/mkdocs/mkdocs - d393158445d72f2121ba49dffd94aa026db475ea authored about 7 years ago by Waylan Limberg <[email protected]>
Improved theme config docs.

github.com/mkdocs/mkdocs - 4b8626c16680efde5acb7962d9fce3c190903b4f authored about 7 years ago by Waylan Limberg <[email protected]>
Some `edit_uri` tweaks.

* Improve documentation and ensure it matches actual behavior.
* Use `page.edit_url` not `config...

github.com/mkdocs/mkdocs - 1477ea87beaf062ce41f190de2860e2cd996c286 authored about 7 years ago by Waylan Limberg <[email protected]>
Add "edit link" support to MkDocs theme.

Theme shows either a repo link or an edit link depending on whether
`edit_uri` is set. Also clar...

github.com/mkdocs/mkdocs - 3f98d1deb3de87c567283c81265168ef5e6b1408 authored about 7 years ago by Jesse Kinkead <[email protected]>
Updated release-notes.

Added last missing item in list of changes.

Changed version from 1.0.0 to 0.17.0 as that will...

github.com/mkdocs/mkdocs - 84906a7a6c936719539339b2f46658c1a561527f authored about 7 years ago by Waylan Limberg <[email protected]>
Partially Revert "Remove deprecated autofill of extra configs."

This partially reverts commit f90c44a20d12635db83021ebd11c31bbac4e28d3.

The behavior is still d...

github.com/mkdocs/mkdocs - b5f33bf1eaf4201e94a935429ad3fd8787d4b639 authored about 7 years ago by Waylan Limberg <[email protected]>
Open files with `utf-8-sig` to account for BOM.

Python simply discards the BOM with `utf-8-sig`. This way, users of
Microsoft text editors can h...

github.com/mkdocs/mkdocs - 555659cdc32c1a52344b7b00a2f3cace8ce3e68a authored about 7 years ago by Waylan Limberg <[email protected]>
Set 'search' as a default plugin.

Maintains better backward-compatability. Documentation updated, including
how to override the de...

github.com/mkdocs/mkdocs - 31e7c297840786695af506ca9c6e36a3c96703be authored about 7 years ago by Waylan Limberg <[email protected]>
Update release notes.

github.com/mkdocs/mkdocs - 66a282c44c75676b9eea856e61fcfbaabfb7c3a4 authored over 7 years ago by Waylan Limberg <[email protected]>
Update appveyor config. (#1299)

* pip is already installed by default. No need to install it manually, which was causing an erro...

github.com/mkdocs/mkdocs - 1074c91aa52604f4b923744a6e4ba3e0ed4241a7 authored over 7 years ago by Waylan Limberg <[email protected]>
Add option follow_links controling the docs_dir walker to follow directories links (#1134)

github.com/mkdocs/mkdocs - 5bdd4a62a87f198bc0e2c7959b7b8707ab1cbfd0 authored over 7 years ago by Philippe Ivaldi <[email protected]>
Add keyboard navigation (#1095)

github.com/mkdocs/mkdocs - 9f5365a496834f6f3696678fae50419c569b55cf authored over 7 years ago by Michael Reinhardt <[email protected]>
Adds support for Python 3.6

github.com/mkdocs/mkdocs - fe2ffc57a440d922a683767a977b37c50836aeba authored over 7 years ago by Frank Sachsenheim <[email protected]>
plugins: Adds a load_page_markdown event

This allows to override the loading of source files,
e.g. to fetch it from a remote location or ...

github.com/mkdocs/mkdocs - e1455e7a02ad9186fed4eb71968a12dcf17e7ab9 authored over 7 years ago by Frank Sachsenheim <[email protected]>
Drop support for Python 2.6.

MkDocs most likley will no longer run on Python 2.6. All relevant tests
have been removed. Close...

github.com/mkdocs/mkdocs - 418965977fb2a9c5346e81fe6280be78df0f855c authored over 7 years ago by Waylan Limberg <[email protected]>
Cleanup in plugin docs

github.com/mkdocs/mkdocs - a0e7f17488797304e3c58ad51102bdbd460c680f authored over 7 years ago by Frank Sachsenheim <[email protected]>
Remove deprecated template variables.

Related to #1168.

github.com/mkdocs/mkdocs - 6b1f014c2ac3a96926427b52ff87fc9a41e29810 authored over 7 years ago by Waylan Limberg <[email protected]>
Uncomplexifies config_options.Plugins.load_plugin

Also retains all errors of a plugin config.

github.com/mkdocs/mkdocs - 34cb58c12452d6e20082ea14d64e982af0c8cd2b authored over 7 years ago by Frank Sachsenheim <[email protected]>
Ensures mutable config defaults are copied

github.com/mkdocs/mkdocs - 39c81b8a8807b368154a9364efc335944ddf1e9a authored over 7 years ago by Frank Sachsenheim <[email protected]>
The Plugin API. (#1223)

See the included documentation for a full explanation of the API.

Search has been removed and w...

github.com/mkdocs/mkdocs - ffae0ef89c5ab1ec86586f7bf4da97011fa7711f authored over 7 years ago by Waylan Limberg <[email protected]>
Release-notes cleanup.

github.com/mkdocs/mkdocs - 8af4b64435d2581bea8104be9683d348b723a984 authored over 7 years ago by Waylan Limberg <[email protected]>
Removed workaround for missing `main.html` in themes.

Related to #1168.

github.com/mkdocs/mkdocs - 74980574a9de98d79b2bb4c19bb23cdb3ad003c3 authored over 7 years ago by Waylan Limberg <[email protected]>
Add 404 page for RTD Theme

github.com/mkdocs/mkdocs - 82b4b1954d9f3370b490056e7fdcd90ceb1d92b3 authored over 7 years ago by kylegregory <[email protected]>
Theme refactor.

Themes now have `theme` objects, and theme specific configs.
Themes can inherit from other theme...

github.com/mkdocs/mkdocs - 75350da44ca896e879c7c19f11d5c20d550a0497 authored over 7 years ago by Waylan Limberg <[email protected]>
Some build.py refactoring and cleanup."

github.com/mkdocs/mkdocs - 7985c72c2eaadd7dfd98a2c629d46d7ca0279181 authored over 7 years ago by Waylan Limberg <[email protected]>
Refactor Markdown handling. (#1180)

All Markdown handling is now contained within the `Page` object, which
external code no longer n...

github.com/mkdocs/mkdocs - b9af8b1fbaa63a7aafbd0ddc1987424f7df021d5 authored over 7 years ago by Waylan Limberg <[email protected]>
Removed special error message for mkdocs-bootstrap and mkdocs-bootswatch themes.

Related to #1168.

github.com/mkdocs/mkdocs - b4cc6c33674b1253a7f05bfa2fc366b9a22fe6bd authored over 7 years ago by Waylan Limberg <[email protected]>
Remove support for deprecated pages config.

Related to #1168.

github.com/mkdocs/mkdocs - db56c737955b42059f46ca273405241fc99f9029 authored over 7 years ago by Waylan Limberg <[email protected]>
Remove previously deprecated `json` command.

Closes #481.

github.com/mkdocs/mkdocs - 99936b803b3003004383901272f1626890ea5aa5 authored over 7 years ago by Waylan Limberg <[email protected]>
Remove more PY26 specific code. See #165 & #688.

github.com/mkdocs/mkdocs - 9e051a3636939cfa7e7b3ed6848cec1a32ac1ae4 authored over 7 years ago by Waylan Limberg <[email protected]>
Adds config_options.File

This option type can be used to validate that a specified
file exists.

github.com/mkdocs/mkdocs - 2aded89c3069927464db228e25101c96c1d44d7d authored over 7 years ago by Frank Sachsenheim <[email protected]>
Bumped version to 1.0.dev

github.com/mkdocs/mkdocs - 931e8d0ab8795756c5640c18f73eb84924b0d9b7 authored over 7 years ago by Waylan Limberg <[email protected]>
Adds config_options.ConfigItems

This can be used for a sequence of SubConfigs.

github.com/mkdocs/mkdocs - e76836e1a4ae3e7e254d99a6148a9d234b67cedf authored over 7 years ago by Frank Sachsenheim <[email protected]>
Some improvements to the plugins module

- makes events available in a module constant
- can be used by plugins for inspection
- ensure...

github.com/mkdocs/mkdocs - b2a809600b26558f6a28010be12a28c9d59e7ae6 authored over 7 years ago by Frank Sachsenheim <[email protected]>
Remove deprecated autofill of extra configs.

github.com/mkdocs/mkdocs - f90c44a20d12635db83021ebd11c31bbac4e28d3 authored over 7 years ago by Waylan Limberg <[email protected]>
Plugins: Fixes calling of 'pre_page' event.

github.com/mkdocs/mkdocs - a95c35458f45708359ec5478239aa1052c4bc8f2 authored over 7 years ago by Frank Sachsenheim <[email protected]>
Some typos, documentation fixes and Python idioms

github.com/mkdocs/mkdocs - 2b0690d6df4bf1ed0bb99ed6bd7c0f7cdb0c097a authored over 7 years ago by Frank Sachsenheim <[email protected]>
Fix two minor typos.

github.com/mkdocs/mkdocs - ca36f0c3413cf67b7ea502afa82f73763a5b5426 authored over 7 years ago by Scott Radvan <[email protected]>
Do not copy permissions with files.

In various stages of a build, a new file may overwrite a previously written
file (for example to...

github.com/mkdocs/mkdocs - e918f96894e69dbbc6361d1f9b1018a1e97e00c1 authored over 7 years ago by Waylan Limberg <[email protected]>
Remove ez-setup.py from appveyor.yml. (#1293)

get_pip.py already installs setuptools and ez_setup.py is deprecated.

github.com/mkdocs/mkdocs - b8123ffb86da6c2eef114db0c2eea7c6315a281a authored over 7 years ago by Waylan Limberg <[email protected]>
Properly validate edit_uri config setting (#1273)

Account for edit_uri being None. And move handling to config validation rather than
revalidati...

github.com/mkdocs/mkdocs - 31de2edc37f0db02ebe9729c2b7d1d488023e4ee authored over 7 years ago by Frank Sachsenheim <[email protected]>
Refactor .travis.yml to use matrix. (#1274)

Refactor .travis.yml to use matrix.

Travis-CI no longer installs all supported Python version...

github.com/mkdocs/mkdocs - 74660b8254573feb77a926f279bb43226eb47f3e authored over 7 years ago by Waylan Limberg <[email protected]>
Close file properly after writing, which leads to empty a file using jython.

github.com/mkdocs/mkdocs - e59e8760154488382ec3068379062968812cb2bd authored over 7 years ago by euvbonk <[email protected]>
Validate dev_addr config option.

Ensure reasonable error messages are returned on bad input.

This validates everything except th...

github.com/mkdocs/mkdocs - 46a382d82944b8951038481d2afe6bee19bf156f authored over 7 years ago by Waylan Limberg <[email protected]>
Improve relative path to images on Windows (#1233)

In win32 the routes uses backslashes (e.g. level1\level2\index.md) instead of slashes (level1/le...

github.com/mkdocs/mkdocs - 38a0579b34399407d6bceda5661cac0870d1efdc authored over 7 years ago by Sergio Sisternes <[email protected]>
Added support for query and fragment strings in edit_uri

github.com/mkdocs/mkdocs - aa9a2fdcead6881f8717fdef5899e564ed6166b8 authored over 7 years ago by Oscar Vasquez <[email protected]>
Removed erronous download badge.

Not sure where it was getting it's number from, but I know PyPI has deprecated that interface, a...

github.com/mkdocs/mkdocs - 852401467ace4fc656d29a07536a647237037f3b authored almost 8 years ago by Tom Christie <[email protected]>
Merge pull request #1202 from NickVolynkin/fix-link-to-tom-christie

fix the link to Tom Christie in the copyright notice

github.com/mkdocs/mkdocs - bfddb794b47c52e6c9c5d1441fb3695992ccdf60 authored almost 8 years ago by Tom Christie <[email protected]>
fix the link to Tom Christie in the copyright notice

github.com/mkdocs/mkdocs - 2e07efacacccbddd59d7d7f53137a44aeba5bab2 authored almost 8 years ago by Nick Volynkin <[email protected]>
custom-themes.md: fix a homepage typo (#1199)

s/hompage/homepage

github.com/mkdocs/mkdocs - bf4938d5b995260ace1e4b38d069ec07730a8aef authored almost 8 years ago by Georgii Staroselskii <[email protected]>
insert whitespace after url (#1197)

github.com/mkdocs/mkdocs - b3ca24234b5cbd29d401dd8477fe0d9a7c8f48a4 authored almost 8 years ago by Sebastian Raschka <[email protected]>
Bump version to 0.16.3.

github.com/mkdocs/mkdocs - f8c3433b3dc691574d6e14de92ffddb03937e3eb authored almost 8 years ago by Waylan Limberg <[email protected]>
ReadtheDocs theme TOC scroll bug (#1193)

Fixes a JavaScript error when looking for a current page in the TOC
when there is not a current...

github.com/mkdocs/mkdocs - f712311d7cb0d684bdf2d0100905647a8283f94a authored almost 8 years ago by Kyle Gregory <[email protected]>
Start release notes for 0.16.3 (#1192)

github.com/mkdocs/mkdocs - 4769f0054e8722d713bea50a6544d401be1b127b authored almost 8 years ago by Waylan Limberg <[email protected]>
fix typo (#1185)

Fixes #1184

github.com/mkdocs/mkdocs - 59026644f12abd62dc6834e6fc77941a895d5f50 authored almost 8 years ago by Terrell Russell <[email protected]>
Fix typos (#1181)

github.com/mkdocs/mkdocs - 82bcdbab69defb6eb8a2f68562cc52e2f2081665 authored almost 8 years ago by John Kerssens <[email protected]>
Fix live reload

This fixes a regression caused by efbc78922dc379cecc95beef8d7e1badc49959a2 (#1141).

github.com/mkdocs/mkdocs - 199195b0fe796ed381bf72789a2857b8a31962c5 authored almost 8 years ago by Jeffrey Tolar <[email protected]>
Version bump to 0.16.2

github.com/mkdocs/mkdocs - 8c9773dc36d479a10ed5f2b08198f8dfefdfada0 authored almost 8 years ago by Waylan Limberg <[email protected]>
System root ("/") is not a valid path for site_dir or docs_dir.

As neither setting can point at a child dir of the other, "/" would be an
invalid value for eith...

github.com/mkdocs/mkdocs - 1795d7655aa188feaa787e87e771ef6a7e2bed97 authored almost 8 years ago by Waylan Limberg <[email protected]>
Updated release-notes.

github.com/mkdocs/mkdocs - 7a8159738f1ab253aa899bb0dcb2ffb477611df1 authored almost 8 years ago by Waylan Limberg <[email protected]>
Add tests for common prefixes in docs_dir & site_dir.

Related to #1011. This test should have been added when PR #1012 was committed.

github.com/mkdocs/mkdocs - 3833627886437381670017ac8998c475ae190b78 authored almost 8 years ago by Waylan Limberg <[email protected]>
Merge pull request #1160 from itamaro/patch-2

Fix spelling

github.com/mkdocs/mkdocs - 571bbbfb91eba00136f2b4e2131f1f2fc759b015 authored almost 8 years ago by Dougal Matthews <[email protected]>
Fix spelling

github.com/mkdocs/mkdocs - 48ad73c64be49899de7e2cffae575fe13fc0374c authored almost 8 years ago by Itamar Ostricher <[email protected]>
Merge pull request #1159 from itamaro/patch-1

Fix spelling

github.com/mkdocs/mkdocs - 7805631c4ef30d11172e5a53f4400b6785d42ca0 authored almost 8 years ago by Dougal Matthews <[email protected]>
Fix spelling

github.com/mkdocs/mkdocs - b16dfa6d364ac9f975aa5818671a401b07020ea6 authored almost 8 years ago by Itamar Ostricher <[email protected]>
Templates have extension .html (typo fix in docs).

github.com/mkdocs/mkdocs - 58441f368b915c21a74eddacddd3bf3159234a40 authored almost 8 years ago by Waylan Limberg <[email protected]>
Refactor readthedocs navigation template.

* Fix a nested `<li>` bug.
* More closely replicate nesting of the Sphinx theme nav (related to ...

github.com/mkdocs/mkdocs - a877aae8a881cc9a59e5fd988b5dd8b1f7cac4d7 authored almost 8 years ago by Waylan Limberg <[email protected]>
Adjust TOC scrollbar

This built upon previous code so that when the scrollbar is viable the bottom arrow is not cover...

github.com/mkdocs/mkdocs - f6627d2c55aae4f721ec7f8fd18752a241951699 authored almost 8 years ago by SquareWaffles <[email protected]>
Mobile TOC height with scroll

Added override for the mobile TOC to be "height:100%" so it does not account for the previous/ne...

github.com/mkdocs/mkdocs - f8ad209668cd6c5bba527ef6203656070a85732c authored almost 8 years ago by SquareWaffles <[email protected]>
Updat GitHub class name

GitHub link was not showing. Found out that the class name should be "fa fa-github".

github.com/mkdocs/mkdocs - 1cd133d28acfaa9a2401325717a996a5090da250 authored almost 8 years ago by SquareWaffles <[email protected]>
Focus TOC on load

The code is a copy of code posed on Jan 10, 2017 on issue 803. This just incorporates the auto ...

github.com/mkdocs/mkdocs - 567dcb7d7264f33d9aa981d50e3b22381378e7b7 authored almost 8 years ago by SquareWaffles <[email protected]>
Fix typo (#1146)

github.com/mkdocs/mkdocs - 590ae3114d3e6ecfdf305d291cb5278fac102d8b authored almost 8 years ago by Kevin J. Qiu <[email protected]>
Add support to dev server to serve custom error pages (#1141)

Fixes #1040.

* review comments

github.com/mkdocs/mkdocs - 5b9e3d836692d36756fd240b9599c58039b4b822 authored almost 8 years ago by Akhil Lawrence <[email protected]>
Ensure nav.homepage.url is not blank on error pages. (#1132)

Also maintain pattern of ending urls with a slash in nav (all non-error pages
do so the error p...

github.com/mkdocs/mkdocs - daf97c282bbf835d4ddaf9c2d2e44df60f8096a4 authored almost 8 years ago by Waylan Limberg <[email protected]>
Up livereload version to >=2.5.1. (#1122)

This ensures older pyinotify versions don't break the livereload server.
Fixes #1106.

github.com/mkdocs/mkdocs - 3c8a1fccca29272ce327e89c398a55771a7f5635 authored almost 8 years ago by Waylan Limberg <[email protected]>
Merge pull request #1114 from d0ugal/master

Bump the version and add release notes

github.com/mkdocs/mkdocs - 678281773c282ef4848961f6092b55d0841627fc authored about 8 years ago by Dougal Matthews <[email protected]>
Bump the version and add release notes

github.com/mkdocs/mkdocs - f5e9339579ca18f697a5a8fdae5058dbb40cd41e authored about 8 years ago by Dougal Matthews <[email protected]>
Only "load" a theme when it is explicitly requested by the user. (#1105)

Previously, all installed themes were "loaded" each time the CLI
was run. Now, only the names a...

github.com/mkdocs/mkdocs - cf23bb4d3582deddb8f075bdb1916a50c69109b9 authored about 8 years ago by Waylan Limberg <[email protected]>
Correct the default for the remote_name config

See: https://github.com/mkdocs/mkdocs/blob/master/mkdocs/config/defaults.py#L119

github.com/mkdocs/mkdocs - ecc0550c7110649d94d874ccff7efa69907de35b authored about 8 years ago by Dougal Matthews <[email protected]>
Merge pull request #1100 from mkdocs/d0ugal-patch-2

Allow pypy3 failures for now

github.com/mkdocs/mkdocs - 19917def3a311e5007673cdf0ec973ac939b12cc authored about 8 years ago by Dougal Matthews <[email protected]>
Allow pypy3 failures for now

It seems that the pypy3 version is old and pip no longer supports it. We can maybe remove this e...

github.com/mkdocs/mkdocs - 7d76bef77e2454c02e377618be52a957524eb113 authored about 8 years ago by Dougal Matthews <[email protected]>
Ensure scrollspy behavior does not affect nav bar. (#1094)

Fixes #1089.

github.com/mkdocs/mkdocs - 3a616e0de6d5dfeac73d99d4253ce2c40087b25a authored about 8 years ago by Waylan Limberg <[email protected]>
Add chocolatey to list of supported package managers (#1091)

github.com/mkdocs/mkdocs - b84443a36562cf6aa2068d8c7cb3eaadb51a0046 authored about 8 years ago by Pascal Berger <[email protected]>
Merge pull request #1092 from waylan/flake8

Flake8 Cleanup.

github.com/mkdocs/mkdocs - e08e66aa4cf8aebc432f84baba7de9a70e2aa208 authored about 8 years ago by Waylan Limberg <[email protected]>
Flake8 Cleanup.

Newly released Fake8 version 3.2.0 resulted in a few previously missed
errors being reported for...

github.com/mkdocs/mkdocs - 5b5599207cd3a3b8f258bf565d43dfac1c58e9a4 authored about 8 years ago by Waylan Limberg <[email protected]>
Merge pull request #1090 from carlwgeorge/license-file-name

fix name of license file in manifest

github.com/mkdocs/mkdocs - 6a6cf841a5cdcdc91f52999d59c8905209d091cb authored about 8 years ago by Waylan Limberg <[email protected]>
fix name of license file in manifest

github.com/mkdocs/mkdocs - 106a90a4f5dba14a0ad4f99b38ed4ab82a8b1469 authored about 8 years ago by Carl George <[email protected]>
Merge pull request #1088 from pascalberger/LinkFix

Remove link added twice

github.com/mkdocs/mkdocs - f063970870c06a191a05ee4f2fae05b3835a8aeb authored about 8 years ago by Waylan Limberg <[email protected]>
Remove link added twice

github.com/mkdocs/mkdocs - f4846d197a9fcde47b84b5a029fa4c2d911d3fd9 authored about 8 years ago by Pascal Berger <[email protected]>
Merge pull request #1087 from d0ugal/master

Bumping the Mkdocs Version to roll a release

github.com/mkdocs/mkdocs - cbac6e161b99f08f64adca2f6695fb4c749c871d authored about 8 years ago by Dougal Matthews <[email protected]>
Bumping the Mkdocs Version to roll a release

github.com/mkdocs/mkdocs - 088828b227d9210430474cc293fca99a268e3a79 authored about 8 years ago by Dougal Matthews <[email protected]>