Skip to content

Commit eb04e22

Browse files
committed
Documentation: Migrate vmpserverd docs and fix XML listings
1 parent da1ac8d commit eb04e22

File tree

8 files changed

+1044
-300
lines changed

8 files changed

+1044
-300
lines changed

Daemons/vmpserverd/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ It is written in Objective-C 2.0, uses GNUstep for the Foundation framework, and
1010
GStreamer for the media processing.
1111

1212
## Documentation
13-
The documentation is available in the `docs` subdirectory.
14-
15-
Entrypoint of the documentation: [Start](docs/start.md)
13+
The documentation is available in the `Documentation/` directory at the root of this repository.
1614

1715
We try to cover the most important aspects of getting the daemon up and running,
1816
as well as descrinbing the architecture, configuration, customising the underlying

Daemons/vmpserverd/docs/configuration.md

-183
This file was deleted.

Daemons/vmpserverd/docs/property-lists.md

-40
This file was deleted.

Daemons/vmpserverd/docs/start.md

-63
This file was deleted.

Documentation/Templates/blauwal.tex

+12-11
Original file line numberDiff line numberDiff line change
@@ -746,18 +746,19 @@
746746
}
747747
\lstset{style=eisvogel_listing_style}
748748
749-
\lstdefinelanguage{XML}{
750-
morestring = [b]",
751-
moredelim = [s][\bfseries\color{listing-keyword}]{<}{\ },
752-
moredelim = [s][\bfseries\color{listing-keyword}]{</}{>},
753-
moredelim = [l][\bfseries\color{listing-keyword}]{/>},
754-
moredelim = [l][\bfseries\color{listing-keyword}]{>},
755-
morecomment = [s]{<?}{?>},
756-
morecomment = [s]{<!--}{-->},
757-
commentstyle = \color{listing-comment},
758-
stringstyle = \color{listing-string},
759-
identifierstyle = \color{listing-identifier}
749+
\lstdefinelanguage{XML}
750+
{
751+
morestring=[b]",
752+
morestring=[s]{>}{<},
753+
morecomment = [s]{<?}{?>},
754+
morecomment = [s]{<!--}{-->},
755+
stringstyle=\color{listing-text-color},
756+
identifierstyle=\color{listing-keyword},
757+
keywordstyle=\color{listing-keyword-2},
758+
commentstyle= \color{listing-comment},
759+
morekeywords={xmlns,version,type}
760760
}
761+
761762
$endif$
762763
763764
%

0 commit comments

Comments
 (0)