mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
302 stars 92 forks source link

How the web pages are generated? #29

Closed CGarces closed 4 years ago

CGarces commented 4 years ago

I see the params.json at https://github.com/mathertel/Radio/commit/b34d6f327485ccf62982aa06bc084fc1870d5365 But I don't get how is used I can't see any script.

mathertel commented 4 years ago

This file is part of the gh-pages , it gets generated by the doxygen tool (www.doxygen.orghttp://www.doxygen.org). The html folder contains the sourcecode documentation that can be seen at: http://mathertel.github.io/Radio/htmlfile:///C:/Users/Matthias/Projects/Arduino/Sketches/Libraries/Radio/html/html/index.html

I am not sure how this file is used. I guess by the doxygen tool.

Von: Carlos Garcés notifications@github.com Gesendet: Montag, 21. Oktober 2019 20:09 An: mathertel/Radio Radio@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Betreff: [mathertel/Radio] How the web pages are generated? (#29)

I see the params.json at b34d6f3https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmathertel%2FRadio%2Fcommit%2Fb34d6f327485ccf62982aa06bc084fc1870d5365&data=02%7C01%7C%7Cfac950b045b94b44782a08d75651cee3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637072781668733172&sdata=VpkI9eZ5hDllVsBhqc%2F%2B1dfaobbJd5ZWa%2FxQv3v3MJ4%3D&reserved=0 But I don't get how is used I can't see any script.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmathertel%2FRadio%2Fissues%2F29%3Femail_source%3Dnotifications%26email_token%3DAAIJTFY42KWE4LMXMYVVQ3DQPXV5LA5CNFSM4JDCUZX2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HTIT7TA&data=02%7C01%7C%7Cfac950b045b94b44782a08d75651cee3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637072781668743189&sdata=O%2FwD6GF%2FlJsmGUolGqIkRzeS6xvs16ChepTB6jNDCz4%3D&reserved=0, or unsubscribehttps://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAIJTF733WPBUJ3ZNCV2ESTQPXV5LANCNFSM4JDCUZXQ&data=02%7C01%7C%7Cfac950b045b94b44782a08d75651cee3%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637072781668753176&sdata=PUyzxfPMYr0uRaX0QUX0RFyG35ogBQdA5NkQ5hbJkk8%3D&reserved=0.

CGarces commented 4 years ago

All the doxygen stuff is generate at html folder. I have no idea about the files outside that folder like params.json or index.html i can't find any reference on master.

I'll send you 3 different PR to

CGarces commented 4 years ago

Ok, that files come from the old "GitHub’s page generator " http://webcache.googleusercontent.com/search?q=cache:QIeygz-FtYQJ:help.github.com/en/enterprise/2.16/user/articles/creating-pages-with-the-automatic-generator+&cd=1&hl=es&ct=clnk&gl=es

And was replaced some years ago by Jekyll