[Jifty-commit] r754 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Mar 28 05:20:24 EST 2006


Author: jesse
Date: Tue Mar 28 05:20:21 2006
New Revision: 754

Added:
   jifty/trunk/doc/talks/blogdemo.png   (contents, props changed)
   jifty/trunk/doc/talks/component-tree.png   (contents, props changed)
   jifty/trunk/doc/talks/edit.png   (contents, props changed)
   jifty/trunk/doc/talks/error.png   (contents, props changed)
   jifty/trunk/doc/talks/halo-overview.png   (contents, props changed)
   jifty/trunk/doc/talks/halo.png   (contents, props changed)
   jifty/trunk/doc/talks/new-entry.png   (contents, props changed)
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/doc/talks/yapc.asia.2005.xul

Log:
 r10509 at hualien:  jesse | 2006-03-28 16:37:27 +0900
 * pictures


Added: jifty/trunk/doc/talks/blogdemo.png
==============================================================================
Binary file. No diff available.

Added: jifty/trunk/doc/talks/component-tree.png
==============================================================================
Binary file. No diff available.

Added: jifty/trunk/doc/talks/edit.png
==============================================================================
Binary file. No diff available.

Added: jifty/trunk/doc/talks/error.png
==============================================================================
Binary file. No diff available.

Added: jifty/trunk/doc/talks/halo-overview.png
==============================================================================
Binary file. No diff available.

Added: jifty/trunk/doc/talks/halo.png
==============================================================================
Binary file. No diff available.

Added: jifty/trunk/doc/talks/new-entry.png
==============================================================================
Binary file. No diff available.

Modified: jifty/trunk/doc/talks/yapc.asia.2005.xul
==============================================================================
--- jifty/trunk/doc/talks/yapc.asia.2005.xul	(original)
+++ jifty/trunk/doc/talks/yapc.asia.2005.xul	Tue Mar 28 05:20:21 2006
@@ -715,11 +715,15 @@
 Halos
 ~ ハロ
 ----
+{{img src="halo-overview.png" width="640" height="422"}}
+----
 Real-time
 info about
 the page
 ~ そのページのリアルタイムな情報
 ----
+{{img src="component-tree.png" width="640" height="422"}}
+----
 SQL queries
 ~ SQLクエリ
 ----
@@ -730,11 +734,18 @@
 Profiling
 ~ プロファイリング
 ----
+{{img src="halo.png" width="468" height="665"}}
+----
 Live 
 editing
 ~ ライブ編集
 ----
-XXX image goes here
+{{img src="edit.png" width="640" height="422"}}
+----
+Debug
+Screens
+----
+{{img src="error.png" width="640" height="422"}}
 ----
 {{#tag|Other}}
 {{#tag|Checklist}}
@@ -804,6 +815,8 @@
 better
 ~ まあ、見てなって
 ----
+{{img src="blogdemo.png" width="640" height="422"}}
+----
  lib/BlogDemo/Model/Entry.pm
  lib/BlogDemo/Dispatcher.pm
  web/templates/new_entry.html
@@ -847,21 +860,8 @@
      set create => $create;
  };
 ----
-{{#i|./web/templates/new_entry.html}}
+{{img src="blogdemo.png" width="640" height="422"}}
 ----
- <%args>
- $create
- </%args>
- <&|/_elements/wrapper, 
-    title=> 'Create an article' &>
- <%Jifty->web->form->start%>
- % foreach my $arg ($create->argument_names) {
- <%$create->form_field($arg)%>
- % }
- <%Jifty->web->form->submit( label => 'Save')%>
- <%Jifty->web->form->end%>
- </&>
- ----
 {{#i|./web/templates/index.html}}
 ----
  <%args>
@@ -876,6 +876,23 @@
  % }
  </&>
 ----
+{{#i|./web/templates/new_entry.html}}
+----
+{{img src="new-entry.png" width="918" height="754"}}
+----
+ <%args>
+ $create
+ </%args>
+ <&|/_elements/wrapper, 
+    title=> 'Create an article' &>
+ <%Jifty->web->form->start%>
+ % foreach my $arg ($create->argument_names) {
+ <%$create->form_field($arg)%>
+ % }
+ <%Jifty->web->form->submit( label => 'Save')%>
+ <%Jifty->web->form->end%>
+ </&>
+----
  jifty schema --setup
  jifty server 
 ----


More information about the Jifty-commit mailing list