doc/en_US.ISO8859-1/htdocs/ports/ports.ent
Gabor Kovesdan 42b18717e8 - Add proper XML declarations with encoding specification to files that
didn't yet have it

Approved by:	doceng (implicit)
2012-08-11 10:37:42 +00:00

18 lines
628 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $FreeBSD$ -->
<!ENTITY searchform '<form xmlns="http://www.w3.org/1999/xhtml" method="get" action="http://www.FreeBSD.org/cgi/ports.cgi">
Search ports for:
<input name="query" value=""/>
<select name="stype">
<option value="all">All</option>
<option value="name">Package Name</option>
<option value="text">Description</option>
<option value="pkgdescr">Long description</option>
<option value="maintainer">Maintainer</option>
<option value="requires">Requires</option>
</select>
<input type="submit" value="Submit"/>
</form>'>
<!ENTITY % statistics.ent SYSTEM "statistics.ent">