--- trunk/lib/Frey/Manual.pod 2008/12/02 22:07:22 693 +++ trunk/lib/Frey/Manual.pod 2008/12/03 19:00:10 701 @@ -2,8 +2,15 @@ This page describes how to use and develop with L +=head1 Command-line integration + +One of key points is that L runs under your user. This means it has +access to your termnial, and ssh keys, so beware! + =head1 Install +=head2 Firefox + Frey is designed to provide close integration between your day-to-day data mungling work in console and Firefox. @@ -12,12 +19,11 @@ It's also useful to have Firebug extension installed in Firefox to provide quick introspection on html, network traffic and request parameters. -=head1 Command-line integration - -One of key points is that L runs under your user. This means it has -access to your termnial, and ssh keys, so beware! +If nothing else, L provides Firebug lite bookmarklet. -On the other hand, this allow nice integration with command-line utlities: +It's all Text! Firefox extension at +L provides integration +between form textarea and your editor, so it's also handy. =head2 vim @@ -34,8 +40,28 @@ =head1 Command-line helpers +=head2 bin/dev.sh + +Recommeded way to start development L server since it will restart it +automatically and kill running instance if existing. + =head2 bin/check-syntax.sh Check syntax of modified files. +=head2 bin/grep-iselect.sh + +Helper using C to quickly grep, select result and jump to C + +=head2 bin/checkout-js.sh + +Checkout bunch of JavaScript code from all over the net, some of which is +used in Frey and rest is kind of TODO list... + +=head2 bin/clean-var.sh + +Cleanup C directory which gets a lot of dumps. Most of useful data +is held forever because I belive that trends are most interesting way to +look at data. + =cut