Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 494:2b9bc97f0439
change luan:web to luan:http
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 15 May 2015 17:43:13 -0600 |
parents | b36cc406d3d2 |
children | 598123096772 |
comparison
equal
deleted
inserted
replaced
493:1d082a0812e0 | 494:2b9bc97f0439 |
---|---|
1 local Luan = require "luan:Luan" | 1 local Luan = require "luan:Luan" |
2 local Io = require "luan:Io" | 2 local Io = require "luan:Io" |
3 local Html = require "luan:Html" | 3 local Html = require "luan:Html" |
4 local Http = require "luan:web/Http" | 4 local Http = require "luan:http/Http" |
5 local Shared = require "site:/Shared" | 5 local Shared = require "site:/Shared" |
6 | 6 |
7 heading_options = [[margin-top="2em" margin-bottom=".6em" textcolor="#233E93"]] | 7 heading_options = [[margin-top="2em" margin-bottom=".6em" textcolor="#233E93"]] |
8 | 8 |
9 function service() | 9 function service() |