gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-backoffice] branch master updated: manual stub


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: manual stub
Date: Tue, 16 Jan 2018 15:27:03 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 35abd90  manual stub
35abd90 is described below

commit 35abd9044be5285d1db1936798415c7f7404620f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 16 15:26:48 2018 +0100

    manual stub
---
 .gitignore       |  4 ++++
 doc/Makefile     | 13 ++++++++++++
 doc/manual.texi  | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/version.texi |  4 ++++
 4 files changed, 82 insertions(+)

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-*-
address@hidden %**start of header
address@hidden onboarding.info
address@hidden version.texi
address@hidden Back-office Web application manual @value{VERSION}.
+
address@hidden Define a new index for options.
address@hidden op
address@hidden Combine everything into one index (arbitrarily chosen to be the
address@hidden concept index).
address@hidden op cp
address@hidden %**end of header
+
address@hidden
+Howtos for taler.net admins and developers (version @value{VERSION}, 
@value{UPDATED}),
+Copyright @copyright{} 2017 INRIA
+
address@hidden
+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''.
address@hidden quotation
address@hidden copying
address@hidden If your manual is published on paper by the FSF, it should 
include
address@hidden The standard FSF Front-Cover and Back-Cover Texts, as given in
address@hidden maintain.texi.
address@hidden
address@hidden Titlepage
address@hidden
address@hidden
address@hidden Back-office Web application manual.
address@hidden Version @value{VERSION}
address@hidden @value{UPDATED}
address@hidden Marcello Stanisci (@email{marcello@@taler.net})
address@hidden
address@hidden 0pt plus 1filll
address@hidden
address@hidden titlepage
+
address@hidden @summarycontents
address@hidden
+
address@hidden
address@hidden Top
address@hidden Back-office Web application manual.
address@hidden
address@hidden ifnottex
+
address@hidden
+* Introduction::                           What servives the Web application 
provides.
address@hidden menu
+
address@hidden Introduction
address@hidden Introduction
+
+TBD.
+
address@hidden
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 @@
address@hidden UPDATED 16 Jan 2018
address@hidden UPDATED-MONTH Jan 2018
address@hidden EDITION 0.0.0
address@hidden VERSION 0.0.0

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]