From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1681570094; bh=710MJB8MayxarXenGZRsrfJNlp9IQoIoGw+MZUQkIxU=; h=From:To:Cc:Subject:Date; b=dla0z3y8LaFLb+y9SO8ftT91VeOrC1bj2tKOnVxyqjqTB6BLqf+to5kZupoLOBcf+ +sFzLGkAO3tU0jxQlRpKjXG6CXCkvsSaYVtXCTMbQK4YzElsaQThDeE9zgP+vyKa/i gql3Vh5Lu+/SGgrqc/bXv+RFfMX/70Axx67XO1Qc7T+ySBzPNr19H77iL90PSBwBN2 8YLwSKbymanJ+MRIBvdEHssvs6oyu0nUJKOtf1va0adAlQK3hyPPgOgr65LXeuBeDy 6uGwoFQG63NhvOTJRyDMqfJCIrIZTHQsxq5SvtQP+vNFqfCIby6Qjox+S00UsnGjxS ebBq+upG9Vh+w== Received: from localhost.localdomain (unknown [182.1.21.53]) by gnuweeb.org (Postfix) with ESMTPSA id 889482454EE; Sat, 15 Apr 2023 21:48:13 +0700 (WIB) From: Memet Zx To: GNU/Weeb Mailing List Cc: Ammar Faizi , Memet Zx Subject: [PATCH: Website v2 0/2] Fix the formating Date: Sat, 15 Apr 2023 21:48:03 +0700 Message-Id: <20230415144805.282728-1-zxce3@gnuweeb.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: okay, in this v2 patch I've fixed the word-wrap format. Changes: >> +Welcome to new website repo for GNU/Weeb. This is a new website for GNU/Weeb. This website is built with pure PHP native and HTML5. > +Welcome to new website repo for GNU/Weeb. This is a new website for GNU/Weeb. > +This website is built with pure PHP native and HTML5. and commit messages for: - head.php: Fix issue with css/js head section - README.md: Initialize the information Thanks :) Memet Zx (2): head.php: Fix issue with css/js head section README.md: Initialize the information README.md | 57 +++++++++++++++++++++++++++++++++++++++++ src/components/head.php | 16 ++++++------ 2 files changed, 65 insertions(+), 8 deletions(-) create mode 100644 README.md base-commit: 562a3dd5c47093c106063f1877e96e266ec0eece -- Memet Zx