Skip to content

rexpress/web-res

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rexpress/web-res

Web resources be used in http://regular.express

ScreenShot

Dependency

Web site is rendered with Jikji v0.5 (Static website generator based on RESTFul Server).

jikji use Jinja2 template engine which is used in Flask. You can see jinja template documentation on here.

Environment datas are loaded from repository rexpress/environments.

Directory and file roles

  • URL rules, template path, and model data is described in pages.xml
  • config.json is config of pathes, server_info, importing libraries.
  • ds.py and ext.py are functions that proccess sharing and environement datas.
  • Static resources like css, js, img are located in assets folder.
  • Template files are located in templates folder.

Build

regular.express is built automatically for every hour by Jenkins. Currently stopped.

Commits in the master branch will be reflected as soon as they are built.