/[Frey]/trunk/lib/Frey/Manual.pod
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Manual.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 700 by dpavlin, Tue Dec 2 22:07:22 2008 UTC revision 701 by dpavlin, Wed Dec 3 19:00:10 2008 UTC
# Line 2  Line 2 
2    
3  This page describes how to use and develop with L<Frey>  This page describes how to use and develop with L<Frey>
4    
5    =head1 Command-line integration
6    
7    One of key points is that L<Frey> runs under your user. This means it has
8    access to your termnial, and ssh keys, so beware!
9    
10  =head1 Install  =head1 Install
11    
12    =head2 Firefox
13    
14  Frey is designed to provide close integration between your day-to-day data  Frey is designed to provide close integration between your day-to-day data
15  mungling work in console and Firefox.  mungling work in console and Firefox.
16    
# Line 12  You might want to open separate Firefox Line 19  You might want to open separate Firefox
19  It's also useful to have Firebug extension installed in Firefox to provide  It's also useful to have Firebug extension installed in Firefox to provide
20  quick introspection on html, network traffic and request parameters.  quick introspection on html, network traffic and request parameters.
21    
22  =head1 Command-line integration  If nothing else, L<Frey::Bookmarklet> provides Firebug lite bookmarklet.
   
 One of key points is that L<Frey> runs under your user. This means it has  
 access to your termnial, and ssh keys, so beware!  
23    
24  On the other hand, this allow nice integration with command-line utlities:  It's all Text! Firefox extension at
25    L<https://addons.mozilla.org/en-US/firefox/addon/4125> provides integration
26    between form textarea and your editor, so it's also handy.
27    
28  =head2 vim  =head2 vim
29    
# Line 34  Used for switching focus between browser Line 40  Used for switching focus between browser
40    
41  =head1 Command-line helpers  =head1 Command-line helpers
42    
43    =head2 bin/dev.sh
44    
45    Recommeded way to start development L<Frey> server since it will restart it
46    automatically and kill running instance if existing.
47    
48  =head2 bin/check-syntax.sh  =head2 bin/check-syntax.sh
49    
50  Check syntax of modified files.  Check syntax of modified files.
51    
52    =head2 bin/grep-iselect.sh
53    
54    Helper using C<iselect> to quickly grep, select result and jump to C<vim>
55    
56    =head2 bin/checkout-js.sh
57    
58    Checkout bunch of JavaScript code from all over the net, some of which is
59    used in Frey and rest is kind of TODO list...
60    
61    =head2 bin/clean-var.sh
62    
63    Cleanup C<var/> directory which gets a lot of dumps. Most of useful data
64    is held forever because I belive that trends are most interesting way to
65    look at data.
66    
67  =cut  =cut

Legend:
Removed from v.700  
changed lines
  Added in v.701

  ViewVC Help
Powered by ViewVC 1.1.26