<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jul 9, 2015 at 4:26 PM, Hubert Chathi <span dir="ltr"><<a href="mailto:hubert@uhoreg.ca" target="_blank">hubert@uhoreg.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So I'm not volunteering for anything, but... ;)<br>
<span class=""><br>
On Wed, 8 Jul 2015 14:23:16 -0400, Paul Nijjar <<a href="mailto:paul_nijjar@yahoo.ca">paul_nijjar@yahoo.ca</a>> said:<br>
</span><span class=""><br>
> Another thing that is nice with Drupal is having multiple logins. I do<br>
> not want to be the only person with commit access, because at some<br>
> point other people will need to update KWLUG content.<br>
<br>
> The third thing is that the content should be updateable by the web,<br>
> because giving out SSH credentials like candy might not go over well<br>
> with our generous webhosts.<br>
<br>
</span>One way to get all that with a static site generator is to set up a git<br>
repository on github/gitlab/etc., and give several people write access.<br>
Then you can set up a hook that will tell the web server to pull from<br>
the git repository and rebuild the site every time someone does a push<br>
to the repository.<br></blockquote><div><br></div><div>Ikiwiki is quite nice in this regard. You push to it (or configure a pull periodically via cron, etc) and it rebuilds static content via a git hook.<br><br></div><div>It supports editing via the web, and supports comments. The http process commits them to git, which means you can fetch & merge them in your local copy.<br></div></div><br>-- <br><div class="gmail_signature"><div dir="ltr">Chris Irwin<br><<a href="mailto:chris@chrisirwin.ca" target="_blank">chris@chrisirwin.ca</a>></div></div>
</div></div>