From 6fbb3137437bd8b079fdd0b147baca5505e2d7fa Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 28 Feb 2015 14:52:13 +0100 Subject: [PATCH] Add ddocs.org friendly index page --- DDOCSINDEX.md | 9 +++++++++ hmod.cfg | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 DDOCSINDEX.md diff --git a/DDOCSINDEX.md b/DDOCSINDEX.md new file mode 100644 index 0000000..414d445 --- /dev/null +++ b/DDOCSINDEX.md @@ -0,0 +1,9 @@ +Poodinis Dependency Injection Framework +======================================= +Version 1.0.0 API documentation + +Copyright 2014-2015 Mike Bierlee - Licensed under the terms of the MIT license - See [LICENSE.txt](https://github.com/mbierlee/poodinis/blob/master/LICENSE.txt) + +Poodinis is a dependency injection framework for the D programming language. It is inspired by the Spring Framework and Hypodermic IoC container for C++. Poodinis supports registering and resolving classes either by concrete type or interface. Automatic injection of dependencies is supported through the use of UDAs (Referred to as autowiring). + +For instructions on how to use Poodinis in your projects, read the [readme](https://github.com/mbierlee/poodinis/blob/master/README.md). diff --git a/hmod.cfg b/hmod.cfg index 70c9151..d892778 100644 --- a/hmod.cfg +++ b/hmod.cfg @@ -1,2 +1,2 @@ project-name = Poodinis Dependency Injection Framework -index = README.md +index = DDOCSINDEX.md