Remove lingering references to restia

This commit is contained in:
Talia 2022-09-19 12:58:27 +02:00
parent 55665ad013
commit 2ec8932696
8 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
--- Loader for cosmo templates. --- Loader for cosmo templates.
-- @module restia.config.cosmo -- @module glass.cosmo
local cosmo = require 'cosmo' local cosmo = require 'cosmo'
local readfile = require 'restia.config.readfile' local readfile = require 'restia.config.readfile'

View file

@ -1,5 +1,5 @@
--- Loader for markdown files using lua-discount --- Loader for markdown files using lua-discount
-- @module restia.config.discount -- @module glass.discount
local discount = require 'discount' local discount = require 'discount'

View file

@ -1,5 +1,5 @@
--- Loader for JSON-Data using Lua-CJSON --- Loader for JSON-Data using Lua-CJSON
-- @module restia.config.json -- @module glass.json
local json = require 'cjson' local json = require 'cjson'
local readfile = require 'restia.cofnig.readfile' local readfile = require 'restia.cofnig.readfile'

View file

@ -1,5 +1,5 @@
--- Loader for Lua files --- Loader for Lua files
-- @module restia.config.lua -- @module glass.lua
--- Loads and compiles a Lua file and runs it. --- Loads and compiles a Lua file and runs it.
-- Returns the result of running the Lua file. -- Returns the result of running the Lua file.

View file

@ -1,5 +1,5 @@
--- Loader for MoonHTML files --- Loader for MoonHTML files
-- @module restia.config.moonhtml -- @module glass.moonhtml
local template = require 'restia.template' local template = require 'restia.template'

View file

@ -1,5 +1,5 @@
--- Loader for plain files --- Loader for plain files
-- @module restia.config.readfile -- @module glass.readfile
--- Loads a normal file as a string. --- Loads a normal file as a string.
-- @treturn string The content of the file -- @treturn string The content of the file

View file

@ -1,5 +1,5 @@
--- Loader for Skooma templates --- Loader for Skooma templates
-- @module restia.config.skooma -- @module glass.skooma
local skooma = require 'skooma' local skooma = require 'skooma'

View file

@ -1,5 +1,5 @@
--- Loader for YAML-Data using Lua-CYAML --- Loader for YAML-Data using Lua-CYAML
-- @module restia.config.yaml -- @module glass.yaml
local yaml = require 'lyaml' local yaml = require 'lyaml'
local readfile = require 'restia.config.readfile' local readfile = require 'restia.config.readfile'