You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Isaac Joan Melis i Pons <ij...@peretarres.org> on 2006/01/12 11:30:20 UTC

Other way to use Roller

Hello, 

At first congratulations for all developers, testers and Roller Community, Roller is great.

My question is: 

Is there any way which can I register users, create sites and assign users to sites using my own forms connecting directly with Roller's database?

Thank you for advance,

Isaac


Re: Other way to use Roller

Posted by Sean Gilligan <se...@msgilligan.com>.
>> David M Johnson wrote:
>>> Most large 
>>> Roller sites have done this type of work, but none have contributed 
>>> this work back to Roller (probably because their code was too
> 
> ... single-purpose or hacky to be generally useful).
> 
> Oops! Too much going on today. Thanks for the Grail reference.

In other words, they didn't make it past the Killer Rabbit...
;)

Thanks for the clarification.

-- Sean

> 
> - Dave
> 
> 
>>
>> Now you've got me on the edge of my seat!  Please, please finish the 
>> sentence I'm curious!
>>
>> You'll find the Grail in the Castle ... arrrrgggggghhhhh!
>> (obligatory Monty Python reference)
>>
>> ;)
>>
>> Sean
> 
> 
> 


Re: Other way to use Roller

Posted by David M Johnson <Da...@Sun.COM>.
On Jan 12, 2006, at 12:07 PM, Sean Gilligan wrote:

> David M Johnson wrote:
>> Roller to process admin requests using the Roller APIs. Most large  
>> Roller sites have done this type of work, but none have  
>> contributed this work back to Roller (probably because their code  
>> was too

... single-purpose or hacky to be generally useful).

Oops! Too much going on today. Thanks for the Grail reference.

- Dave


>
> Now you've got me on the edge of my seat!  Please, please finish  
> the sentence I'm curious!
>
> You'll find the Grail in the Castle ... arrrrgggggghhhhh!
> (obligatory Monty Python reference)
>
> ;)
>
> Sean


Re: Other way to use Roller

Posted by Sean Gilligan <se...@msgilligan.com>.
David M Johnson wrote:
> Roller to process admin requests using the Roller APIs. Most large 
> Roller sites have done this type of work, but none have contributed this 
> work back to Roller (probably because their code was too
> 

Now you've got me on the edge of my seat!  Please, please finish the 
sentence I'm curious!

You'll find the Grail in the Castle ... arrrrgggggghhhhh!
(obligatory Monty Python reference)

;)

Sean

Re: Other way to use Roller

Posted by David M Johnson <Da...@Sun.COM>.

On Jan 12, 2006, at 5:30 AM, Isaac Joan Melis i Pons wrote:
> Is there any way which can I register users, create sites and  
> assign users to sites using my own forms connecting directly with  
> Roller's database?

No, not without some programming. And I would not recommend changing  
the database directly. It would be much better to add a web service  
to Roller to process admin requests using the Roller APIs. Most large  
Roller sites have done this type of work, but none have contributed  
this work back to Roller (probably because their code was too

I'd like to see a web services interface for admin built right into  
Roller, so I'm happy to see Jeff Blattman's Atom-based admin protocol  
proposal. Take a look. Does it have what you need?

    http://rollerweblogger.org/wiki/Wiki.jsp?page=Proposal_AAPP

- Dave