Skip to content

Implements a node inside a Content-Delivery-Network (CDN) for the new Pool² infrastructure. It focuses on CSS (respectively LESS code) and a dynamic frame for other microservices UI.

License

Notifications You must be signed in to change notification settings

Viva-con-Agua/dispenser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dispenser

Implements a node inside a Content-Delivery-Network (CDN) for the new Pool² infrastructure. It focuses on CSS (respectively LESS code) and a dynamic frame for other microservices UI.

INSTALL

Dispenser can be build via sbt-buildtool.

TEMPLATE

Dispenser can render HTML-Files with custom Context. For this you can simply send an Json in Format:

{
	metaData: {
		msName: "",
		templateName: "",
		language: Option[""]
	},
	navigationData:{
		navigationName: "",
		active:"",
		user_id: Option UUID
	},
	templateData: {
		title: "",
		content:"",
                head: Option String
	}
}

to Dispenser @ http://HOST/dispenser/template/simple

TEMPLATE-FILES

The name of the template must be specified in the template variable of the json.

Used variable:

simpleTemplate: header, body:

ChangeLog

Version 0.4.14 (2018-11-27)

About

Implements a node inside a Content-Delivery-Network (CDN) for the new Pool² infrastructure. It focuses on CSS (respectively LESS code) and a dynamic frame for other microservices UI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published