Example #1
0
<?php

$page = new Page();
$page->setDescription(__('Frhed is an binary file editor for Windows. It is small but has many advanced features like ability to load big files partially.'));
$page->setKeywords(__('Frhed, free, hex editor, binary file, load partially, hexdump, compare'));
$page->addRssFeed('http://sourceforge.net/export/rss2_projnews.php?group_id=236485', __('Frhed News'));
$page->addRssFeed('http://sourceforge.net/export/rss2_projfiles.php?group_id=236485', __('Frhed File Releases'));
$page->printHead();
$page->printPara(__('Frhed is an binary file editor for Windows. It is small but has many advanced features like ability to load big files partially.'));
$page->printHeading(__('Features'));
?>
<ul>
  <li><?php 
__e('Editable file size limited only by available system memory');
?>
</li>
  <li><?php 
__e('Load files partially');
?>
</li>
  <li><?php 
__e('Export as hexdump to file or clipboard');
?>
</li>
  <li><?php 
__e('Search for any combination of text and binary values');
?>
</li>
  <li><?php 
__e('Compare files');
?>