--- a/wiki/HowToBornVersion.wiki
+++ b/wiki/HowToBornVersion.wiki
@@ -6,67 +6,74 @@
 
 = Details =
 
-* BASE
+  * BASE
 {{{
-shaggy@valk-21:~$ sudo apt-get update
+sudo apt-get update
 }}}
 
-• WEBCAM
+  * WEBCAM
 {{{
-shaggy@valk-21:~$ sudo apt-get install motion
-shaggy@valk-21:~$ sudo apt-get install ffmpeg
+sudo apt-get install motion
+sudo apt-get install ffmpeg
 
-shaggy@valk-21:~$ ls -al /dev/video0 
-crw-rw---- 1 root video 81, 0 feb 26 14:26 /dev/video0
+ls -al /dev/video0 
+  crw-rw---- 1 root video 81, 0 feb 26 14:26 /dev/video0
 
-shaggy@valk-21:~$ sudo vi /etc/motion/motion.conf 
-# norm 0
-norm 2
-# webcam_localhost on
-webcam_localhost off
-shaggy@valk-21:~$ sudo /etc/init.d/motion restart
+sudo vi /etc/motion/motion.conf 
+  # norm 0
+  norm 2
+  # webcam_localhost on
+  webcam_localhost off
+
+sudo /etc/init.d/motion restart
 }}}
 
-• PERL
+  * PERL
 {{{
-shaggy@valk-21:~$ sudo cpan -i CGI::Ajax
+sudo cpan -i CGI::Ajax
 Are you ready for manual configuration? [yes] no
 
-shaggy@valk-21:~$ sudo cpan -i Config::Crontab
+sudo cpan -i Config::Crontab
 
-shaggy@valk-21:~$ sudo cpan -i Device::ParallelPort
-shaggy@valk-21:~$ sudo cpan -i Device::ParallelPort::drv::parport
+sudo cpan -i Device::ParallelPort
+sudo cpan -i Device::ParallelPort::drv::parport
 }}}
 
-• PARALEL
+  * PARALEL
 {{{
-shaggy@valk-21:/var/www$ sudo usermod -G lp www-data
+sudo usermod -G lp www-data
 
-shaggy@valk-21:/var/www$ sudo modprobe ppdev
+sudo modprobe ppdev
 
-shaggy@valk-21:~$ sudo su -
-valk-21:~# echo ppdev >> /etc/modules
-valk-21:~# exit
+sudo su -
+echo ppdev >> /etc/modules
+exit
 }}}
 
-• WEBSERVER
+  * WEBSERVER
 {{{
-shaggy@valk-21:~$ sudo apt-get install lighttpd
+sudo apt-get install lighttpd
 
-shaggy@valk-21:~$ sudo lighttpd-enable-mod cgi
+sudo lighttpd-enable-mod cgi
 
-shaggy@valk-21:~$ sudo vi /etc/lighttpd/lighttpd.conf 
-index-file.names           = ( "index.pl", "index.php", "index.html",
+sudo vi /etc/lighttpd/lighttpd.conf 
+  index-file.names           = ( "index.pl", "index.php", "index.html",
 
-shaggy@valk-21:/var/www$ sudo vi /etc/lighttpd/conf-enabled/10-cgi.conf 
-# $HTTP["url"] =~ "^/cgi-bin/" {
-#	cgi.assign = ( "" => "" )
-# }
-cgi.assign      = (
-	".pl"  => "/usr/bin/perl",
-)
+sudo vi /etc/lighttpd/conf-enabled/10-cgi.conf 
+  # $HTTP["url"] =~ "^/cgi-bin/" {
+  #	cgi.assign = ( "" => "" )
+  # }
+  cgi.assign      = (
+  	".pl"  => "/usr/bin/perl",
+  )
 
-shaggy@valk-21:/var/www$ sudo /etc/init.d/lighttpd force-reload
+sudo /etc/init.d/lighttpd force-reload
 
-shaggy@valk-21:~$ sudo tail -f  /var/log/lighttpd/error.log
+sudo tail -f  /var/log/lighttpd/error.log
+}}}
+
+  * INSTALL
+{{{
+cd /var/www
+svn checkout http://fumenbot.googlecode.com/svn/trunk/ .
 }}}
\ No newline at end of file