On 4 March 2018 at 16:54:46, Paul Fertser ([email protected]) wrote:
> On Sun, Mar 04, 2018 at 09:48:51AM -0500, Liviu Ionescu wrote:
> > On 4 March 2018 at 12:06:43, Paul Fertser ([email protected]) wrote:
> > > > it's not
> > > possible to host doxygen-generated files there
> >
> > you can host any html site on GitHub.
>
> But we also need to host PDFs, and we need to be able to upload any
> files by some easy means, like we currently do with rsync. Every time
> a commit is made to master full updated documentation is getting
> uploaded, including PDF manual.

I rephrase, you can host any files you want.

the web site is actually a regular git project, you publish the web
site by commiting and pushing as for any project.

here is the git behind the GNU MCU Eclipse web site:

https://github.com/gnu-mcu-eclipse/gnu-mcu-eclipse.github.io

it is generated by travis, from a Jekyll site:

https://github.com/gnu-mcu-eclipse/gnu-mcu-eclipse.github.io-source

but you can use any tool to generate it.


for simple pages it is possible to have the site automatically
generated from Jekyll sources, but this method has some limitations,
and I prefered to generate it with a custom procedure.


regards,

Liviu


p.s. I faced the dilema of migrating from SourceForge to GitHub a few
years ago. actually no problems, I'm quite happy with the move.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to