Difference between revisions of "Help:Contents"
(updated with the content from mw) |
|||
(15 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Howto Information== | |
− | == | + | As time permits and as volunteers come forward, HOWTO articles will appear here...it is one of the main goals of this site. |
− | |||
− | |||
− | |||
− | |||
− | + | New: | |
− | * [ | + | *[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? |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | * 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 [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. |
− | + | *[[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. | |
− | * [[ | ||
− | * [[ | + | ==HOWTO== |
− | * [[ | + | * [[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]] | ||
+ | --> | ||
− | == | + | == Help using this website: See the main wikipedia == |
− | + | There is a volume of 'help' information available at the main wikipedia site, so that effort is not reproduced here. | |
− | + | See the [[wikipedia:help:Content|Help Table of Contents]] | |
− | + | 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. | ||
− | + | === 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 | ||
− | + | See also | |
− | + | * [[mw:Help:Images]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | * [[ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 13:12, 10 October 2008
Contents
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]
- 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
- Play Video on Linux using Xine
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