[Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-10-03 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/email_doc into 
lp:zorba/email-module has been updated.

Status: Needs review = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126942
-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126942
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-10-02 Thread Sorin Marian Nasoi
Review: Approve

Please note that these changes require the new XQDoc generator to be merged 
into the trunk first.
-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126942
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-09-28 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/email_doc into 
lp:zorba/email-module.

Requested reviews:
  William Candillon (wcandillon)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126942

Minor documentation improvements.
-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126942
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.
=== modified file 'src/com/zorba-xquery/www/modules/email/imap.xq'
--- src/com/zorba-xquery/www/modules/email/imap.xq	2012-04-11 09:50:26 +
+++ src/com/zorba-xquery/www/modules/email/imap.xq	2012-09-28 12:14:25 +
@@ -25,21 +25,22 @@
  : in the email schema: codehttp://www.zorba-xquery.com/modules/email/code.
  :
  : For example:
- : pre
- : lt;email:hostInfogt;
- :   lt;email:hostNamegt;imap.example.comlt;/email:hostNamegt;
- :   lt;email:userNamegt;myuserlt;/email:userNamegt;
- :   lt;email:passwordgt;mypasswordlt;/email:passwordgt;
- : lt;/email:hostInfogt;
- : /pre
+ : pre class=ace-static ace-mode=xquery![CDATA[
+ : email:hostInfo
+ :   email:hostNameimap.example.com/email:hostName
+ :   email:userNamemyuser/email:userName
+ :   email:passwordmypassword/email:password
+ : /email:hostInfo
+ : ]]/pre
  :
  : The codehostInfoType/code only needs to be in the email schema namespace
  : (codehttp://www.zorba-xquery.com/modules/email/code). It does not need
  : to be validated since it's validated by the module.
  :
  : @author Daniel Thomas, Gabriel Petrovay
+ : @see a href=http://www.washington.edu/imap/;c-client library part of UW IMAP toolkit/a
  : @library a href=http://www.washington.edu/imap/;c-client library part of UW IMAP toolkit/a
- : @project communication
+ : @project Zorba/IO/IMAP
  :)
 module namespace imap = 'http://www.zorba-xquery.com/modules/email/imap';
 

=== modified file 'src/com/zorba-xquery/www/modules/email/smtp.xq'
--- src/com/zorba-xquery/www/modules/email/smtp.xq	2012-04-11 09:50:26 +
+++ src/com/zorba-xquery/www/modules/email/smtp.xq	2012-09-28 12:14:25 +
@@ -27,8 +27,9 @@
  : documentation associated with this function.
  :
  : @author Sorin Nasoi, Daniel Thomas
+ : @see a href=http://www.washington.edu/imap/;c-client Library part of UW IMAP toolkit/a
  : @library a href=http://www.washington.edu/imap/;c-client Library part of UW IMAP toolkit/a
- : @project communication
+ : @project Zorba/IO/SMTP
  :)
 module namespace smtp = http://www.zorba-xquery.com/modules/email/smtp;;
 
@@ -55,13 +56,13 @@
  : /ul
  :
  : The code$host-info/code parameter could then look like this:
- : pre
- : lt;hostInfogt;
- : lt;hostNamegt;smtp.gmail.com:587/tls/novalidate-certlt;hostNamegt;
- : lt;userNamegt;usernamelt;userNamegt;
- : lt;passwordgt;passwordlt;passwordgt;
- : lt;/hostInfogt;
- : /pre
+ : pre class=ace-static ace-mode=xquery![CDATA[
+ : hostInfo
+ :   hostNamesmtp.gmail.com:587/tls/novalidate-cert/hostName
+ :   userNameusername/userName
+ :   passwordpassword/password
+ : /hostInfo
+ : ]]/pre
  :
  : For a complete of the structure of an email message, see the imported email
  : schema: codehttp://www.zorba-xquery.com/modules/email/code

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-09-28 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126942
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-09-28 Thread William Candillon
Nice catch. It's back.
-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126942
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-09-27 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/email_doc into 
lp:zorba/email-module.

