Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128854
Collapse All | Expand All

(-)jffnms.xml.new (-2 / +78 lines)
Lines 44-53 Link Here
44
<section>
44
<section>
45
<title>Choosing your use flags</title>
45
<title>Choosing your use flags</title>
46
<body>
46
<body>
47
<p>In order to better fit your needs Jffnms' ebuild has the following USE Flags available:</p>
47
48
48
<table>
49
<table>
49
<tr>
50
<tr>
50
<th>USE Flag</th>
51
<th>USE Flags for Jffnms</th>
51
<th>Description</th>
52
<th>Description</th>
52
</tr>
53
</tr>
53
54
Lines 81-86 Link Here
81
82
82
</body>
83
</body>
83
</section>
84
</section>
85
<section>
86
<title>USE Flags for PHP</title>
87
<body>
88
89
<p>Being written in PHP, Jffnms is heavily dependent on Php's USE Flags, thus 
90
in order to Jffnms installation to succeed it is required that you have your 
91
php package installed with (at least) the following USE Flags: </p>
92
93
<table>
94
<tr>
95
<th>USE Flags for PHP</th>
96
<th>Description</th>
97
</tr>
98
99
<tr>
100
<ti>
101
<c>gd</c>
102
</ti>
103
<ti>
104
Adds support for media-libs/gd (to generate graphics on the fly).
105
</ti>
106
</tr>
107
108
<tr>
109
<ti>
110
<c>wddx</c>
111
</ti>
112
<ti>
113
Adds support for Web Distributed Data eXchange.
114
</ti>
115
</tr>
116
117
<tr>
118
<ti>
119
<c>sockets</c>
120
</ti>
121
<ti>
122
Adds support for tcp/ip sockets.
123
</ti>
124
</tr>
125
126
<tr>
127
<ti>
128
<c>session</c>
129
</ti>
130
<ti>
131
Adds persistent session support.
132
</ti>
133
</tr>
134
135
136
<tr>
137
<ti>
138
<c>spl</c>
139
</ti>
140
<ti>
141
Adds support for the Standard PHP Library.
142
</ti>
143
</tr>
144
145
146
<tr>
147
<ti>
148
<c>cli</c>
149
</ti>
150
<ti>
151
Enable CLI SAPI.
152
</ti>
153
</tr>
154
</table>
155
156
</body>
157
</section>
84
158
85
<section>
159
<section>
86
<title>Installation</title>
160
<title>Installation</title>
Lines 306-312 Link Here
306
</pre>
380
</pre>
307
381
308
<pre caption="Creating Jffnms database">
382
<pre caption="Creating Jffnms database">
309
# <i>psql template1 postgres &lt; /usr/portage/net-analyzer/jffnms/files/postgresql_db_tables</i>
383
# <i>psql template1 postgres &lt; /usr/portage/net-analyzer/jffnms/files/postgresql_db_table</i>
310
</pre>
384
</pre>
311
385
312
<p>
386
<p>
Lines 431-436 Link Here
431
    <uri link="http://www.jffnms.org/docs/jffnms.html">Jffnms Manual</uri>
505
    <uri link="http://www.jffnms.org/docs/jffnms.html">Jffnms Manual</uri>
432
  </li>
506
  </li>
433
  <li><uri link="http://forums.gentoo.org">Gentoo Forums</uri></li>
507
  <li><uri link="http://forums.gentoo.org">Gentoo Forums</uri></li>
508
  <li><uri link="http://www.postgresql.org/docs/8.0/static/index.html">PostgreSQL 8 Documentation</uri></li>
509
  <li><uri link="http://dev.mysql.com/doc/">MySQL Documentation</uri></li>
434
</ul>
510
</ul>
435
511
436
<p>
512
<p>

Return to bug 128854