Overview
Comment:Ajout d'une manpage
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1510e14ac13524147ce7fc0c859b97e479495f7b
User & Date: bohwaz on 2013-07-31 13:09:17
Other Links: manifest | tags
Context
2013-08-05
13:47
Effacer la manpage compilée check-in: e7760661d8 user: bohwaz tags: trunk
2013-07-31
13:09
Ajout d'une manpage check-in: 1510e14ac1 user: bohwaz tags: trunk
2013-07-28
14:00
Le single-mode est le seul mode possible de l'exécutable, sinon il faut utiliser directement php en mode serveur.

Ca simplifie le code. Ensuite la commande devient facultative, UI est le comportement par défaut. check-in: 70a0af2c30 user: bohwaz tags: trunk

Changes

Modified debian/makedeb.sh from [cd91e3b669] to [7d3d889fe9].

68
69
70
71
72
73
74
75







76
77
78
79
80
81
82
83
${PACKAGE_TIME}.

EOF

}

# doc.
cp ${SRCDIR}/README ${DEBLOCALPREFIX}/share/doc/${PACKAGE_DEBNAME}









true && {
    CONTROL=DEBIAN/control
    echo "Generating ${CONTROL}..."
    cat <<EOF > ${CONTROL}
Package: ${PACKAGE_DEBNAME}
Section: web







|
>
>
>
>
>
>
>
|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
${PACKAGE_TIME}.

EOF

}

# doc.
DOCDIR=${DEBLOCALPREFIX}/share/doc/${PACKAGE_DEBNAME}
true && {
    echo "Generating doc..."
    cp ${SRCDIR}/README ${DOCDIR}
    a2x --doctype manpage --format manpage ${THISDIR}/manpage.txt --destination-dir ${DOCDIR}
} || {
    echo "Fail."
    exit 1
}

true && {
    CONTROL=DEBIAN/control
    echo "Generating ${CONTROL}..."
    cat <<EOF > ${CONTROL}
Package: ${PACKAGE_DEBNAME}
Section: web

Added debian/manpage.txt version [aa69d26bdd].

































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
GARRADIN(1)
===========
:doctype: manpage


NAME
----
garradin - gestionnaire d'association à but non lucratif


SYNOPSIS
--------
*garradin* ['OPTIONS'] ['COMMANDE']


DESCRIPTION
-----------
Lancer garradin(1) sans argument lance le serveur web intégré sur
l'adresse localhost:8088 et le navigateur web par défaut.

OPTIONS
-------
*-p, --port*='PORT'::
Défini le port utilisé par le serveur web.

COMMANDES
---------
*server*::
Lance le serveur web autonome de Garradin sans lancer de navigateur
web.

*ui*::
Lance le serveur web autonome et le navigateur par défaut.

EXIT STATUS
-----------
*0*::
Succès

*1*::
Erreur


BUGS
----
Voir http://dev.kd2.org/garradin/ pour un accès au bugtracker.


AUTEUR
------
Garradin est développé par bohwaz et d'autres contributeurs.


RESSOURCES
----------

Site principal : <http://garradin.kd2.org/>


COPYING
-------
Copyright \(C) 2011-2013 BohwaZ. Free use of this software is
granted under the terms of the GNU Affero General Public License v3
(AGPL).