<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; google documents</title> <atom:link href="http://www.ghacks.net/tag/google-documents/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Install OpenGoo for in house collaboration tools</title><link>http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/</link> <comments>http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/#comments</comments> <pubDate>Sun, 08 Nov 2009 19:42:26 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[collaboration]]></category> <category><![CDATA[google documents]]></category> <category><![CDATA[mobile office]]></category> <category><![CDATA[office suite]]></category> <category><![CDATA[online office]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=18315</guid> <description><![CDATA[Do you use Google for your collaboration tools? Gmail? Google Documents? Contacts? Although the Google suite is a very nice suite of tools that has grown exponentially in popularity, there is something to be said about keeping your collaboration tools in-house. There are plenty of tools that will allow you to set up such a [...]]]></description> <content:encoded><![CDATA[<p>Do you use Google for your collaboration tools? Gmail? Google Documents? Contacts? Although the Google suite is a very nice suite of tools that has grown exponentially in popularity, there is something to be said about keeping your collaboration tools in-house. There are plenty of tools that will allow you to set up such a collaboration suite. Some of these tools are costly, some of them are overly-complex to use or install, and some of them just don&#8217;t offer all of the tools you need.</p><p>And then there&#8217;s <a
title="OpenGoo" href="http://www.opengoo.org" target="_blank">OpenGoo</a>. OpenGoo is an open source collaboration tool that is fully web-based, easy to use, simple to install, and free to use. But is OpenGoo for you and your company? This tutorial will show you how to get an OpenGoo installation up and running so you can kick the tires and find out if it is exactly what you need.</p><p><span
id="more-18315"></span><strong>Features</strong></p><p>OpenGoo offers all of the standard features of a business-level collaboration suite:</p><ul><li>Text documents</li><li>Spreadsheets (coming soon)</li><li>Presentations</li><li>Task Lists</li><li>E-mails</li><li>Calendars</li><li>Web Links</li><li>Contacts</li></ul><p>All you need to install an OpenGoo server is:</p><ul><li><span
style="background-color: #ffffff">Apache &gt;= 2.0</span></li><li><span
style="background-color: #ffffff">MySQL &gt;= 5.0 (5.2 recommended)</span></li><li><span
style="background-color: #ffffff">MySQL &gt;= 4.1 with InnoDB support</span></li></ul><p>Now, let&#8217;s get on with that installation.</p><p><strong>Install</strong></p><p>This installation will be done on a Ubuntu 9.10 setup. I have installed this on both desktop and server installation, but regardless of which you have installed, you will need a LAMP server running.</p><p>The first thing you need to do is to download the zip file from the <a
title="OpenGoo download" href="http://sourceforge.net/projects/opengoo/files/" target="_blank">OpenGoo download page</a>. I downloaded and installed the 1.6 beta version which works nicely.</p><p>Once that file is downloaded, move that file to <strong>/var/www. </strong>Now, change to the <strong>/var/www/</strong> directory and then unzip it with the command:<span
style="background-color: #ffffff"> </span></p><p><span
style="background-color: #ffffff"><em>sudo unzip opengoo_1.6.beta-2.zip</em></span></p><p><span
style="background-color: #ffffff">NOTE: If you downloaded a different release, edit that command to reflect the release number.</span></p><p><span
style="background-color: #ffffff">Once that files is unzipped rename the directory with the command:</span></p><p><span
style="background-color: #ffffff"><em>sudo mv opengoo_1.6.beta-2.zip opengoo</em></span></p><p><span
style="background-color: #ffffff">Now change into the <strong>/var/www/opengoo</strong> directory and issue the following commands:</span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/config</em></span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/cache</em></span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/upload</em></span></p><p><span
style="background-color: #ffffff"><em>sudo chmod -R ugo+w /var/www/opengoo/tmp</em></span></p><p><span
style="background-color: #ffffff">With all the right permissions in play, it is time to create the database. I like to use PhpMyAdmin to make database creation simple. For more information about installing this tool check out my article &#8220;<a
title="Install phpmyadmin for easy MySQL administration" href="http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/" target="_blank">Install PhpMyAdmin for easy MySQL administration</a>&#8220;. Use this tool to create a database called &#8220;opengoo&#8221; (No quotes).</span></p><p><span
style="background-color: #ffffff">Time to begin the web-based installation.</span></p><p><span
style="background-color: #ffffff">Fire up your browser and point it to:</span></p><p><span
style="background-color: #ffffff"><em>http://IP_TO_SERVER/opengoo</em></span></p><p><span
style="background-color: #ffffff">Where IP_TO_SERVER is the actual IP Address of your OpenGoo server. You will be greeted with usual welcome screen that will tell you exactly what is going to happen during the installation. Click the Next button to continue on.</span></p><p><span
style="background-color: #ffffff">The second screen will run the environment checks. If everything gets and OK (and it should be if your LAMP server is up and running and you&#8217;ve taken care of all the permissions) click the Next button to continue on.</span></p><p><span
style="background-color: #ffffff"> </span></p><div
id="attachment_18316" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-18316" href="http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/opengoo_install_3/"><img
class="size-thumbnail wp-image-18316 " src="http://www.ghacks.net/wp-content/uploads/2009/11/opengoo_install_3-300x300.png" alt="Figure 1" width="180" height="180" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The third page of the installation (see Figure 1) is the first step that should require you to input any data.</p><p>The information should be fairly self explanatory. There is one point of note: If you plan on allowing access to your local LAN you will need to change the Absolute script URL to reflect the proper IP address (or domain).</p><p>Once you have all of this information in place, click the Next button which will take you to the congratulations screen where you only need click the Finish button to assume you&#8217;ve completed the installation.</p><div
id="attachment_18317" class="wp-caption alignright" style="width: 190px"><a
rel="attachment wp-att-18317" href="http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/opengoo_install_5/"><img
class="size-thumbnail wp-image-18317 " src="http://www.ghacks.net/wp-content/uploads/2009/11/opengoo_install_5-300x300.png" alt="Figure 2" width="180" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Ah, but there is one more step. Figure 2 shows the final step for the installation. Here you need to create an administrator for your installation.</p><p>Setup your administrative user and click Submit. You can now log in to your OpenGoo server with your administrative user.</p><p><strong>The basic interface</strong></p><p>You will log into your OpenGoo server by entering the same address you did for the installation. When you log in you will be at the OpenGoo Getting Started Page (see Figure 3).</p><div
id="attachment_18318" class="wp-caption alignleft" style="width: 310px"><a
rel="attachment wp-att-18318" href="http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/opengoo_main_page/"><img
class="size-thumbnail wp-image-18318" src="http://www.ghacks.net/wp-content/uploads/2009/11/opengoo_main_page-300x300.png" alt="Figure 3" width="300" height="300" /></a><p
class="wp-caption-text">Figure 3</p></div><p>The OpenGoo installation will offer a very simple information page that will help you get started on your decision. But as you can see, the interface is laid out quite well. The tools are accessible and very user-friendly.</p><p>After using OpenGoo for a while I can assure you if you like Google&#8217;s suite of tools, you will like OpenGoo.</p><p><strong>Final thoughts</strong></p><p>If you are looking for a very cost effect collaboration solution look no further than the open source OpenGoo suite of tools. Not only is it easy to use, it&#8217;s simple to install, and free of charge.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/11/08/install-opengoo-for-in-house-collaboration-tools/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Google Docs Batch Uploader</title><link>http://www.ghacks.net/2009/09/08/google-docs-batch-uploader/</link> <comments>http://www.ghacks.net/2009/09/08/google-docs-batch-uploader/#comments</comments> <pubDate>Tue, 08 Sep 2009 15:37:36 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[google docs]]></category> <category><![CDATA[google docs upload]]></category> <category><![CDATA[google docs uploader]]></category> <category><![CDATA[google documents]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16136</guid> <description><![CDATA[Google Docs is a popular document hosting and editing service on the Internet. Part of its popularity stems from the fact that Google account owners can use it without having to register at yet another website and the integration with other Google services like Gmail. One problem that only some users encounter when using Google [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/google_docs.jpg" alt="google docs" title="google docs" width="178" height="54" class="alignleft size-full wp-image-16137" />Google Docs is a popular document hosting and editing service on the Internet. Part of its popularity stems from the fact that Google account owners can use it without having to register at yet another website and the integration with other Google services like Gmail. One problem that only some users encounter when using Google Docs is the lack of a batch uploading feature to upload multiple documents at once.</p><p>The free Java application Google Docs Upload <a
href="http://code.google.com/p/google-docs-upload/">solves</a> this for some by offering a command line driven option to upload as many documents as needed in one go to the Google documents website. The only requirement is that the Java Runtime Environment is installed on the computer system that is being used to upload the documents to Google Docs.</p><p><span
id="more-16136"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/google_docs-500x254.png" alt="google docs" title="google docs" width="500" height="254" class="alignnone size-medium wp-image-16138" /></p><p>Usage itself is pretty straightforward. The command</p><p><code>java -jar google-docs-upload-1.0.jar <path> --username <username> --password <password></code></p><p>for example will upload all documents to Google Docs that are located in the specified path. Several parameters are available like the recursive command that will include documents that are located in subfolders in the upload to the Google documents website. One advantage of a command line driven tool is the ability to use it in scripts or programs to automate the uploading process to Google Docs. It is probably not a tool for the average Google Docs user but could be very handy for businesses who use the service. via <a
href="http://googlesystem.blogspot.com/2009/09/upload-multiple-files-to-google-docs.html">Google Operating System</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/08/google-docs-batch-uploader/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Google Docs Adds Document Translations</title><link>http://www.ghacks.net/2009/08/31/google-docs-adds-document-translations/</link> <comments>http://www.ghacks.net/2009/08/31/google-docs-adds-document-translations/#comments</comments> <pubDate>Mon, 31 Aug 2009 18:36:37 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Google]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[document hosting]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[google docs]]></category> <category><![CDATA[google documents]]></category> <category><![CDATA[google translate]]></category> <category><![CDATA[translate documents]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=15882</guid> <description><![CDATA[Offering computer translations of documents seems to be a one of the features that Google wants to introduce in many of their services. You might remember that they have added automatic translations of RSS feed items in Google Reader a while ago. A super useful feature for users who follow foreign blogs. A few days [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/google_docs.jpg" alt="google docs" title="google docs" width="156" height="66" class="alignleft size-full wp-image-13232" />Offering computer translations of documents seems to be a one of the features that Google wants to introduce in many of their services. You might remember that they have added automatic translations of RSS feed items in Google Reader a while ago. A super useful feature for users who follow foreign blogs. A few days ago document translations were added to Google Docs as well which allows users of the document hosting and managing service to translate documents that are available in Google Docs easily.</p><p>The new option to translate a document becomes available after clicking on Tools > Translate Document in the header menu while viewing a single document in Google Docs.</p><p><span
id="more-15882"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/google_docs_translate-500x334.png" alt="google docs translate" title="google docs translate" width="500" height="334" class="alignnone size-medium wp-image-15883" /></p><p>Available is the usual assortment of languages that is offered by the Google Translate service. Selecting one of the languages in the menu will open a new window that displays the translated text after a short time. It is then possible to create a new document based on the translated document or replace the existing document with the translation.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/08/google_docs-500x337.png" alt="google docs" title="google docs" width="500" height="337" class="alignnone size-medium wp-image-15885" /></p><p>The document cannot be edited in this window though. This option becomes available after selecting one of the two options described above. It would have been nice if Google Docs offered at least some form of export and editing capabilities right away so that users who want a quick translation of a document can process it further without having to save it first before they can do so.</p><p>Another option that is currently missing are partial translations of documents. It&#8217;s currently either all or nothing.</p><p>source <a
href="http://googledocs.blogspot.com/2009/08/translate-documents-sharing-across.html">official Google Docs Blog</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/08/31/google-docs-adds-document-translations/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
