Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
Credit.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Apr 2, 2015
1 parent ea18c75 commit 3c3cf72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
Lupa is a [Jinja2][] template engine implementation written in Lua and supports
Lua syntax within tags and variables.

Lupa was sponsored by the [Library of the University of Antwerp][].

[Jinja2]: http://jinja.pocoo.org
[Library of the University of Antwerp]: http://www.uantwerpen.be/

## Requirements

Expand Down
2 changes: 2 additions & 0 deletions lupa.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-- Copyright 2015 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Sponsored by the Library of the University of Antwerp.
-- Contributions from Ana Balan.
-- Lupa templating engine.

--[[ This comment is for LuaDoc.
Expand Down
1 change: 1 addition & 0 deletions tests/suite.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- Copyright 2015 Mitchell mitchell.att.foicica.com. See LICENSE.
-- Contributions from Ana Balan.
-- Contains Lupa's copy of Jinja2's test suite.
-- Any descrepancies are noted and/or described.
-- Note: Lupa's range(n) behaves differently than Jinja2's in that it produces
Expand Down

0 comments on commit 3c3cf72

Please sign in to comment.