help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wiki on sf


From: D. Goel
Subject: Re: wiki on sf
Date: 05 Jun 2003 10:34:31 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

hi

Etienne Grossmann <address@hidden> writes:

>   I got Oddmuse working on my machine, but didn't manage (yet) to use
> the previous octave-wiki (I guess I should s/old_host/new_host/ a
> little everywhere, right?).

yeah i think very few links are "hard links" involving the name of the
host and they are all that need to be changed.  I think: Just set up a
working oddmuse wiki, play with it, and then all that is needed is to
replace the "data content" of the wiki with the .tar.gz that's on the
web at http://gnufans.net/~deegowiki/octave-wiki.tar.gz

PS: the old wiki's icon is at

http://gnufans.net/icons/deego/octave.png <-- lifted from octave.org
 and the 

stylesheet (by Damian Elmes) is here:

http://gnufans.net/~deego/pub/stylesheets/resolve.css

viz:

download oddmuse.pl, rename it to oddmuse.pl, and then 

The only change needed is to change the datadir in the oddmuse.pl,
here's what i did: 




#$DataDir   = '/tmp/oddmuse' unless $DataDir; # Main wiki directory
$DataDir     = '/home/deegowiki/wikis/octave'; # Main wiki directory

The next step is to edit the config file in this directory...  The
tarred up octave.tar.gz already contains a config file, whose contents
are included below as well:   (tweak directory names as needed :-) 

And finally, for legal reasons, there should be a copy of FDL residing
on the host containing the wiki, which the footernote below links to
...

please let me know if i can be of any more assistance :)


====================================================
the file 'config'
====================================================

$FooterNote  = "<p>Permission is granted to copy, distribute
and/or modify this document under the terms of the <a
href=\"http://www.gnufans.net/FDL\";>GNU Free Documentation
License</a>, Version 1.2 or any later version published by the <a
href=\"http://www.fsf.org/\";>Free Software Foundation</a>";              

# HTML for bottom of every page

$EditNote = "<p><b>Please contribute only your own work under <a
href=\"http://www.gnufans.net/FDL\";>FDL</a> or other work compatible
with FDL.  <p>Empty lines separate paragraphs.  Paragraphs may span
several lines.  Asterixes (`*') introduce list items.  One list item
per line.  Plain URLs get hyperlinked.  Words in camel case (mixed
case) are transformed into local links.  Indent source code with four
spaces.<p>";

# HTML notice above buttons on edit page

$HomePage    = 'ScaryOctave'; # Home page (change space to _)
#$LogoUrl     = 'http://www.octave.org/images/octave-logo.jpg';
#$LogoUrl     = 'http://gnufans.net/icons/deego/octave-logo.jpg';
$LogoUrl     = 'http://gnufans.net/icons/deego/octave.png';
$StyleSheet = 'http://gnufans.net/~deego/pub/stylesheets/resolve.css';
#$StyleSheet = '/stylesheets/resolve.css';
#$StyleSheet = 'http://gnufans.net/~deego/pub/stylesheets/resolve.css';
# else problems:
# no text area to edit
# red text obstructed by save/preview buttons



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]