* Store the meta.longDescription and meta.license attributes in the

database.
This commit is contained in:
Eelco Dolstra
2008-12-16 15:09:39 +00:00
parent 7231556f47
commit dfcaa51d7b
21 changed files with 59 additions and 39 deletions

View File

@ -69,8 +69,16 @@
<td><tt>[% build.nixname %]</tt></td>
</tr>
<tr>
<th>Description:</th>
<td>[% build.description %]</td>
<th>Short description:</th>
<td>[% IF build.description %][% HTML.escape(build.description) %][% ELSE %]<em>(not given)</em>[% END %]</td>
</tr>
<tr>
<th>Long description:</th>
<td>[% IF build.longdescription %][% HTML.escape(build.longdescription) %][% ELSE %]<em>(not given)</em>[% END %]</td>
</tr>
<tr>
<th>License:</th>
<td>[% IF build.license %][% HTML.escape(build.license) %][% ELSE %]<em>(not given)</em>[% END %]</td>
</tr>
<tr>
<th>System:</th>