|
From: Michael A. <mic...@ze...> - 2003-10-04 16:26:58
|
Hi, What's the preferred form for patches? I added regex filtering for the Mail scanner on the From, To and Subject fields (I saw it in the list of requirements), and updated the docs. I've got the output of a cvs diff -c in a file. Can I send the file in? BTW, what o people use to edit the docs? I started using jEdit, but it's pretty ugly. Are there any plug-ins to jEdit that I can use to do it properly? Or perhaps my settings are bad. Cheers... MikeA |
|
From: Bruce M. <br...@mc...> - 2003-10-04 21:05:17
|
Michael, Patches can be sent as unified diffs or as a complete file. Your choice. As for editing the docs, I use vi :) But there are a number of XML editors that can do the job directly on the DocBook code. Ask the list (I guess you have) Bruce. On Saturday 04 October 2003 12:26 pm, Michael Ansley wrote: > Hi, > > What's the preferred form for patches? I added regex filtering for the > Mail scanner on the From, To and Subject fields (I saw it in the list of > requirements), and updated the docs. I've got the output of a cvs diff > -c in a file. Can I send the file in? > > BTW, what o people use to edit the docs? I started using jEdit, but > it's pretty ugly. Are there any plug-ins to jEdit that I can use to do > it properly? Or perhaps my settings are bad. > > Cheers... > > > MikeA > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |
|
From: Dejan K. <dej...@ya...> - 2003-10-05 12:13:36
|
OpenOffice 1.1 supports DocBook format. This week has been released 1.1 final version. Note that you don't need to use docbook if you just want to describe new options in MailboxScanner. Just put them in ConfigInfo object in MailboxScanner class. Take a look at how existing options are described. This object is used for config options validation and for generating documentation (one day it could be used for gui tools, too!). Dejan --- Bruce McDonald <br...@mc...> wrote: > Michael, > > Patches can be sent as unified diffs or as a > complete file. Your choice. > > As for editing the docs, I use vi :) But there are > a number of XML editors > that can do the job directly on the DocBook code. > Ask the list (I guess you > have) > > Bruce. > > On Saturday 04 October 2003 12:26 pm, Michael Ansley > wrote: > > Hi, > > > > What's the preferred form for patches? I added > regex filtering for the > > Mail scanner on the From, To and Subject fields (I > saw it in the list of > > requirements), and updated the docs. I've got the > output of a cvs diff > > -c in a file. Can I send the file in? > > > > BTW, what o people use to edit the docs? I > started using jEdit, but > > it's pretty ugly. Are there any plug-ins to jEdit > that I can use to do > > it properly? Or perhaps my settings are bad. > > > > Cheers... > > > > > > MikeA > > > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
|
From: Michael A. <mic...@ze...> - 2003-10-05 21:57:21
|
Hi, Dejan, Thanks. I forgot about that. I figured out to change the messages.properties file, as the babeldoc pipeline to create the docs seems to draw the info from there. It seems that you have to do a "build.sh dist" for it to be carried through. Anyway, it seems to work out. Any idea on where I can get OO rpms? I would prefer to stay with rpms, if I can. Cheers... MikeA On Sun, 2003-10-05 at 13:13, Dejan Krsmanovic wrote: > OpenOffice 1.1 supports DocBook format. This week has > been released 1.1 final version. Note that you don't > need to use docbook if you just want to describe new > options in MailboxScanner. Just put them in ConfigInfo > object in MailboxScanner class. Take a look at how > existing options are described. This object is used > for config options validation and for generating > documentation (one day it could be used for gui tools, > too!). > > Dejan > --- Bruce McDonald <br...@mc...> wrote: > > Michael, > > > > Patches can be sent as unified diffs or as a > > complete file. Your choice. > > > > As for editing the docs, I use vi :) But there are > > a number of XML editors > > that can do the job directly on the DocBook code. > > Ask the list (I guess you > > have) > > > > Bruce. > > > > On Saturday 04 October 2003 12:26 pm, Michael Ansley > > wrote: > > > Hi, > > > > > > What's the preferred form for patches? I added > > regex filtering for the > > > Mail scanner on the From, To and Subject fields (I > > saw it in the list of > > > requirements), and updated the docs. I've got the > > output of a cvs diff > > > -c in a file. Can I send the file in? > > > > > > BTW, what o people use to edit the docs? I > > started using jEdit, but > > > it's pretty ugly. Are there any plug-ins to jEdit > > that I can use to do > > > it properly? Or perhaps my settings are bad. > > > > > > Cheers... > > > > > > > > > MikeA > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Babeldoc-devel mailing list > > > Bab...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |
|
From: Dejan K. <dej...@nb...> - 2003-10-06 07:02:37
|
I don't know. I have downloaded and installed only Windows version. Dejan ----- Original Message ----- From: "Michael Ansley" <mic...@ze...> To: <bab...@li...> Sent: Sunday, October 05, 2003 11:57 PM Subject: Re: [Babeldoc-devel] Patches > Hi, Dejan, > > Thanks. I forgot about that. I figured out to change the > messages.properties file, as the babeldoc pipeline to create the docs > seems to draw the info from there. It seems that you have to do a > "build.sh dist" for it to be carried through. Anyway, it seems to work > out. > Any idea on where I can get OO rpms? I would prefer to stay with rpms, > if I can. > > Cheers... > > > MikeA > > > On Sun, 2003-10-05 at 13:13, Dejan Krsmanovic wrote: > > OpenOffice 1.1 supports DocBook format. This week has > > been released 1.1 final version. Note that you don't > > need to use docbook if you just want to describe new > > options in MailboxScanner. Just put them in ConfigInfo > > object in MailboxScanner class. Take a look at how > > existing options are described. This object is used > > for config options validation and for generating > > documentation (one day it could be used for gui tools, > > too!). > > > > Dejan > > --- Bruce McDonald <br...@mc...> wrote: > > > Michael, > > > > > > Patches can be sent as unified diffs or as a > > > complete file. Your choice. > > > > > > As for editing the docs, I use vi :) But there are > > > a number of XML editors > > > that can do the job directly on the DocBook code. > > > Ask the list (I guess you > > > have) > > > > > > Bruce. > > > > > > On Saturday 04 October 2003 12:26 pm, Michael Ansley > > > wrote: > > > > Hi, > > > > > > > > What's the preferred form for patches? I added > > > regex filtering for the > > > > Mail scanner on the From, To and Subject fields (I > > > saw it in the list of > > > > requirements), and updated the docs. I've got the > > > output of a cvs diff > > > > -c in a file. Can I send the file in? > > > > > > > > BTW, what o people use to edit the docs? I > > > started using jEdit, but > > > > it's pretty ugly. Are there any plug-ins to jEdit > > > that I can use to do > > > > it properly? Or perhaps my settings are bad. > > > > > > > > Cheers... > > > > > > > > > > > > MikeA > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > Babeldoc-devel mailing list > > > > Bab...@li... > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Babeldoc-devel mailing list > > > Bab...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product search > > http://shopping.yahoo.com > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |