app/feedparser/LICENSE
author Daniel Bentley <dbentley@google.com>
Sun, 12 Apr 2009 09:06:45 +0000
changeset 2168 ef7222d4847f
parent 151 6f8eb27752dc
permissions -rw-r--r--
Use offset_linkid instead of offset to scan >1000 entities. this is a first-cut. It works in all the ways I could make earlier versions fail. It passes link_id as URL parameters. It also has a new class LinkCreator which makes the main body of getListContents even easier to write. I wasn't sure if link_id's could have non alphanumeric characters; if so, they need to be URL encoded/decoded. I also need to go and remove any mention of raw offsets now, because we don't use them. I believe I've talked about this approach with a few of you and it sounded reasonable. Feel free to roll-back/fix/amend/comment-for-me-to-fix. This is my first big-logic-change to Melange. Patch by: Dan Bentley
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
151
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
Copyright (c) 2002-2006, Mark Pilgrim, All rights reserved.
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
Redistribution and use in source and binary forms, with or without modification,
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
are permitted provided that the following conditions are met:
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
* Redistributions of source code must retain the above copyright notice,
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     7
  this list of conditions and the following disclaimer.
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     8
* Redistributions in binary form must reproduce the above copyright notice,
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     9
  this list of conditions and the following disclaimer in the documentation
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    10
  and/or other materials provided with the distribution.
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    11
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    12
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    13
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    14
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    15
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    16
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    17
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    18
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    19
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    20
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    21
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    22
POSSIBILITY OF SUCH DAMAGE.
6f8eb27752dc Move third-party feedparser.py out of the soc framework package into its own
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    23