<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
         xmlns:err="http://jelix.org/ns/xmlerror/1.0">
 <channel>

    <title><![CDATA[Booster.jelix.org]]></title>
    <link>http://booster.jelix.org</link>
    <description>Last published projects</description>

    
    <language>en</language>
    

    
    <pubDate>Wed, 03 Jul 2024 17:22:11 +0000</pubDate>    <lastBuildDate>Wed, 03 Jul 2024 17:22:11 +0000</lastBuildDate>    <generator>Jelix php framework http://jelix.org</generator>    <copyright>Copyright 2011-2026 booster.jelix.org</copyright>                        <ttl>120</ttl>                
      <item>
        <title><![CDATA[AdminUI]]></title>
        <link>https://booster.jelix.org/view/81-adminui</link>
        <description><![CDATA[<p>This is a module providing an interface for an administration application. It uses the AdminLTE theme, and is entirely customizable through APIs.</p>

<p>You can easily add content into the sidebar, the navbar or the dashboard, without manipulating HTML.</p>

<p>The module provide also widgets for jForms, that generate HTML for Bootstrap and CSS of AdminLTE.</p>

<p>This module remplaces the master_admin module.</p>]]></description>
        <pubDate>Wed, 03 Jul 2024 17:22:11 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/81-adminui</guid>
        <author>Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[jCommunity]]></title>
        <link>https://booster.jelix.org/view/11-jcommunity</link>
        <description><![CDATA[<p>jCommunity is a module which provide all you need to add features for user profiles on a web site like a portal or a community web site:</p>

<ul>
<li> user registration: account creation, with confirmation by email and activation key.
</li>
<li> users can choose their password
</li>
<li> possibility to ask a new password when the user has forgotten his password (again, confirmation by email and activation key)
</li>
<li> After a successful login, jcommunity can redirect to the page before the login
</li>
<li> Profile editing
</li>
<li> login/logout form
</li>
<li> many new events in controllers, to allow you to do processing at each step of the registration and other actions, so your own module can verify or doing additional things.
</li>
<li> notification messages with jMessage
</li>
<li> a specific form for jauthdb_admin is provided
</li>
<li> the administrator can reset the password of a user
</li>
<li> the administrator can resend an email validation to a user</li></ul>



<p>jCommunity replaces the jauth and jauthdb modules and use the jAuth class with the &quot;db&quot; driver of jAuth.</p>]]></description>
        <pubDate>Wed, 03 Jul 2024 17:22:08 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/11-jcommunity</guid>
        <author>Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[Translations for Jelix 1.8]]></title>
        <link>https://booster.jelix.org/view/74-translations-for-jelix-1-8</link>
        <description><![CDATA[<p>Many packages are available to bring translations for standard Jelix 1.8 modules, into your application.</p>

<p>Available translations (from 80% to 100% complete): Czech, French, Japanese, Portuguese, Italian, Galician, Slovak, Portuguese (Brazil), Dutch, Finnish, Spanish, Swedish (Sweden).</p>

<p>Other translations are available but some of them are not complete (they need your help!) : Hungarian (Hungary), Basque, Polish (Poland), Ukrainian (Ukraine), Romanian, German, Russian, Greek, Norwegian.</p>

<p>To contribute, <a href="https://explore.transifex.com/3liz-1/jelix/">go on Transifex</a>.</p>
]]></description>
        <pubDate>Tue, 30 Apr 2024 18:54:32 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/74-translations-for-jelix-1-8</guid>
        <author>Transifex contributors </author>                                    </item>
      <item>
        <title><![CDATA[IniFile]]></title>
        <link>https://booster.jelix.org/view/65-inifile</link>
        <description><![CDATA[<p>Sets of classes to read and modify ini files, by preserving comments, empty lines etc. There are classes also to combine and merge several ini files.</p>]]></description>
        <pubDate>Tue, 30 Apr 2024 18:50:51 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/65-inifile</guid>
        <author>Laurentj </author>                                    </item>
      <item>
        <title><![CDATA[Jelix Database]]></title>
        <link>https://booster.jelix.org/view/79-jelix-database</link>
        <description><![CDATA[<p>This is a lightweight PHP abstraction layer to access and query SQL databases, with an API to inspect and modify databases schema.</p>

<p>This is the implementation of jDb, with classes that have been renamed and improved, and available for non Jelix application and future versions of Jelix 2.0+.</p>]]></description>
        <pubDate>Tue, 30 Apr 2024 18:49:38 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/79-jelix-database</guid>
        <author>Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[Wikirenderer]]></title>
        <link>https://booster.jelix.org/view/59-wikirenderer</link>
        <description><![CDATA[<p>WikiRenderer is a php component which can parse a wiki content, and transform it to XHTML content, to any other markup language, or to an other wiki content with a different syntax. So this is useful to transform and display wiki content into your CMS, your wiki, your forum, or for example to migrate wiki contents from an old wiki CMS to a new one.</p>

<p>You can use the <a href="https://booster.jelix.org/view/60-plugin-wikirenderer">WikiRenderer plugin for templates</a> to use it into your Jelix templates.</p>
]]></description>
        <pubDate>Tue, 30 Apr 2024 18:44:00 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/59-wikirenderer</guid>
        <author>LaurentJ </author>                                    </item>
      <item>
        <title><![CDATA[Plugin Wikirenderer]]></title>
        <link>https://booster.jelix.org/view/60-plugin-wikirenderer</link>
        <description><![CDATA[<p>A plugin for Jelix or Castor to render wiki content in a template.</p>

<p>It uses the library <a href="https://booster.jelix.org/view/59-wikirenderer">WikiRenderer</a>.</p>]]></description>
        <pubDate>Tue, 30 Apr 2024 18:43:57 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/60-plugin-wikirenderer</guid>
        <author>LaurentJ </author>                                    </item>
      <item>
        <title><![CDATA[News]]></title>
        <link>https://booster.jelix.org/view/82-news</link>
        <description><![CDATA[<p>There are two modules, one to create an manage news, and another to display news on your web site.</p>]]></description>
        <pubDate>Tue, 30 Apr 2024 18:40:59 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/82-news</guid>
        <author>LaurentJ </author>                                    </item>
      <item>
        <title><![CDATA[Lizmap Web Client]]></title>
        <link>https://booster.jelix.org/view/52-lizmap-web-client</link>
        <description><![CDATA[<p>Lizmap allows to create Web map applications with maps created with Qgis Desktop.</p>

<p>These can be simple for the publication of a map intended for the general public in order to valorise geographic information. They can integrate functions of creation and modification of data for a collaborative creation of geographical information.</p>

<p>Lizmap Web Client is very extensible, thanks to javascript plugins and PHP modules that can bring features for your business.</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 16:01:38 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/52-lizmap-web-client</guid>
        <author>3Liz </author>                                    </item>
      <item>
        <title><![CDATA[jTcpdf]]></title>
        <link>https://booster.jelix.org/view/47-jtcpdf</link>
        <description><![CDATA[<p>This module provides a TCPDF response, to generate PDF content.</p>


<p>this module was provided with Jelix 1.6 and lower, but is now available separatly for Jelix 1.7 and higher, as a zip package or a Composer package</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 16:00:01 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/47-jtcpdf</guid>
        <author>Laurentj </author>                                    </item>
      <item>
        <title><![CDATA[ldapdao]]></title>
        <link>https://booster.jelix.org/view/50-ldapdao</link>
        <description><![CDATA[<p>This module provides a plugin for jAuth, allowing to authenticate against an ldap server, and registering user into the application with a dao (jauthdb module).</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 15:57:51 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/50-ldapdao</guid>
        <author>Laurentj </author>                                    </item>
      <item>
        <title><![CDATA[Castor]]></title>
        <link>https://booster.jelix.org/view/66-castor</link>
        <description><![CDATA[<p>This is the template engine used into Jelix (under the name jTpl). It uses a simple syntax similar to the PHP syntax.</p>

<ul>
<li> A simple Api to inject data and to generate content
</li>
<li> A language with a syntax similar to PHP, but a bit simpler to ease learning
</li>
<li> Templates can be a file or a simple string
</li>
<li> Efficient generator: template files are &quot;compiled&quot; to PHP files
</li>
<li> A sandbox mode, to fetch untrusted templates (templates uploaded by a user in a CMS for example). This mode has less capabilities of course.
</li>
<li> A plugin system, similar to Smarty plugins.
</li>
<li> Plugins can be specific to a content type (HTML, XML, text…), so they produced right content.
</li>
<li> meta expression: it allows the template to expose data to PHP code. For example, a &quot;meta&quot; can be an url of a stylesheet to use with the generated content.</li></ul>

]]></description>
        <pubDate>Mon, 05 Feb 2024 15:54:42 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/66-castor</guid>
        <author>Laurentj </author>                                    </item>
      <item>
        <title><![CDATA[Soap server]]></title>
        <link>https://booster.jelix.org/view/70-soap-server</link>
        <description><![CDATA[<p>Module to implement a SOAP server in a Jelix application</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 15:53:07 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/70-soap-server</guid>
        <author>Sylvain de Vathaire, Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[jProfiles]]></title>
        <link>https://booster.jelix.org/view/71-jprofiles</link>
        <description><![CDATA[<p>API to manage access and credentials data (to database, ldap etc) into a single ini file. This is the component used into Jelix for jDb and other components, and available for any framework.</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 15:51:34 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/71-jprofiles</guid>
        <author>Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[Translations for Jelix 1.6]]></title>
        <link>https://booster.jelix.org/view/72-translations-for-jelix-1-6</link>
        <description><![CDATA[<p>Many packages are available to bring translations for standard Jelix 1.6 modules, into your application.</p>

<p>Available translations (from 80% to 100% complete): Czech, French, Japanese, Portuguese, Italian, Galician, Slovak, Portuguese (Brazil), Dutch, Finnish, Spanish, Swedish (Sweden).</p>

<p>Other translations are available but some of them are not complete (they need your help!) : Hungarian (Hungary), Basque, Polish (Poland), Ukrainian (Ukraine), Romanian, German, Russian, Greek, Norwegian.</p>

<p>To contribute, <a href="https://explore.transifex.com/3liz-1/jelix/">go on Transifex</a>.</p>
]]></description>
        <pubDate>Mon, 05 Feb 2024 15:50:44 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/72-translations-for-jelix-1-6</guid>
        <author>Transifex contributors </author>                                    </item>
      <item>
        <title><![CDATA[Translations for Jelix 1.7]]></title>
        <link>https://booster.jelix.org/view/73-translations-for-jelix-1-7</link>
        <description><![CDATA[<p>Many packages are available to bring translations for standard Jelix 1.7 modules, into your application.</p>

<p>Available translations (from 80% to 100% complete): Czech, French, Japanese, Portuguese, Italian, Galician, Slovak, Portuguese (Brazil), Dutch, Finnish, Spanish, Swedish (Sweden).</p>

<p>Other translations are available but some of them are not complete (they need your help!) : Hungarian (Hungary), Basque, Polish (Poland), Ukrainian (Ukraine), Romanian, German, Russian, Greek, Norwegian.</p>

<p>To contribute, <a href="https://explore.transifex.com/3liz-1/jelix/">go on Transifex</a>.</p>
]]></description>
        <pubDate>Mon, 05 Feb 2024 15:49:48 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/73-translations-for-jelix-1-7</guid>
        <author>Transifex contributors </author>                                    </item>
      <item>
        <title><![CDATA[MultiAuth]]></title>
        <link>https://booster.jelix.org/view/75-multiauth</link>
        <description><![CDATA[<p>MultiAuth allows to authenticate against multiple login/password providers : ldap, table into a database... You can add your own plugin to implement a new provider.</p>

<p>It replaces the ldapdao module, and it is compatible with jauth, jauthdb, jauthdb_admin and jcommunity modules.</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 15:47:02 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/75-multiauth</guid>
        <author>Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[Console helpers]]></title>
        <link>https://booster.jelix.org/view/77-console-helpers</link>
        <description><![CDATA[<p>This is a class that ease the use of Symfony QuestionHelper, to implement interactive process with the user: confirmation question, information question, items choice, secret information question...</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 15:46:03 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/77-console-helpers</guid>
        <author>Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[Jelix Dao]]></title>
        <link>https://booster.jelix.org/view/78-jelix-dao</link>
        <description><![CDATA[<p>This is the implementation of jDao, with classes that have been renamed and improved, and available for non Jelix application and future versions of Jelix 2.0+.</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 15:45:13 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/78-jelix-dao</guid>
        <author>Laurent Jouanneau </author>                                    </item>
      <item>
        <title><![CDATA[SAML]]></title>
        <link>https://booster.jelix.org/view/80-saml</link>
        <description><![CDATA[<p>This module provides authentication for jAuth against SAML servers.
It has a plugin for jAuth, and register users into the application with a dao (compatible with jauthdb or jCommunity).</p>

<p>It provides also an administration interface to configure the SAML access.</p>

<p>It uses the PHP-SAML library.</p>]]></description>
        <pubDate>Mon, 05 Feb 2024 15:42:06 +0000</pubDate>
        <guid isPermaLink="true">https://booster.jelix.org/view/80-saml</guid>
        <author>Laurent Jouanneau </author>                                    </item>
  
 </channel>
</rss>