<!--
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sat May 18 03:36:14 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+PYCBC+AND+resolution+%3D+Unresolved+AND+assignee+%3D+ingenthr+ORDER+BY+priority+DESC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.couchbase.com/issues/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Couchbase</title>
        <link>http://www.couchbase.com/issues/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+PYCBC+AND+resolution+%3D+Unresolved+AND+assignee+%3D+ingenthr+ORDER+BY+priority+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>5.2.4</version>
            <build-number>845</build-number>
            <build-date>26-12-2012</build-date>
        </build-info>
<item>
            <title>[PYCBC-102] New Python 1.0 Guide</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-102</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>MarkN the component lead.&lt;br/&gt;
&lt;br/&gt;
Matt: will have schedule next week.</description>
                <environment></environment>
            <key id="24134">PYCBC-102</key>
            <summary>New Python 1.0 Guide</summary>
                <type id="3" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/task.png">Task</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="ingenthr">Matt Ingenthron</assignee>
                                <reporter username="kzeller">Karen Zeller</reporter>
                        <labels>
                        <label>info-request</label>
                    </labels>
                <created>Wed, 8 May 2013 13:12:19 -0500</created>
                <updated>Wed, 8 May 2013 13:12:34 -0500</updated>
                                                                    <component>docs</component>
                                <votes>0</votes>
                        <watches>2</watches>
                                                            <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>11095</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>

<item>
            <title>[PYCBC-113] TOC for Python 1.0</title>
                <link>http://www.couchbase.com/issues/browse/PYCBC-113</link>
                <project id="10050" key="PYCBC">Couchbase Python Client Library</project>
                        <description>For the upcoming 1.0 Python client, we&amp;#39;ll need to come up with a TOC.  Likely something like &lt;a href=&quot;http://www.couchbase.com/issues/browse/MB-7714&quot; title=&quot;Restructuring Language References&quot;&gt;MB-7714&lt;/a&gt;.</description>
                <environment></environment>
            <key id="24281">PYCBC-113</key>
            <summary>TOC for Python 1.0</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="ingenthr">Matt Ingenthron</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Wed, 15 May 2013 13:24:44 -0500</created>
                <updated>Wed, 15 May 2013 19:02:13 -0500</updated>
                                                                    <component>docs</component>
                                <votes>0</votes>
                        <watches>3</watches>
                                                    <comments>
                    <comment id="58400" author="kzeller" created="Wed, 15 May 2013 14:56:14 -0500"  >Not sure who is the subject matter expert on Python but we need input on the topics. Here is the TOC for Java-next-gen:&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
1. Getting Started &lt;br/&gt;
1.1 Preparations &lt;br/&gt;
1.2 Hello Couchbase &lt;br/&gt;
1.3 Next Steps &lt;br/&gt;
&lt;br/&gt;
2. Tutorial &lt;br/&gt;
2.1 Preparations &lt;br/&gt;
2.2 Quickstart &lt;br/&gt;
2.3 Connection Management &lt;br/&gt;
2.4 The Welcome Page &lt;br/&gt;
2.5 Managing Beers &lt;br/&gt;
2.6 Wrapping Up &lt;br/&gt;
&lt;br/&gt;
3. Using the APIs &lt;br/&gt;
3.1 Connection Management &lt;br/&gt;
3.2 Retreiving Data &lt;br/&gt;
3.3 Mutating Data &lt;br/&gt;
3.4 Working with Views &lt;br/&gt;
3.5 Applying Persistence Constraints &lt;br/&gt;
3.6 Error Handling &lt;br/&gt;
3.7 JSON &amp;amp; Object Serialization &lt;br/&gt;
3.8 Design Document Management &lt;br/&gt;
&lt;br/&gt;
4. Advanced Usage &lt;br/&gt;
4.1 Bulk Loading&lt;br/&gt;
4.2 Working with Documents &lt;br/&gt;
4.3 Advanced Topics  &lt;br/&gt;
4.4 Logging &amp;amp; Debugging &lt;br/&gt;
&lt;br/&gt;
5. API Reference &lt;br/&gt;
5.1 Method Summary &lt;br/&gt;
5.2 Connecting &amp;amp; Disconnecting &lt;br/&gt;
5.3 Retreiving Data &lt;br/&gt;
5.4 Mutating Data &lt;br/&gt;
5.5 Management Operations &lt;br/&gt;
5.6 Other Useful Operations &lt;br/&gt;
&lt;br/&gt;
A. Release Notes &lt;br/&gt;
B. Contributing &lt;br/&gt;
B.1 General Information &lt;br/&gt;
B.2 Source Code Styleguide</comment>
                    <comment id="58408" author="ingenthr" created="Wed, 15 May 2013 15:44:59 -0500"  >Mark ist he SME.&lt;br/&gt;
