From f9d71577f37a48b281920809efc9d22ad9e185fe Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 25 Aug 2014 23:52:10 +0400 Subject: [PATCH] update html docs to standards --- sources/gui/docs/netctl-gui-dbus-api.html | 35 +++++++------ .../gui/docs/netctl-gui-security-notes.html | 52 +++++++++++-------- 2 files changed, 48 insertions(+), 39 deletions(-) diff --git a/sources/gui/docs/netctl-gui-dbus-api.html b/sources/gui/docs/netctl-gui-dbus-api.html index e1cac96..38daeaa 100644 --- a/sources/gui/docs/netctl-gui-dbus-api.html +++ b/sources/gui/docs/netctl-gui-dbus-api.html @@ -1,3 +1,4 @@ + @@ -20,26 +21,26 @@ th { th.sub { font-style: italic; font-weight: normal; +} +small { + font-size: 70%; } -

netctl-gui DBus API description

-

Project version : @PROJECT_VERSION@

-
    -
  1. DBus API
  2. -
  3. Helper API
  4. - -
  5. GUI API
  6. - -
  7. External links
  8. -
+

netctl-gui DBus API description

+

Project version : @PROJECT_VERSION@

+
    +
  1. DBus API
  2. +
  3. Helper API
  4. +
  5. Helper ctrl API
  6. +
  7. Helper netctl API
  8. +
  9. GUI API
  10. +
  11. GUI netctlgui API
  12. +
  13. External links
  14. +
+

DBus API

@@ -371,10 +372,10 @@ th.sub {
  • Bugtracker
  • -

    + © 2014-@CURRENT_YEAR@ @PROJECT_AUTHOR@
    This software is licensed under @PROJECT_LICENSE@ -

    + \ No newline at end of file diff --git a/sources/gui/docs/netctl-gui-security-notes.html b/sources/gui/docs/netctl-gui-security-notes.html index 25ef5ad..3030a67 100644 --- a/sources/gui/docs/netctl-gui-security-notes.html +++ b/sources/gui/docs/netctl-gui-security-notes.html @@ -1,47 +1,55 @@ +netctl-gui secutiry notes -

    netctl-gui security notes

    -

    Project version : @PROJECT_VERSION@

    -
      -
    1. Description
    2. -
    3. Architecture
    4. -
    5. Library
    6. -
    7. Helper
    8. -
    9. Graphical interface
    10. -
    11. KDE components
    12. -
    13. External links
    14. -
    +

    netctl-gui security notes

    +

    Project version : @PROJECT_VERSION@

    +
      +
    1. Description
    2. +
    3. Architecture
    4. +
    5. Library
    6. +
    7. Helper
    8. +
    9. Graphical interface
    10. +
    11. KDE components
    12. +
    13. External links
    14. +
    +

    Description

    Architecture

    -architecture +architecture

    Library

    -

    According to the scheme the library gets information from netctl and can control it. Also it provides some additional functions such as a profile creation and removal and access to wpa_supplicant functions. Some functions do not require additional permissions, but other ones do it. All dynamic arguments including profile names and paths are in double quotes to avoid white spaces problem. The functions which require root privileges are:

    +

    According to the scheme the library gets information from netctl and can control it. Also it provides some additional functions such as a profile creation and removal and access to wpa_supplicant functions. Some functions do not require additional permissions, but other ones do it. All dynamic arguments including profile names and paths are in double quotes to avoid white spaces problem. The functions which require root privileges are:

    If library will be initialized with FORCE_SUDO=true than it will use sudo command (which can be transferred to the library by SUDO_PATH option). Otherwise it will try to set UID of children processes to 0. Please note that sudo command and UID setting will be used only for those commands which require it.

    @@ -96,10 +104,10 @@ env -i bash -c "source '<profile>'; for i in ${!<key>[@]}; do ec
  • Bugtracker
  • -

    + © 2014-@CURRENT_YEAR@ @PROJECT_AUTHOR@
    This software is licensed under @PROJECT_LICENSE@ -

    + \ No newline at end of file