Re: Facebook like activity feed commenting using django comments framework

2012-01-07 Thread Swaroop Shankar V
Thanks Anoop for those links, but it is not exactly what I require and also
the overhead of xmpp server is also there. Well all i require is to know is
how i can create an entry in the tables created by the commenting framework
through an API if available.

Thanks and Regards,
Swaroop Shankar V



On Sat, Jan 7, 2012 at 7:38 PM, Anoop Thomas Mathew wrote:

> Hi,
> Try this https://github.com/agiliq/django-pubsub/
> You can get a live demo here http://chat.agiliq.com/pubsub/.
> See if this suits your purpose.
> Thanks,
> Anoop Thomas Mathew
>
> atm
> ___
> Life is short, Live it hard.
>
>
>
>
> On 7 January 2012 19:34, Swaroop Shankar V  wrote:
>
>> hello All,
>> Am trying to build somewhat like an activity stream for my web
>> application. Since its not exactly similar to the normal activity streams
>> found in facebook I am not able to use any of the existing django activity
>> stream projects like django-activity-stream in my application. So I am
>> building it from scratch. I would like to make use of the django commenting
>> system for commenting on each post that show's up on the activity steam.
>> Since i would like to use ajax to post comments, I will require an API,
>> using which I can save the comment posted to the commenting system
>> framework table. I looked through the documentation but could not figure
>> out how i can do it. If someone have any experience in doing the same
>> please let me know the procedures.
>>
>> Thanks and Regards,
>> Swaroop Shankar V
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Facebook like activity feed commenting using django comments framework

2012-01-07 Thread Anoop Thomas Mathew
Hi,
Try this https://github.com/agiliq/django-pubsub/
You can get a live demo here http://chat.agiliq.com/pubsub/.
See if this suits your purpose.
Thanks,
Anoop Thomas Mathew

atm
___
Life is short, Live it hard.




On 7 January 2012 19:34, Swaroop Shankar V  wrote:

> hello All,
> Am trying to build somewhat like an activity stream for my web
> application. Since its not exactly similar to the normal activity streams
> found in facebook I am not able to use any of the existing django activity
> stream projects like django-activity-stream in my application. So I am
> building it from scratch. I would like to make use of the django commenting
> system for commenting on each post that show's up on the activity steam.
> Since i would like to use ajax to post comments, I will require an API,
> using which I can save the comment posted to the commenting system
> framework table. I looked through the documentation but could not figure
> out how i can do it. If someone have any experience in doing the same
> please let me know the procedures.
>
> Thanks and Regards,
> Swaroop Shankar V
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Facebook like activity feed commenting using django comments framework

2012-01-07 Thread Swaroop Shankar V
hello All,
Am trying to build somewhat like an activity stream for my web application.
Since its not exactly similar to the normal activity streams found in
facebook I am not able to use any of the existing django activity stream
projects like django-activity-stream in my application. So I am building it
from scratch. I would like to make use of the django commenting system for
commenting on each post that show's up on the activity steam. Since i would
like to use ajax to post comments, I will require an API, using which I can
save the comment posted to the commenting system framework table. I looked
through the documentation but could not figure out how i can do it. If
someone have any experience in doing the same please let me know the
procedures.

Thanks and Regards,
Swaroop Shankar V

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.