2017-07-05 23:10:57 +00:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms and conditions defined in
|
|
|
|
* file 'LICENSE.md', which is part of this source code package.
|
|
|
|
*/
|
|
|
|
|
|
|
|
//
|
2017-07-31 14:21:57 +00:00
|
|
|
// Package creator is used for quickly generating pages and content with a simple interface.
|
2017-07-05 23:10:57 +00:00
|
|
|
// It is built on top of the model package to provide access to the most common
|
2017-07-14 12:56:42 +00:00
|
|
|
// operations such as creating text and image reports and manipulating existing pages.
|
2017-07-05 23:10:57 +00:00
|
|
|
//
|
|
|
|
package creator
|