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.

Edit this page only if you are changing the DPL. To add content to this page, use the Template:Messagebox template. Your content will automagically appear here as well as in the original article.


Content page Type Tip
Software section
normal
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
failure
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
success
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
normal
wikEd is enabled sitewide on this wiki. Turn it on in your Preferences settings
MediaWiki/Presentation
restricted
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
success
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
success
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
success
So, the really easy way to display a list of subpages is to just stick {{Template:Subpages}} into your page.
More
warning
Experimental: This template is using the new image-linking functionality of MediaWiki v1.15
Git
normal
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
warning
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
normal
This page talks more about diff than merge. There are currently no actual merge examples given.
Collections
failure
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
success
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
forbidden
This is not compatible with PHP Parsoid. Do not use this form of annotation
Elasticsearch
success
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
success
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
warning
Elasticsearch performs poorly when JVM starts swapping: you should ensure that it never swaps.

Set this property to true to lock the memory: bootstrap.mlockall: true (in /etc/elasticsearch/elasticsearch.yml)

Make sure that the ES_MIN_MEM and ES_MAX_MEM environment variables are set to the same value, and that the machine has enough memory to allocate for Elasticsearch, leaving enough memory for the operating system itself.

You should also make sure that the Elasticsearch process is allowed to lock the memory, eg. by using ulimit -l unlimited.

MediaWiki/Search
success
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
success
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
success
This is an example of how to create maps in this wiki
Messagebox/doc
success
your message content
Messagebox/doc
no type, uses default (normal)
Messagebox/doc
no type, uses default (normal)
Messagebox/doc
normal
Why be normal?
Messagebox/doc
normal
Why be normal?
Messagebox/doc
success
You won!
Messagebox/doc
success
You won!
Messagebox/doc
warning
Do not spit into the wind
Messagebox/doc
warning
Do not spit into the wind
Messagebox/doc
failure
Something went wrong.
Messagebox/doc
failure
Something went wrong.
Messagebox/doc
forbidden
You can't do that!
Messagebox/doc
forbidden
You can't do that!
Messagebox/doc
restricted
You must be a registered user to create or edit articles. Contact the WikiSysop for an account!
Messagebox/doc
restricted
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.