diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-01-17 17:12:36 -0500 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2015-01-17 17:12:36 -0500 |
commit | ada88090ead2c3b9d0804794c5f20f9b24d1c2b1 (patch) | |
tree | 2838a7eee6c5d74094216acebd86915e0ea1de42 /doc/manual/index.html | |
download | librejsxul-ada88090ead2c3b9d0804794c5f20f9b24d1c2b1.tar.lz librejsxul-ada88090ead2c3b9d0804794c5f20f9b24d1c2b1.tar.xz librejsxul-ada88090ead2c3b9d0804794c5f20f9b24d1c2b1.zip |
Import to new git repository
The old repository was using almost 100mb of space because of all
the unnecessary files in the history. So I've imported the code to a
new git repository. Unfortunately the history isn't viewable from this
repository anymore. To see what happened with LibreJS before 2015, see
the old Bazaar repo here: http://bzr.savannah.gnu.org/lh/librejs/
Diffstat (limited to 'doc/manual/index.html')
-rw-r--r-- | doc/manual/index.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html new file mode 100644 index 0000000..f14f4c0 --- /dev/null +++ b/doc/manual/index.html @@ -0,0 +1,73 @@ +<!--#include virtual="/server/header.html" --> +<!-- Parent-Version: 1.77 --> +<title>GNU LibreJS Manual - GNU Project - Free Software Foundation</title> +<!--#include virtual="/server/banner.html" --> +<h2>GNU LibreJS Manual</h2> + +<address>Free Software Foundation</address> +<address>last updated January 17, 2015</address> + +<p>This manual (librejs) is available in the following formats:</p> + +<ul> +<li><a href="librejs.html">HTML + (72K bytes)</a> - entirely on one web page.</li> +<li><a href="html_node/index.html">HTML</a> - with one web page per + node.</li> +<li><a href="librejs.html.gz">HTML compressed + (24K gzipped characters)</a> - entirely on + one web page.</li> +<li><a href="librejs.html_node.tar.gz">HTML compressed + (24K gzipped tar file)</a> - + with one web page per node.</li> +<li><a href="librejs.info.tar.gz">Info document + (20K bytes gzipped tar file)</a>.</li> +<li><a href="librejs.txt">ASCII text + (56K bytes)</a>.</li> +<li><a href="librejs.txt.gz">ASCII text compressed + (20K bytes gzipped)</a>.</li> +<li><a href="librejs.dvi.gz">TeX dvi file + (32K bytes gzipped)</a>.</li> +<li><a href="librejs.pdf">PDF file + (200K bytes)</a>.</li> +<li><a href="librejs.texi.tar.gz">Texinfo source + (20K bytes gzipped tar file).</a></li> +</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="http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/gendocs.sh">gendocs.sh +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="/contact/">other ways to contact</a> +the FSF. Broken links and other corrections or suggestions can be sent +to <a href="mailto:bug-librejs@gnu.org"><bug-librejs@gnu.org></a>.</p> +</div> + +<p>Copyright © 2015 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> |