diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-19 14:49:05 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-20 10:57:03 +0100 |
commit | 7d2cd1e7aa91d46ba1924213ee2199160cf5173b (patch) | |
tree | 01568c89e2972cc9b19f5df49b965f50a369c0ef /doc |
Hello world
Diffstat (limited to 'doc')
-rw-r--r-- | doc/weipub.texi | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/doc/weipub.texi b/doc/weipub.texi new file mode 100644 index 0000000..c2c29e9 --- /dev/null +++ b/doc/weipub.texi @@ -0,0 +1,103 @@ +\input texinfo +@c -*-texinfo-*- + +@c %**start of header +@setfilename weipub.info +@documentencoding UTF-8 +@settitle Weipub +@c %**end of header + +@include version.texi + +@copying +Copyright @copyright{} 2022 Ricardo Wurmus + +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 copying + +@dircategory Networking +@direntry +* Weipub: (weipub). Teeny tiny ActivityPub thing. +@end direntry + +@titlepage +@title Weipub +@subtitle Teeny tiny ActivityPub thing. +@author Ricardo Wurmus + +@page +@vskip 0pt plus 1filll +Edition @value{EDITION} @* +@value{UPDATED} @* + +@insertcopying +@end titlepage + +@contents + +@c ********************************************************************* +@node Top +@top Weiput + +This document describes the Weipub, a teeny tiny ActivityPub thing, version @value{VERSION}. + +@menu +* Introduction:: What is this all about? +* Installation:: How to install weipub. + +* GNU Free Documentation License:: The license of this manual. +* Concept Index:: Concepts. +* Programming Index:: Data types, functions, and variables. +@end menu + +@c ********************************************************************* +@node Introduction +@chapter Introduction + +TODO + +@c ********************************************************************* +@node Installation +@chapter Installation + +Weipub uses the GNU build system. To install it from a release +tarball just unpack it and run the usual commands: + +@cindex installing from source +@cindex building from source +@example +./configure +make +make install +@end example + +If you want to build the sources from the source repository you need to +bootstrap the build system first. Run @code{autoreconf -vif} first and +then perform the above steps. + +@c ********************************************************************* +@node GNU Free Documentation License +@appendix GNU Free Documentation License + +@include fdl-1.3.texi + +@page + +@c ********************************************************************* +@node Concept Index +@unnumbered Concept Index + +@printindex cp + +@node Programming Index +@unnumbered Programming Index +@syncodeindex tp fn +@syncodeindex vr fn +@printindex fn + +@bye |