2014-01-16 23:48:51 -05:00
|
|
|
\input texinfo @c -*-texinfo-*-
|
2013-12-22 09:37:21 -05:00
|
|
|
@c This document is part of the GNU ease.js manual.
|
2014-01-20 22:55:29 -05:00
|
|
|
@c Copyright (C) 2011, 2012, 2013, 2014 Mike Gerwitz
|
2013-12-22 09:37:21 -05:00
|
|
|
@c Permission is granted to copy, distribute and/or modify this document
|
2014-01-17 22:27:47 -05:00
|
|
|
@c under the terms of the GNU Free Documentation License, Version 1.3 or
|
|
|
|
@c any later version published by the Free Software Foundation; with no
|
|
|
|
@c Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
|
|
|
@c A copy of the license is included in the section entitled ``GNU Free
|
|
|
|
@c Documentation License''.
|
2013-12-22 09:37:21 -05:00
|
|
|
|
2011-03-08 00:00:58 -05:00
|
|
|
@c %**start of header
|
2013-12-22 00:50:19 -05:00
|
|
|
@setfilename easejs.info
|
2013-12-22 09:37:21 -05:00
|
|
|
@settitle GNU ease.js Manual v@value{VERSION}
|
2011-03-08 00:00:58 -05:00
|
|
|
@c %**end of header
|
|
|
|
|
2013-12-24 23:03:10 -05:00
|
|
|
@include version.texi
|
|
|
|
|
2011-03-08 00:00:58 -05:00
|
|
|
@copying
|
2013-12-22 09:37:21 -05:00
|
|
|
This manual is for GNU ease.js, version @value{VERSION}.
|
2011-03-08 00:00:58 -05:00
|
|
|
|
2014-01-06 00:48:37 -05:00
|
|
|
Copyright @copyright{} 2011, 2012, 2013, 2014 Mike Gerwitz.
|
2011-03-08 00:00:58 -05:00
|
|
|
|
|
|
|
@quotation
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
|
|
under the terms of the GNU Free Documentation License, Version 1.3
|
|
|
|
or any later version published by the Free Software Foundation;
|
|
|
|
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
|
|
|
|
A copy of the license is included in the section entitled "GNU
|
|
|
|
Free Documentation License".
|
|
|
|
@end quotation
|
|
|
|
|
|
|
|
@end copying
|
|
|
|
|
|
|
|
|
|
|
|
@titlepage
|
2013-12-22 09:37:21 -05:00
|
|
|
@title GNU ease.js Manual v@value{VERSION}
|
2011-03-08 00:00:58 -05:00
|
|
|
@subtitle User & Developer Documentation
|
|
|
|
@author Mike Gerwitz
|
|
|
|
|
|
|
|
@c Start copyright page
|
|
|
|
@page
|
|
|
|
@vskip 0pt plus 1filll
|
|
|
|
@insertcopying
|
|
|
|
@end titlepage
|
|
|
|
|
|
|
|
@contents
|
|
|
|
|
|
|
|
@ifnottex
|
|
|
|
@node Top
|
|
|
|
@top Main
|
|
|
|
@end ifnottex
|
|
|
|
|
2011-03-08 23:38:12 -05:00
|
|
|
@menu
|
2011-03-23 20:52:25 -04:00
|
|
|
* About:: About the project
|
|
|
|
* Integration:: How to integrate ease.js into your project
|
|
|
|
* Classes:: Learn to work with Classes
|
2011-11-15 22:14:32 -05:00
|
|
|
* Member Keywords:: Control member visibility and more.
|
2011-03-23 20:52:25 -04:00
|
|
|
* Source Tree:: Overview of source tree
|
|
|
|
* Implementation Details:: The how and why of ease.js
|
|
|
|
* License:: Document License
|
2011-03-08 23:38:12 -05:00
|
|
|
@end menu
|
|
|
|
|
2011-03-16 00:35:33 -04:00
|
|
|
@ifnottex
|
|
|
|
|
|
|
|
@insertcopying
|
|
|
|
@end ifnottex
|
|
|
|
|
2011-03-19 19:35:21 -04:00
|
|
|
@include about.texi
|
|
|
|
@include integration.texi
|
|
|
|
@include classes.texi
|
2011-11-15 22:14:32 -05:00
|
|
|
@include mkeywords.texi
|
2011-03-19 19:35:21 -04:00
|
|
|
@include source-tree.texi
|
2011-03-23 20:52:25 -04:00
|
|
|
@include impl-details.texi
|
2011-03-19 19:35:21 -04:00
|
|
|
@include license.texi
|
2011-03-08 00:00:58 -05:00
|
|
|
|
|
|
|
@bye
|