using
WordPress
;
using
RadioZanorg
;
using
JBCExplorer
;
using
CopySourceAsHTML
;
using
Netvibes
;
using
Free.fr
;
using
AjaXplorer
;
namespace
JBRiguet.com
{
class
WebSite
{
/// <summary>
///
This is the main website function.
/// </summary>
static
void
Main
(
string
[]
args
)
{
foreach
(
string
s
in
args
)
{
switch
(
s
)
{
case
"LinkedIn"
:
// My Profile and resumé on LinkedIn
break
;
case
"Blog"
:
// A simple sandbox blog where I talk about anything.
break
;
case
"Radio"
:
// An easy flah radio.
break
;
case
"FTP Ovh"
:
// My global FTP powered by AjaXplorer
break
;
case
"FTP Free"
:
// My free.fr FTP powered by JBC Explorer
break
;
case
"My Netvibes"
:
// My Netvibes Universe (Not migrated yet)
break
;
case
"Geekzone"
:
// My Netvibes Geekzone Universe
break
;
case
"Home Server"
:
// My Home Server, often down :)
break
;
}
}
}
}
}