]> sipb.mit.edu Git - ikiwiki.git/commitdiff
added a clarifiaction about my understanding of what happens
authorhttp://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web>
Tue, 5 May 2009 17:44:18 +0000 (13:44 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 5 May 2009 17:44:18 +0000 (13:44 -0400)
doc/setup/discussion.mdwn

index 82c5bc0e078230bddc18b09009c6620fd07ae238..c21d7e6001b2fec53754f7282352e80d36247a05 100644 (file)
@@ -168,14 +168,17 @@ I setup ikiwiki on a fedora 10 machine and I am using apache as my http server.
 
 ----
 
 
 ----
 
-/etc/ikiwiki/auto.setup tries to get abs_path of a non-existent "repository" path, and that doesn't work in my perl:
+/etc/ikiwiki/auto.setup tries to get abs_path of a non-existent "repository" path (in ikiwiki-makerepo), and that doesn't work in my perl:
 
 
+<nowiki>
 [mort@localhost ~]$ perl -e 'use Cwd q{abs_path}; print abs_path("/var")'
 /var[mort@localhost ~]$ perl -e 'use Cwd q{abs_path}; print abs_path("/abcde")'
 [mort@localhost ~]$ 
 [mort@localhost ~]$ perl -e 'use Cwd q{abs_path}; print abs_path("/var")'
 /var[mort@localhost ~]$ perl -e 'use Cwd q{abs_path}; print abs_path("/abcde")'
 [mort@localhost ~]$ 
+</nowiki>
 
 Because of this, /etc/ikiwiki/auto.setup fails: 
 
 
 Because of this, /etc/ikiwiki/auto.setup fails: 
 
+<nowiki>
 $ ikiwiki -setup /etc/ikiwiki/auto.setup
 What will the wiki be named? wiki
 What revision control system to use? git
 $ ikiwiki -setup /etc/ikiwiki/auto.setup
 What will the wiki be named? wiki
 What revision control system to use? git
@@ -203,6 +206,7 @@ this system using "man perl" or "perldoc perl".  If you have access to the
 Internet, point your browser at http://www.perl.org/, the Perl Home Page.
 
 $ 
 Internet, point your browser at http://www.perl.org/, the Perl Home Page.
 
 $ 
+</nowiki>
 
 Can't ikiwiki's "make test" perhaps test for this, so that one knows something will go wrong?
 -- Ivan Z.
 
 Can't ikiwiki's "make test" perhaps test for this, so that one knows something will go wrong?
 -- Ivan Z.