Difference between revisions of "Help:Contents"

From Freephile Wiki
Jump to navigation Jump to search
(updated with the content from mw)
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{PD Help Page}}
+
==Howto Information==
==Reading==
+
As time permits and as volunteers come forward, HOWTO articles will appear here...it is one of the main goals of this site.
* [[Help:Navigation|Navigation]]
 
* [[Help:Searching|Searching]]
 
* [[Help:Tracking changes|Tracking changes]]
 
* [[Help:Watchlist|Watchlist]]
 
  
==Editing==
+
New:
* [[Help:Editing pages|Editing pages]]
+
*[http://blog.i64.pl/PiosBlog/200610/29-linux-keyboard-shortcuts-you-should-know-about/ Keyboard shortcuts] are very handy.  If you don't use your keyboard more than your mouse, then does that make you a mouseketeer?
* [[Help:Starting a new page|Starting a new page]]
 
* [[Help:Formatting|Formatting]]
 
* [[Help:Links|Links]]
 
* [[Help:User page|User pages]]
 
* [[Help:Talk pages|Talk pages]]
 
* [[Help:Signatures|Signatures]]
 
  
===Advanced editing===
+
* PHP is the scripting and programming language that powers much of the worlds' websites (including this one).  The time has come for me to add a section to this site providing some organized tips for using [[PHP]].
* [[Help:Images|Images]]
 
* [[Help:Tables|Tables]]
 
* [[Help:Categories|Categories]]
 
* [[Help:Subpages|Subpages]]
 
* [[Help:Managing files|Managing files]]
 
* [[Help:Moving a page|Moving (renaming) a page]]
 
* [[Help:Redirects|Redirects]]
 
* [[Help:Deleting a page|Deleting a page]]
 
* [[Help:Protected pages|Protected pages]]
 
  
* [[Help:Templates|Templates]]
+
*I finally decided it was time to learn [[how to (re)build a Linux Kernel]].  I wanted to [http://wiki.linuxquestions.org/wiki/Hotplug use a USB flash memory device], and unfortunately, Debian Sarge is not well-equipped to do so like more desktop-oriented distributions like Mandrake or Suse.  Upgrading my Debian Sarge distribution to use the 2.6 Linux kernel, plus the udev system will hopefully solve this for me.
* [[Help:Variables|Variables]]
+
*[[Video Editting]] describes how to take your home movies off your digital camcorder (miniDV format), put them on your computer, edit them, convert them to a compressed format or other format suitable for posting on the web, or burning them to DVD and CD for sharing with family and friends.
* [[Help:Namespaces|Namespaces]]
 
  
* [[Help:Special pages|Special pages]]
+
==HOWTO==
* [[Help:External searches|External searches]]
+
* [[Fixing_locales]]
 +
* [[Upgrade Mediawiki]] - details of the latest upgrade to version 1.6.1 on 2006-04-07
 +
* [[Decoding Microsoft Outlook Attachments]]
 +
* [[Lowercase files]]
 +
* [[Play video arcade games]]
 +
* [[Insert Watermark in OpenOffice.org Writer]]
 +
* [[video playback on Linux| Play Video on Linux]] using Xine
 +
<!--
 +
* [[upgrading to Fedora Core 2]] from Fedora Core 1
 +
* [[adding MP3 support to FC2]]
 +
-->
  
===Personal customization===
+
== Help using this website: See the main wikipedia ==
* [[Help:Preferences|Preferences]]
+
There is a volume of 'help' information available at the main wikipedia site, so that effort is not reproduced here.
* [[Help:Skins|Skins]]
+
See the [[wikipedia:help:Content|Help Table of Contents]]
  
==Wiki administration==
+
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
 +
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.
  
* [[Help:Sysops and permissions|Sysops and permissions]]
+
=== Linked Images ===
 +
By default, this system is configured to show an image and link to it's description page.  Sometimes, you want to use an image to link to a page of your choice.  There are [[mw:Help:Linked_images| many ways to make mediawiki link images]], but the most convenient that we settled on here is to use the [[mw:Extension:Icon|Icon extension]]
 +
The syntax (described at [[Icons]]) is
 +
<pre>
 +
{{#icon: Info.png|Info|24|Special:Help}}
 +
</pre>
 +
Also, <nowiki>[[Media:foo.pdf]]</nowiki> would produce a link to a pdf document, so <nowiki>[[Media:Ejbdesignpatterns.pdf]]</nowiki> produces a link to http://freephile.com/wiki/images/6/6d/Ejbdesignpatterns.pdf
  
The following features require extra permissions that are not normally granted to all wiki users.
+
See also
 
+
* [[mw:Help:Images]]
* [[Help:Protecting and unprotecting pages|Protecting and unprotecting pages]]
 
* [[Help:Sysop deleting and undeleting|Sysop deleting and undeleting]]
 
* [[Help:Patrolled edits|Patrolled edits]]
 
* [[Help:Blocking users|Blocking users]]
 
* [[Help:Range blocks|Range IP blocks]]
 
* [[Help:Assigning permissions|Assigning permissions]]
 
 
 
{{Languages|Help:Contents}}
 
[[Category:Help| ]]
 
__NOTOC__
 
[[Category:Imported help]]
 
 
 
[[Category:Howto]]
 
[[Category:Help]]
 

Revision as of 14:12, 10 October 2008

Howto Information[edit | edit source]

As time permits and as volunteers come forward, HOWTO articles will appear here...it is one of the main goals of this site.

New:

  • Keyboard shortcuts are very handy. If you don't use your keyboard more than your mouse, then does that make you a mouseketeer?
  • PHP is the scripting and programming language that powers much of the worlds' websites (including this one). The time has come for me to add a section to this site providing some organized tips for using PHP.
  • I finally decided it was time to learn how to (re)build a Linux Kernel. I wanted to use a USB flash memory device, and unfortunately, Debian Sarge is not well-equipped to do so like more desktop-oriented distributions like Mandrake or Suse. Upgrading my Debian Sarge distribution to use the 2.6 Linux kernel, plus the udev system will hopefully solve this for me.
  • Video Editing describes how to take your home movies off your digital camcorder (miniDV format), put them on your computer, edit them, convert them to a compressed format or other format suitable for posting on the web, or burning them to DVD and CD for sharing with family and friends.

HOWTO[edit | edit source]

Help using this website: See the main wikipedia[edit | edit source]

There is a volume of 'help' information available at the main wikipedia site, so that effort is not reproduced here. See the Help Table of Contents

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.

Linked Images[edit | edit source]

By default, this system is configured to show an image and link to it's description page. Sometimes, you want to use an image to link to a page of your choice. There are many ways to make mediawiki link images, but the most convenient that we settled on here is to use the Icon extension The syntax (described at Icons) is

{{#icon: Info.png|Info|24|Special:Help}}

Also, [[Media:foo.pdf]] would produce a link to a pdf document, so [[Media:Ejbdesignpatterns.pdf]] produces a link to http://freephile.com/wiki/images/6/6d/Ejbdesignpatterns.pdf

See also