|
Click on the Log in/create account link if you would like to contribute to this Wiki Website. |
User:WikiSysop
From SanFranciscoEVA
Contents |
This page is "restricted" such that only logged in users with restricted rights can view or edit it.
User Management
- Special:Userlogin - Follow "Create an account" link.
- Supply UserName, Full Name, and Email address, then click on "By email" link.
- Attempt to create the new users initial page, describing who they are.
- Special:Listusers - List of current users and their rights.
- Special:Userrights - Change users rights and permissions.
- User:WikiSysop/Preferences - New user orientation page.
- User:WikiSysop/Restricted - Restricted sensative information.
Namespace
- Namespace messages
- MediaWiki:Whitelistedittext
- MediaWiki:Loginprompt
- MediaWiki:Sidebar - The Main Menu on the left side of all pages.
- MediaWiki:Sitenotice - A place to put a notice which appears on all pages.
- MediaWiki:Anonnotice (will supersede ^Sitenotice^ for anonymous users, so don't use)
- MediaWiki:Sitetitle = SanFranciscoEVA
- MediaWiki:Pagetitle = $1 - SanFranciscoEVA
- Template:EMailLinkWebmaster = webmaster2008(at)sfeva(dot)org
- Template:EMailLink = info2008(at)sfeva(dot)org
- use %40 in mailto: links in place of @ symbol.
- use %2E in mailto: links in place of . symbol.
- eg: info1914(at)sfeva(dot)org This is not a valid address
Special:Interwiki Management - Interwiki Help
Use http://www.sfeva.org/w/index.php?flushcache to flush this servers cache.
Search Enhancements
per [1] In includes/SpecialSearch.php there is a function showR esults( $term ) which formats and outputs all the search results from a query, near the top add:
$wgOut->addHTML( wfMsg( 'Googlesearch', $term ) ); # add $wgOut->addWikiText( wfMsg( 'searchresulttext' ) );# above this
- MediaWiki:Googlesearch fix $3 and cleanup?
- MediaWiki:Nogomatch remove prompt to create page?
- MediaWiki:Searchresulttext cleanup/clear
Original Main Page
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Getting started
Site Modifications
These are changes made at the backend of the website
ImageMagick
Had to make some changes as the host uses an older version of convert that wouldn't resize images.
Also noted in LocalSettings.php
- $wgImageMagickConvertCommand = "/usr/bin/convert";
- # option is "-scale" for version 5 but "-resize" for version 6
- # Modified includes/Image.php line 1099
includes/Image.php line 1099
# " -resize " . wfEscapeShellArg( "{$width}x{$height}!" ) .
" -scale " . wfEscapeShellArg( "{$width}x{$height}!" ) .

