Skip to content

Commit 1c7b48e

Browse files
authored
Merge pull request #4 from pengutronix/topic/readme-update
Readme update
2 parents 4cf0548 + 602704d commit 1c7b48e

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.rst

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ platsch - Splash Screen Application
22
===================================
33

44
platsch is a simple splash screen application meant to be run as PID 1
5-
(``init=/usr/sbin/platsch``).
5+
(``init=/usr/sbin/platsch``). The main logic is implemented in libplatsch which
6+
can be used by others to implement more advanced splash screen applications
7+
like an animated splash screen.
68

79
The image to be displayed for each DRM connector is expected here::
810

@@ -23,13 +25,6 @@ Seamless transitions are possible (e.g. to *Weston* having the same image
2325
configured as background). Depending on the SoC used, the same format might be
2426
required to achieve that.
2527

26-
For questions, feedback, patches, please send a mail to::
27-
28-
29-
30-
Note: you must be subscribed to post to this mailing list. You can do so by
31-
sending an empty mail to ``[email protected]``.
32-
3328
Splash Image Generation
3429
-----------------------
3530

@@ -121,14 +116,9 @@ Contributing
121116

122117
The Git repository for this software can be found at::
123118

124-
https://git.pengutronix.de/cgit/platsch
125-
126-
Any patches should be sent to the mailing list above. Please prefix your
127-
subject with "[PATCH platsch]" (when sending patches with Git, see the
128-
git-config manpage for the option ``format.subjectPrefix``).
129-
Mails sent to this mailing list are also archived at::
119+
https://github.com/pengutronix/platsch
130120

131-
https://lore.pengutronix.de/oss-tools
121+
Contribution can be done via GitHub Pull-Requests.
132122

133123
This project uses the Developer's Certificate of Origin, as stated in the file
134124
DCO bundled with this software, using the same process as for the Linux kernel::

0 commit comments

Comments
 (0)