<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Kirby" -->
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>
    <title>Mot-cl&#233;: octobercms &#183; Blog &#183; Liip</title>
    <link>https://www.liip.ch/fr/blog/tags/octobercms</link>
    <generator>Kirby</generator>
    <lastBuildDate>Thu, 31 May 2018 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://www.liip.ch" rel="self" type="application/rss+xml" />

        <description>Articles du blog Liip avec le mot-cl&#233; &#8220;octobercms&#8221;</description>
    
        <language>fr</language>
    
        <item>
      <title>Repair Caf&#233; - Reparieren statt Neu kaufen</title>
      <link>https://www.liip.ch/fr/blog/repair-cafe</link>
      <guid>https://www.liip.ch/fr/blog/repair-cafe</guid>
      <pubDate>Thu, 31 May 2018 00:00:00 +0200</pubDate>
      <description><![CDATA[<h2>Mit Nachhaltigkeit zum Erfolg</h2>
<p>Ab ins Repair-Cafe - einem Event an dem Besucher defekte Produkte mitbringen und gemeinsam mit Profis reparieren. Von der Romandie bis in die Ostschweiz und vom Tessin bis nach Basel helfen Repair Cafes nachhaltiger im Umgang mit Verbrauchsgegenständen zu werden. Reparieren statt wegwerfen ist das Motto der Repair Cafe Events. Gestartet als einer Aktion der Stiftung für Konsumentenschutz bestehen jetzt bereits 87 Cafes und Restaurants die Reparaturtage anbieten. Diese Zahl wächst stetig, alleine in den letzten sechs Monaten sind 16 neue Reparaturtage dazugekommen. Im vergangenen Jahr haben die Repair Cafe Events mehr als viereinhalb Tonnen Material vor dem Gang in den Müllcontainer bewahrt. Die Entwicklung ist vielversprechend aber wie erfahren Personen wann und wo ein Event stattfindet?</p>
<h3>Wie läuft das ab?</h3>
<p>Auf der Seite <a href="https://repair-cafe.ch/">https://repair-cafe.ch/</a> finden sich alle wichtigen Informationen zu Daten, Reparaturzeiten und Cafes in der Nähe. Werkzeuge können von den Besuchern kostenlos genutzt werden und gängige Ersatzteile können vor Ort gekauft werden. Als Anbieter kann der Anmeldungsprozess ebenfalls über die Webseite gemacht werden. </p>
<h3>Webprojekt</h3>
<p>Eine Webseite für alle Informationen, die die Zusammenarbeit der Stiftung für Konsumentenschutz und den einzelnen Cafes vereinfacht. Und die Visibilität der Events erhöht, war Ziel der Stiftung für Konsumentenschutz. Eine Webseite muss her in kurzer Zeit und mit knappem Budget. Mit diesen Anforderungen sind wir ins Projekt gestartet. </p>
<p>Agile Entwicklungsmethoden und reger Austausch machten die Umsetzung möglich. Die Webseite wurde mit OctoberCMS entwickelt um die Flexibilität zu gewährleisten und das einfache Handling auf Stiftungsseite. Das Design ist verspielt und der Informationsaufbau klar.  </p>
<h3>Zusammenarbeit - purpose over profit</h3>
<p>Die Stiftung für Konsumentenschutz setzt sich für die Anliegen der Konsumentinnen und Konsumenten und somit für die Nachhaltigkeit ein. Genau das richtige Projekt für eine Zusammenarbeit, denn wir sind bereits mehrfach für unsere Nachhaltigkeit ausgezeichnet worden. So war auch die Zusammenarbeit geprägt von Vertrauen und dem gemeinsamen Ziel die Welt umweltbewusster zu machen.</p>
<p>“Zero waste” ist in aller Munde aber viele unserer Geräte werden trotzdem jährlich ersetzt. Da setzen die Repair Cafes an. Mach dir selbst ein Bild und geh vorbei am nächsten Event in deiner Nähe.</p>]]></description>
                  <enclosure url="http://liip.rokka.io/www_card_2/4ed524/blog-repair-cafe.jpg" length="983064" type="image/png" />
          </item>
        <item>
      <title>OctoberCMS&#8230; or why do we need yet another CMS?</title>
      <link>https://www.liip.ch/fr/blog/octobercms-or-why-do-we-need-yet-another-cms</link>
      <guid>https://www.liip.ch/fr/blog/octobercms-or-why-do-we-need-yet-another-cms</guid>
      <pubDate>Wed, 24 Jan 2018 00:00:00 +0100</pubDate>
      <description><![CDATA[<p>Over the last few years we created lots of projects with WordPress and it was - and still is - a pleasure to do so. But we had some requests where WordPress just didn't exactly fit. WordPress is great when it comes to basic websites. But as soon as you have requirements which are more complex or you even need to create a web application, WordPress isn't the right choice probably.</p>
<h2>What is OctoberCMS?</h2>
<p>WordPress is based on simplicity - everything is a post, which makes it easy to use for content authors and developers. Thanks to this concept, (nearly) all backend forms look consistent which helps content authors a lot. But this simplicity makes it harder for developers to create backends for more complex content.</p>
<p>This is where OctoberCMS jumps in. It is a great mix of a file based and database driven CMS. Everything which is more or less static (like pages, menus and templates) is saved as files. Like this the content can be served really fast. However you can of course edit these entities directly through the backend.</p>
<p>Everything which is more dynamic and more complex (like events, news or blogposts) is stored in custom tables in the database. Thanks to this you will have full freedom on how to create your own types.</p>
<h2>Complexity doesn't matter</h2>
<p>With this strategy OctoberCMS can be used for simple websites as well as for really complex ones. When using it for simple websites, the user experience of the backend can be compared to the one of WordPress. It is easy to use and looks consistent. On top of that it adds some useful features for power users, like editing multiple content elements in tabs or keyboard shortcut. The most useful one is saving data with <kbd>CMD+S</kbd> / <kbd>CTRL+S</kbd>. I'm already at a point where I find myself trying to save blogposts in WordPress with this key combination (which doesn't work sadly).</p>
<p>When using it for a more complex website you'll get full freedom on what to use OctoberCMS for. You can easily use it as a headless CMS for any sort of web application. To help you with this, the backend gives you a base structure for list views and form views for each model. If required you can modify these templates to fit your own needs. The provided form widgets helps creating consistent backend forms for almost every use case. If needed you can create your own form widgets without any hassle. This means the backend is highly customizable which improves the usability when editing complex content extremely.</p>
<h2>Still not convinced?</h2>
<p>Let's look at some more, great reasons why you should consider OctoberCMS for your next website:</p>
<ul>
<li><strong>Based on Laravel:</strong> OctoberCMS is based on the <a href="https://laravel.com/">Laravel framework</a> (which is based on Symfony. It builds a really solid foundation for the core, plugins and themes.</li>
<li><strong>Clean code:</strong> By using the Laravel framework there is clear <a href="https://laravel.com/docs/5.5/contributions#coding-style">coding style definition</a> which helps your code base to stay clean.</li>
<li><strong>Open Source:</strong> The whole OctoberCMS project is hosted as open source software on <a href="https://github.com/octobercms/october">GitHub</a> which is a really important thing to build a big user community around.</li>
<li><strong>Easy to extend:</strong> OctoberCMS is built for extensibility. The best example for that is that even the most basic features, like creating and editing pages, are provided via a <a href="https://github.com/rainlab/pages-plugin">plugin</a> and are not hardcoded in the core.</li>
<li><strong>Database query building with Eloquent:</strong> For database query building Laravel has <a href="https://laravel.com/docs/5.5/eloquent">Eloquent ORM</a> integrated. With this you can easily create database queries which fits your needs.</li>
<li><strong>Database migrations:</strong> The whole OctoberCMS setup (core and plugins) is based on <a href="https://octobercms.com/docs/database/structure#migration-structure">database migrations</a>. This helps keeping the database consistent when installing or updating plugins or the core. With this mechanism you can easily rollback to an older version if something doesn't work as expected.</li>
<li><strong>Event driven:</strong> The whole setup is <a href="https://octobercms.com/docs/services/events">event driven</a> which enables you hook into core or plugin processes and extend them easily.</li>
<li><strong>Twig templates:</strong> OctoberCMS uses <a href="https://octobercms.com/docs/markup/templating">twig as templating engine</a>. This makes it possible to completely separate your data from the templates.</li>
<li><strong>Integrated assets pipeline:</strong> OctoberCMS comes with a twig based <a href="https://octobercms.com/docs/markup/filter-theme">assets pipeline</a> to compile and minify your CSS (support for Sass &amp; Less) and JS files. All you need to do is including your source files directly in your twig templates and they get compiled, minified and cached automatically when calling the website the first time. If you have more complex requirements Laravel provides an abstraction layer above webpack called <a href="https://github.com/JeffreyWay/laravel-mix">Laravel Mix</a> which makes the creating of webpack based build tasks easy.</li>
</ul>
<h2>The bad parts</h2>
<p>Not everything can be nice and shiny. So here we go with the imperfect or missing parts of OctoberCMS:</p>
<h3>Core bugs</h3>
<p>First of all since this is a rather new CMS project (compared to other big players on the market) you might find some more or less &quot;simple&quot; core bugs while implementing a complex backend feature. This can be annoying, but since the community is very active (on <a href="https://octobercms.com/forum/post/octobercms-is-now-on-slack">Slack</a> or on <a href="https://github.com/octobercms/october">GitHub</a>) you will get help quickly.</p>
<h3>i18n</h3>
<p>Another important topic is <strong>i18n</strong>: OctoberCMS provides an implementation for translating content as a <a href="https://github.com/rainlab/translate-plugin">plugin</a>. With it you are able to translate most of your content from a base language to other languages which works fine.</p>
<p>But since you always need your content to exist in a base language you are limited to only translating your website and not doing real i18n stuff like different content in different languages. The good thing about this is that the folks behind this plugin are working on that feature right now and since the <a href="https://github.com/rainlab/translate-plugin">plugin is hosted on GitHub</a> you can help if you want.</p>
<h2>That's all folks</h2>
<p>We're really looking forward to build a lot more websites with OctoberCMS. And if you are a web developer you should really consider it when planning your next CMS project.</p>]]></description>
                  <enclosure url="http://liip.rokka.io/www_card_2/846eca/octobercms.jpg" length="52020" type="image/png" />
          </item>
    
  </channel>
</rss>
