Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.102 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.87; '*S*': 0.07; 'thats': 0.09; 'cc:addr :python-list': 0.11; '(assuming': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sat,': 0.16; 'wrote:': 0.18; '(not': 0.18; 'cc:addr:python.org': 0.22; 'text.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'another': 0.32; 'sense': 0.34; 'no,': 0.35; 'received:google.com': 0.35; 'bad': 0.39; 'blob': 0.84; 'subject:Managing': 0.84; 'rusi': 0.91; 'to:none': 0.92; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=GPrxIx5JcTQtokWxIUucw/S/k5LTSC3r9MnZkp3ZfZw=; b=hMEl9yL4oloYva8zhXbg5eFU2w2L+50hWdAH3dusCWe7+vCGy1GA46ilgEHPysH2l6 EW1zzh9cB12yeQYItTv9dSI5e4BxBrbeUyDe+vMimB19RUc4u1ldrjAXy0ExOFEBjwQf nDLymynNFKBd8RXJUef59c4T8cpmx87KTl6wIcCLHXaDt4SmSIXoYunnDvs/01kERqno 8fktpHGvvCCqFK6jGOFjBgZ2OJEDlDwld7PxLEZwM7H/bWw+vzr50RXcZptbyke/dUJV JgsY24rjWkRnbC8Ibhbc7BEM2DF+c+6OiQo/juKNeEzil4BO344C/hwUEEDtiav12Xf8 /ovQ== MIME-Version: 1.0 X-Received: by 10.66.164.136 with SMTP id yq8mr4171259pab.67.1386335944281; Fri, 06 Dec 2013 05:19:04 -0800 (PST) In-Reply-To: References: <5f370a06-8d2c-4d7d-bc22-b9a489c15c59@googlegroups.com> <132658ff-d06a-4136-ade6-353189da5769@googlegroups.com> <51007240-6bc9-4f0b-9937-4883bcc0ceb6@googlegroups.com> Date: Sat, 7 Dec 2013 00:19:04 +1100 Subject: Re: Managing Google Groups headaches From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386335953 news.xs4all.nl 2907 [2001:888:2000:d::a6]:49668 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61143 On Sat, Dec 7, 2013 at 12:03 AM, rusi wrote: > SQL databases (assuming thats the mediawiki backend) is another -- ok for > data-structuring bad for presentation. No, SQL databases don't store structured text. MediaWiki just stores a single blob (not in the database sense of that word) of text. ChrisA