Cover Letter Detail
Show a cover letter.
GET /api/covers/194/?format=api
{ "id": 194, "url": "https://patchwork.libcamera.org/api/covers/194/?format=api", "web_url": "https://patchwork.libcamera.org/cover/194/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/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": "<20190110233829.9638-1-laurent.pinchart@ideasonboard.com>", "date": "2019-01-10T23:38:26", "name": "[libcamera-devel,0/3] Generate libcamera.org website from documentation", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/194/mbox/", "series": [ { "id": 64, "url": "https://patchwork.libcamera.org/api/series/64/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=64", "date": "2019-01-10T23:38:26", "name": "Generate libcamera.org website from documentation", "version": 1, "mbox": "https://patchwork.libcamera.org/series/64/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/194/comments/", "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id BDB8160B0F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 11 Jan 2019 00:38:33 +0100 (CET)", "from pendragon.bb.dnainternet.fi\n\t(dfj612yyyyyyyyyyyyyby-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00::2])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 35D4F56D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 11 Jan 2019 00:38:32 +0100 (CET)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1547163512;\n\tbh=i34TAerUfBAOiZzImQCCiTonc/VI2j4ICous8HaEIT8=;\n\th=From:To:Subject:Date:From;\n\tb=FAX5zWi3cfXdOh9i7ZXGZXpuKQv79F7nlYUgyihWY879f+P6wwb+s3P3HoiBCYbK+\n\tKtxIzDEibmNdO4coSIua6VnUVAy3KaQeLGAcq/qcNVbmupj3d3Dk73/eJFIs/kpulI\n\tfhZgSza5tpn6yvFQpNFRA/ZsCzhy5f7p+ShIb1CY=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 11 Jan 2019 01:38:26 +0200", "Message-Id": "<20190110233829.9638-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.19.2", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 0/3] Generate libcamera.org website from\n\tdocumentation", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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>", "X-List-Received-Date": "Thu, 10 Jan 2019 23:38:34 -0000" }, "content": "Hello,\n\nThis patch series adds a custom Sphinx theme to output documentation\nwith the same look & feel as the existing libcamera website. The\nexisting content is preserved, but the index page doesn't replicate the\nlook of the website.\n\nThere are a few hacks here in there, in particular in the last patch, or\nin how the toc tree from the index page is hidden using css. On the plus\nside we now have a search box :-)\n\nI believe we will need to move the sphinx-generated documentation to a\nsubsection of the website at some point down the road, and use a\ndifferent generator that will allow more dynamic content (such as\nblogging for instance). That being said, I think this patch series is an\nimprovement overall.\n\nLaurent Pinchart (3):\n Documentation: Add custom theme\n Documentation: Make the toctree more web-friendly\n Documentation: Link to the API documentation generated by Doxygen\n\n Documentation/conf.py | 3 +-\n Documentation/index.rst | 15 +-\n Documentation/theme/footer.html | 11 +\n Documentation/theme/layout.html | 116 ++++++++++\n Documentation/theme/search.html | 60 +++++\n Documentation/theme/static/css/theme.css | 274 +++++++++++++++++++++++\n Documentation/theme/static/search.png | Bin 0 -> 482 bytes\n Documentation/theme/theme.conf | 5 +\n 8 files changed, 473 insertions(+), 11 deletions(-)\n create mode 100644 Documentation/theme/footer.html\n create mode 100644 Documentation/theme/layout.html\n create mode 100644 Documentation/theme/search.html\n create mode 100644 Documentation/theme/static/css/theme.css\n create mode 100644 Documentation/theme/static/search.png\n create mode 100644 Documentation/theme/theme.conf" }