« Sandbox » : différence entre les versions

An alternative space dedicated to technology and culture at Charleroi.
Aller à la navigation Aller à la recherche
(Automatic page editing)
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
== SyntaxHighlight_GeSHi test ==
<!-- Header: Welcome to Wolfplex wiki. -->
=== Pre without <nowiki><source></nowiki> ===
{|  style="width:100%; margin-bottom:2px; vertical-align:top; font-size:95%; background:transparent;"
#
|-
# French UTF-8 Users Accunts.
| style="text-align: center; height: 182px;" colspan="3" | [[File:Wolfplex-Header.png]]
#
|-
french|French UTF-8 Users Accounts:\
| style="height:3em; padding-left:3em;" |<span style="font-size:185%;">Welcome to '''Wolfplex''' wiki.</span><br/> Un espace autogéré à vocation culturelle et technologique à Charleroi.<br />
    :charset=UTF-8:\
An alternative cultural center at Charleroi dedicated to contre-culture.
    :lang=fr_FR.UTF-8:\
| style="width:25%;" |
    :tc=default:
[[File:Glider.svg|24px|link=Wolfplex Hackerspace]]&nbsp;{{en}}&nbsp;'''[[Wolfplex Hackerspace]]'''<br />
[[File:MP images.png|24px|link=Wolfplex Art]]&nbsp;{{en}}&nbsp;'''[[Wolfplex Art]]'''<br />
#
[[File:MP science.png|24px|link=Wolfplex]]&nbsp;{{en}}&nbsp;'''[[Wolfplex|Wolfplex meta-project]]'''
# English UTF-8 Users Accunts.
| style="width:25%;" |
#
[[File:Glider.svg|24px|link=Wolfplex Hackerspace/fr]]&nbsp;{{fr}}&nbsp;'''[[Wolfplex Hackerspace/fr|Wolfplex Hackerspace]]'''<br />
english|English UTF-8 Users Accounts:\
[[File:MP images.png|24px|link=Wolfplex Art/fr]]&nbsp;{{fr}}&nbsp;'''[[Wolfplex Art/fr|Wolfplex Art]]'''<br />
    :charset=UTF-8:\
[[File:MP science.png|24px|link=Wolfplex/fr]]&nbsp;{{fr}}&nbsp;'''[[Wolfplex/fr|Le méta-projet Wolfplex]]'''
    :lang=en_US.UTF-8:\
|-
    :tc=default:
|}
=== FreeBSD: how to add UTF-8 accounts classes to /etc/login.conf ===
<source lang="text">
#
# French UTF-8 Users Accunts.
#
french|French UTF-8 Users Accounts:\
    :charset=UTF-8:\
    :lang=fr_FR.UTF-8:\
    :tc=default:
 
#
# English UTF-8 Users Accunts.
#
english|English UTF-8 Users Accounts:\
    :charset=UTF-8:\
    :lang=en_US.UTF-8:\
    :tc=default:
</source>
 
=== TCL: read info from sqllite ===
;In the config part
<source lang="tcl">
#The database containing mac information
#You can so hide a MAC address you don't want to print
#or gives it a custon name.
set macs(db) /tmp/pamela.db
 
#Path to libtclsqlite.so, if it's needed to manually load it
set macs(libtclsqlite) "/usr/local/lib/sqlite/libtclsqlite.so"
</source>
 
;In the procedural part
<source lang="tcl">
#Loads database information
if {[info exists macs(db)] && $macs(db) != ""} {
    if {[info exists macs(libtclsqlite)] && $macs(libtclsqlite) != ""} {
        load $macs(libtclsqlite)
    } {
        package require sqlite
    }
    sqlite db $macs(db)
    set macs(knownmacs) [db eval {SELECT * FROM knownmacs}]
    db close
}
</source>
 
== Poem test ==
<poem>
As I roll the Dice
The Ilithid cut in twain
I rolled a twenty
--Loki from Mebane, North Carolina
</poem>
 
 
== Cite test ==
Lorem ipsum dolor<ref group="note">Faux-texte, qu'un imprimeur composa à partir d'un écrit de Cicéron</ref> sit nunc abuntur<ref group="note">L'on quitte ici le texte original</ref>.
 
<references group="note" />
 
== Rheyk is here ==
Hello world!

Version du 29 mai 2011 à 13:55

Welcome to Wolfplex wiki.
Un espace autogéré à vocation culturelle et technologique à Charleroi.

An alternative cultural center at Charleroi dedicated to contre-culture.

 (en) Wolfplex Hackerspace
 (en) Wolfplex Art
 (en) Wolfplex meta-project

 (fr) Wolfplex Hackerspace
 (fr) Wolfplex Art
 (fr) Le méta-projet Wolfplex