<div dir="ltr">Hi Chris - I'll try and have a play around with this over the weekend and add some better foundation CSS.  Do you have my current ssh public key (mark@howl)?</div><div class="gmail_extra"><br><div class="gmail_quote">On 12 November 2014 16:11, Chris Croome <span dir="ltr"><<a href="mailto:chris@webarchitects.co.uk" target="_blank">chris@webarchitects.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
Debian unstable includes Nikola and that is probably the best way to<br>
install if you are running unstable.<br>
<br>
I have imported some content from the old site and uploaded the results<br>
here using "nikola deploy" (let me know if you want ssh keys adding to<br>
this server so you can update this version):<br>
<br>
- <a href="https://webarch-dev.host1.webarch.net/" target="_blank">https://webarch-dev.host1.webarch.net/</a><br>
<br>
The menu for mobile devices doesn't work correctly and I don't like the<br>
drop down menu depending on Javascript, it would be nice to have a CSS<br>
one.<br>
<br>
All the best<br>
<span class="HOEnZb"><font color="#888888"><br>
Chris<br>
</font></span><span class="im HOEnZb"><br>
On Wed 05-Nov-2014 at 01:34:31PM +0000, Chris Croome wrote:<br>
><br>
> On Debian 7 you can install Nikola like this:<br>
><br>
>   sudo aptitude install python-pip python-dev libxml2-dev \<br>
>                         libxslt1-dev python-textile<br>
>   sudo pip install nikola[extras]<br>
><br>
> Then you can checkout the site and install the textile plugin:<br>
><br>
>   git clone gitosis@git.webarchitects.co.uk:webarch-nikola.git<br>
>   cd webarch-nikola<br>
>   nikola plugin -i textile<br>
><br>
> Then you can build and serve the site locally:<br>
><br>
>   nikola build ; nikola serve<br>
><br>
> Then the one test page I imported after using Jekyll to convert the<br>
> existing Webarchitects site to textile files can be opened:<br>
><br>
>   <a href="http://localhost:8000/stories/about.html" target="_blank">http://localhost:8000/stories/about.html</a><br>
><br>
> One issue is that URLs like this:<br>
><br>
>   <a href="http://www.webarch.net/about" target="_blank">http://www.webarch.net/about</a><br>
><br>
> Will need webserver level redirects to the new URLs as the following<br>
> didn't work in the config file:<br>
><br>
>   REDIRECTIONS = [("/about", "/about.html")]<br>
<br>
</span><div class="HOEnZb"><div class="h5">--<br>
Webarchitects Co-operative<br>
<a href="http://webarchitects.coop/" target="_blank">http://webarchitects.coop/</a><br>
<a href="tel:%2B44%20114%20276%209709" value="+441142769709">+44 114 276 9709</a><br>
@webarchcoop<br>
<br>
_______________________________________________<br>
webarch-websites mailing list<br>
<a href="mailto:webarch-websites@lists.webarch.co.uk">webarch-websites@lists.webarch.co.uk</a><br>
<a href="https://lists.webarch.co.uk/mailman/listinfo/webarch-websites" target="_blank">https://lists.webarch.co.uk/mailman/listinfo/webarch-websites</a><br>
</div></div></blockquote></div><br></div>