summaryrefslogtreecommitdiffstats
path: root/ReadMe.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add simple template optionCristián Maureira-Fredes2023-02-131-1/+14
| | | | | | | | | | | | | | This includes a new minimal HTML template to be used to render the QUIPs, motivated by the inclusion of the generated HTML files into the qt-project.org website. A new make variable is used QUIP_TEMPLATE, so one can select a different HTML base file, skipping the current default approach of patching the PlanetQt theme. Change-Id: Iefbc7024d2fccc66241d541c53e46a9b4fdf9cff Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Add a make rule to regenerate the template diffEdward Welbourne2022-10-071-9/+17
| | | | | Change-Id: I17d27f5daadc2e9730270e3488ce7f6f3d215716 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Add a Makefile to make qmake's .pro redundantEdward Welbourne2022-09-141-43/+54
| | | | | | | | | | | This does the job and even lets you configure the output HTML directory for yourself. Update the ReadMe and .gitignore to take account of the new way to build. Correct various details in it along the way. Fixes: QTWEBSITE-1041 Change-Id: I8012894b2a73fc76e9ba15d4cca4627cff4e73ce Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Rename quip .txt files to .rstFrederik Gladhorn2018-01-051-2/+2
| | | | | | | | | | | This allows tooling to do nice highlighting. Python tried to rename its PEPs recently but found it hard because of the PEPs being such an established thing. QUIPs are fresh, let's learn from the others. Change-Id: Id31d0c800758f19d208fed88ae62e985d0355d4a Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add site generation scriptsEdward Welbourne2017-05-041-0/+149
Things left for future work: * Sort out a suitable host on which to publish this (QTQAINFRA-1211) * Set up a routine site-publishing cron job (QTQAINFRA-1211) * Make links of entries in some headers (QTQAINFRA-1212) Task-number: QTQAINFRA-1173 Started-by: Louai Al-Khanji <louai.al-khanji@qt.io> Change-Id: I7ee0c37e38cf30de52684ac80cb7848ec8712a0e Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>