ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfmapidx
(Generate patch)

Comparing cfmaps/cfmapidx (file contents):
Revision 1.3 by root, Wed Nov 23 09:07:21 2005 UTC vs.
Revision 1.4 by root, Mon Dec 26 12:15:11 2005 UTC

15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with gvpe; if not, write to the Free Software 17# along with gvpe; if not, write to the Free Software
18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
20our $VERSION = '0.91'; 20our $VERSION = '0.911';
21 21
22use Storable; 22use Storable;
23use DB_File; 23use DB_File;
24 24
25sub escape_html($) { 25sub escape_html($) {
75 75
76 for (sort @paths) { 76 for (sort @paths) {
77 print "<li><a href='$_.xhtml'>$_</a></li>"; 77 print "<li><a href='$_.xhtml'>$_</a></li>";
78 } 78 }
79 79
80 print "</ul></p><p class='footer'>created by <a href='http://software.schmorp.de/#crossfire'>cfmapidx</a> version $VERSION</p>", 80 print "</ul></p><p class='footer'>created by <a href='http://software.schmorp.de/pkg/crossfire'>cfmapidx</a> version $VERSION</p>",
81 "</body></html>"; 81 "</body></html>";
82} 82}
83 83
84if ($ARGV[0] eq "-a") { 84if ($ARGV[0] eq "-a") {
85 shift; 85 shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines