7 Sep 09:46
Please help : wee movies
Arie Kusuma Atmaja <ariekusumaatmaja <at> gmail.com>
2006-09-07 07:46:27 GMT
2006-09-07 07:46:27 GMT
Hello guys, I tried to download wee tutorial movies from my azureus, but nobody there... sad. sigh.. my azureus screenshot can be seen here : http://www.geocities.com/riyari3/wee_tutorial.png anybody has placed it in other places? so that i can download it through port 80 ? or send those tutorial movies to my email ( ariekusumaatmaja <at> gmail.com ) would also be fine. BTW How's this wee project progress? Hope can be cool like Seasideand still in Ruby World... Thanks b4. -- -- Name : Arie Kusuma Atmaja, A.K.A Arie, A.K.A ariekeren / YM! = riyari3 http://ariekusumaatmaja.wordpress.com Let's build Ruby Indonesia stronger http://groups.yahoo.com/groups/id-ruby
and still in Ruby World...
Thanks b4.
Here is my first contribution to the Wee project. It's an extension of the
HtmlWriter which will indent the code. It's not perfect yet. I need more html
to test all the cases, etc..
== Usage
Build your own session and re-implement the respond method.
class MySession < Wee::Session
def respond(context, callbacks)
pre_respond_hook
set_response(context, Wee::GenericResponse.new('text/html', ''))
rctx = Wee::RenderingContext.new(context, callbacks,
Wee::HtmlPrettyWriter.new(context.response.content))
@component_runner.render(rctx)
end
end
end
RSS Feed