User tips: Difference between revisions
From Freephile Wiki
This changes nothing |
revert edits to fix search where character encoding was a problem |
||
Line 12: | Line 12: | ||
| include = {Messagebox}:type:text | | include = {Messagebox}:type:text | ||
| table = class="wikitable sortable",, Type, Tip | | table = class="wikitable sortable",, Type, Tip | ||
| tablerow =\n<div class="message-{#switch:%% | | tablerow =\n<div class="message-box\n{#switch:%% | ||
------normal\n}</div>,%% | \n success = message-success\n warning = message-warning\n failure = message-failure\n restricted = message-restricted\n forbidden = message-forbidden\n normal #default = message-normal\n} ">%%\n</div>,%% | ||
}} | }} | ||
Revision as of 08:29, 31 December 2018
This is a list of all the Template:Messagebox invocations on this wiki.
Content page | Type | Tip |
---|---|---|
Software section | This sort of list may be deprecated now that I know how to create dynamic page lists, and also use category displays on a page. Still, this serves as a "pages wanted" list, and so it will be around until it is replaced by something better. | |
Eclipse | to get Subclipse working on my Ubuntu Intrepid Ibex system, I had to install the Java bindings for Subversion (see http://subclipse.tigris.org/wiki/JavaHL) and also modify my eclipse.ini settings | |
Using keys | Visit http://sial.org/howto/openssh/publickey-auth/ or http://www.unixwiz.net/techtips/ssh-agent-forwarding.html for a better and more in-depth look at using SSH keys and SSH agent | |
MediaWiki/Presentation | wikEd is enabled sitewide on this wiki. Turn it on in your Preferences settings | |
MediaWiki/Presentation | You can remove the database configuration lines into it's own file and then include that file from LocalSettings so that you now can commit LocalSettings to your version control repository without revealing the db credentials. | |
Apache | Because Debian-based systems use "mods-available" and "mods-enabled" through a convention of symbolic links which get included by wildcard in the main apache2.conf; and also because the default "load" configuration file for the module (ssl.conf.load) is already present on the system, you don't have to do anything more than the previous "a2enmod" command to get the module, and it's configuration file read into apache | |
Formatting | You can continue a bullet on a separate line by using a colon after the hash (bare colon is the indent operator if that helps you remember) So, something like this # one # two #: two continued #: two continued # three | |
Subpages | So, the really easy way to display a list of subpages is to just stick {{Template:Subpages}} into your page. | |
More | Experimental: This template is using the new image-linking functionality of MediaWiki v1.15 | |
Git | You can actually host your own private repository on any server that you have access to. To collaborate with your peers, export a bare repo [1] and use SSH keys. more
To host a public repo, go to http://github.com | |
Tar | Although I could not reproduce this behavior, I did once get my "sites" directory deleted. So, you do have backups and use version control right? | |
Merging | This page talks more about diff than merge. There are currently no actual merge examples given. | |
Collections | Note that the --clean-cache option of mw-serve is meant to be used from a cron job to clean up, NOT as a configuration option in your --daemonize script. | |
Library | Note: for the bookmarklet to work, it all has to be on one line. The code above is presented on several lines for readability. | |
Metadata | This is not compatible with PHP Parsoid. Do not use this form of annotation | |
Elasticsearch | Different indexes are created for the entire contents of the wiki. Each index is weighted differently. So, for example, "Lead-in" text is the wikitext between the top of the page and the first heading. Words found here are deemed more relevant to a users search query than the same word if found in the body text of an article. So, in this wiki, searching for the word "YAML" puts the Ansible article ahead of the Eclipse article in search results. | |
Elasticsearch | Content as well as all files uploaded into the system are indexed. For example, a search for "FAI" lists both the Cloning article as well as the PDF file And the file is not listed only because of the file name, but also because of the (indexed) file content. A search for "Ed Roman" will bring up the Enterprise Java Beans Design Patterns PDF file (see p. 13 where Ed Roman is mentioned.) | |
Elasticsearch | Elasticsearch performs poorly when JVM starts swapping: you should ensure that it never swaps.
Set this property to true to lock the memory: Make sure that the You should also make sure that the Elasticsearch process is allowed to lock the memory, eg. by using | |
MediaWiki/Search | You can search all linked wikis directly from the search box. Just enter the interwiki prefix, followed by a colon. wp: roses searches WikiPedia for "roses" and takes you there.
| |
Kubernetes | It's important to note right up front, before you dive into Kubernetes, that minikube is the tool for local Kubernetes. | |
Subpages | ||
Subpages/doc | You must pass an empty argument (the pipe character) in order to get the correct output due to a quirk with how template calls are given default arguments that would otherwise change the output of the parser function. | |
Using Leaflet to design a Disc Golf Course | This is an example of how to create maps in this wiki | |
Messagebox/doc | your message content | |
Messagebox/doc | no type, uses default (normal) | |
Messagebox/doc | no type, uses default (normal) | |
Messagebox/doc | Why be normal? | |
Messagebox/doc | Why be normal? | |
Messagebox/doc | You won! | |
Messagebox/doc | You won! | |
Messagebox/doc | Do not spit into the wind | |
Messagebox/doc | Do not spit into the wind | |
Messagebox/doc | Something went wrong. | |
Messagebox/doc | Something went wrong. | |
Messagebox/doc | You can't do that! | |
Messagebox/doc | You can't do that! | |
Messagebox/doc | You must be a registered user to create or edit articles. Contact the WikiSysop for an account! | |
Messagebox/doc | You must be a registered user to create or edit articles. Contact the WikiSysop for an account! | |
Subpages |
This list is generated by the DPL extension.