&lt;br/&gt;
Mark: Using this as a base (unless you have feedback to the contrary), can you edit up a TOC for the Python 1.0 release in this ticket?</comment>
                    <comment id="58444" author="mnunberg" created="Wed, 15 May 2013 18:58:11 -0500"  >I&amp;#39;d probably want to nix (for now):&lt;br/&gt;
&lt;br/&gt;
2.3 Connection Management (it&amp;#39;s a simple object, there&amp;#39;s no global pooling yet)&lt;br/&gt;
3.4 Views (we don&amp;#39;t have a stable view API yet)&lt;br/&gt;
3.8 &amp;quot;&amp;quot;&lt;br/&gt;
3.5 &amp;quot;&amp;quot;&lt;br/&gt;
4.4 We don&amp;#39;t have any significant logging infrastructure in the SDK&lt;br/&gt;
&lt;br/&gt;
We might want to split &amp;#39;Preparations&amp;#39; into &amp;#39;Installing the SDK&amp;#39; and &amp;#39;Installing the cluster&amp;#39;&lt;br/&gt;
&lt;br/&gt;
Thus:&lt;br/&gt;
--------------------------------------------------------------------------------------------------------------------------&lt;br/&gt;
1. Getting Started &lt;br/&gt;
1.1 Setting up the cluster&lt;br/&gt;
1.2 Installing the SDK&lt;br/&gt;
1.3 Hello Couchbase &lt;br/&gt;
1.4 Next Steps &lt;br/&gt;
&lt;br/&gt;
2. Tutorial &lt;br/&gt;
2.1 Preparations &lt;br/&gt;
2.2 Quickstart &lt;br/&gt;
2.3 Connection Management &lt;br/&gt;
2.4 The Welcome Page &lt;br/&gt;
2.5 Managing Beers &lt;br/&gt;
2.6 Wrapping Up &lt;br/&gt;
&lt;br/&gt;
3. Using the APIs &lt;br/&gt;
3.1 Connecting&lt;br/&gt;
3.2 Retreiving Data &lt;br/&gt;
3.3 Mutating Data &lt;br/&gt;
3.4 Working with Views [ NYI (Not Yet implemented) ]&lt;br/&gt;
3.5 Applying Persistence Constraints  [ NYI ]&lt;br/&gt;
3.6 Error Handling &lt;br/&gt;
3.7 JSON &amp;amp; Object Serialization &lt;br/&gt;
3.8 Design Document Management [ NYI ]&lt;br/&gt;
&lt;br/&gt;
4. Advanced Usage &lt;br/&gt;
4.1 Bulk Loading &lt;br/&gt;
4.2 Notes for using with (and without) threads (maybe this belogns in advanced)?&lt;br/&gt;
4.3 Working with Documents &lt;br/&gt;
4.4 Advanced Topics &lt;br/&gt;
4.5 Logging &amp;amp; Debugging &lt;br/&gt;
&lt;br/&gt;
5. API Reference &lt;br/&gt;
5.1 Method Summary &lt;br/&gt;
5.2 Initialization&lt;br/&gt;
5.3 Retreiving Data &lt;br/&gt;
5.4 Mutating Data &lt;br/&gt;
5.5 Management Operations &lt;br/&gt;
5.6 Other Useful Operations &lt;br/&gt;
&lt;br/&gt;
A. Release Notes &lt;br/&gt;
B. Contributing &lt;br/&gt;
B.1 General Information &lt;br/&gt;
B.2 Source Code Styleguide&lt;br/&gt;
</comment>
                    <comment id="58445" author="mnunberg" created="Wed, 15 May 2013 19:02:13 -0500"  >Assigning back to you for review</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>83</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>