-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
61 lines (61 loc) · 1.57 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
bin/mira
Changes
lib/Mira.pm
lib/mira.pod
lib/Mira/CLI.pm
lib/Mira/CLI/Command/build.pm
lib/Mira/CLI/Command/init.pm
lib/Mira/CLI/Command/new.pm
lib/Mira/CLI/Command/view.pm
lib/Mira/Config.pm
lib/Mira/Control/Content.pm
lib/Mira/Control/Content/Address.pm
lib/Mira/Control/Content/Date.pm
lib/Mira/Control/Content/Load.pm
lib/Mira/Control/Parser/Entry.pm
lib/Mira/Control/Parser/img.pm
lib/Mira/Control/Parser/Markup.pm
lib/Mira/Control/Parser/MiraMarkdown.pm
lib/Mira/Control/Plugin/Load.pm
lib/Mira/Control/Plugin/Plug.pm
lib/Mira/Control/Static.pm
lib/Mira/Model/Archive.pm
lib/Mira/Model/Base.pm
lib/Mira/Model/Floor.pm
lib/Mira/Plugin.pm
lib/Mira/Plugin/Date/Jalali.pm
lib/Mira/Plugin/Jdate.pm
lib/Mira/Server/Static.pm
lib/Mira/View.pm
lib/Mira/View/Archive.pm
lib/Mira/View/Feed.pm
lib/Mira/View/Floor.pm
lib/Mira/View/Main.pm
lib/Mira/View/Post.pm
LICENSE
Makefile.PL
MANIFEST This list of files
META.yml
META.json
README.md
share/config/blog.yml
share/statics/default-theme/img/mira-b.png
share/statics/default-theme/img/mira-c.png
share/statics/default-theme/style-rtl.css
share/statics/default-theme/style.css
share/structure/blog
share/structure/default
share/template/default-theme/archive.tt2
share/template/default-theme/atom.tt2
share/template/default-theme/include/footer
share/template/default-theme/include/header
share/template/default-theme/include/navbar
share/template/default-theme/include/sidebar
share/template/default-theme/index.tt2
share/template/default-theme/main.tt2
share/template/default-theme/post.tt2
t/00_base.t
t/01_config.t
t/03-model_base.t
t/04-content_load.t
TODO