<?xml version='1.0' encoding='utf-8'?>
<feed xmlns='http://www.w3.org/2005/Atom'>
<id>page100</id>
<title>FAQ</title>
<updated>2008-10-22T22:04:45.385-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html' rel='self'/>
<author></author><entry>
<title type='text'>Does gdoc work in Preview?</title>
<id>Does_gdoc_work_in_Preview</id>
<updated>2008-10-22T22:04:45.385-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Does_gdoc_work_in_Preview'/>
<content type='html'>
 Yes -- gtable works fine in preview as long as your page has a .php extension (which gdoc will force)
 </content>
 </entry>
<entry>
<title type='text'>Does gtable work in Previe?</title>
<id>Does_gtable_work_in_Previe</id>
<updated>2008-10-22T22:04:25.303-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Does_gtable_work_in_Previe'/>
<content type='html'>
 Yes -- gtable works fine in preview as long as your page has a .php extension (which gtable will force)
 </content>
 </entry>
<entry>
<title type='text'>Does gromo work in preview?</title>
<id>Does_gromo_work_in_preview</id>
<updated>2008-10-22T22:03:55.964-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Does_gromo_work_in_preview'/>
<content type='html'>
 No -- It will display the form but you can&apos;t actually submit it.
 </content>
 </entry>
<entry>
<title type='text'>I get a lot of errors and warnings</title>
<id>I_get_a_lot_of_errors_and_warni</id>
<updated>2008-10-19T18:16:38.431-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#I_get_a_lot_of_errors_and_warni'/>
<content type='html'>
 If you get a lot of undefined errors about can&apos;t find files and assuming other files (they will look somewhat like below)&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;Notice&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; color:#333333;&quot;&gt;: Undefined variable: HTTP_REFERER in (some path) on line &lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;186&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;Notice&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; color:#333333;&quot;&gt;: Undefined index: SCRIPT_URI in &lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;(some path)&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; color:#333333;&quot;&gt;on line &lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; font-weight:bold; color:#333333;font-weight:bold; &quot;&gt;187&lt;/span&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;The likely cause is your web host has set default PHP warning level too high.   To fix it put the following in the &apos;page prefix&apos; section of the page&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font:12px Courier, mono; &quot;&gt;&amp;lt;?PHP&lt;br /&gt;error_reporting(E_ERROR);&lt;br /&gt;?&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;pastedGraphic&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/I_get_a_lot_of_errors_and_warni_1.png&quot; width=&quot;240&quot; height=&quot;157&quot;/&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I see a lot of problems when I import a contact page</title>
<id>I_see_a_lot_of_problems_when_I_</id>
<updated>2008-09-15T00:01:01.237-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#I_see_a_lot_of_problems_when_I_'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;&lt;span style=&quot;font:13px Geneva, serif; color:#333333;&quot;&gt;&lt;br /&gt;The contact page is special -- In order for it to import properly you need to set up session variables. This is easily accomplished by going into the page inspector for the page that you are importing the contact page and adding a &apos;prefix&apos; that sets up the session. &lt;br /&gt;&lt;br /&gt;The magic command is: &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font:10px &amp;#39;Lucida Grande&amp;#39;, LucidaGrande, Verdana, sans-serif; color:#191919;&quot;&gt;&lt;?php session_start(); ?&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font:13px Geneva, serif; color:#333333;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href=&apos;files/BIGSetting for contact page.png&apos; rel=&apos;lightbox[I_see_a_lot_of_problems_when_I_]&apos; title=&apos;BIGPasted Graphic 1.tiff&apos;&gt;&lt;img  alt=&apos;BIGPasted Graphic 1.tiff&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/pluskit/FAQ/files/Setting for contact page.png&quot; width=&quot;107&quot; height=&quot;180&quot;/&gt;&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>How to I get started using PlusKit?</title>
<id>How_to_I_get_started_using_Plus</id>
<updated>2008-09-14T23:59:03.592-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_to_I_get_started_using_Plus'/>
<content type='html'>
 PlusKit has a lot of capabilities. The best way to start is to watch &lt;a href=&quot;../../pluskit/screencast/index.html&quot; rel=&quot;self&quot; title=&quot;Quick Start Movie&quot;&gt;the overview movie&lt;/a&gt; and then perhaps look &lt;a href=&quot;../../pluskit/examples/index.html&quot; rel=&quot;self&quot; title=&quot;Examples&quot;&gt;at some examples&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>How do I put a style that effects *only* the lightbox image?</title>
