<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
         xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://grok.zope.org/all-content-updates/RSS">
  <title>All Content Updates</title>
  <link>http://grok.zope.org</link>
  
  <description>
    
       Provides aggregation of site updates to all content
       
  </description>
  
  
  
            <syn:updatePeriod>daily</syn:updatePeriod>
            <syn:updateFrequency>1</syn:updateFrequency>
            <syn:updateBase>2007-12-31T01:44:41Z</syn:updateBase>
        
  
  <image rdf:resource="http://grok.zope.org/logo.gif"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://grok.zope.org/documentation/how-to/make-use-of-add-ons-via-eggs/talkback/1319155841"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/blog/grok-1.4-released"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/project/releases/1.4"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/project/releases/0.10.1"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/project/releases"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/about/download"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/adapters/talkback/1295853543"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/interfaces/talkback/1295599773"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/adding-objects/talkback/1295599476"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/blog/grok-1.3-released"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/project/releases/1.3"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/documentation/how-to/how-to-get-started-with-dolmen"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/community/grok-web-forums"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/documentation/how-to/install-on-ms-windows"/>
        
        
            <rdf:li rdf:resource="http://grok.zope.org/documentation/how-to/using-virtualenv-for-a-clean-grok-installation"/>
        
    </rdf:Seq>
  </items>

</channel>

    <item rdf:about="http://grok.zope.org/documentation/how-to/make-use-of-add-ons-via-eggs/talkback/1319155841">        <title>SUBJ1</title>        <link>http://grok.zope.org/documentation/how-to/make-use-of-add-ons-via-eggs/talkback/1319155841</link>        <description>SUBJ1nisse</description>        <dc:publisher></dc:publisher>        <dc:creator>Royaryshoma</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-10-21T00:10:43Z</dc:date>        <dc:type>Discussion Item</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/blog/grok-1.4-released">        <title>Grok 1.4 released!</title>        <link>http://grok.zope.org/blog/grok-1.4-released</link>        <description>Grok 1.4 is a feature release of Grok based on the Zope Toolkit 1.1.1. &lt;p&gt;The Grok development team is happy to announce the Grok 1.4 release!&lt;/p&gt;
