[Markdown] 

code: admin/site

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Admin Site Settings
This page is about <kbd>/admin/site</kbd> which on this website is located at:
[https://development.guide/admin/site](https://development.guide/admin/site)
## Purpose & Behavior
This page contains a form that allows the administrator to configure the Hubzilla website.
<div class="alert alert-warning">Note: This behavior may be modified by addons and themes.</div>
----
## Observer
The behavior of this URL changes based on whether someone is logged in or not.
- Logged Out - <span class="text-danger">Shows blank page.</span>
- Logged In (Local User) - <span class="text-danger">Shows blank page.</span>
- Logged In (Admin) - <span class="text-success">Shows the Admin Summary page.</span>
- Signed On (OWA) - <span class="text-danger">Shows blank page.</span>
----
## Core Code
This code appears in several projects. This website is running the Hubzilla version. The other repositories are shown for comparision. Not all files
are listed here; check the module files and Doxygen for references to other dependencies and files.
The links mentioning Hubzilla, (streams), or Forte below will take you to their respecitive repositories.
### Doxygen Documentation (Hubzilla)
- [File Reference](https://hubzilla.frama.io/core/Module_2Admin_8php.html) - <kbd>/Zotlabs/Module/Admin.php</kbd>
- [Namespace Reference](https://hubzilla.frama.io/core/namespaceZotlabs_1_1Module_1_1Admin.html) - <kbd>ZotLabs\Module\Admin</kbd>
- [Class Reference](https://hubzilla.frama.io/core/classZotlabs_1_1Module_1_1Admin.html) - <kbd>ZotLabs\Module\Admin</kbd>
- [Class Reference](https://hubzilla.frama.io/core/classZotlabs_1_1Module_1_1Admin_1_1Site.html) - <kbd>ZotLabs\Module\Admin\Site</kbd>
### Module
- [Hubzilla](https://framagit.org/hubzilla/core/-/blob/master/Zotlabs/Module/Admin.php) - Module - <kbd>/Zotlabs/Module/Admin.php</kbd>
- [Hubzilla](https://framagit.org/hubzilla/core/-/blob/master/Zotlabs/Module/Admin/Site.php) - Submodule - <kbd>/Zotlabs/Module/Admin/Site.php</kbd>
- [(streams)](https://codeberg.org/streams/streams/src/branch/release/src/Module/Admin.php) - Module - <kbd>/src/Module/Admin.php<kbd>
- [(streams)](https://codeberg.org/streams/streams/src/branch/release/src/Module/Admin/Site.php) - Submodule - <kbd>/src/Module/Admin/Site.php<kbd>
- [Forte](https://codeberg.org/fortified/forte/src/branch/dev/src/Module/Admin.php) - Module - <kbd>/src/Module/Admin.php<kbd>
- [Forte](https://codeberg.org/fortified/forte/src/branch/release/src/Module/Admin/Site.php) - Submodule - <kbd>/src/Module/Admin/Site.php<kbd>
### Template
- [Hubzilla](https://framagit.org/hubzilla/core/-/blob/master/view/tpl/admin_site.tpl) - <kbd>/view/tpl/admin_site.tpl</kbd>
- [(streams)](https://codeberg.org/streams/streams/src/branch/release/view/tpl/admin_site.tpl) - <kbd>/view/tpl/admin_site.tpl</kbd>
- [Forte](https://codeberg.org/fortified/forte/src/branch/release/view/tpl/admin_site.tpl) - <kbd>/view/tpl/admin_site.tpl</kbd>
### Page Description Language (PDL)
- [Hubzilla](https://framagit.org/hubzilla/core/-/blob/master/view/pdl/mod_admin.pdl) - <kbd>view/pdl/mod_admin.pdl</kbd>
- [(streams)](https://codeberg.org/streams/streams/src/branch/release/view/pdl/mod_admin.pdl) - <kbd>view/pdl/mod_admin.pdl</kbd>
- [Forte](https://codeberg.org/fortified/forte/src/branch/release/view/pdl/mod_admin.pdl) - <kbd>view/pdl/mod_admin.pdl</kbd>
### Application
- Not an Application
### Layout
- [Hubzilla](https://framagit.org/hubzilla/core/-/blob/master/view/php/doubleleft.php) - Double Left - <kbd>/view/php/doubleleft.php</kbd> -
[Doxygen](https://hubzilla.frama.io/core/doubleleft_8php.html)
- [(streams)](https://codeberg.org/streams/streams/src/branch/release/view/php/default.php) - Default - <kbd>/view/php/default.php</kbd>
- [Forte](https://codeberg.org/fortified/forte/src/branch/release/view/php/default.php) - Default - <kbd>/view/php/default.php</kbd>
</kbd></kbd></kbd></kbd></kbd></kbd></kbd></kbd><div class="alert alert-info">Note: Layouts are used by multiple pages, and can be changed by the
admin, or the user, in some cases.</div>
----
## Database
To be filled in later.
----
## Known Mods
Addons and themes can modify the default behavior.
### Addons
- None that we know of.
### Themes
- None that we know of.
### Widgets
- None that we know of.
----
## Notes
### Hubzilla
- None yet.
----
## Pitfalls
- None that we are aware of.
----
## Incompatibilities
- None that we are aware of.
----
## Suggestions and Ideas
- None yet.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Admin Site Settings

This page is about /admin/site which on this website is located at: https://development.guide/admin/site

Purpose & Behavior

This page contains a form that allows the administrator to configure the Hubzilla website.

Note: This behavior may be modified by addons and themes.

Observer

The behavior of this URL changes based on whether someone is logged in or not.

  • Logged Out - Shows blank page.
  • Logged In (Local User) - Shows blank page.
  • Logged In (Admin) - Shows the Admin Summary page.
  • Signed On (OWA) - Shows blank page.

Core Code

This code appears in several projects. This website is running the Hubzilla version. The other repositories are shown for comparision. Not all files are listed here; check the module files and Doxygen for references to other dependencies and files.

The links mentioning Hubzilla, (streams), or Forte below will take you to their respecitive repositories.

Doxygen Documentation (Hubzilla)

Module

  • Hubzilla - Module - /Zotlabs/Module/Admin.php
  • Hubzilla - Submodule - /Zotlabs/Module/Admin/Site.php
  • (streams) - Module - /src/Module/Admin.php
  • (streams) - Submodule - /src/Module/Admin/Site.php
  • Forte - Module - /src/Module/Admin.php
  • Forte - Submodule - /src/Module/Admin/Site.php

Template

Page Description Language (PDL)

Application

  • Not an Application

Layout

  • Hubzilla - Double Left - /view/php/doubleleft.php - Doxygen
  • (streams) - Default - /view/php/default.php
  • Forte - Default - /view/php/default.php

Note: Layouts are used by multiple pages, and can be changed by the admin, or the user, in some cases.

Database

To be filled in later.


Known Mods

Addons and themes can modify the default behavior.

Addons

  • None that we know of.

Themes

  • None that we know of.

Widgets

  • None that we know of.

Notes

Hubzilla

  • None yet.

Pitfalls

  • None that we are aware of.

Incompatibilities

  • None that we are aware of.

Suggestions and Ideas

  • None yet.
Hubzilla & Neuhub Dev Docs
hubzilla@development.guide
Hubzilla & Neuhub Dev Docs
Documentation and wiki for Hubzilla and Neuhub, with shout outs to (streams) and Forte.
Sorry, you have got no notifications at the moment...