<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.audean.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Audean Wiki</title>
        <description></description>
        <link>https://wiki.audean.com/</link>
        <lastBuildDate>Thu, 16 Apr 2026 03:02:30 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.audean.com/_media/wiki/logo.png</url>
            <title>Audean Wiki</title>
            <link>https://wiki.audean.com/</link>
        </image>
        <item>
            <title>Coding conventions - standards for OSInet-originated PHP and HTML code</title>
            <link>https://wiki.audean.com/coding?rev=1606152216</link>
            <description>Coding conventions - standards for OSInet-originated PHP and HTML code

	*  OSInet contributions to Drupal 
		*  Contributions to Drupal core follow the Drupal coding standard.
		*  Contributions to non-OSInet contributed code follow the coding convention of said code, usually the same Drupal coding standard as core.
&lt;table class=&quot;inline&quot; style=&quot;width: 100%&quot;&gt;
  &lt;tr&gt;
    &lt;th&gt;OSInet&lt;/th&gt;
    &lt;th&gt;Drupal&lt;/th&gt;
    &lt;th&gt;PEAR&lt;/th&gt;
    &lt;th&gt;ZF&lt;/th&gt;
    &lt;/tr&gt;
  &lt;tr style=&quot;white-space: pre; font-family: mon…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title>FGM&#039;s blog</title>
            <link>https://wiki.audean.com/fgm?rev=1606152216</link>
            <description>FGM&#039;s blog

FGM&#039;s Riff Blog is mostly about PHP (Drupal, PHP-GTK) and some music.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://wiki.audean.com/gcp?rev=1683278035</link>
            <description></description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 May 2023 09:13:55 +0000</pubDate>
        </item>
        <item>
            <title>Recommandations UC Berkeley</title>
            <link>https://wiki.audean.com/git?rev=1606152216</link>
            <description>Recommandations UC Berkeley

	*  &lt;http://try.github.com/&gt; (débutant)
	*  Comprendre Git conceptuellement (intermédiaire)
	*  Git ready (de débutant à avancé)
	*  Git pour windows illustré
	*  Git pour les scientifiques de l&#039;informatique (avancé)
	*  La magie de Git (avancé) (Version française)</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title>Google Go / Golang</title>
            <link>https://wiki.audean.com/go?rev=1606152216</link>
            <description>Google Go / Golang

HOWTO Register on wiki ? Manually ask for access on &lt;http://www.osinet.fr/contact&gt; : there are just too many spammers registering to leave registration open freely.
 Dossiers                                  Pages à ce niveau                                   go index

go index</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title>Configuring shared hosting plans to use PHP5</title>
            <link>https://wiki.audean.com/php5?rev=1606152216</link>
            <description>Configuring shared hosting plans to use PHP5

All OSInet code and a growing fracon of Drupal code and other frameworks need PHP5, and this will become more important now that PHP4 has been obsoleted the the PHP Group (&lt;http://www.php.net&gt;). However, in spite of the GoPHP5 effort, many low-cost hosting providers still default to PHP4 to support the larger PHP4 preexisting code base.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title>Riffcode</title>
            <link>https://wiki.audean.com/rc?rev=1606152216</link>
            <description>Riffcode
rc index</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title>Audean Wiki for Mediacore services</title>
            <link>https://wiki.audean.com/start?rev=1684308151</link>
            <description>Audean Wiki for Mediacore services

Various OSInet and Mediacore sites are using and/or developing for/with Drupal. This wiki provides a central point for these efforts.

It also serves as a development platform for our course offerings, but this section is private.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Wed, 17 May 2023 07:22:31 +0000</pubDate>
        </item>
        <item>
            <title>Support levels</title>
            <link>https://wiki.audean.com/support?rev=1606152216</link>
            <description>Support levels

	*  Exp: experimental code to an unstable core version, community involvement likely, not to be deployed in production
	*  Dev: code stabilized to a stable (or almost stable) core version, can be used in development projects, production deployment needs pro support</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title>XML-RPC</title>
            <link>https://wiki.audean.com/xmlrpc?rev=1606152216</link>
            <description>XML-RPC

Specification

	*  Main spec:
		*  &lt;http://xmlrpc.scripting.com/&gt;

	*  XRDL: something like WSDL for XML-RPC
		*  &lt;http://code.google.com/p/xrdl/wiki/GettingStarted&gt;

	*  Introspection: 
		*  &lt;http://tech.groups.yahoo.com/group/xml-rpc/message/2897&gt;
			*  system.getCapabilities

		*  &lt;http://xmlrpc-c.sourceforge.net/introspection.html&gt;
			*  system.listMethods
			*  system.methodSignature
			*  system.methodHelp


	*  Multicall specification:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 23 Nov 2020 17:23:36 +0000</pubDate>
        </item>
        <item>
            <title></title>
            <link>https://wiki.audean.com/zg?rev=1699889919</link>
            <description></description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 13 Nov 2023 15:38:39 +0000</pubDate>
        </item>
    </channel>
</rss>