&lt;p&gt;This release brings several new features and bugfixes.&lt;/p&gt;
&lt;p&gt;The list of Grok specific package version can be found here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;a class="reference" href="http://grok.zope.org/releaseinfo/1.4/versions.cfg"&gt;http://grok.zope.org/releaseinfo/1.4/versions.cfg&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;To upgrade existing project you might find the upgrade notes helpful, to be found here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;a class="reference" href="http://grok.zope.org/doc/1.4/upgrade.html"&gt;http://grok.zope.org/doc/1.4/upgrade.html&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;Amongst other changes, Grok 1.4 brings:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;New features in &lt;a class="reference" href="http://pypi.python.org/pypi/grokcore.view"&gt;grokcore.view&lt;/a&gt; like allowing for the use
of the &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;grok.provides()&lt;/span&gt;&lt;/tt&gt; directive in view components,
the addition of a &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;grok:ignoreTemplates&lt;/span&gt;&lt;/tt&gt; ZCML directive
to configure what template filename extensions are to be
ignore when reporting unassociated templates, improved
reporting of unassociated templates and improved
&lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;grok.template()&lt;/span&gt;&lt;/tt&gt; directive inheritance.&lt;/li&gt;
&lt;li&gt;New &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;Subscriptions&lt;/span&gt;&lt;/tt&gt; and &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;MultiSubscriptions&lt;/span&gt;&lt;/tt&gt; components
from &lt;a class="reference" href="http://pypi.python.org/pypi/grokcore.component"&gt;grokcore.component&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Includes the latest &lt;a class="reference" href="http://pypi.python.org/pypi/zope.testbrowser"&gt;zope.testbrowser&lt;/a&gt; version that is based on
&lt;a class="reference" href="http://pypi.python.org/pypi/WebOb"&gt;WebOb&lt;/a&gt; and &lt;a class="reference" href="http://pypi.python.org/pypi/WebTest"&gt;WebTest&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Besides working on code, the Grok community is also working on
improving the documentation, both the &amp;quot;official&amp;quot; documentation
and the &amp;quot;community&amp;quot;-driven efforts. This is quite an undertaking
and not yet finished.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>jw</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-04-04T15:27:45Z</dc:date>        <dc:type>News Item</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/project/releases/1.4">        <title>1.4</title>        <link>http://grok.zope.org/project/releases/1.4</link>        <description>Grok 1.4 is a feature release</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>jw</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-04-04T14:54:57Z</dc:date>        <dc:type>Link</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/project/releases/0.10.1">        <title>0.10.1</title>        <link>http://grok.zope.org/project/releases/0.10.1</link>        <description>Release to fix the dependency problems of the versions of installed packges.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>kteague</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-24T14:41:22Z</dc:date>        <dc:type>Folder</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/project/releases">        <title>Grok Releases</title>        <link>http://grok.zope.org/project/releases</link>        <description>Information about new features, changes and bug fixes for releases of Grok.</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>kteague</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-24T14:27:10Z</dc:date>        <dc:type>Folder</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/about/download">        <title>Download</title>        <link>http://grok.zope.org/about/download</link>        <description>How to download and install Grok for the first time&lt;div class="sidebar"&gt;
&lt;p class="first sidebar-title"&gt;Grok Releases&lt;/p&gt;
&lt;p&gt;
You can read the release notes for each version of Grok on the
&lt;a href="../project/releases/"&gt;Grok releases&lt;/a&gt; page.
This will have information about what's changed in a release, as well as information
about upgrade instructions.&lt;/p&gt;
&lt;/div&gt;
&lt;h2&gt;Get started with Grok!&lt;/h2&gt;
&lt;p&gt;
Grok is easy to get started with, only a few common dependencies need to be fulfilled before
you install Grok. These dependencies are Python 2.7 or Python 2.6 (Python 2.5 will work too), a C compiler, and Easy Install. Once
you've met those requirements, you will install a program called &lt;code&gt;grokproject&lt;/code&gt; which will automatically
download and install Grok and create a bare bones layout for a brand new Grok project.&lt;/p&gt;
&lt;h2&gt;Python&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://python.org/"&gt;Python&lt;/a&gt; is a dynamic object-oriented programming language. It's clear, readable syntax
combined with a robust, mature implementation means that it's suitable for a wide variety
of problems. The Grok developers believe it makes an ideal web development language,
combining both programmer productivity and long term maintainability.&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://python.org/"&gt;
&lt;img class="image-inline" src="../images/python-logo.gif" alt="Python logo" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;C Compiler&lt;/h2&gt;
&lt;p&gt;
Grok is built on top of the Zope Toolkit. For performance reasons, portions of the source
code are written in C. On platforms such as Linux or Mac OS X, you don't have to worry about this as the installer will compile and build these bits for you during installation. You will need a working C compiler installed on your system. On Windows, binary packages will be automatically installed for you (if you use Python 2.6) so there is no need for a C compiler.&lt;/p&gt;
&lt;p&gt;If you are using Mac OS X, you can install gcc compiler by install the
&lt;a href="http://developer.apple.com/tools/xcode/"&gt;Developer Tools package&lt;/a&gt;
that is available on your Mac OS X operating system DVD.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;N O T E : XCode 3.2 which comes with Mac OS X 10.6 won't compile C-code from older Zope eggs out of the box. If you run into this problem, install XCode 3.0.&lt;/p&gt;
&lt;h2&gt;Easy Install&lt;/h2&gt;
&lt;p&gt;Easy Install is a python module that lets you automatically download, build, install,
and manage Python packages. Download and run a simple Python script called 
&lt;a href="http://peak.telecommunity.com/dist/ez_setup.py"&gt;ez_setup.py&lt;/a&gt;
to install the &lt;strong&gt;easy_install&lt;/strong&gt; program into your Python 2.x install. You can read more
about this on the 
&lt;a href="http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install"&gt;PEAK Easy Install&lt;/a&gt; page.&lt;/p&gt;
&lt;pre&gt;$ python2.x ez_setup.py&lt;/pre&gt;
&lt;p&gt;Some systems such as Mac OS X use the &lt;strong&gt;sudo&lt;/strong&gt; command to allow you to
install programs as the root user. This is required if you are using a system
installed version of Python 2.6.&lt;/p&gt;
&lt;pre&gt;$ sudo python2.6 ez_setup.py&lt;/pre&gt;
&lt;p&gt;It may be that you have Easy Install already available but a version that is too old. You can upgrade it by giving it the -U option:&lt;/p&gt;
&lt;pre&gt;$ sudo easy_install -U setuptools&lt;/pre&gt;
&lt;h2&gt;VirtualEnv&lt;/h2&gt;
&lt;p&gt;NOTE: &lt;strong&gt;As of Grok 1.2,&lt;/strong&gt; you do not need to use virtualenv. Grok is automatically isolated from the system python environment.&lt;/p&gt;
&lt;p&gt;Virtualenv is a python tool that allows you to create isolated python environments.
It's not a requirement for installing Grok, but installing grokproject globally does add a few new packages to your system Python's site-packages. If you are installing Grok to use as a developer sandbox, these packages can interfere with existing versions of those Python packages already available on your system. You can read more about using 
&lt;a href="/documentation/how-to/using-virtualenv-for-a-clean-grok-installation"&gt;
VirtualEnv to create a clean Grok installation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Grok Project&lt;/h2&gt;
&lt;p&gt;Grok Project let's you create new Grok-based applications. It's a scaffolding tool for generating an installer for
your application and a bare bones layout of a new Grok-based Python project. You can install Grok Project with &lt;strong&gt;easy_install&lt;/strong&gt;, then run it, answer a few questions about the project you'd like to create,
and it will generate a new ready-to-go directory named after your project.&lt;/p&gt;
&lt;pre&gt;$ easy_install grokproject
$ grokproject mygrokprojectname&lt;/pre&gt;
&lt;p&gt;
Currently running grokproject downloads the parts required to build a complete Grok installation from a number of different sources over the internet. If during installation you see a 'Connection reset by peer' error message such as:&lt;/p&gt;
&lt;pre&gt;Error: Download error for
http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.zip: (104,
'Connection reset by peer')&lt;/pre&gt;
&lt;p&gt;
Then you can either re-run grokproject, or change into the newly created project directory and repeatedly run './bin/buildout' until buildout manages to download all of the necessary packages.
In the future we hope to bundle all of the individual parts of Grok together to solve these installation hiccup problems.&lt;/p&gt;
&lt;h2&gt;Learn Grok&lt;/h2&gt;
&lt;p&gt;
Now that you've got Grok installed with a bare bones project, you can start learning about Grok
with the &lt;a href="/doc/current/tutorial.html"&gt;Grok Tutorial&lt;/a&gt;. Or you can browse or search the
&lt;a href="/documentation/"&gt;Grok Documentation&lt;/a&gt; area of this web site if you are looking to find
help with a specific task.&lt;/p&gt;
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>kteague</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-24T14:00:40Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/adapters/talkback/1295853543">        <title>Additional import needed</title>        <link>http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/adapters/talkback/1295853543</link>        <description>Additional import needed</description>        <dc:publisher></dc:publisher>        <dc:creator>anil</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-24T07:19:04Z</dc:date>        <dc:type>Discussion Item</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/interfaces/talkback/1295599773">        <title>Import change with zope.formlib 4</title>        <link>http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/interfaces/talkback/1295599773</link>        <description>Import change with zope.formlib 4</description>        <dc:publisher></dc:publisher>        <dc:creator>anil</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-21T08:49:33Z</dc:date>        <dc:type>Discussion Item</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/adding-objects/talkback/1295599476">        <title>Change in grok.Fields?</title>        <link>http://grok.zope.org/documentation/tutorial/grok-poller-tutorial/adding-objects/talkback/1295599476</link>        <description>Change in grok.Fields?</description>        <dc:publisher></dc:publisher>        <dc:creator>anil</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-21T08:44:37Z</dc:date>        <dc:type>Discussion Item</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/blog/grok-1.3-released">        <title>Grok 1.3 released!</title>        <link>http://grok.zope.org/blog/grok-1.3-released</link>        <description>Grok 1.3 is a feature release of Grok based on the Zope Toolkit 1.1c1. &lt;p&gt;The Grok development team is happy to announce the Grok 1.3 release!&lt;/p&gt;
&lt;p&gt;Where the previous release was mostly about slimming down the dependency hierarchy of packages that comprises Grok, this release brings several important changes in functionality typically found Grok-based applications.&lt;/p&gt;
&lt;p&gt;Grok 1.3 is based on the Zope Toolkit 1.1c1 release!&lt;/p&gt;
&lt;p&gt;Since the ZTK 1.1 release drops Python-2.4 support and gains Python 2.7 support, it was able to update quite a number of packages, most notably the ZODB. Grok does currently not need to override any version of packages defined in the ZTK!&lt;/p&gt;
&lt;p&gt;The list of Grok specific package version can be found here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;a class="reference" href="http://grok.zope.org/releaseinfo/1.3/versions.cfg"&gt;http://grok.zope.org/releaseinfo/1.3/versions.cfg&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;To upgrade existing project you might find the upgrade notes helpful, to be found here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;a class="reference" href="http://grok.zope.org/doc/1.3/upgrade.html"&gt;http://grok.zope.org/doc/1.3/upgrade.html&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;Amongst other changes, Grok 1.3 brings:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;The long awaited support for the most recent martian version.&lt;/li&gt;
&lt;li&gt;The long awaited merge of the template registry refactoring. This should result in considerable less spurious warnings concerning unassociated templates.&lt;/li&gt;
&lt;li&gt;Integration of the Fanstatic library and WSGI components. From the Fanstatic website:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;quot;&amp;quot;&amp;quot; Fanstatic is a small but powerful framework for the automatic publication of resources on a web page. Think Javascript and CSS. It just serves static content, but it does it really well. &amp;quot;&amp;quot;&amp;quot;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The &amp;quot;static&amp;quot; directory functionality in Grok based projects is now based on Fanstatic and the compatibility layer provided by zope.fanstatic.&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Removal of the automatic test discovery and registration that was provided by the z3c.testsetup package. For newly created projects, the grokproject tool will layout examples of setting up test suites. Note that this is a first step in the way towards more drastic improvements in regards to test discovery and running tests.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;Other important notes:&lt;/p&gt;
&lt;blockquote&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;The updated grokproject tool will not be able to build new project based on Grok version &amp;lt; 1.3.&lt;/li&gt;
&lt;li&gt;Besides working on code, the Grok community is also working on improving the documentation, both the &amp;quot;official&amp;quot; documentation and the &amp;quot;community&amp;quot;-driven efforts. This is quite an undertaking and not yet finished.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;We realize this release will again bring quite some structural changes that might affect your projects in some way. Please let us know when you run into problems upgrading your projects on the grok-dev mailinglist or on the #grok IRC channel. We will try to help and it will also help us, the Grok developers, by fixing bugs and other issues.&lt;/p&gt;
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>jw</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-20T21:36:49Z</dc:date>        <dc:type>News Item</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/project/releases/1.3">        <title>1.3</title>        <link>http://grok.zope.org/project/releases/1.3</link>        <description>Grok 1.3 is a feature release of Grok based on the Zope Toolkit 1.1c1.&lt;p&gt;The Grok development team is happy to announce the Grok 1.3 release!&lt;/p&gt;
&lt;p&gt;Where the previous release was mostly about slimming down the dependency hierarchy of packages that comprises Grok, this release brings several important changes in functionality typically found Grok-based applications.&lt;/p&gt;
&lt;p&gt;Grok 1.3 is based on the Zope Toolkit 1.1c1 release!&lt;/p&gt;
&lt;p&gt;Since the ZTK 1.1 release drops Python-2.4 support and gains Python 2.7 support, it was able to update quite a number of packages, most notably the ZODB. Grok does currently not need to override any version of packages defined in the ZTK!&lt;/p&gt;
&lt;p&gt;The list of Grok specific package version can be found here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;a class="reference" href="http://grok.zope.org/releaseinfo/1.3/versions.cfg"&gt;http://grok.zope.org/releaseinfo/1.3/versions.cfg&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;To upgrade existing project you might find the upgrade notes helpful, to
be found here:&lt;/p&gt;
&lt;blockquote&gt;
&lt;a class="reference" href="http://grok.zope.org/doc/1.3/upgrade.html"&gt;http://grok.zope.org/doc/1.3/upgrade.html&lt;/a&gt;&lt;/blockquote&gt;
&lt;p&gt;Amongst other changes, Grok 1.3 brings:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;The long awaited support for the most recent martian version.&lt;/li&gt;
&lt;li&gt;The long awaited merge of the template registry refactoring. This should result in considerable less spurious warnings concerning unassociated templates.&lt;/li&gt;
&lt;li&gt;Integration of the &lt;a class="reference" href="http://fanstatic.org/"&gt;Fanstatic&lt;/a&gt; library and WSGI components. From the &lt;a class="reference" href="http://fanstatic.org/"&gt;Fanstatic&lt;/a&gt; website:&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&amp;quot;&amp;quot;&amp;quot;
Fanstatic is a small but powerful framework for the automatic
publication of resources on a web page. Think Javascript and
CSS. It just serves static content, but it does it really
well.
&amp;quot;&amp;quot;&amp;quot;&lt;/blockquote&gt;
&lt;p&gt;The &amp;quot;static&amp;quot; directory functionality in Grok based projects is now based on Fanstatic and the compatibility layer provided by &lt;a class="reference" href="http://pypi.python.org/pypi/zope.fanstatic/"&gt;zope.fanstatic&lt;/a&gt;.&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Removal of the automatic test discovery and registration that was provided by the z3c.testsetup package. For newly created projects, the grokproject tool will layout examples of setting up test suites. Note that this is a first step in the way towards more drastic improvements in regards to test discovery and running tests.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Other important notes:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;The updated grokproject tool will not be able to build new project based on Grok version &amp;lt; 1.3.&lt;/li&gt;
&lt;li&gt;Besides working on code, the Grok community is also working on improving the documentation, both the &amp;quot;official&amp;quot; documentation and the &amp;quot;community&amp;quot;-driven efforts. This is quite an undertaking and not yet finished.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We realize this release will again bring quite some structural changes that might affect your projects in some way. Please let us know when you run into problems upgrading your projects on the grok-dev mailinglist or on the #grok IRC channel. We will try to help and it will also help us, the Grok developers, by fixing bugs and other issues.&lt;/p&gt;
</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>jw</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-20T21:36:52Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/documentation/how-to/how-to-get-started-with-dolmen">        <title>How to get started with Dolmen</title>        <link>http://grok.zope.org/documentation/how-to/how-to-get-started-with-dolmen</link>        <description>Dolmen is set of libraries to create a CMS. You will learn how to get started with Dolmen.nisse</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>fretin</dc:creator>        <dc:rights></dc:rights>                <dc:date>2011-01-11T10:56:45Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/community/grok-web-forums">        <title>Grok Forums</title>        <link>http://grok.zope.org/community/grok-web-forums</link>        <description>Nabble provides a web interface to the Grok mailing lists.&lt;a id="nabblelink" href="http://old.nabble.com/Grok-f28342.html"&gt;Grok&lt;/a&gt;
&lt;script src="http://old.nabble.com/embed/f28342"&gt;&lt;/script&gt;</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>kteague</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-12-24T08:47:52Z</dc:date>        <dc:type>Page</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/documentation/how-to/install-on-ms-windows">        <title>Install Grok on MS Windows</title>        <link>http://grok.zope.org/documentation/how-to/install-on-ms-windows</link>        <description>This HowTo gives instructions for installing Grok on the various flavours of MS Windows.

Please note that this HowTo is a _WORK IN PROGRESS_ during the alpha releases of Grok version 1.0 and grokproject version 1.0.

TBD denotes To Be Discussed/Determined/Developed/Described/Donenisse</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>rogererens</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-11-04T14:51:04Z</dc:date>        <dc:type>How-to</dc:type>    </item>
    <item rdf:about="http://grok.zope.org/documentation/how-to/using-virtualenv-for-a-clean-grok-installation">        <title>Using Virtualenv for a clean Grok installation</title>        <link>http://grok.zope.org/documentation/how-to/using-virtualenv-for-a-clean-grok-installation</link>        <description>NOTE: As of Grok 1.2, you do not need to use virtualenv. Grok is automatically isolated from the system python environment.nisse</description>        <dc:publisher>No publisher</dc:publisher>        <dc:creator>dcarraher</dc:creator>        <dc:rights></dc:rights>                <dc:date>2010-11-04T14:50:44Z</dc:date>        <dc:type>How-to</dc:type>    </item>




</rdf:RDF>