Commit message:
Minor documentation improvements.

Requested reviews:
  William Candillon (wcandillon)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126746

Minor documentation improvements.
-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126746
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.
=== modified file 'src/com/zorba-xquery/www/modules/email/imap.xq'
--- src/com/zorba-xquery/www/modules/email/imap.xq	2012-04-11 09:50:26 +
+++ src/com/zorba-xquery/www/modules/email/imap.xq	2012-09-27 17:12:24 +
@@ -25,21 +25,21 @@
  : in the email schema: codehttp://www.zorba-xquery.com/modules/email/code.
  :
  : For example:
- : pre
- : lt;email:hostInfogt;
- :   lt;email:hostNamegt;imap.example.comlt;/email:hostNamegt;
- :   lt;email:userNamegt;myuserlt;/email:userNamegt;
- :   lt;email:passwordgt;mypasswordlt;/email:passwordgt;
- : lt;/email:hostInfogt;
- : /pre
+ : pre class=ace-static ace-mode=xquery![CDATA[
+ : email:hostInfo
+ :   email:hostNameimap.example.com/email:hostName
+ :   email:userNamemyuser/email:userName
+ :   email:passwordmypassword/email:password
+ : /email:hostInfo
+ : ]]/pre
  :
  : The codehostInfoType/code only needs to be in the email schema namespace
  : (codehttp://www.zorba-xquery.com/modules/email/code). It does not need
  : to be validated since it's validated by the module.
  :
  : @author Daniel Thomas, Gabriel Petrovay
- : @library a href=http://www.washington.edu/imap/;c-client library part of UW IMAP toolkit/a
- : @project communication
+ : @see a href=http://www.washington.edu/imap/;c-client library part of UW IMAP toolkit/a
+ : @project Zorba/IO/IMAP
  :)
 module namespace imap = 'http://www.zorba-xquery.com/modules/email/imap';
 

=== modified file 'src/com/zorba-xquery/www/modules/email/smtp.xq'
--- src/com/zorba-xquery/www/modules/email/smtp.xq	2012-04-11 09:50:26 +
+++ src/com/zorba-xquery/www/modules/email/smtp.xq	2012-09-27 17:12:24 +
@@ -27,8 +27,8 @@
  : documentation associated with this function.
  :
  : @author Sorin Nasoi, Daniel Thomas
- : @library a href=http://www.washington.edu/imap/;c-client Library part of UW IMAP toolkit/a
- : @project communication
+ : @see a href=http://www.washington.edu/imap/;c-client Library part of UW IMAP toolkit/a
+ : @project Zorba/IO/SMTP
  :)
 module namespace smtp = http://www.zorba-xquery.com/modules/email/smtp;;
 
@@ -55,13 +55,13 @@
  : /ul
  :
  : The code$host-info/code parameter could then look like this:
- : pre
- : lt;hostInfogt;
- : lt;hostNamegt;smtp.gmail.com:587/tls/novalidate-certlt;hostNamegt;
- : lt;userNamegt;usernamelt;userNamegt;
- : lt;passwordgt;passwordlt;passwordgt;
- : lt;/hostInfogt;
- : /pre
+ : pre class=ace-static ace-mode=xquery![CDATA[
+ : hostInfo
+ :   hostNamesmtp.gmail.com:587/tls/novalidate-cert/hostName
+ :   userNameusername/userName
+ :   passwordpassword/password
+ : /hostInfo
+ : ]]/pre
  :
  : For a complete of the structure of an email message, see the imported email
  : schema: codehttp://www.zorba-xquery.com/modules/email/code

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-09-27 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126746
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/email_doc into lp:zorba/email-module

2012-09-27 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/email_doc into 
lp:zorba/email-module has been updated.

Commit Message changed to:

Minor documentation improvements.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126746
-- 
https://code.launchpad.net/~zorba-coders/zorba/email_doc/+merge/126746
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp