Difference between revisions of "Talk:Wishlist"

From its-wiki.no
Jump to: navigation, search
m
m
 
Line 1: Line 1:
 +
Do you want to call your wikis from different directories, such as www.yourdomain.com/my_cool_wiki/ displays your first wiki and www.yourdomain.com/my_nice_wiki/ displays a different wiki? No problem! Here's how:
 +
 +
For rewriting of http://smwiki.unik.no/pSHIELD, http://smwiki.unik.no/main, and http://smwiki.unik.no/JBV, Create an index.htm in each directory and use a redirect, like this:
 +
<nowiki>
 +
<html>
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
 +
<title>pSHIELD</title>
 +
<meta http-equiv="Refresh" content="0; url=http://www.yourdomain.com/wiki/index.php?w=pSHIELD">
 +
</head>
 +
<body>
 +
</body>
 +
</html>
 +
</nowiki>
 +
 
Projects rather than Namespaces?
 
Projects rather than Namespaces?
 
* Should it be rather projects than namespaces? it is difficult to manage "correct links", every link will normally go to "main". Have a look at [[pSHIELD:WP2]] with links to [[D2.1.1]] resp. [[pSHIELD:D2.1.1]] to understand why I don't like the "namespace" solution. Users will always forget their "pSHIELD:" and thus end up with links to the main directory.
 
* Should it be rather projects than namespaces? it is difficult to manage "correct links", every link will normally go to "main". Have a look at [[pSHIELD:WP2]] with links to [[D2.1.1]] resp. [[pSHIELD:D2.1.1]] to understand why I don't like the "namespace" solution. Users will always forget their "pSHIELD:" and thus end up with links to the main directory.
* I suggest we give it a try with implementation of solution 1 from Steve, see: http://www.steverumberg.com/wiki/index.php?title=WikiHelp_-_Method_One
+
* I suggest we give it a try with implementation of solution 1 from Steve, see:  
 
+
 
http://www.steverumberg.com/wiki/index.php?title=WikiHelp_-_Method_One
 
http://www.steverumberg.com/wiki/index.php?title=WikiHelp_-_Method_One
 +
  
 
USE properties rather than categories: use has name
 
USE properties rather than categories: use has name

Latest revision as of 19:37, 8 January 2011

Do you want to call your wikis from different directories, such as www.yourdomain.com/my_cool_wiki/ displays your first wiki and www.yourdomain.com/my_nice_wiki/ displays a different wiki? No problem! Here's how:

For rewriting of http://smwiki.unik.no/pSHIELD, http://smwiki.unik.no/main, and http://smwiki.unik.no/JBV, Create an index.htm in each directory and use a redirect, like this: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>pSHIELD</title> <meta http-equiv="Refresh" content="0; url=http://www.yourdomain.com/wiki/index.php?w=pSHIELD"> </head> <body> </body> </html>

Projects rather than Namespaces?

  • Should it be rather projects than namespaces? it is difficult to manage "correct links", every link will normally go to "main". Have a look at pSHIELD:WP2 with links to D2.1.1 resp. pSHIELD:D2.1.1 to understand why I don't like the "namespace" solution. Users will always forget their "pSHIELD:" and thus end up with links to the main directory.
  • I suggest we give it a try with implementation of solution 1 from Steve, see:

http://www.steverumberg.com/wiki/index.php?title=WikiHelp_-_Method_One


USE properties rather than categories: use has name