From 5a50273487bb9fdb2463bdd5920216aac61c36dc Mon Sep 17 00:00:00 2001 From: Marco Felsch Date: Thu, 8 Aug 2024 10:11:47 +0200 Subject: [PATCH 1/2] README: adapt main repository and contribution Point to the GitHub repository as the main repository and adapt the contribution style to GitHub PRs. Signed-off-by: Marco Felsch --- README.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 79dc7d4..f46198a 100644 --- a/README.rst +++ b/README.rst @@ -23,13 +23,6 @@ Seamless transitions are possible (e.g. to *Weston* having the same image configured as background). Depending on the SoC used, the same format might be required to achieve that. -For questions, feedback, patches, please send a mail to:: - - oss-tools@pengutronix.de - -Note: you must be subscribed to post to this mailing list. You can do so by -sending an empty mail to ``oss-tools-subscribe@pengutronix.de``. - Splash Image Generation ----------------------- @@ -121,14 +114,9 @@ Contributing The Git repository for this software can be found at:: - https://git.pengutronix.de/cgit/platsch - -Any patches should be sent to the mailing list above. Please prefix your -subject with "[PATCH platsch]" (when sending patches with Git, see the -git-config manpage for the option ``format.subjectPrefix``). -Mails sent to this mailing list are also archived at:: + https://github.com/pengutronix/platsch - https://lore.pengutronix.de/oss-tools +Contribution can be done via GitHub Pull-Requests. This project uses the Developer's Certificate of Origin, as stated in the file DCO bundled with this software, using the same process as for the Linux kernel:: From 602704d94335c10bce7eee5d41e594720a29943b Mon Sep 17 00:00:00 2001 From: Marco Felsch Date: Thu, 8 Aug 2024 10:26:50 +0200 Subject: [PATCH 2/2] README: add libplatsch After we split out the main logic into libplatsch we should mention it within the README. Signed-off-by: Marco Felsch --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f46198a..74dc922 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,9 @@ platsch - Splash Screen Application =================================== platsch is a simple splash screen application meant to be run as PID 1 -(``init=/usr/sbin/platsch``). +(``init=/usr/sbin/platsch``). The main logic is implemented in libplatsch which +can be used by others to implement more advanced splash screen applications +like an animated splash screen. The image to be displayed for each DRM connector is expected here::