Re: [Evolution-hackers] I want to add a feature but I need someguidance.

2002-08-12 Thread Not Zed

On Fri, 2002-08-09 at 15:08, Gopi wrote:
 On Thu, 2002-08-08 at 15:51, Not Zed wrote:
  On Thu, 2002-08-08 at 16:24, Gopi wrote:
   Is there anyway I can checkout only part of the module without having to
   recompile everything and building single evolution binary.
   
   for example, is there anyway i can checkout what is the current state of
   nntp, without having to build with evolution. kindly point me to any
   documents regarding this if available.
  
  You can checkout whatever you want, look at any cvs manual (info cvs
  provides a very nice manual).
  
  But you can't *build* it without having everything checked out in the
  evolution module, and you probably need 'gal' and 'gtkhtml' at least
  from cvs as well (as well as all of the -devel packages of all
  dependencies).
 
 I think you mistook my words there, I dint ask about checking out from
 cvs, I have latest cvs snapshot available with me. I would like to test
 nntp part alone in that without having to build entire evolution
 package. same way if a developer is adding a feature to one part of the
 evolution code how will he check whether that part of the code works
 fine without building entire evolution

i did not.  the answer is no you cant

 thanks,
 gops
 
 
 ___
 evolution-hackers maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution-hackers


___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution-hackers] I want to add a feature but I need someguidance.

2002-08-08 Thread Not Zed

On Thu, 2002-08-08 at 16:24, Gopi wrote:
 Is there anyway I can checkout only part of the module without having to
 recompile everything and building single evolution binary.
 
 for example, is there anyway i can checkout what is the current state of
 nntp, without having to build with evolution. kindly point me to any
 documents regarding this if available.

You can checkout whatever you want, look at any cvs manual (info cvs
provides a very nice manual).

But you can't *build* it without having everything checked out in the
evolution module, and you probably need 'gal' and 'gtkhtml' at least
from cvs as well (as well as all of the -devel packages of all
dependencies).

 gops
 
 On Sat, 2002-08-03 at 12:18, Jeffrey Stedfast wrote:
  If you want to hack on the NNTP support, you'll first want to install
  Evolution 1.1.0.99 because much code has changed since the 1.0.x
  versions.
  
  Next, you'll want to look at evolution/camel/providers/nntp/*.[c,h]
  
  All the code to connect, download, etc news messages are there.
  
  Basically, every provider is a plugin that implements the Store and
  Folder and/or abstract Transport classes.
  
  NNTP currently only implements the Store and Folder classes, but should
  eventually also implement the Transport class as well.
  
  Since Camel is loosely based on the JavaMail API, you might find some
  useful documentation there if you don't find enough in the form of
  gtk-doc style comments in the code. We try to document all of the
  external APIs as best we can. If you find documentation lacking, you can
  always ask us too - we'll do our best to help out.
  
  Jeff
  
  On Sat, 2002-08-03 at 02:18, Gopi wrote:
   I am also looking for that, I would like to take look at nntp part of
   evolution code and make it into some sort of usable, but couldnt get any
   useful help to get nntp availbale on the evolution first. :-(.
   
   Is there anybody who can help guys like us out.
   
   Thanks,
   S.Gopi
   
   On Fri, 2002-08-02 at 08:53, John D wrote:
Hi,

I would like to add a reminder feature to Tasks. I
am not familiar with the Evolution code structure
at all, in fact I do not even know what language
it is coded in. 

Can someone please help me by providing some
relevant filenames or directories to get me
started at analyzing evolution code. 

Also, please let me know if anyone else is working
on this.

Thanks,
John

__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers
   
   -- 
   Thanks,
   Regards,
   S.Gopi
   
   
   ___
   evolution-hackers maillist  -  [EMAIL PROTECTED]
   http://lists.ximian.com/mailman/listinfo/evolution-hackers
  -- 
  Jeffrey Stedfast
  Evolution Hacker - Ximian, Inc.
  [EMAIL PROTECTED]  - www.ximian.com
  
  
  ___
  evolution-hackers maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolutio
 
 
 
 ___
 evolution-hackers maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution-hackers


___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution-hackers] I want to add a feature but I need someguidance.

2002-08-03 Thread Gopi

I am also looking for that, I would like to take look at nntp part of
evolution code and make it into some sort of usable, but couldnt get any
useful help to get nntp availbale on the evolution first. :-(.

Is there anybody who can help guys like us out.

Thanks,
S.Gopi

On Fri, 2002-08-02 at 08:53, John D wrote:
 Hi,
 
 I would like to add a reminder feature to Tasks. I
 am not familiar with the Evolution code structure
 at all, in fact I do not even know what language
 it is coded in. 
 
 Can someone please help me by providing some
 relevant filenames or directories to get me
 started at analyzing evolution code. 
 
 Also, please let me know if anyone else is working
 on this.
 
 Thanks,
 John
 
 __
 Do You Yahoo!?
 Yahoo! Health - Feel better, live better
 http://health.yahoo.com
 
 ___
 evolution-hackers maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution-hackers

-- 
Thanks,
Regards,
S.Gopi


___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution-hackers] I want to add a feature but I need someguidance.

2002-08-03 Thread Jeffrey Stedfast

If you want to hack on the NNTP support, you'll first want to install
Evolution 1.1.0.99 because much code has changed since the 1.0.x
versions.

Next, you'll want to look at evolution/camel/providers/nntp/*.[c,h]

All the code to connect, download, etc news messages are there.

Basically, every provider is a plugin that implements the Store and
Folder and/or abstract Transport classes.

NNTP currently only implements the Store and Folder classes, but should
eventually also implement the Transport class as well.

Since Camel is loosely based on the JavaMail API, you might find some
useful documentation there if you don't find enough in the form of
gtk-doc style comments in the code. We try to document all of the
external APIs as best we can. If you find documentation lacking, you can
always ask us too - we'll do our best to help out.

Jeff

On Sat, 2002-08-03 at 02:18, Gopi wrote:
 I am also looking for that, I would like to take look at nntp part of
 evolution code and make it into some sort of usable, but couldnt get any
 useful help to get nntp availbale on the evolution first. :-(.
 
 Is there anybody who can help guys like us out.
 
 Thanks,
 S.Gopi
 
 On Fri, 2002-08-02 at 08:53, John D wrote:
  Hi,
  
  I would like to add a reminder feature to Tasks. I
  am not familiar with the Evolution code structure
  at all, in fact I do not even know what language
  it is coded in. 
  
  Can someone please help me by providing some
  relevant filenames or directories to get me
  started at analyzing evolution code. 
  
  Also, please let me know if anyone else is working
  on this.
  
  Thanks,
  John
  
  __
  Do You Yahoo!?
  Yahoo! Health - Feel better, live better
  http://health.yahoo.com
  
  ___
  evolution-hackers maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution-hackers
 
 -- 
 Thanks,
 Regards,
 S.Gopi
 
 
 ___
 evolution-hackers maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution-hackers
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
[EMAIL PROTECTED]  - www.ximian.com


___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers