README
changeset 12379 04348101688a
parent 12375 e7221f2123e6
child 12532 38004d09d178
equal deleted inserted replaced
12378:9dcb5e4e705b 12379:04348101688a
    26  cubicweb-ctl start -D myblog
    26  cubicweb-ctl start -D myblog
    27  sensible-browser http://localhost:8080/
    27  sensible-browser http://localhost:8080/
    28 
    28 
    29 Details at https://cubicweb.readthedocs.io/en/3.26/tutorials/base/blog-in-five-minutes
    29 Details at https://cubicweb.readthedocs.io/en/3.26/tutorials/base/blog-in-five-minutes
    30 
    30 
       
    31 You can also look at the latest builds on Logilab's jenkins:
       
    32 https://jenkins.logilab.org/
       
    33 
    31 Documentation
    34 Documentation
    32 -------------
    35 -------------
    33 
    36 
    34 Look in the doc/ subdirectory or read https://cubicweb.readthedocs.io/en/3.26/
    37 Look in the doc/ subdirectory or read https://cubicweb.readthedocs.io/en/3.26/
    35 
    38 
    45 The simplest way of send patches is to use the ``hg email`` command available
    48 The simplest way of send patches is to use the ``hg email`` command available
    46 through the *patchbomb* extension of Mercurial. Preferably, patches should be
    49 through the *patchbomb* extension of Mercurial. Preferably, patches should be
    47 *in the message body* of emails. When submitting a revised version of a patch
    50 *in the message body* of emails. When submitting a revised version of a patch
    48 series, a prefix indicating the iteration number ``<n>`` of the series should
    51 series, a prefix indicating the iteration number ``<n>`` of the series should
    49 be added to email subject prefixes; this can be achieved by specifying a
    52 be added to email subject prefixes; this can be achieved by specifying a
    50 ``--flag v<n>`` option to ``hg email`` command.
    53 ``--flag v<n>`` option to ``hg email`` command. If needed you can also use the
       
    54 --in-reply-to option.
       
    55 
       
    56 Examples:
       
    57 
       
    58     hg email --to cubicweb-devel@lists.cubicweb.org --intro -r <start>::<end>
       
    59     hg email --flag V2 --to cubicweb-devel@lists.cubicweb.org -r <start>::<end>
       
    60 
       
    61 If you have any questions you can also come on Logilab's public XMPP room using
       
    62 a XMPP client: public@conference.jabber.logilab.org
       
    63 
       
    64 Mailing list: https://lists.cubicweb.org/mailman/listinfo/cubicweb-devel
       
    65 Patchbomb extension: https://www.mercurial-scm.org/wiki/PatchbombExtension
       
    66 Good practice on sending email patches: https://www.mercurial-scm.org/wiki/ContributingChanges#Emailing_patches