-
Notifications
You must be signed in to change notification settings - Fork 14
/
MANIFEST
82 lines (82 loc) · 2.34 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
bin/build-templer
bin/templer
bin/templer-generate
ChangeLog
examples/breadcrumbs/input/index.skx
examples/breadcrumbs/input/robots.txt
examples/breadcrumbs/input/software/example/index.skx
examples/breadcrumbs/input/software/index.skx
examples/breadcrumbs/layouts/default.layout
examples/breadcrumbs/templer.cfg
examples/complex/input/dark.css
examples/complex/input/file.skx
examples/complex/input/glob.skx
examples/complex/input/img/cat1.jpg
examples/complex/input/img/cat2.jpg
examples/complex/input/index.skx
examples/complex/input/jquery.min.js
examples/complex/input/layout.skx
examples/complex/input/page.skx
examples/complex/input/sidebar.inc
examples/complex/input/structure.skx
examples/complex/input/style.css
examples/complex/input/stylesheet.skx
examples/complex/input/variables.skx
examples/complex/layouts/default.layout
examples/complex/templer.cfg
examples/simple/input/about.skx
examples/simple/input/foo.skx
examples/simple/input/index.skx
examples/simple/input/robots.txt
examples/simple/layouts/default.layout
examples/simple/templer.cfg
lib/App/Templer.pm
lib/Templer/Global.pm
lib/Templer/Plugin/Breadcrumbs.pm
lib/Templer/Plugin/Dollar.pm
lib/Templer/Plugin/Factory.pm
lib/Templer/Plugin/FileContents.pm
lib/Templer/Plugin/FileGlob.pm
lib/Templer/Plugin/Hash.pm
lib/Templer/Plugin/HTML.pm
lib/Templer/Plugin/Markdown.pm
lib/Templer/Plugin/Perl.pm
lib/Templer/Plugin/Redis.pm
lib/Templer/Plugin/RootPath.pm
lib/Templer/Plugin/RSS.pm
lib/Templer/Plugin/ShellCommand.pm
lib/Templer/Plugin/SiteMap.pm
lib/Templer/Plugin/Strict.pm
lib/Templer/Plugin/Textile.pm
lib/Templer/Plugin/TimeStamp.pm
lib/Templer/Site.pm
lib/Templer/Site/Asset.pm
lib/Templer/Site/New.pm
lib/Templer/Site/Page.pm
lib/Templer/Timer.pm
LICENSE
Makefile.PL
MANIFEST This list of files
META.yml
PLUGINS.md
README.md
t/style-no-tabs.t
t/style-no-trailing-whitespace.t
t/test-dependencies.t
t/test-pod-syntax.t
t/test-strict.t
t/test-templer-asset-copying.t
t/test-templer-page-expansion.t
t/test-templer-plugin-factory-formatters.t
t/test-templer-plugin-factory.t
t/test-templer-plugin-filecontents.t
t/test-templer-plugin-fileglob.t
t/test-templer-plugin-filters.t
t/test-templer-plugin-redis.t
t/test-templer-plugin-rootpath.t
t/test-templer-plugin-shellcommand.t
t/test-templer-plugin-timestamp.t
t/test-templer-site-new.t
t/test-templer-site.t
t/test-templer-synchronization.t
templer.cfg.sample