Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 88699 invoked from network); 27 Jun 2007 04:04:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 04:04:59 -0000 Received: (qmail 17846 invoked by uid 500); 27 Jun 2007 04:05:02 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 17676 invoked by uid 500); 27 Jun 2007 04:05:02 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 17667 invoked by uid 99); 27 Jun 2007 04:05:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 21:05:01 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jeffrey.blattman@gmail.com designates 64.233.162.237 as permitted sender) Received: from [64.233.162.237] (HELO nz-out-0506.google.com) (64.233.162.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 21:04:58 -0700 Received: by nz-out-0506.google.com with SMTP id s18so42177nze for ; Tue, 26 Jun 2007 21:04:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CqReiJzKOVgxDbw0S4Q2wyWUpIXEnYZrLutltUnuHEzHEtq0sdqbG58iDYA9xRKEy+xh4VHCgYraEhzUmuCFKHt6iCwjlbo7Du2h2CjK+OUQ4d7V77gVmdL71r8myQKArJ/k4U9b4y/LVpOrwVVf2Pb14fs8xrOFD/OBubY/xo4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GXenPo+Ig4/G9Yis/iB9BpYDNsKN44ASVK3huFny0LkCb7ofwJhGfF2Ajyz5JQOa+rFYjZStDOCatJhx6BSZPJosXO6DHN4dpQSzqTnQYtHX/GFMHOU2NpV4sxDeXXuEpQdEQiMuYj/u3/4d5S9JDr1aOkuEGDHLsSpex2ia/YM= Received: by 10.142.221.9 with SMTP id t9mr9251wfg.1182917076271; Tue, 26 Jun 2007 21:04:36 -0700 (PDT) Received: by 10.143.32.15 with HTTP; Tue, 26 Jun 2007 21:04:36 -0700 (PDT) Message-ID: <2eb659570706262104m98dfb59x22f0fe5f41d204f1@mail.gmail.com> Date: Tue, 26 Jun 2007 21:04:36 -0700 From: "Jeffrey Blattman" To: user@roller.apache.org Subject: Re: Roller API from webservices In-Reply-To: <4681d2f9.1aba720a.2f23.5306@mx.google.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21545_26343444.1182917076255" References: <4681d2f9.1aba720a.2f23.5306@mx.google.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_21545_26343444.1182917076255 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline andrew, APP is for manipulating blog entries for a particular blog. it won't give you the set of blogs for all (or a subset of) users. roller also has an admin API web service for creating, listing, modifying and deleting weblogs and users, and manipulating weblog membership. it is described here: http://rollerweblogger.org/wiki/Wiki.jsp?page=DeveloperGuide#section-DeveloperGuide-AtomAdminPublishingProtocol unfortunately, said API doesn't allow you to get up to a certain number, or get the newest, or most active, etc. weblogs. it just lists all of them. i suppose returning all weblogs, users, etc. is not practical in a real deployment, but that's the way it's implemented currently. it should be able to page through the returned elements, or something. On 6/26/07, Andrew Scott wrote: > > This may have been asked a thousand times, but I came across this page in > my > search for getting information from Roller from another server and > application. > > > > So please I am not using Java, but I need to know how I can get the latest > blogs for all users to a certain number via a webservice or some other > method. > > > > This is the page I came across, but I do not seem to see how this tells me > how to do what I need. > > > > HYPERLINK > " > http://rollerweblogger.org/wiki/Wiki.jsp?page=DeveloperGuide#section-Develo > perGuide-AtomPublishingProtocol" > http://rollerweblogger.org/wiki/Wiki.jsp?pag > e=DeveloperGuide#section-DeveloperGuide-AtomPublishingProtocol > > > > Anyone have any more information that explains webservice API for Roller? > > > > > > Andrew Scott > Senior Coldfusion Developer > Aegeon Pty. Ltd. > HYPERLINK "http://www.aegeon.com.au"www.aegeon.com.au > Phone: +613 8676 4223 > Mobile: 0404 998 273 > > > > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.9.9/872 - Release Date: 26/06/2007 > 6:43 PM > > ------=_Part_21545_26343444.1182917076255--