Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/23969/?format=api
{ "id": 23969, "url": "https://patchwork.libcamera.org/api/1.1/covers/23969/?format=api", "web_url": "https://patchwork.libcamera.org/cover/23969/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20250725172130.2218836-1-kieran.bingham@ideasonboard.com>", "date": "2025-07-25T17:21:28", "name": "[0/2] Documentation/linkcheck fixes", "submitter": { "id": 4, "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api", "name": "Kieran Bingham", "email": "kieran.bingham@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/23969/mbox/", "series": [ { "id": 5334, "url": "https://patchwork.libcamera.org/api/1.1/series/5334/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5334", "date": "2025-07-25T17:21:28", "name": "Documentation/linkcheck fixes", "version": 1, "mbox": "https://patchwork.libcamera.org/series/5334/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/23969/comments/", "headers": { "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>", "X-Original-To": "parsemail@patchwork.libcamera.org", "Delivered-To": "parsemail@patchwork.libcamera.org", "Received": [ "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 34709C3237\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 25 Jul 2025 17:21:37 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 3877B690A6;\n\tFri, 25 Jul 2025 19:21:36 +0200 (CEST)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id B785C690A6\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 25 Jul 2025 19:21:34 +0200 (CEST)", "from Monstersaurus.lan\n\t(cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id A73B0C66;\n\tFri, 25 Jul 2025 19:20:54 +0200 (CEST)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"IcSHLoGT\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1753464054;\n\tbh=h0JskFK45hGdGDsFIXRaL3wcZrucfTUp6X6EOHwE0z4=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=IcSHLoGT5SBDW7Eb8ZiOM6tiyWyH0c22fUUM3CC/45uS0zNECOT4Nddbnu+uw1B4i\n\t21pkrl41CQ/cbj8W4ppjWYKZ1eCFQ5j3ioArTOFNlnL/MfNJkHQ7F4YKger+I09Ol2\n\tRGuJtSDDnhTeFf8cDF2dcxPJ9PbGaFcDbYPMsidA=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "libcamera devel <libcamera-devel@lists.libcamera.org>", "Cc": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "Subject": "[PATCH 0/2] Documentation/linkcheck fixes", "Date": "Fri, 25 Jul 2025 18:21:28 +0100", "Message-ID": "<20250725172130.2218836-1-kieran.bingham@ideasonboard.com>", "X-Mailer": "git-send-email 2.49.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.29", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "The doxygen build contains a tool to verify links are still valid.\n\nRunning this tool presently reports several issues fixed by this series.\n\nYou can run it too with:\n\n ninja -C build/gcc/ Documentation/linkcheck\n\nAnd I've started an update to the CI to introduce including this -\nhowever we can't merge that yet - because one of the documents is harder\nto fix than the others.\n\nDocumentation/guides/tracing.rst references\nhttps://lttng.org/docs/#doc-tracing-your-own-user-application and\nhttps://lttng.org/docs/#doc-viewing-and-analyzing-your-traces-bt which\nseem to be valid URL anchors in a web browser but the tooling reports\nthem as invalid. I suspect they may be generated after page load with\njavascript or such that the tooling does not comprehend.\n\nAnyway, perhaps the fixes to pipeline handler and application guides are\nstill worth merging first.\n\n\nKieran Bingham (2):\n Documentation: pipeline-handler: Fix broken links\n Documentation: application: Update mediactl URL\n\n Documentation/guides/application-developer.rst | 2 +-\n Documentation/guides/pipeline-handler.rst | 12 ++++++------\n 2 files changed, 7 insertions(+), 7 deletions(-)" }