forked from Imagelibrary/rtems
PR 1793/doc * .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html. * texi2html_init.in: New file. * rtems_footer.html.in, rtems_header.html.in: Removed.
20 lines
528 B
Plaintext
20 lines
528 B
Plaintext
my $button_text = '<a href="../index.html">Library</a>';
|
|
push @SECTION_BUTTONS, \$button_text;
|
|
push @CHAPTER_BUTTONS, \$button_text;
|
|
push @MISC_BUTTONS, \$button_text;
|
|
push @TOP_BUTTONS, \$button_text;
|
|
|
|
$AFTER_BODY_OPEN =
|
|
'<A HREF="http://www.rtems.com" target="Text Frame">
|
|
<IMG align=right BORDER=0 SRC="../images/rtems_logo.jpg" ALT="RTEMS
|
|
Logo"> </A>
|
|
<H1>RTEMS @VERSION@ On-Line Library</H1>
|
|
';
|
|
|
|
$PRE_BODY_CLOSE =
|
|
'Copyright © 1988-2011
|
|
<A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
|
';
|
|
|
|
1;
|