~ubuntu-branches/debian/sid/redland-bindings/sid

« back to all changes in this revision

Viewing changes to docs/fix-rdoc-xhtml

  • Committer: Package Import Robot
  • Author(s): Dave Beckett
  • Date: 2013-01-22 16:03:44 UTC
  • mfrom: (0.1.10)
  • Revision ID: package-import@ubuntu.com-20130122160344-vxrnfl0xynfzbze7
Tags: 1.0.16.1-1
* New upstream release
* Add dpkg-buildflags to configure for hardening

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
my $progname=basename $0;
18
18
 
19
 
my $main_title="Redland RDF Application Framework - Ruby RDoc";
 
19
my $main_title="Redland RDF Language Bindings - Ruby RDoc";
20
20
 
21
21
die "USAGE: $progname OUTPUT-FILE\n" if @ARGV < 1;
22
22
 
50
50
  next if /^<meta/i;
51
51
 
52
52
  if(m%<link%) {
53
 
#    $_=qq{<link rel="stylesheet" href="/docs/rdoc/rdoc-style.css" type="text/css" media="screen" />\n};
 
53
#    $_=qq{<link rel="stylesheet" href="/docs/rdoc/rdoc.css" type="text/css" media="screen" />\n};
54
54
  }
55
55
 
56
56
  if(m%"validator-badges"%) {