• [^] # Re: Centré, c'est le mot !

    Posté par . En réponse au journal [ubuntu inside] Quickly superbe ... et annonce : freetp et autowifi. Évalué à 3.

    Non la critique est bien sur la réalisation, rien d'autre. On réalise désormais une application ubuntu.
    Si tu souhaites pouvoir l'utiliser hors d'ubuntu, tu dois patcher/forker.

    DistUtilsExtra.auto.setup(name='quickly',
    version="'%s'" % VERSION,
    description='build new Ubuntu apps quickly',
    long_description='Quickly enables for prospective programmer a way to easily build new ' \
    'apps for Ubuntu based on templates and other systems for helping them ' \
    'write their code in a guided manner. This also includes packaging and ' \
    'deploying code.',
    url='https://launchpad.net/quickly',
    license="GPL v3",
    author='Quickly Developer Team',
    author_email='quickly@lists.launchpad.net',
    cmdclass={'install': InstallAndUpdateDataDirectory}
    )