<id>How_do_I_put_a_style_that_effec</id>
<updated>2008-06-07T23:38:57.815-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_do_I_put_a_style_that_effec'/>
<content type='html'>
 If you want to have a style that is applied only to the lightbox image you need to qualify the CSS selector with a a[REL=&apos;zoom&apos;]&lt;br /&gt;&lt;br /&gt;For instance here is the CSS code to float the images left with no border and some margin&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;body a[REL=&quot;zoom&quot;] img.imageStyle {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;border: none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;float: left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;margin: 3px 18px 9px 0;&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And here is a selector that will make the zoom link and visit color white&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;a[rel=&apos;zoom&apos;]:link, a[rel=&apos;zoom&apos;]:visited {&lt;br /&gt;	background-color: white;&lt;br /&gt;	color: white;&lt;br /&gt;}&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font:13px CourierNewPSMT; &quot;&gt;&lt;br /&gt;&lt;/span&gt;
 </content>
 </entry>
<entry>
<title type='text'>Does gdoc, gtable, gform work with RapidBlog?</title>
<id>Does_gdoc_gtable_gform_work_wit</id>
<updated>2008-06-03T21:28:02.977-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Does_gdoc_gtable_gform_work_wit'/>
<content type='html'>
 No:&lt;br /&gt;&lt;br /&gt;gdoc/gtable/gform require the use of PHP code execution on the server.  For security reasons RapidBlog will not execute remote PHP code and so those commands won&apos;t work.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Pluskit was working and after 10 minutes it stopped</title>
<id>Pluskit_was_working_and_after_1</id>
<updated>2008-05-07T22:22:49.899-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Pluskit_was_working_and_after_1'/>
<content type='html'>
 If pluskit only works for the first 10 minutes or so you probably haven&apos;t registered it.  &lt;a href=&quot;http://www.loghound.com/pluskit/FAQ/files/../index.html#Can_I_try_before_I_buy&quot; rel=&quot;self&quot; title=&quot;FAQ:Can I try before I buy?&quot;&gt;See here for more details.&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Can I try before I buy?</title>
<id>Can_I_try_before_I_buy</id>
<updated>2008-05-07T22:21:56.779-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Can_I_try_before_I_buy'/>
<content type='html'>
 Yes.  Just install Pluskit and try it out -- It will be fully funtional for 10 minutes after you start RapidWeaver.  After 10 minutes it will stop working (but you can always save your work and restart RapidWeaver to continue trying it)&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Help I lost my serial number, how do I get it back</title>
<id>Help_I_lost_my_serial_number_ho</id>
<updated>2008-04-15T22:41:26.719-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Help_I_lost_my_serial_number_ho'/>
<content type='html'>
 To retrieve lost license codes you need to go to two spots and fill out forms (It&apos;s two spots because there are two different ways to get licenses that have different retrieval methods -- Just do both and you should be good to go&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://store.esellerate.net/support&quot; rel=&quot;self&quot;&gt;http://store.esellerate.net/support&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;https://store.loghound.com/store/lost_license&quot; rel=&quot;self&quot;&gt;https://store.loghound.com/store/lost_license&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You will need the email you used to register the program -- All of your esellerate and loghound  purchase serial numbers will be resent to you.
 </content>
 </entry>
<entry>
<title type='text'>How do I edit the form</title>
<id>How_do_I_edit_the_form</id>
<updated>2008-04-06T21:10:47.160-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_do_I_edit_the_form'/>
<content type='html'>
 The document is edited within google docs.  You can edit the document by either navigating to http://docs.google.com and finding the document or by simply putting a ?edit at the end of the page.  This extra argument will have pluskit outline each gdoc/gform/gtable and put a small &apos;edit&apos; tab in the lower left hand corner that links directly to the applicable google doc page.&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/How_do_I_edit_the_form_1.jpg&quot; width=&quot;84&quot; height=&quot;90&quot;/&gt;&lt;br /&gt;&lt;br /&gt;For example if the site was http://my.site.com/page.php the url to the page with the edit tabs is http://my.site.com/page.php?edit   This should make it easy to edit the contents of documents without have to go back through google docs and find the document.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>What are the requirements for gtable(())</title>
<id>What_are_the_requirements_for_1</id>
<updated>2008-04-06T21:10:14.701-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_are_the_requirements_for_1'/>
<content type='html'>
 The only requirement is your web host supports PHP and allows outgoing interent connections.  Almost all web hosts do that so it&apos;s likely you are ok to use it. 
 </content>
 </entry>
<entry>
<title type='text'>How do I edit the table?</title>
<id>How_do_I_edit_the_table</id>
<updated>2008-04-06T21:09:42.993-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_do_I_edit_the_table'/>
<content type='html'>
 The document is edited within google docs.  You can edit the document by either navigating to http://docs.google.com and finding the document or by simply putting a ?edit at the end of the page.  This extra argument will have pluskit outline each gdoc/gform/gtable and put a small &apos;edit&apos; tab in the lower left hand corner that links directly to the applicable google doc page.&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/How_do_I_edit_the_table_1.jpg&quot; width=&quot;84&quot; height=&quot;90&quot;/&gt;&lt;br /&gt;&lt;br /&gt;For example if the site was http://my.site.com/page.php the url to the page with the edit tabs is http://my.site.com/page.php?edit   This should make it easy to edit the contents of documents without have to go back through google docs and find the document.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How do I edit the content?</title>
<id>How_do_I_edit_the_content</id>
<updated>2008-04-06T21:08:23.706-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_do_I_edit_the_content'/>
<content type='html'>
 The document is edited within google docs.  You can edit the document by either navigating to http://docs.google.com and finding the document or by simply putting a ?edit at the end of the page.  This extra argument will have pluskit outline each gdoc/gform/gtable and put a small &apos;edit&apos; tab in the lower left hand corner that links directly to the applicable google doc page.&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/How_do_I_edit_the_content_1.jpg&quot; width=&quot;84&quot; height=&quot;90&quot;/&gt;&lt;br /&gt;&lt;br /&gt;For example if the site was http://my.site.com/page.php the url to the page with the edit tabs is http://my.site.com/page.php?edit   This should make it easy to edit the contents of documents without have to go back through google docs and find the document.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>What is is gform(())</title>
<id>What_is_is_gfrom</id>
<updated>2008-02-08T23:22:12.613-08:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_is_gfrom'/>
<content type='html'>
 the &amp;#x40;gform(()) command allows you to easily include google forms managed by google spreadsheets --  &lt;a href=&quot;http://googledocs.blogspot.com/2008/02/stop-sharing-spreadsheets-start.html&quot; rel=&quot;self&quot;&gt;See the official google blog for more details&lt;/a&gt;, It&apos;s also been discussed on many other &lt;a href=&quot;http://googlesystem.blogspot.com/2008/02/add-data-to-google-spreadsheets-using.html&quot; rel=&quot;self&quot;&gt;blogs&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;There are four different forms you can use&lt;br /&gt;&lt;br /&gt;&lt;div id=&apos;my-table&apos;&gt;

&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Action on submit&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;#x40;gform((key:&lt;em&gt;form_key&lt;/em&gt;))&lt;/td&gt;
&lt;td&gt;uses google standard action&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;#x40;gform((key:&lt;em&gt;form_key,&lt;/em&gt; &lt;strong&gt;thanks&lt;/strong&gt;:&lt;em&gt;thanks message&lt;/em&gt;))&lt;/td&gt;
&lt;td&gt;Displays the &amp;#8216;thanks message&amp;#8217; as typed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;#x40;gform((key:&lt;em&gt;form_key,&lt;/em&gt; &lt;strong&gt;thanksURL&lt;/strong&gt;:&lt;em&gt;&lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt; to redirect after submitting&lt;/em&gt;))&lt;/td&gt;
&lt;td&gt;Redirects to the specified &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt; (URL should be of type some.page.com &lt;strong&gt;without the preceding http://&lt;/strong&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;#x40;gform((key:&lt;em&gt;form_key,&lt;/em&gt; &lt;strong&gt;thanksPage&lt;/strong&gt;:&lt;em&gt;Page contents to show after submitting&lt;/em&gt;))&lt;/td&gt;
&lt;td&gt;Displays contents of RapidWeaver page (similar to a @import)&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Where does the data go?</title>
<id>Where_does_the_data_go</id>
<updated>2008-02-08T23:09:29.693-08:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Where_does_the_data_go'/>
<content type='html'>
 The data is stored in your spreadsheet -- You can view it via &lt;a href=&quot;http://docs.google.com&quot; rel=&quot;self&quot;&gt;google docs&lt;/a&gt; or display it on your site with the &lt;a href=&quot;../../pluskit/gtable/index.php&quot; rel=&quot;self&quot; title=&quot;@gtable&quot;&gt;@gtable&lt;/a&gt; command
 </content>
 </entry>
<entry>
<title type='text'>It doesn&apos;t work or gives me odd messages </title>
<id>It_doesnt_work_or_gives_me_odd_</id>
<updated>2008-02-08T23:08:18.051-08:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#It_doesnt_work_or_gives_me_odd_'/>
<content type='html'>
 The pluskit gform, gtable, gdoc, import, etc. commands require the text be &apos;undecorated&apos; ascii --- This means no font changes, bold, italices, etc.  Occasionally when entering text in a styled page even though it &apos;looks&apos; normal  it will have formatting (in the example above there was a font style applied)&lt;br /&gt;&lt;br /&gt;To fix this select the gtable, gdoc, import, etc. and select &apos;ignore formatting&apos; from the format menu -- The text should turn a pink color which tells you there is no formatting applied.&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;ZZ0F988DE6&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/It_doesnt_work_or_gives_me_odd__1.png&quot; width=&quot;466&quot; height=&quot;120&quot;/&gt;
 </content>
 </entry>
<entry>
<title type='text'>gform</title>
<id>gform</id>
<updated>2008-02-08T23:03:24.193-08:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#gform'/>
<content type='html'>
 answer
 </content>
 </entry>
<entry>
<title type='text'>I can&apos;t get gtable, gdoc, etc. to work</title>
<id>I_cant_get_gtable_gdoc_etc_to_w</id>
<updated>2007-12-08T14:19:57.334-08:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#I_cant_get_gtable_gdoc_etc_to_w'/>
<content type='html'>
 The pluskit gtable, gdoc, import, etc. commands require the text be &apos;undecorated&apos; ascii --- This means no font changes, bold, italices, etc.  Occasionally when entering text in a styled page even though it &apos;looks&apos; normal  it will have formatting (in the example above there was a font style applied)&lt;br /&gt;&lt;br /&gt;To fix this select the gtable, gdoc, import, etc. and select &apos;ignore formatting&apos; from the format menu -- The text should turn a pink color which tells you there is no formatting applied.&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;ZZ0F988DE6&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/I_cant_get_gtable_gdoc_etc_to_w_1.png&quot; width=&quot;466&quot; height=&quot;120&quot;/&gt;
 </content>
 </entry>
<entry>
<title type='text'>I can&apos;t get gtable, gdoc, import, to work.</title>
<id>I_cant_get_gtable_gdoc_import_t</id>
<updated>2007-12-08T14:19:14.696-08:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#I_cant_get_gtable_gdoc_import_t'/>
<content type='html'>
 &lt;a href=&quot;http://www.loghound.com/pluskit/FAQ/files/../index.html#I_cant_get_gtable_gdoc_etc_to_w&quot; rel=&quot;self&quot; title=&quot;FAQ:I can&amp;#39;t get gtable, gdoc, etc. to work&quot;&gt;See this entry&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>I can&apos;t get import, gtable, gdoc to work</title>
<id>I_cant_get_import_gtable_gdoc_t</id>
<updated>2007-12-08T14:18:46.141-08:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#I_cant_get_import_gtable_gdoc_t'/>
<content type='html'>
 &lt;a href=&quot;http://www.loghound.com/pluskit/FAQ/files/../index.html#I_cant_get_gtable_gdoc_etc_to_w&quot; rel=&quot;self&quot; title=&quot;FAQ:I can&amp;#39;t get gtable, gdoc, etc. to work&quot;&gt;See this entry&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>Is it possible to use Google Calendar with PlusKit?</title>
<id>Is_it_possible_to_use_Google_Ca</id>
<updated>2007-11-02T10:59:00.578-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Is_it_possible_to_use_Google_Ca'/>
<content type='html'>
 PlusKit doesn&apos;t have any inherent support for Google Calendar but it&apos;s really quite easy to integrate yourself.&lt;br /&gt;&lt;br /&gt;I posted a thread on this at the RealMac forums -- you can read it &lt;a href=&quot;http://www.realmacsoftware.com/support/viewtopic.php?pid=161160#p161160&quot; rel=&quot;self&quot;&gt;here&lt;/a&gt; 
 </content>
 </entry>
<entry>
<title type='text'>What is Lightbox?</title>
<id>What_is_Lightbox</id>
<updated>2007-09-14T22:55:06.308-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_Lightbox'/>
<content type='html'>
 Lightbox is a super slick way to see a &apos;bigger&apos; version of a picture without requiring flash (pure javascript).&lt;br /&gt;&lt;br /&gt;Gary at RapidWeaverThemes.com has done a really nice screencast showing how to use Lightbox that you can see &lt;a href=&quot;http://rapidweaverthemes.com/plug-ins/pluskit.html&quot; rel=&quot;self&quot;&gt;here.&lt;/a&gt; 
 </content>
 </entry>
<entry>
<title type='text'>What does the import(()) command do</title>
<id>What_does_the_import_command_do</id>
<updated>2007-09-14T22:54:20.750-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_does_the_import_command_do'/>
<content type='html'>
 &amp;#x40;import(()) allows you to &apos;include&apos; or &apos;import&apos; other pages within any styled text.  This is good if you want to combine page styles&lt;br /&gt;&lt;br /&gt;Gary at RapidWeaverThemes.com has done a really nice screencast showing how to use  that you can see &lt;a href=&quot;http://rapidweaverthemes.com/plug-ins/pluskit.html&quot; rel=&quot;self&quot;&gt;here.&lt;/a&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Is there a downside of gtable(())</title>
<id>Is_there_a_downside_of_gtable</id>
<updated>2007-09-02T23:24:23.414-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/pluskit/FAQ/index.html'/>
<content type='html'>
 answer
 </content>
 </entry>
<entry>
<title type='text'>Where can I learn more about import(())</title>
<id>Where_can_I_learn_more_about_im</id>
<updated>2007-09-02T23:23:56.111-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Where_can_I_learn_more_about_im'/>
<content type='html'>
 Probably the best way is to look at some of the &lt;a href=&quot;../../pluskit/examples/index.html&quot; rel=&quot;self&quot; title=&quot;Examples&quot;&gt;examples&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>What are the limitations of import(())</title>
<id>What_are_the_limitations_of_imp</id>
<updated>2007-09-02T23:23:52.422-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_are_the_limitations_of_imp'/>
<content type='html'>
 The biggest limitation is that some pages don&apos;t like being combined.  The Javascript may conflict or the page styles may not match up.  For instance Accordion and Carasoul (Two great &lt;a href=&quot;http://www.yourhead.com&quot; rel=&quot;self&quot;&gt;Yourhead &lt;/a&gt; plugins) don&apos;t like being imported into each other.&lt;br /&gt; 
 </content>
 </entry>
<entry>
<title type='text'>Where do I go to learn more about gdoc(())</title>
<id>Where_do_I_go_to_learn_more_abo</id>
<updated>2007-09-02T23:23:40.118-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/pluskit/gdoc/index.html'/>
<content type='html'>
 answer
 </content>
 </entry>
<entry>
<title type='text'>What are the requirements for gdoc(())</title>
<id>What_are_the_requirements_for_g</id>
<updated>2007-09-02T23:23:36.902-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_are_the_requirements_for_g'/>
<content type='html'>
 The only requirement is your web host supports PHP and allows outgoing interent connections.  Almost all web hosts do that so it&apos;s likely you are ok to use it.  If you are not sure please test it before purchasing pluskit (you can test it by create a simple styled text page, adding a pluskit page and in the styled kit page type&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;#x40;gdoc((key:key:ah4jzqpk89pj_13fc583j))&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;You should see a small document I wrote up (note the document is totally nonsense, don&apos;t take it seriously)&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>What is table(())</title>
<id>What_is_table</id>
<updated>2007-09-02T23:23:15.158-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_table'/>
<content type='html'>
 &amp;#x40;gtable(()) is a way to import google spreadsheets into your web page.  They will appear as a table.  This is good for showing information such as inventory, schedules, etc.  The nice thing is they are updated at page view time, not at pubilsh time so it makes the page &apos;live&apos; -- a sort of mini CMS system.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>gtable(())</title>
<id>gtable</id>
<updated>2007-09-02T23:22:10.390-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#gtable'/>
<content type='html'>
 answer
 </content>
 </entry>
<entry>
<title type='text'>what is the gdoc(()) command?</title>
<id>what_is_the_gdoc_command</id>
<updated>2007-09-02T23:22:07.926-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#what_is_the_gdoc_command'/>
<content type='html'>
 The requirements of gtable are the same as gdoc.  Simply a web host that supports PHP and allows external internet connections
 </content>
 </entry>
<entry>
<title type='text'>gdoc(())</title>
<id>gdoc</id>
<updated>2007-09-02T23:22:02.391-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#gdoc'/>
<content type='html'>
 answer
 </content>
 </entry>
<entry>
<title type='text'>What is the syntax of import(())</title>
<id>What_is_the_syntax_of_import</id>
<updated>2007-09-02T23:21:53.126-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_the_syntax_of_import'/>
<content type='html'>
 The syntax is quite easy.  It&apos;s just&lt;br /&gt;&lt;br /&gt;&lt;div class=&apos;codebox&apos;&gt;&lt;br /&gt;&amp;#x40;import((Other Page))&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Where &quot;Other Page&quot; is the title of the other page (note, don&apos;t use quotes, just type it in as it appears)&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>import(())</title>
<id>import</id>
<updated>2007-09-02T23:21:28.462-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#import'/>
<content type='html'>
 answer
 </content>
 </entry>
<entry>
<title type='text'>Where do I go to learn more about &amp;#x40;gtable(())</title>
<id>Where_do_I_go_to_learn_more_ab1</id>
<updated>2007-09-02T23:14:17.233-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/pluskit/gtable/index.php'/>
<content type='html'>
 answer
 </content>
 </entry>
<entry>
<title type='text'>Is there a downside of gdoc</title>
<id>Question</id>
<updated>2007-09-02T23:11:21.402-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Question'/>
<content type='html'>
 gdoc takes extra work on the server due to fetching &amp; parsing the file.  Also it&apos;s possible that the google servers could be down.  While it&apos;s a great feature when you need it if the page is totally static you are probably better off just typing it into RW.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>I&apos;m importing a page and I lost the lightbox effect</title>
<id>Im_importing_a_page_and_I_lost_</id>
<updated>2007-07-30T17:29:27.714-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Im_importing_a_page_and_I_lost_'/>
<content type='html'>
 Things get kind of tricky when you combine PlusKit features.  While PlusKit is pretty smart about figuring everything out it can be confused by complex combinations.&lt;br /&gt;&lt;br /&gt;Say, for instance, you are putting a picture in a Carasoul plugin that you want to import into a page of a Accordion.  This can work but only if you make sure that the Carasoul page has it&apos;s own folder.  &lt;br /&gt;&lt;br /&gt;So, if you find you are loosing the lighbox effect during a &amp;#x40;import(()) make sure the imported pages are in their own folder.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>Is it possible to have external images lightboxed with Pluskit?</title>
<id>Is_it_possible_to_have_external</id>
<updated>2007-07-16T22:17:33.390-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Is_it_possible_to_have_external'/>
<content type='html'>
 Well, &apos;sort of&apos;.  It&apos;s a bit of a hack but as long as you have one embedded lightboxed image then pluskit will lay down all of the core javascript you need.  Then you can create external links with the effect.  See &lt;a href=&quot;../../pluskit/examples/index.html&quot; rel=&quot;self&quot; title=&quot;Examples&quot;&gt;example 11&lt;/a&gt; for how to do this.
 </content>
 </entry>
<entry>
<title type='text'>Markdown</title>
<id>Markdown</id>
<updated>2007-04-17T21:00:20.338-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Markdown'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>Page Importing</title>
<id>Page_Importing</id>
<updated>2007-04-17T21:00:10.700-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Page_Importing'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>Lightbox</title>
<id>Lightbox</id>
<updated>2007-04-17T20:59:43.263-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Lightbox'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>Backup</title>
<id>Backup</id>
<updated>2007-04-09T23:13:26.656-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#Backup'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>FindPlus</title>
<id>FindPlus</id>
<updated>2007-04-09T23:13:11.672-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#FindPlus'/>
<content type='html'>
 
 </content>
 </entry>
<entry>
<title type='text'>What is FindPlus?</title>
<id>What_is_FindPlus</id>
<updated>2007-04-09T23:05:52.243-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_FindPlus'/>
<content type='html'>
 PlusKit also includes a new powerful find feature.  Ever wonder where something was in your RapidWeaver project?  You can use FindPlus to search across all of your RW pages.&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/What_is_FindPlus_1.jpg&quot; width=&quot;363&quot; height=&quot;182&quot;/&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;You can locate FindPlus in the &apos;Edit -&gt; Find Plus&apos; &lt;/strong&gt;
 </content>
 </entry>
<entry>
<title type='text'>I heard I have some advanced &apos;find&apos; feature.  Where do I get it?</title>
<id>I_heard_I_have_some_advanced_fi</id>
<updated>2007-04-09T23:05:36.638-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#I_heard_I_have_some_advanced_fi'/>
<content type='html'>
 Pluskit includes an advanced find that will look across all of your RW pages for text.    You can get to it with the &apos;edit&apos; menu or by shift-cmd-F&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic 2&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/I_heard_I_have_some_advanced_fi_1.jpg&quot; width=&quot;243&quot; height=&quot;109&quot;/&gt;&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How can I convert HTML to Markdown?</title>
<id>How_can_I_convert_HTML_to_Markd</id>
<updated>2007-04-09T23:05:30.495-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_can_I_convert_HTML_to_Markd'/>
<content type='html'>
 &lt;p&gt;&lt;span style=&quot;font:13px Courier, mono; &quot;&gt; &lt;br /&gt;
I just came across an amazing little piece of javacsript  &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://homepage.mac.com/tjim/&quot;&gt;http://homepage.mac.com/tjim/&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;It converts the current page you are on to nicely formatted markdown syntax.  &lt;/p&gt;

&lt;p&gt;While it&apos;s not perfect and can be confused by complex layouts it&apos;s a great little tool to help &apos;import&apos; a site and is a great companion for any of the Markdown tools available for RapidWeaver.  &lt;/p&gt;

&lt;p&gt;If nothing else it&apos;s a great markdown learning tool.  &lt;/p&gt;
&lt;/span&gt;
 </content>
 </entry>
<entry>
<title type='text'>How does pluskit use Growl?  How should I know to turn it on or off?</title>
<id>How_does_pluskit_use_Growl__How</id>
<updated>2007-04-09T23:05:15.112-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_does_pluskit_use_Growl__How'/>
<content type='html'>
 Pluskit will put some error or warning messages to Growl.    For most people I&apos;d recommend you turn on growl support to make sure you get any important diagnostics (otherwise they get saved to a console file you might miss)&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How do I delete old backup information?</title>
<id>How_do_I_delete_old_backup_info</id>
<updated>2007-04-09T23:05:03.703-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_do_I_delete_old_backup_info'/>
<content type='html'>
 You can&apos;t.  the information in the backup list stays forever.  To delete it you must delete the pluskit page and re-add it.  &lt;br /&gt;&lt;br /&gt;Having said that you really shouldn&apos;t have to delete the information and it provides some nice historical data&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How does Pluskit help with Backups?</title>
<id>How_does_Pluskit_help_with_Back</id>
<updated>2007-04-09T23:04:49.453-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_does_Pluskit_help_with_Back'/>
<content type='html'>
 &lt;script type=&apos;text/javascript&apos; src=&apos;files/mootools.pluskit.js&apos;&gt;&lt;/script&gt;&lt;script type=&apos;text/javascript&apos; src=&apos;files/slimbox.js&apos;&gt;&lt;/script&gt;&lt;link rel=&apos;stylesheet&apos; href=&apos;files/slimbox.css&apos; type=&apos;text/css&apos; media=&apos;screen&apos; /&gt;Lightbox will automatically backup your RW3 file on a schedule that you request.  It&apos;s main purpose is to allow you to have &apos;old versions&apos; lying around in case something bad happens.   Of course you should always keep safe, offline backups of your important work.&lt;br /&gt;&lt;br /&gt;&lt;a href=&apos;files/BIGHow_does_Pluskit_help_with_Back_1.png&apos; rel=&apos;lightbox[How_does_Pluskit_help_with_Back]&apos; title=&apos;Pasted Graphic 5&apos;&gt;&lt;img  alt=&apos;Pasted Graphic 5&apos; class=&apos;imageStyle&apos; src=&quot;http://www.loghound.com/pluskit/FAQ/files/How_does_Pluskit_help_with_Back_1.jpg&quot; width=&quot;551&quot; height=&quot;255&quot;/&gt;&lt;/a&gt;&lt;br /&gt;(click to see bigger image)&lt;br /&gt;&lt;br /&gt;In this example (which is how the loghound.com site is set up) I save a backup every 3 saves or 100 hours (e.g. 4 days) and have a compressed version saved in the same location. &lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>What is Markdown?</title>
<id>What_is_Markdown</id>
<updated>2007-04-09T23:04:37.342-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_Markdown'/>
<content type='html'>
 Markdown is a human readable markup language that many people find easier to use when typing in rich text.  For complete details see&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot; rel=&quot;self&quot;&gt;http://daringfireball.net/projects/markdown/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; 
 </content>
 </entry>
<entry>
<title type='text'>How do I import pages into each other</title>
<id>How_do_I_import_pages_into_each</id>
<updated>2007-04-09T23:04:27.199-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_do_I_import_pages_into_each'/>
<content type='html'>
 You can use the &amp;#x40;import(()) command to import a page within  another page.  This command works anywhere there is a &apos;styled text&apos; field (e.g. any field you can normally type in rich text in RW). See the &lt;a href=&quot;../../pluskit/examples/index.html&quot; rel=&quot;self&quot; title=&quot;Examples&quot;&gt;examples page&lt;/a&gt; to look for some pre-built examples&lt;br /&gt;&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>How does Plustkit use Lightbox</title>
<id>How_does_Plustkit_use_Lightbox</id>
<updated>2007-04-09T23:04:13.533-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#How_does_Plustkit_use_Lightbox'/>
<content type='html'>
 Pluskit uses a version of lightbox called &apos;&lt;a href=&quot;http://www.digitalia.be/software/slimbox&quot; rel=&quot;self&quot;&gt;Slimbox&lt;/a&gt;&apos; that is compatible with most RapidWeaver plugins.  To use the Lightbox effect you have to enable &quot;Automatic lightbox&quot; and set up a &apos;Lightbox trigger&quot;&lt;br /&gt;&lt;br /&gt; &lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic 3&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/How_does_Plustkit_use_Lightbox_1.jpg&quot; width=&quot;422&quot; height=&quot;66&quot;/&gt;&lt;br /&gt;&lt;br /&gt;Lightbox Triggers are just a fancy way of saying &quot;How should Pluskit know which images to use the lightbox effect on?&quot;   The most popular is the &apos;scale&apos; &lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic 4&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/How_does_Plustkit_use_Lightbox_2.jpg&quot; width=&quot;629&quot; height=&quot;152&quot;/&gt;&lt;br /&gt;&lt;br /&gt;In this example for any images scaled &lt; 75% the lightbox effect will automatically happen.&lt;br /&gt;
 </content>
 </entry>
<entry>
<title type='text'>What is Growl?</title>
<id>What_is_Growl</id>
<updated>2007-04-09T23:03:51.696-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_Growl'/>
<content type='html'>
 Growl is a system wide notification system in OSX which is a fancy way of saying it&apos;s a way to get notices that &apos;something&apos; has happened.  Many programs use it including many of the programs you already own.&lt;br /&gt;&lt;br /&gt;It&apos;s free and highly recommended.&lt;br /&gt;&lt;br /&gt;You can get growl at &lt;a href=&quot;http://growl.info/&quot; rel=&quot;self&quot;&gt;http://growl.info/&lt;/a&gt;
 </content>
 </entry>
<entry>
<title type='text'>What is the &apos;Pluskit Cache&apos;</title>
<id>What_is_the_Pluskit_Cache</id>
<updated>2007-04-09T23:03:39.261-07:00</updated>
<link href='http://www.loghound.com/pluskit/FAQ/index.html#What_is_the_Pluskit_Cache'/>
<content type='html'>
 if you use the markdown, textile, bash, etc feature pluskit keeps values in a sort of &apos;cache&apos; to help speed processing.  You should normally just ignore it.   If you are having problems rendering markdown text you might try to clear the cache to fix it.&lt;br /&gt;&lt;br /&gt;&lt;img class=&quot;imageStyle&quot; alt=&quot;Pasted Graphic&quot; src=&quot;http://www.loghound.com/pluskit/FAQ/files/What_is_the_Pluskit_Cache_1.jpg&quot; width=&quot;662&quot; height=&quot;116&quot;/&gt;
 </content>
 </entry>

</feed>
