<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.zeitoun.net/lib/exe/css.php?s=feed" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>Zeitoun.net</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="http://www.zeitoun.net/"/>
    <id>http://www.zeitoun.net/</id>
    <modified>2012-02-04T09:09:06+01:00</modified>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
    <entry>
        <title>How to migrate from sourceforge to github ?</title>
        <link rel="alternate" type="text/html" href="http://www.zeitoun.net/articles/migrate-from-sourceforge-to-github/start?rev=1323634543&amp;do=diff"/>
        <created>2011-12-11T21:15:43+01:00</created>
        <issued>2011-12-11T21:15:43+01:00</issued>
        <modified>2011-12-11T21:15:43+01:00</modified>
        <id>http://www.zeitoun.net/articles/migrate-from-sourceforge-to-github/start?rev=1323634543&amp;do=diff</id>
        <author>
            <name>Stéphane Gully</name>
        </author>
        <summary>More generally, you should be able to adapt this procedure to migrate any SVN repository to GIT.


git-svn clone \
    --prefix=svn/ --stdlayout --authors-file=./phpfreechat_authors_file \
    https://phpfreechat.svn.sourceforge.net/svnroot/phpfreechat/ phpfreechat
git clone http://github.com/nothingmuch/git-svn-abandon.git
cd phpfreechat
../git-svn-abandon/git-svn-abandon-fix-refs
git remote add origin git@github.com:kerphi/phpfreechat.git
git push --all
git push --tags</summary>
    </entry>
    <entry>
        <title>How to implement COMET with PHP</title>
        <link rel="alternate" type="text/html" href="http://www.zeitoun.net/articles/comet_and_php/start?rev=1317125163&amp;do=diff"/>
        <created>2011-09-27T14:06:03+01:00</created>
        <issued>2011-09-27T14:06:03+01:00</issued>
        <modified>2011-09-27T14:06:03+01:00</modified>
        <id>http://www.zeitoun.net/articles/comet_and_php/start?rev=1317125163&amp;do=diff</id>
        <author>
            <name>Stéphane Gully</name>
        </author>
        <summary>Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. This technique will produce more responsive applications than classic AJAX. In classic AJAX applications, web browser (client) cannot be notified in real time that the server data model has changed. The user must create a request (for example by clicking on a link) or a periodic AJAX request must happen in order to get new data fro the server.</summary>
    </entry>
    <entry>
        <title>Six comportements importants dans une équipe agile</title>
        <link rel="alternate" type="text/html" href="http://www.zeitoun.net/articles/six-comportements-importants-equipe-agile/start?rev=1315466851&amp;do=diff"/>
        <created>2011-09-08T09:27:31+01:00</created>
        <issued>2011-09-08T09:27:31+01:00</issued>
        <modified>2011-09-08T09:27:31+01:00</modified>
        <id>http://www.zeitoun.net/articles/six-comportements-importants-equipe-agile/start?rev=1315466851&amp;do=diff</id>
        <author>
            <name>Stéphane Gully</name>
        </author>
        <summary>Résumé : Si vous avez à créer une équipe agile, commencez  par vous demander ce qui différencie une équipe agile d’une équipe qui ne l’est pas. Dans cet article Johanna Rothman souligne six comportements nécessaires aux candidats souhaitant intégrer une équipe agile.</summary>
    </entry>
</feed>

