Remove lingering references to restia
This commit is contained in:
parent
55665ad013
commit
2ec8932696
8 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
--- Loader for cosmo templates.
|
||||
-- @module restia.config.cosmo
|
||||
-- @module glass.cosmo
|
||||
|
||||
local cosmo = require 'cosmo'
|
||||
local readfile = require 'restia.config.readfile'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Loader for markdown files using lua-discount
|
||||
-- @module restia.config.discount
|
||||
-- @module glass.discount
|
||||
|
||||
local discount = require 'discount'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Loader for JSON-Data using Lua-CJSON
|
||||
-- @module restia.config.json
|
||||
-- @module glass.json
|
||||
|
||||
local json = require 'cjson'
|
||||
local readfile = require 'restia.cofnig.readfile'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Loader for Lua files
|
||||
-- @module restia.config.lua
|
||||
-- @module glass.lua
|
||||
|
||||
--- Loads and compiles a Lua file and runs it.
|
||||
-- Returns the result of running the Lua file.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Loader for MoonHTML files
|
||||
-- @module restia.config.moonhtml
|
||||
-- @module glass.moonhtml
|
||||
|
||||
|
||||
local template = require 'restia.template'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Loader for plain files
|
||||
-- @module restia.config.readfile
|
||||
-- @module glass.readfile
|
||||
|
||||
--- Loads a normal file as a string.
|
||||
-- @treturn string The content of the file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Loader for Skooma templates
|
||||
-- @module restia.config.skooma
|
||||
-- @module glass.skooma
|
||||
|
||||
local skooma = require 'skooma'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Loader for YAML-Data using Lua-CYAML
|
||||
-- @module restia.config.yaml
|
||||
-- @module glass.yaml
|
||||
|
||||
local yaml = require 'lyaml'
|
||||
local readfile = require 'restia.config.readfile'
|
||||
|
|
Loading…
Reference in a new issue