source: rtems/doc/texi2html_init.in @ cb2b8f0

4.115
Last change on this file since cb2b8f0 was a86d13a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/20/14 at 16:57:53

texi2html_init.in: Reword rtems.com to rtems.org

  • Property mode set to 100644
File size: 530 bytes
Line 
1my $button_text = '<a href="../index.html">[Library]</a>';
2push @SECTION_BUTTONS, \$button_text;
3push @CHAPTER_BUTTONS, \$button_text;
4push @MISC_BUTTONS, \$button_text;
5push @TOP_BUTTONS, \$button_text;
6
7$AFTER_BODY_OPEN =
8'<A HREF="http://www.rtems.org"  target="Text Frame">
9<IMG align=right BORDER=0 SRC="../images/rtems_logo.jpg" ALT="RTEMS
10Logo">  </A>
11<H1>RTEMS @VERSION@ On-Line Library</H1>
12';
13
14$PRE_BODY_CLOSE =
15'Copyright &copy; 1988-2014
16<A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
17';
18
191;
Note: See TracBrowser for help on using the repository browser.