adding write plugin template
This commit is contained in:
parent
ed0f25ec9d
commit
b757c6d192
@ -1,9 +0,0 @@
|
||||
/*!
|
||||
\page api.html
|
||||
\title The guh API's
|
||||
|
||||
\l{JSON-RPC API}
|
||||
|
||||
\l{REST API}
|
||||
|
||||
*/
|
||||
@ -1,6 +1,5 @@
|
||||
/*!
|
||||
\page index.html
|
||||
\title guh - Developer Documentation
|
||||
|
||||
\section1 Overview
|
||||
The guh backend service consists of three main modules:
|
||||
@ -9,7 +8,7 @@
|
||||
\li \l{guhserver}{The guh server}
|
||||
\list
|
||||
\li \l{guhserver}{The guh server namespace}
|
||||
\li \l{Rules}
|
||||
\li \l{Rules}{The Rule Engine}
|
||||
\endlist
|
||||
\li \l{libguh}{The guh library}
|
||||
\list
|
||||
@ -33,7 +32,7 @@
|
||||
|
||||
\section1 How To's
|
||||
\list
|
||||
\li How to write a plugin
|
||||
\li \l{How to write a plugin}
|
||||
\endlist
|
||||
|
||||
\section1 Quicklinks
|
||||
|
||||
@ -3,7 +3,7 @@ include(html-styles.qdocconf)
|
||||
HTML.postheader = \
|
||||
"<div class=\"header\">\n" \
|
||||
" <div class=\"content\"> \n" \
|
||||
" <a href=\"index.html\" class=\"indexref\"><img src=\"images/logo.png\"/><span class="titleText">guh developer documentation<span></a>\n" \
|
||||
" <a href=\"index.html\" class=\"indexref\"><img src=\"images/logo.png\"/><span class="titleText">guh - Developer documentation<span></a>\n" \
|
||||
" </div>\n" \
|
||||
" <div class=\"breadcrumb toolblock\">\n" \
|
||||
" <ul>\n" \
|
||||
@ -16,6 +16,13 @@ HTML.postpostheader = \
|
||||
"</div>\n" \
|
||||
"<div class=\"content mainContent\">\n"
|
||||
|
||||
HTML.footer = ""
|
||||
HTML.footer = \
|
||||
"<div class=\"footer\">\n" \
|
||||
" <p>\n" \
|
||||
" <acronym title=\"Copyright\">©</acronym> 2013-2015 ARGE guh. All rights reserved." \
|
||||
" </p>\n" \
|
||||
"</div>\n" \
|
||||
|
||||
#HTML.footer = ""
|
||||
# Files not referenced in any qdoc file.
|
||||
# See also extraimages.HTML
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
/*!
|
||||
\page rest.html
|
||||
\title REST API
|
||||
|
||||
\brief The REST API description of the guh server.
|
||||
|
||||
|
||||
|
||||
*/
|
||||
@ -223,16 +223,17 @@
|
||||
{
|
||||
display: block;
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
/*overflow: hidden;*/
|
||||
background: #69938C;
|
||||
height: 10.5em;
|
||||
height: 10em;
|
||||
}
|
||||
/* end global settings*/
|
||||
|
||||
/* header elements */
|
||||
.header .indexref
|
||||
.header .ind exref
|
||||
{
|
||||
font-size: 130%;
|
||||
font-size: 140%;
|
||||
font-weight: bold
|
||||
}
|
||||
|
||||
.titleText {
|
||||
|
||||
19
doc/write-plugins.qdoc
Normal file
19
doc/write-plugins.qdoc
Normal file
@ -0,0 +1,19 @@
|
||||
/*!
|
||||
\page write-plugins.html
|
||||
\title How to write a plugin
|
||||
|
||||
\brief This tutorial shows you how to write a plugin for your device / service.
|
||||
|
||||
|
||||
\chapter Create the build environment
|
||||
|
||||
Assuming you are working an a Linux here are some steps how to set up the build environment.
|
||||
|
||||
\section1 Install Qt
|
||||
|
||||
\section1 Install guh dependencys
|
||||
|
||||
|
||||
\chapter Getting started
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user