Changeset 33876
- Timestamp:
- 06/10/09 14:33:12 (4 years ago)
- Location:
- lang/perl/minish/trunk
- Files:
-
- 162 added
- 1 modified
-
. (modified) (1 prop)
-
config.pl (added)
-
minish.pl (added)
-
plugins (added)
-
plugins/amazon (added)
-
plugins/flavourish_page (added)
-
plugins/include_page (added)
-
plugins/interpolate_page (added)
-
plugins/lastmod (added)
-
plugins/microtemplate (added)
-
plugins/multimarkdown (added)
-
plugins/net_amazon (added)
-
plugins/notfound (added)
-
plugins/perlcode (added)
-
t (added)
-
t/00_core (added)
-
t/00_core/00_basic (added)
-
t/00_core/00_basic/00_compile.t (added)
-
t/00_core/00_basic/01_new.t (added)
-
t/00_core/10_util (added)
-
t/00_core/10_util/00_env_value.t (added)
-
t/00_core/10_util/01_escape_unescape_html.t (added)
-
t/00_core/10_util/02_merge_hash.t (added)
-
t/00_core/10_util/10_class_accessor.t (added)
-
t/00_core/10_util/11_instance_accessor.t (added)
-
t/00_core/10_util/12_merge_config.t (added)
-
t/00_core/10_util/13_plugin_state.t (added)
-
t/00_core/10_util/20_run_plugins.t (added)
-
t/00_core/10_util/21_run_plugin_first.t (added)
-
t/00_core/10_util/30_template.t (added)
-
t/00_core/10_util/31_interpolate.t (added)
-
t/00_core/10_util/40_minish_plugin.t (added)
-
t/00_core/10_util/41_minish_date.t (added)
-
t/00_core/10_util/42_minish_page.t (added)
-
t/00_core/10_util/43_minish_pages.t (added)
-
t/00_core/20_setup (added)
-
t/00_core/20_setup/00_config.t (added)
-
t/00_core/20_setup/01_variable.t (added)
-
t/00_core/20_setup/02_plugins.t (added)
-
t/00_core/20_setup/03_methods.t (added)
-
t/00_core/20_setup/04_pages.t (added)
-
t/00_core/30_prepare (added)
-
t/00_core/30_prepare/00_url.t (added)
-
t/00_core/30_prepare/01_path.t (added)
-
t/00_core/30_prepare/02_plugins.t (added)
-
t/00_core/40_run (added)
-
t/00_core/40_run/00_setup.t (added)
-
t/00_core/40_run/10_prepare.t (added)
-
t/00_core/40_run/20_run.t (added)
-
t/10_plugins (added)
-
t/10_plugins/amazon (added)
-
t/10_plugins/amazon/00_compile.t (added)
-
t/10_plugins/amazon/10_setup.t (added)
-
t/10_plugins/amazon/20_request.t (added)
-
t/10_plugins/amazon/21_parse_cache.t (added)
-
t/10_plugins/amazon/30_prepare.t (added)
-
t/10_plugins/amazon/40_page.t (added)
-
t/10_plugins/flavourish_page (added)
-
t/10_plugins/flavourish_page/00_compile.t (added)
-
t/10_plugins/flavourish_page/10_page.t (added)
-
t/10_plugins/include_page (added)
-
t/10_plugins/include_page/00_compile.t (added)
-
t/10_plugins/include_page/10_setup.t (added)
-
t/10_plugins/interpolate_page (added)
-
t/10_plugins/interpolate_page/00_compile.t (added)
-
t/10_plugins/interpolate_page/10_page.t (added)
-
t/10_plugins/lastmod (added)
-
t/10_plugins/lastmod/00_compile.t (added)
-
t/10_plugins/lastmod/10_start.t (added)
-
t/10_plugins/lastmod/20_find_files.t (added)
-
t/10_plugins/lastmod/30_skip.t (added)
-
t/10_plugins/microtemplate (added)
-
t/10_plugins/microtemplate/00_compile.t (added)
-
t/10_plugins/microtemplate/10_template.t (added)
-
t/10_plugins/multimarkdown (added)
-
t/10_plugins/multimarkdown/00_compile.t (added)
-
t/10_plugins/multimarkdown/10_setup.t (added)
-
t/10_plugins/multimarkdown/20_markdown.t (added)
-
t/10_plugins/net_amazon (added)
-
t/10_plugins/net_amazon/00_compile.t (added)
-
t/10_plugins/net_amazon/10_setup.t (added)
-
t/10_plugins/net_amazon/11_setup_with_cache.t (added)
-
t/10_plugins/net_amazon/20_request.t (added)
-
t/10_plugins/net_amazon/30_prepare.t (added)
-
t/10_plugins/net_amazon/40_page.t (added)
-
t/10_plugins/notfound (added)
-
t/10_plugins/notfound/00_compile.t (added)
-
t/10_plugins/notfound/10_exclude.t (added)
-
t/10_plugins/notfound/20_notfound.t (added)
-
t/10_plugins/perlcode (added)
-
t/10_plugins/perlcode/00_compile.t (added)
-
t/10_plugins/perlcode/10_page.t (added)
-
t/Util.pm (added)
-
t/examples (added)
-
t/examples/core (added)
-
t/examples/core/run_run (added)
-
t/examples/core/run_run/flavours (added)
-
t/examples/core/run_run/flavours/content_type.html (added)
-
t/examples/core/run_run/flavours/foot.html (added)
-
t/examples/core/run_run/flavours/head.html (added)
-
t/examples/core/run_run/flavours/page.html (added)
-
t/examples/core/run_run/pages (added)
-
t/examples/core/run_run/pages/foo.txt (added)
-
t/examples/core/setup_config.pl (added)
-
t/examples/core/setup_plugins (added)
-
t/examples/core/setup_plugins/bar (added)
-
t/examples/core/setup_plugins/foo (added)
-
t/examples/core/util_minish_page.txt (added)
-
t/examples/core/util_minish_pages (added)
-
t/examples/core/util_minish_pages/bar.txt (added)
-
t/examples/core/util_minish_pages/baz.txt (added)
-
t/examples/core/util_minish_pages/foo.txt (added)
-
t/examples/core/util_template (added)
-
t/examples/core/util_template/foo (added)
-
t/examples/core/util_template/foo/bar (added)
-
t/examples/core/util_template/foo/bar/head.html (added)
-
t/examples/core/util_template/foot.html (added)
-
t/examples/plugins (added)
-
t/examples/plugins/amazon (added)
-
t/examples/plugins/amazon/flavours (added)
-
t/examples/plugins/amazon/flavours/amazon.html (added)
-
t/examples/plugins/amazon/flavours/foo.html (added)
-
t/examples/plugins/amazon/pages (added)
-
t/examples/plugins/amazon/pages/foo.txt (added)
-
t/examples/plugins/flavourish_page (added)
-
t/examples/plugins/flavourish_page/foo (added)
-
t/examples/plugins/flavourish_page/foo.txt (added)
-
t/examples/plugins/flavourish_page/foo/index.txt (added)
-
t/examples/plugins/include_page (added)
-
t/examples/plugins/include_page/flavours (added)
-
t/examples/plugins/include_page/flavours/bar.html (added)
-
t/examples/plugins/include_page/flavours/include.html (added)
-
t/examples/plugins/include_page/pages (added)
-
t/examples/plugins/include_page/pages/foo.txt (added)
-
t/examples/plugins/interpolate_page (added)
-
t/examples/plugins/interpolate_page/page.txt (added)
-
t/examples/plugins/lastmod (added)
-
t/examples/plugins/lastmod/check (added)
-
t/examples/plugins/lastmod/check/foo.txt (added)
-
t/examples/plugins/lastmod/config.pl (added)
-
t/examples/plugins/lastmod/flavours (added)
-
t/examples/plugins/lastmod/flavours/foo.txt (added)
-
t/examples/plugins/lastmod/pages (added)
-
t/examples/plugins/lastmod/pages/foo.txt (added)
-
t/examples/plugins/lastmod/plugins (added)
-
t/examples/plugins/lastmod/plugins/foo.txt (added)
-
t/examples/plugins/lastmod/state (added)
-
t/examples/plugins/lastmod/state/foo.txt (added)
-
t/examples/plugins/multimarkdown (added)
-
t/examples/plugins/multimarkdown/markdown.txt (added)
-
t/examples/plugins/net_amazon (added)
-
t/examples/plugins/net_amazon/flavours (added)
-
t/examples/plugins/net_amazon/flavours/foo.html (added)
-
t/examples/plugins/net_amazon/flavours/net_amazon.html (added)
-
t/examples/plugins/net_amazon/pages (added)
-
t/examples/plugins/net_amazon/pages/foo.txt (added)
-
t/examples/plugins/notfound (added)
-
t/examples/plugins/notfound/flavours (added)
-
t/examples/plugins/notfound/flavours/notfound.html (added)
-
t/examples/plugins/notfound/pages (added)
-
t/examples/plugins/notfound/pages/foo.txt (added)
-
t/examples/plugins/perlcode (added)
-
t/examples/plugins/perlcode/foo.txt (added)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)