yuanying / yapra

Yet Another Pragger

This URL has Read+Write access

yapra / Manifest.txt
834d1fcf » yuanying 2008-06-19 initial support for gem. 1 History.txt
6ec84e5a » yuanying 2008-06-19 #42 logger is singleton, an... 2 LICENCE
834d1fcf » yuanying 2008-06-19 initial support for gem. 3 License.txt
4 Manifest.txt
5 PostInstall.txt
6 README.txt
7 Rakefile
095066d7 » yuanying 2008-06-21 lecacy_plugin_directory_pat... 8 bin/yapra
834d1fcf » yuanying 2008-06-19 initial support for gem. 9 config/hoe.rb
10 config/requirements.rb
7a06f776 » yuanying 2008-06-22 added modified Filter::grep... 11 fixtures/config/habu_like.yml
12 fixtures/config/mixed_type.yml
13 fixtures/config/pragger_like.yml
a2813f3a » yuanying 2008-06-23 LegacyPlugin::Base spec is ... 14 fixtures/legacy_plugin/legacy_test_plugin.rb
6ec84e5a » yuanying 2008-06-19 #42 logger is singleton, an... 15 legacy_plugins/Download/nicovideo.rb
16 legacy_plugins/Feed/custom_feed.rb
17 legacy_plugins/Feed/google_calendar.rb
18 legacy_plugins/Feed/google_search_history.rb
19 legacy_plugins/Feed/hatena_graph.rb
20 legacy_plugins/Feed/lirs.rb
21 legacy_plugins/Filter/Translations/yahoo.rb
22 legacy_plugins/Filter/apply_text_html.rb
23 legacy_plugins/Filter/average.rb
24 legacy_plugins/Filter/deduped.rb
25 legacy_plugins/Filter/find_num.rb
26 legacy_plugins/Filter/find_regex.rb
27 legacy_plugins/Filter/fresh.rb
28 legacy_plugins/Filter/get_html.rb
29 legacy_plugins/Filter/grep.rb
30 legacy_plugins/Filter/invert.rb
31 legacy_plugins/Filter/sort.rb
32 legacy_plugins/Filter/subs.rb
33 legacy_plugins/Filter/to_integer.rb
34 legacy_plugins/Publish/delicious.rb
35 legacy_plugins/Publish/google_calendar.rb
36 legacy_plugins/Publish/hatena_bookmark.rb
37 legacy_plugins/Publish/hatena_diary_writer.rb
38 legacy_plugins/Publish/hatena_graph.rb
39 legacy_plugins/Publish/lingr.rb
40 legacy_plugins/Publish/mixi_diary_writer.rb
41 legacy_plugins/Publish/scuttle.rb
42 legacy_plugins/Publish/twitter.rb
43 legacy_plugins/RSS/load.rb
44 legacy_plugins/RSS/save.rb
45 legacy_plugins/Yaml/load.rb
46 legacy_plugins/Yaml/save.rb
47 legacy_plugins/argv.rb
48 legacy_plugins/concat.rb
49 legacy_plugins/const_list.rb
50 legacy_plugins/first.rb
51 legacy_plugins/head.rb
52 legacy_plugins/load_path.rb
53 legacy_plugins/plagger.rb
54 legacy_plugins/plugin_from_uri.rb
55 legacy_plugins/pluginbase.rb
56 legacy_plugins/print.rb
57 legacy_plugins/reverse.rb
58 legacy_plugins/send_msg.rb
59 legacy_plugins/stdin.rb
60 legacy_plugins/stdout.rb
61 lib-plugins/yapra/plugin/config/agent.rb
62 lib-plugins/yapra/plugin/config/basic_auth.rb
63 lib-plugins/yapra/plugin/config/web_post.rb
64 lib-plugins/yapra/plugin/feed/custom.rb
65 lib-plugins/yapra/plugin/feed/load.rb
7a06f776 » yuanying 2008-06-22 added modified Filter::grep... 66 lib-plugins/yapra/plugin/filter/apply_template.rb
1eb64107 » yuanying 2008-10-09 fixed pipeline data transfe... 67 lib-plugins/yapra/plugin/filter/deduped.rb
6ec84e5a » yuanying 2008-06-19 #42 logger is singleton, an... 68 lib-plugins/yapra/plugin/filter/entry_full_text.rb
69 lib-plugins/yapra/plugin/publish/file_download.rb
70 lib-plugins/yapra/plugin/publish/gmail.rb
71 lib-plugins/yapra/plugin/publish/imap.rb
8fd42b14 » yuanying 2008-10-28 modified History. 72 lib-plugins/yapra/plugin/publish/mail.rb
095066d7 » yuanying 2008-06-21 lecacy_plugin_directory_pat... 73 lib-plugins/yapra/plugin/publish/on_memory_download.rb
8fd42b14 » yuanying 2008-10-28 modified History. 74 lib-plugins/yapra/plugin/publish/smtp.rb
6ec84e5a » yuanying 2008-06-19 #42 logger is singleton, an... 75 lib-plugins/yapra/plugin/test/append_entry.rb
1eb64107 » yuanying 2008-10-09 fixed pipeline data transfe... 76 lib-plugins/yapra/plugin/test/raise_error.rb
77 lib-plugins/yapra/plugin/test/test.rb
78 lib-plugins/yapra/plugin/test/test2.rb
834d1fcf » yuanying 2008-06-19 initial support for gem. 79 lib/yapra.rb
6ec84e5a » yuanying 2008-06-19 #42 logger is singleton, an... 80 lib/yapra/config.rb
81 lib/yapra/inflector.rb
82 lib/yapra/legacy_plugin.rb
83 lib/yapra/legacy_plugin/advance_mode_registry.rb
84 lib/yapra/legacy_plugin/base.rb
85 lib/yapra/legacy_plugin/compatible_mode_registry.rb
86 lib/yapra/legacy_plugin/registry_factory.rb
87 lib/yapra/pipeline.rb
88 lib/yapra/plugin.rb
89 lib/yapra/plugin/base.rb
90 lib/yapra/plugin/context_aware.rb
91 lib/yapra/plugin/erb_applier.rb
92 lib/yapra/plugin/feed_item_operator.rb
93 lib/yapra/plugin/mechanize_base.rb
94 lib/yapra/runtime.rb
834d1fcf » yuanying 2008-06-19 initial support for gem. 95 lib/yapra/version.rb
6ec84e5a » yuanying 2008-06-19 #42 logger is singleton, an... 96 plugins/Filter/deduped.rb
7a06f776 » yuanying 2008-06-22 added modified Filter::grep... 97 plugins/Filter/grep.rb
6ec84e5a » yuanying 2008-06-19 #42 logger is singleton, an... 98 plugins/Filter/sort.rb
99 plugins/Filter/subs.rb
834d1fcf » yuanying 2008-06-19 initial support for gem. 100 script/console
101 script/destroy
102 script/generate
103 script/txt2html
104 setup.rb
105 spec/spec.opts
106 spec/spec_helper.rb
7a06f776 » yuanying 2008-06-22 added modified Filter::grep... 107 spec/yapra/config_spec.rb
a2813f3a » yuanying 2008-06-23 LegacyPlugin::Base spec is ... 108 spec/yapra/legacy_plugin/base_spec.rb
109 spec/yapra/legacy_plugin/registry_factory_spec.rb
1eb64107 » yuanying 2008-10-09 fixed pipeline data transfe... 110 spec/yapra/pipeline_spec.rb
834d1fcf » yuanying 2008-06-19 initial support for gem. 111 spec/yapra_spec.rb
112 tasks/deployment.rake
113 tasks/environment.rake
114 tasks/rspec.rake
115 tasks/website.rake
116 website/index.txt
117 website/javascripts/rounded_corners_lite.inc.js
118 website/stylesheets/screen.css
119 website/template.html.erb