summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-16 15:26:48 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-16 15:26:48 +0100
commit35abd9044be5285d1db1936798415c7f7404620f (patch)
treeb9e600cef590f57f84a56a3cfcf6cf4f5e056251
parent38cefbc2ba617775c078689f1eeadbaf29c9e7d7 (diff)
downloadbackoffice-35abd9044be5285d1db1936798415c7f7404620f.tar.gz
backoffice-35abd9044be5285d1db1936798415c7f7404620f.tar.bz2
backoffice-35abd9044be5285d1db1936798415c7f7404620f.zip
manual stub
-rw-r--r--.gitignore4
-rw-r--r--doc/Makefile13
-rw-r--r--doc/manual.texi61
-rw-r--r--doc/version.texi4
4 files changed, 82 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 82e1f39..9ad9b91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,7 +10,11 @@ missing
talerbackoffice.egg-info/
talerbackoffice/__pycache__/
talerbackoffice/backoffice/__pycache__/
+talerbackoffice/backoffice/static/*.js
backoffice.wsgi
taler-merchant-backoffice
js/node_modules/
js/yarn.lock
+doc/*
+!doc/*.texi
+!doc/Makefile
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..c69c2b9
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,13 @@
+all: manual.pdf manual.html
+
+manual.pdf: manual.texi
+ texi2pdf manual.texi
+
+manual.html: manual.texi
+ texi2any --html --no-split --css-ref=docstyle.css --css-ref=brown-paper.css manual.texi
+
+clean:
+ rm -f manual.html manual.pdf
+
+info_TEXINFOS = manual.texi
+manual_TEXINFOS = version.texi
diff --git a/doc/manual.texi b/doc/manual.texi
new file mode 100644
index 0000000..c19f381
--- /dev/null
+++ b/doc/manual.texi
@@ -0,0 +1,61 @@
+\input texinfo @c -*-texinfo-*-
+@c %**start of header
+@setfilename onboarding.info
+@include version.texi
+@settitle Back-office Web application manual @value{VERSION}.
+
+@c Define a new index for options.
+@defcodeindex op
+@c Combine everything into one index (arbitrarily chosen to be the
+@c concept index).
+@syncodeindex op cp
+@c %**end of header
+
+@copying
+Howtos for taler.net admins and developers (version @value{VERSION}, @value{UPDATED}),
+Copyright @copyright{} 2017 INRIA
+
+@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, with no Front-Cover Texts, and with no Back-Cover
+Texts. A copy of the license is included in the section entitled
+``GNU Free Documentation License''.
+@end quotation
+@end copying
+@c If your manual is published on paper by the FSF, it should include
+@c The standard FSF Front-Cover and Back-Cover Texts, as given in
+@c maintain.texi.
+@c
+@c Titlepage
+@c
+@titlepage
+@title Back-office Web application manual.
+@subtitle Version @value{VERSION}
+@subtitle @value{UPDATED}
+@author Marcello Stanisci (@email{marcello@@taler.net})
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@c @summarycontents
+@contents
+
+@ifnottex
+@node Top
+@top Back-office Web application manual.
+@insertcopying
+@end ifnottex
+
+@menu
+* Introduction:: What servives the Web application provides.
+@end menu
+
+@node Introduction
+@chapter Introduction
+
+TBD.
+
+@bye
diff --git a/doc/version.texi b/doc/version.texi
new file mode 100644
index 0000000..cdc4b4d
--- /dev/null
+++ b/doc/version.texi
@@ -0,0 +1,4 @@
+@set UPDATED 16 Jan 2018
+@set UPDATED-MONTH Jan 2018
+@set EDITION 0.0.0
+@set VERSION 0.0.0