Difference between revisions of "Meki"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
* [http://meta.wikimedia.org/wiki/Layout_customization#How_do_I_remove_the_toolbox_for_users_that_are_not_logged_in.3F removed toolbox for non logged usrs] | * [http://meta.wikimedia.org/wiki/Layout_customization#How_do_I_remove_the_toolbox_for_users_that_are_not_logged_in.3F removed toolbox for non logged usrs] | ||
*[http://meta.wikimedia.org/wiki/Layout_customization removed top links for nonlogged users] | *[http://meta.wikimedia.org/wiki/Layout_customization removed top links for nonlogged users] | ||
| − | * removed 'special page' tab. (as described on links above) | + | * removed 'special page' tab. (as described on links above) |
| + | * removed section edit in includes/DefaultSettings.php via unhashing 'editsecion' line (may need some ctrl + F5 - reloads) | ||
*[http://www.thinklemon.com/wiki/MediaWiki_talk:Google_Sitemaps google sitemaps funkcionalnost] [http://www.mesopust.com/miki/sitemap.xml.php >> Mesopust Wiki XML Sitemap file <<] - [https://www.google.com/webmasters/sitemaps/login login to sitemaps] | *[http://www.thinklemon.com/wiki/MediaWiki_talk:Google_Sitemaps google sitemaps funkcionalnost] [http://www.mesopust.com/miki/sitemap.xml.php >> Mesopust Wiki XML Sitemap file <<] - [https://www.google.com/webmasters/sitemaps/login login to sitemaps] | ||
*[http://www.analyticsguide.com/google-analytics-and-mediawiki/ Google Analytics addded] [http://www.google.com/analytics/ login to google analytics] | *[http://www.analyticsguide.com/google-analytics-and-mediawiki/ Google Analytics addded] [http://www.google.com/analytics/ login to google analytics] | ||
*google adsense via adsense.php and skin/Monobook .. | *google adsense via adsense.php and skin/Monobook .. | ||
| − | |||
*tasks extension + tasks images | *tasks extension + tasks images | ||
| Line 61: | Line 61: | ||
Redirect /mailagro http://www.vinodol.com/ecard/thumbnails.php?album=4&rest= | Redirect /mailagro http://www.vinodol.com/ecard/thumbnails.php?album=4&rest= | ||
</pre> | </pre> | ||
| − | |||
==Links== | ==Links== | ||
*[http://meta.wikimedia.org/wiki/Help:Contents MediaWiki Help] | *[http://meta.wikimedia.org/wiki/Help:Contents MediaWiki Help] | ||
*[http://meta.wikimedia.org/wiki/Layout_customization layout customization] - [[MediaWiki:Sidebar]] | *[http://meta.wikimedia.org/wiki/Layout_customization layout customization] - [[MediaWiki:Sidebar]] | ||
Revision as of 10:54, 8 September 2006
Contents
MEsopust wiKI
Yes, we are using Mediawiki just like Wikipedia. Here, however, software is employed as CMS, with no public interaction intended within wiki. Contakt us with questions ..
Mediawiki syntax
SHORT ANSWER: use edit tab to see how is each sample made - given you have login and are logged in
LONG ANSWER: Go to Mediawiki Help page on Syntax
Configuration - Things that have been done to original Mediawiki source on Mesopust
- disable anonymous edits in mediawiki1.5
- removed toolbox for non logged usrs
- removed top links for nonlogged users
- removed 'special page' tab. (as described on links above)
- removed section edit in includes/DefaultSettings.php via unhashing 'editsecion' line (may need some ctrl + F5 - reloads)
- google sitemaps funkcionalnost >> Mesopust Wiki XML Sitemap file << - login to sitemaps
- Google Analytics addded login to google analytics
- google adsense via adsense.php and skin/Monobook ..
- tasks extension + tasks images
robots.txt
User-agent: * Disallow: /miki/ Disallow: /meki/Special:Random Disallow: /meki/Special%3ARandom Disallow: /meki/Special:Search Disallow: /meki/Special%3ASearch
.htaccess
#ErrorDocument 404 http://www.vinodol.com/404.shtml
# close the php security hole...
# not actually needed but probably a good idea anyway
php_flag register_globals off
# first, enable the processing - Unless your ISP has it enabled
# already. That might cause weird errors.
RewriteEngine on
RedirectMatch ^/$ http://www.vinodol.com/meki/
rewriteCond %{HTTP_HOST} .
rewriteCond %{HTTP_HOST} ^(www\.)?mesopust|crowiz\.com
rewriteRule (.*) http://www.vinodol.com/$1 [R=301,L]
#RewriteRule ^(.*) http://www.vinodol.com/$1 [R=301]
# BEGIN Wiki
# Don't rewrite requests for files in MediaWiki subdirectories,
# MediaWiki PHP files, HTTP error documents, favicon.ico, or robots.txt
RewriteCond %{REQUEST_URI} !^/meki/sitemap.xml.php
RewriteCond %{REQUEST_URI} !^/meki/Sitemap.xml.php
# uncomment this rule if you want Apache to redirect from www.mysite.com/ to
# www.mysite.com/wiki/Main_Page
# RewriteRule ^/$ /meki/Main_Page [R]
# do the rewrite
RewriteRule ^meki/?(.*)$ /miki/index.php?title=$1 [L,QSA]
Redirect /mailagro http://www.vinodol.com/ecard/thumbnails.php?album=4&rest=