<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Base-Art - Alinea</title><link href="https://base-art.net/" rel="alternate"></link><link href="https://base-art.net/feeds/tag-alinea.atom.xml" rel="self"></link><id>https://base-art.net/</id><updated>2005-05-30T22:12:14+02:00</updated><entry><title>Alinea3</title><link href="https://base-art.net/Articles/40/" rel="alternate"></link><published>2005-03-06T16:31:36+01:00</published><updated>2005-05-30T22:05:20+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2005-03-06:/Articles/40/</id><summary type="html">&lt;p&gt;Since few weeks i&amp;#8217;ve been working on the next generation of this blog&amp;#8217;s engine : Alinea3. While Alinea 2 was powered by Webware and &lt;span class="caps"&gt;ZPT&lt;/span&gt;, Alinea3 uses Quixote and&amp;nbsp;Cheetah.&lt;/p&gt;
&lt;p&gt;The database schema remained quite the same, except for the Roles layer which was added to provide a flow-engine-like …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Since few weeks i&amp;#8217;ve been working on the next generation of this blog&amp;#8217;s engine : Alinea3. While Alinea 2 was powered by Webware and &lt;span class="caps"&gt;ZPT&lt;/span&gt;, Alinea3 uses Quixote and&amp;nbsp;Cheetah.&lt;/p&gt;
&lt;p&gt;The database schema remained quite the same, except for the Roles layer which was added to provide a flow-engine-like system. For instance, &lt;em&gt;Authors&lt;/em&gt; can&amp;#8217;t publish their articles if they don&amp;#8217;t have the &lt;em&gt;publisher&lt;/em&gt; role .. And so&amp;nbsp;on.&lt;/p&gt;
&lt;p&gt;I still need to make a &lt;span class="caps"&gt;CSS&lt;/span&gt; stylesheet for the &lt;em&gt;admin&lt;/em&gt; part of the site, work on non-javascript popups, and make some Rewriting rules to ease the transition between the 2 websites having different url&amp;nbsp;mappings.&lt;/p&gt;
&lt;p&gt;You can browse my &lt;a class="reference external" href="http://dev.base-art.net/"&gt;Alinea3 blog&lt;/a&gt; and give me feedback&amp;nbsp;:-)&lt;/p&gt;
</content><category term="misc"></category><category term="Python"></category><category term="Projects"></category><category term="Alinea"></category></entry><entry><title>Changing face</title><link href="https://base-art.net/Articles/17/" rel="alternate"></link><published>2004-09-01T04:52:11+02:00</published><updated>2005-05-30T22:09:52+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2004-09-01:/Articles/17/</id><summary type="html">&lt;p&gt;I admit my lacks in web design, that&amp;#8217;s why spent few hours playing w/ &lt;span class="caps"&gt;CSS&lt;/span&gt;. First looked at one really kool from &lt;a class="reference external" href="http://csszengarden.com/"&gt;cssZenGarden&lt;/a&gt;, then used some of its design &amp;#8216;items&amp;#8217; and whacked a nice image w/ Gimp (rotate, matrix transforms, cut / paste) to make the header you can admire …&lt;/p&gt;</summary><content type="html">&lt;p&gt;I admit my lacks in web design, that&amp;#8217;s why spent few hours playing w/ &lt;span class="caps"&gt;CSS&lt;/span&gt;. First looked at one really kool from &lt;a class="reference external" href="http://csszengarden.com/"&gt;cssZenGarden&lt;/a&gt;, then used some of its design &amp;#8216;items&amp;#8217; and whacked a nice image w/ Gimp (rotate, matrix transforms, cut / paste) to make the header you can admire above&amp;nbsp;:)&lt;/p&gt;
&lt;p&gt;Switching from old design to new one wasn&amp;#8217;t really a pain in the ass &amp;#8230; Editing only one &lt;span class="caps"&gt;ZPT&lt;/span&gt; template for all the public part !! admin section stayed old fashion for now&amp;nbsp;;)&lt;/p&gt;
&lt;p&gt;Many thanks to &lt;a class="reference external" href="http://larsen-b.com/"&gt;Jkx&lt;/a&gt; for his expert tips on header image and design cosmetics&amp;nbsp;:)&lt;/p&gt;
</content><category term="misc"></category><category term="Python"></category><category term="Projects"></category><category term="Alinea"></category></entry><entry><title>About this blog</title><link href="https://base-art.net/Articles/4/" rel="alternate"></link><published>2004-04-18T17:53:05+02:00</published><updated>2005-05-30T22:12:14+02:00</updated><author><name>Philippe Normand</name></author><id>tag:base-art.net,2004-04-18:/Articles/4/</id><summary type="html">&lt;p&gt;Alinea is a blogware developped&amp;nbsp;by:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Jerome&amp;nbsp;Kerdreux&lt;/li&gt;
&lt;li&gt;Ludovic&amp;nbsp;Bellier&lt;/li&gt;
&lt;li&gt;Philippe&amp;nbsp;Normand&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It uses these&amp;nbsp;technologies:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Python : &lt;a class="reference external" href="http://python.org"&gt;http://python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Quixote2 : &lt;a class="reference external" href="http://quixote.ca"&gt;http://quixote.ca&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;ReST : &lt;a class="reference external" href="http://docutils.sf.net"&gt;http://docutils.sf.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Cheetah : &lt;a class="reference external" href="http://cheetahtemplate.org"&gt;http://cheetahtemplate.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;SQLObject : &lt;a class="reference external" href="http://sqlobject.org"&gt;http://sqlobject.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Current features&amp;nbsp;are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;user&amp;nbsp;management&lt;/li&gt;
&lt;li&gt;articles /&amp;nbsp;Sections&lt;/li&gt;
&lt;li&gt;hierarchical sections&amp;nbsp;support&lt;/li&gt;
&lt;li&gt;threaded&amp;nbsp;comments&lt;/li&gt;
&lt;li&gt;calendar …&lt;/li&gt;&lt;/ul&gt;</summary><content type="html">&lt;p&gt;Alinea is a blogware developped&amp;nbsp;by:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Jerome&amp;nbsp;Kerdreux&lt;/li&gt;
&lt;li&gt;Ludovic&amp;nbsp;Bellier&lt;/li&gt;
&lt;li&gt;Philippe&amp;nbsp;Normand&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It uses these&amp;nbsp;technologies:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;Python : &lt;a class="reference external" href="http://python.org"&gt;http://python.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Quixote2 : &lt;a class="reference external" href="http://quixote.ca"&gt;http://quixote.ca&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;ReST : &lt;a class="reference external" href="http://docutils.sf.net"&gt;http://docutils.sf.net&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Cheetah : &lt;a class="reference external" href="http://cheetahtemplate.org"&gt;http://cheetahtemplate.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;SQLObject : &lt;a class="reference external" href="http://sqlobject.org"&gt;http://sqlobject.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Current features&amp;nbsp;are:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;user&amp;nbsp;management&lt;/li&gt;
&lt;li&gt;articles /&amp;nbsp;Sections&lt;/li&gt;
&lt;li&gt;hierarchical sections&amp;nbsp;support&lt;/li&gt;
&lt;li&gt;threaded&amp;nbsp;comments&lt;/li&gt;
&lt;li&gt;calendar&lt;/li&gt;
&lt;li&gt;Comments&amp;nbsp;moderation&lt;/li&gt;
&lt;li&gt;spam&amp;nbsp;protection&lt;/li&gt;
&lt;li&gt;admin view allowing full control of the&amp;nbsp;beast&lt;/li&gt;
&lt;li&gt;article edition in ReST, &lt;span class="caps"&gt;HTML&lt;/span&gt; or simple&amp;nbsp;text&lt;/li&gt;
&lt;li&gt;comment edition in ReST or simple&amp;nbsp;text&lt;/li&gt;
&lt;li&gt;post&amp;nbsp;preview&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information, feel free to contact&amp;nbsp;us.&lt;/p&gt;
</content><category term="misc"></category><category term="Python"></category><category term="Projects"></category><category term="Alinea"></category></entry></feed>