diff options
author | Paul Koenig <paukoen@gmail.com> | 2016-05-23 13:58:06 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-25 21:56:18 (EDT) |
commit | c6563ccc64050070b2c35a281c034a460dbae586 (patch) | |
tree | c9e1d788f833161e87d9f3bc22e7795d6eeaf299 /docs/templates | |
parent | 4aca93689bfff1be7a6a5a5c623af75dc6ce621a (diff) | |
download | libreboot-c6563ccc64050070b2c35a281c034a460dbae586.zip libreboot-c6563ccc64050070b2c35a281c034a460dbae586.tar.gz libreboot-c6563ccc64050070b2c35a281c034a460dbae586.tar.bz2 |
docs: build scripts
also update libreboot.texi to use absolute paths for references to
images, logs, etc.
Diffstat (limited to 'docs/templates')
-rw-r--r-- | docs/templates/gendocs_template_footer | 40 | ||||
-rw-r--r-- | docs/templates/gendocs_template_header | 12 |
2 files changed, 52 insertions, 0 deletions
diff --git a/docs/templates/gendocs_template_footer b/docs/templates/gendocs_template_footer new file mode 100644 index 0000000..ac9879e --- /dev/null +++ b/docs/templates/gendocs_template_footer @@ -0,0 +1,40 @@ +</ul> + +<p>You can <a href="http://shop.fsf.org/">buy printed copies of +some manuals</a> (among other items) from the Free Software Foundation; +this helps support FSF activities.</p> + +<!-- <p>(This page generated by the <a href="%%SCRIPTURL%%">%%SCRIPTNAME%% +script</a>.)</p> --> + +<!-- If needed, change the copyright block at the bottom. In general, + all pages on the GNU web server should have the section about + verbatim copying. Please do NOT remove this without talking + with the webmasters first. + Please make sure the copyright date is consistent with the document + and that it is like this: "2001, 2002", not this: "2001-2002". --> +</div><!-- for id="content", starts in the include above --> +<!--#include virtual="/server/footer.html" --> +<div id="footer"> +<div class="unprintable"> + +<p>Please send general FSF & GNU inquiries to +<a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. +There are also <a href="http://www.gnu.org/home.html#ContactInfo">other +ways to contact</a> +the FSF. Broken links and other corrections or suggestions can be sent +to <a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>.</p> +</div> + +<p>Copyright © 2016 Free Software Foundation, Inc.</p> + +<p>This page is licensed under a <a rel="license" +href="http://creativecommons.org/licenses/by-nd/3.0/us/">Creative +Commons Attribution-NoDerivs 3.0 United States License</a>.</p> + +<!--#include virtual="/server/bottom-notes.html" --> + +</div> +</div> +</body> +</html> diff --git a/docs/templates/gendocs_template_header b/docs/templates/gendocs_template_header new file mode 100644 index 0000000..42242f5 --- /dev/null +++ b/docs/templates/gendocs_template_header @@ -0,0 +1,12 @@ +<!--#include virtual="/server/header.html" --> +<!-- Parent-Version: 1.77 --> +<title>%%TITLE%% - GNU Project - Free Software Foundation</title> +<!--#include virtual="/server/banner.html" --> +<h2>%%TITLE%%</h2> + +<address>Free Software Foundation</address> +<address>last updated %%DATE%%</address> + +<p>This manual (%%PACKAGE%%) is available in the following formats:</p> + +<ul>
\ No newline at end of file |