From 7192e418fdfacbe91ab0455a236c6902b612b5ae Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 9 Apr 2016 13:48:49 -0500 Subject: [PATCH] doc: Add scaffolding for new chapters * doc/8sync.texi (Installation, Getting started, API Reference, Contributing): New chapter scaffolding added. --- doc/8sync.texi | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/doc/8sync.texi b/doc/8sync.texi index f16e674..ae3baed 100644 --- a/doc/8sync.texi +++ b/doc/8sync.texi @@ -57,10 +57,16 @@ Foundation Web site at @url{http://www.gnu.org/licenses/lgpl.html}. * Introduction:: * Acknowledgements:: * 8sync's license and general comments on copyleft:: +* Installation:: +* Getting started:: +* API Reference:: +* Contributing:: * Copying This Manual:: * Index:: @end menu + + @node Introduction @chapter Introduction @@ -85,6 +91,8 @@ Because of this, you can invoke your asynchronous code with a small wrapper Now that's pretty cool! + + @node Acknowledgements @chapter Acknowledgements @@ -133,6 +141,7 @@ The motivation to build 8sync came out of A little over a month after that, hacking on 8sync began! + @node 8sync's license and general comments on copyleft @chapter 8sync's license and general comments on copyleft @@ -190,6 +199,30 @@ So to answer the question, ``Can I build a proprietary program on top of And help us turn the tide towards greater software freedom... consider a strong copyleft license!'' + + +@node Installation +@chapter Installation + +General GNU configure / make / make install instructions go here! +:) + + + +@node Getting started +@chapter Getting started + + + +@node API Reference +@chapter API Reference + + + +@node Contributing +@chapter Contributing + + @node Copying This Manual @appendix Copying This Manual @@ -199,6 +232,8 @@ no invariant sections. At your option, it is also available under the GNU Lesser General Public License, as published by the Free Software Foundation, version 3 or any later version. + + @menu * GNU Free Documentation License:: License for copying this manual. @end menu -- 2.31.1