Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SeFHT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
josc941e
SeFHT
Commits
0e184ebe
Commit
0e184ebe
authored
1 year ago
by
Jonathan Schöbel
Browse files
Options
Downloads
Patches
Plain Diff
docs: added section about CMS
parent
94a478c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/commit_messages.txt
+0
-5
0 additions, 5 deletions
docs/commit_messages.txt
docs/sefht.texi
+39
-0
39 additions, 0 deletions
docs/sefht.texi
sefht.geany
+2
-2
2 additions, 2 deletions
sefht.geany
with
41 additions
and
7 deletions
docs/commit_messages.txt
+
0
−
5
View file @
0e184ebe
Classes:
CMS:
This class bundles some features and might be the entry point
of the library in the future. At the moment it doesn't do much.
- Pages are hold by Data, CMS passes trough the call(s).
Data:
This class will handle Data needed by the CMS, provides storage
for modules, manages the database connection and maybe also
...
...
This diff is collapsed.
Click to expand it.
docs/sefht.texi
+
39
−
0
View file @
0e184ebe
...
...
@@ -963,6 +963,45 @@ This is the @dfn{Destructor}. It can't fail at runtime, because
In this chapter the important classes are being introduced.
@page
@node CMS
@cindex CMS
@fileindex src/lib/sefht/cms.c
@fileindex src/lib/sefht/cms.h
@section CMS
@dfn
{
CMS
}
bundles some features and might be the entry point
of the library in the future. At the moment it doesn't do much.
Definitions are in @file
{
src/lib/sefht/cms.c
}
, Declarations in
@file
{
src/lib/sefht/cms.h
}
.
@node Using @code
{
SH
_
Cms
}
@tindex @code
{
SH
_
Cms
}
@sortas
{
Cms
}
@subsection Using @code
{
SH
_
Cms
}
@deftypefun
{
SH
_
Cms *
}
SH
_
Cms
_
new (struct SH
_
Status * status)
create a new CMS object
The returned pointer must be @code
{
free
}
d by passing it to
@code
{
SH
_
Cms
_
free
}
. On failure @code
{
NULL
}
is returned.
The parameter @code
{
status
}
must be a valid pointer to a
@code
{
struct SH
_
Status
}
or @code
{
NULL
}
. It might be allocated on the
stack. It is updated independently of the occurrence of an error.@*
@xref
{
Error Handling
}
for more information about the @code
{
status
}
parameter.
@end deftypefun
@deftypefun void SH
_
Cms
_
free (SH
_
Cms * cms)
free @code
{
cms
}
The parameter @code
{
cms
}
must be a valid (non-@code
{
NULL
}
) pointer to a
@code
{
SH
_
Cms
}
obtained by a call to @code
{
SH
_
Cms
_
new
}
. It will be
@code
{
free
}
d after the call.
@end deftypefun
@page
@node Logging
@cindex Logging
...
...
This diff is collapsed.
Click to expand it.
sefht.geany
+
2
−
2
View file @
0e184ebe
...
...
@@ -36,8 +36,8 @@ FILE_NAME_3=84;Make;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fp
FILE_NAME_4=73;Make;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fsrc%2FMakefile.am;0;8
FILE_NAME_5=19;C;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fsrc%2Fmain.c;0;8
FILE_NAME_6=455;Make;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fdocs%2FMakefile.am;0;8
FILE_NAME_7=38
112
;None;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fdocs%2Fsefht.texi;0;8
FILE_NAME_8=
23594
;None;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fdocs%2Fcommit_messages.txt;0;8
FILE_NAME_7=38
091
;None;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fdocs%2Fsefht.texi;0;8
FILE_NAME_8=
9
;None;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fdocs%2Fcommit_messages.txt;0;8
FILE_NAME_9=1867;Make;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fsrc%2Flib%2FMakefile.am;0;8
FILE_NAME_10=18;C;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fsrc%2Flib%2Fsefht%2Fcms.c;0;8
FILE_NAME_11=18;C;0;EUTF-8;1;1;0;%2Fhome%2Fjonathan%2FDokumente%2Fprojekte%2Fprgm%2Finternet%2Fweb%2FSeFHT%2Fsrc%2Flib%2Fsefht%2Fcms.h;0;8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment