<div dir="ltr">Hi Raymond,<br><div><div dir="ltr"><br><div class="gmail_quote"><div dir="ltr">On Sat, Nov 3, 2018 at 12:12 AM Raymond Toy <<a href="mailto:toy.raymond@gmail.com" target="_blank">toy.raymond@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small">I haven't given a great deal of thought about this because I just learned about gitlab pages.  Right now just having thing <a href="https://common-lisp.net/project/*/" target="_blank">https://common-lisp.net/project/</a> is ok, because cmucl just copies it's web pages to public_html/mirror (or something) and <a href="http://www.cons.org" target="_blank">www.cons.org</a> (maybe still?) and <a href="http://www.cmucl.org" target="_blank">www.cmucl.org</a> just rsyncs that directory periodically.</div></div></blockquote><div><br></div><div>The way I'm using GitLab Pages on <a href="http://common-lisp.net" target="_blank">common-lisp.net</a> is a "light" (or modified) version of GitLab Pages. However, when this all turns out to be a success (and when I migrate the VM to a machine which has spare IP addresses), we can go for the "full" GitLab Pages version, which includes you being able to run the <a href="http://cmucl.org" target="_blank">cmucl.org</a> domain on our server and directly deploy to that.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">I think <a href="http://cmucl.common-lisp.net.io" target="_blank">cmucl.common-lisp.net.io</a> would be nice as well since that's how I manage my various github pages projects.</div></div></blockquote><div><br></div><div>Ok. That's something to work on. Would be nice to gather feedback and see if people prefer this over <a href="http://common-lisp.net/project/*" target="_blank">common-lisp.net/project/*</a> pages.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small">It would be convenient I think if my cmucl-www repo could have html pages (via markdown or whatever) automatically get displayed an <a href="http://cmucl-www.common-lisp.io" target="_blank">cmucl-www.common-lisp.io</a> (or something) without me having to do a bit of manual work that I have to do today. (Changes are infrequent now because I'm just a lazy guy.)</div></div></blockquote><div><br></div><div>Right. That's what this change is about: if you set up a GitLab project named "cmucl/cmucl-site" (and appropriate deployment instructions using .gitlab-ci.yml, as per my earlier e-mail), your pages will be automatically deployed after you push to the repository.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">Again, I haven't given a lot of thought about this, but on the face of it, it seems nice for people used to github.</div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">But I also understand that this is done by volunteers so I don't definitely don't want to overtax the very generous volunteers working on this!  There's certainly no rush.</div></div></blockquote><div><br></div><div>Yea. Actually I think this change cuts both ways though: it'll help you deploy your site *and* it helps me simplify as well as modernize the '<a href="http://common-lisp.net">common-lisp.net</a>' services.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">(And I noticed a bit ago that <a href="http://c-l.net" target="_blank">c-l.net</a>'s gitlab wiki now supports kaTeX in markdown pages which is really great to see!  I wish it were Mathjax instead, but kaTeX is certainly better than none!)</div></div></blockquote><div><br></div><div>As for Mathjax, you could put a plea in with the GitLab developers? :-)</div><div><br></div><div>Anyway, if you have any questions, feel free to ask here on the list and I'm happy to help!</div><div><br></div><div>Regards,</div><div><br></div><div><br></div><div>Erik.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Oct 28, 2018 at 11:24 AM Erik Huelsmann <<a href="mailto:ehuelsmann@common-lisp.net" target="_blank">ehuelsmann@common-lisp.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Raymond,</div><div><br></div><div>Thanks for your reaction!<br></div><div><br><div class="gmail_quote"><div dir="ltr">On Sun, Oct 28, 2018 at 6:52 PM Raymond Toy <<a href="mailto:toy.raymond@gmail.com" target="_blank">toy.raymond@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif;font-size:small">Heh. I noticed recently that gitlab was finally adding project pages like github gh-pages.  I was gong to ask if this was available on <a href="http://c-l.net" target="_blank">c-l.net</a>.  IIRC, these are essentiall static (mostly) html pages for your site so you can host documentation and such.  I'd be interested in this since cmucl hosts its html page elsewhere, and it'a somewhat of a pain to update them.</div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div style="font-family:arial,helvetica,sans-serif;font-size:small">I'm interested!  And again, thanks for all your hard work on this!<br></div></div></blockquote><div><br></div><div>You're welcome.</div><div><br></div><div>Just for my clear understanding, since you explicitly reference "github pages": I was planning to map the static content to the "regular" project pages space: <a href="https://common-lisp.net/project/*/" target="_blank">https://common-lisp.net/project/*/</a> . Is that sufficient? Or were you thinking of using your own domain? Or are you looking for something like "<a href="https://cmucl.common-lisp.io/" target="_blank">https://cmucl.common-lisp.io/</a>" ?<br></div><div><br></div><div>Regards,</div><div><br></div><div>Erik.<br></div></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="m_-5071322526721967699m_-8082081019111720694m_7498191158758531716gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div></div>Ray<br></div></div></div>
</blockquote></div></div></div></div>