<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.moodle.org/37/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stuartmanderson</id>
	<title>MoodleDocs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.moodle.org/37/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stuartmanderson"/>
	<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/Special:Contributions/Stuartmanderson"/>
	<updated>2026-04-22T23:25:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Theme_directory&amp;diff=24670</id>
		<title>Theme directory</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Theme_directory&amp;diff=24670"/>
		<updated>2007-06-27T13:42:03Z</updated>

		<summary type="html">&lt;p&gt;Stuartmanderson: /* Changing Theme Storage Location */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Themes}}&lt;br /&gt;
In the standard Moodle distribution, all themes are placed in the theme/ directory.&lt;br /&gt;
&lt;br /&gt;
From version 1.7, moodle will support changing the location which themes are stored in and used with the theme selector.&lt;br /&gt;
&lt;br /&gt;
== Changing Theme Storage Location ==&lt;br /&gt;
{{Moodle 1.7}}&lt;br /&gt;
Starting from Moodle 1.7, the storage location of themes may be altered, using the variables &#039;&#039;$CFG-&amp;gt;themewww&#039;&#039; and &#039;&#039;$CFG-&amp;gt;themedir&#039;&#039;. Themes from placed in the directory specified by these variables will then be available for selection using the theme selector.&lt;br /&gt;
&lt;br /&gt;
For example, should you wish to place themes in a subdirectory called &#039;my_moodle_themes&#039;, your config.php might look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$CFG-&amp;gt;wwwroot   = &#039;http://my.moodle.site.edu&#039;;&lt;br /&gt;
$CFG-&amp;gt;dirroot   = &#039;/var/www/my.moodle.site.edu/public_html&#039;;&lt;br /&gt;
$CFG-&amp;gt;themewww  = $CFG-&amp;gt;wwwroot . &#039;/my_moodle_themes&#039;;&lt;br /&gt;
$CFG-&amp;gt;themedir  = $CFG-&amp;gt;dirroot . &#039;/my_moodle_themes&#039;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Theme directory for Developers ==&lt;br /&gt;
&lt;br /&gt;
Developers should follow the [[Development:Theme directory guide]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=20152 Feature request: Themes path in a VAR]&lt;br /&gt;
*Moodle Tracker [http://tracker.moodle.org/browse/MDL-6784 MDL-6784]  &lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Themes]]&lt;br /&gt;
&lt;br /&gt;
[[fr:Dossier de thèmes]]&lt;/div&gt;</summary>
		<author><name>Stuartmanderson</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Development:NWiki_roadmap&amp;diff=24108</id>
		<title>Development:NWiki roadmap</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Development:NWiki_roadmap&amp;diff=24108"/>
		<updated>2007-06-07T15:46:14Z</updated>

		<summary type="html">&lt;p&gt;Stuartmanderson: /* Miscelaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is to talk about the (likely) entrance of NWiki into 1.9 core. &lt;br /&gt;
&lt;br /&gt;
= NWiki roadmap=&lt;br /&gt;
Rigth Now DFwikiteam is focussed in the following issues: &lt;br /&gt;
== XHTML Strict ==&lt;br /&gt;
*NWiki complies with XHTML transitional. April 2007&lt;br /&gt;
*NWiki complies with &#039;&#039;&#039;XHTML Strict&#039;&#039;&#039; mid May &#039;07 &lt;br /&gt;
** this affects main engine &lt;br /&gt;
** blocks not finished yet (some javascript to look up to)&lt;br /&gt;
&lt;br /&gt;
==Logs and stats==&lt;br /&gt;
We need to ckeck out stats and logs with nwiki.&lt;br /&gt;
* Done! June 2007&lt;br /&gt;
&lt;br /&gt;
== Code Tunning : new wiki api==&lt;br /&gt;
There&#039;s a big issue in the code, the $WS variable that acts like a big set of global variables. &lt;br /&gt;
*We are getting $WS smaller day by day&lt;br /&gt;
*We are witting a new internal API to create an internal layer of services for developers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Done!!!&#039;&#039;&#039; Two main layers for developers have been written and working inside of the Nwiki distributions since May 2007.  &lt;br /&gt;
[http://morfeo.upc.es/crom/file.php/4/wikiAPIdoc/index.htmlThe PHPDoc documentation is available here].&lt;br /&gt;
&lt;br /&gt;
=== PHPUnit testing===&lt;br /&gt;
* a set of PHPUnit tests have been developed to ensure the quality of the thing.&lt;br /&gt;
* test case descriptions have been written to help developers and maintainers&lt;br /&gt;
[http://morfeo.upc.es/crom/mod/wiki/view.php?id=22&amp;amp;page=Wiki+Unit+Tests+Documentation&amp;amp;gid=0&amp;amp;uid=0 NWiki PHPUnit documentation]&lt;br /&gt;
&lt;br /&gt;
== shall we trim nwiki ?==&lt;br /&gt;
NWiki is Huge ! As many have said we implement a lot of features that maybe are not necessary for everybody. &lt;br /&gt;
We could have a reduced set of nwiki into the oficial distribution and a 3rd party and a extended version as 3rd part plug in.&lt;br /&gt;
Things that could be taken outside:&lt;br /&gt;
===Maybe we keep them===&lt;br /&gt;
* wiki course format&lt;br /&gt;
* discussion pages ?&lt;br /&gt;
* grading in wikis ?&lt;br /&gt;
* ranking and votes?&lt;br /&gt;
&lt;br /&gt;
===Most likely===&lt;br /&gt;
* integration with tiddlywiki ? [[Tiddlywiki integration]]&lt;br /&gt;
&lt;br /&gt;
=== New upcoming toys ===&lt;br /&gt;
In June 2007 will come new features that need to be sorted in or out of the basic distribution&lt;br /&gt;
* [[Wikibook]] [http://moodle.org/mod/forum/discuss.php?d=72909 wikibook in the forum]&lt;br /&gt;
* PDF Generation&lt;br /&gt;
* Timeline-like wiki history browser&lt;br /&gt;
* Import / export from openoffice writer and (eventually) msword&lt;br /&gt;
&lt;br /&gt;
== Migration issues ==&lt;br /&gt;
So far the data migration works fine. No bugs reported without attending.&lt;br /&gt;
== rethink wiki permisions and roles ==&lt;br /&gt;
* a user can discuss the page while he cannot edit the page&lt;br /&gt;
* the teacher cat FIX a markup for a wiki in the wiki options form.&lt;br /&gt;
&lt;br /&gt;
==More?==&lt;br /&gt;
Let&#039;s rememeber to complete the PDF export thing (HTML Editor wiki pages are not exported)&lt;br /&gt;
Expected mid june&lt;br /&gt;
&lt;br /&gt;
==Even More features Implemented==&lt;br /&gt;
&lt;br /&gt;
=== Wiki Templates ===&lt;br /&gt;
&lt;br /&gt;
* Add templates so that some content can be made available to all groups when they start using a wiki &lt;br /&gt;
 Implemented, in release June 2007&lt;br /&gt;
=== mailto ===&lt;br /&gt;
* a mailto link for dfwiki &lt;br /&gt;
 has already ben developed must be included in next release [http://moodle.org/mod/forum/discuss.php?d=38991 mailto dfwiki forum thread]&lt;br /&gt;
&lt;br /&gt;
==And finally==&lt;br /&gt;
Dynamical online import from mediawiki utilty... :-D&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Old DFwiki requests =&lt;br /&gt;
Use this page for requests of bugfixes and new features on the [http://morfeo.upc.es/crom/course/view.php?id=4 NWiki] &lt;br /&gt;
The [http://morfeo.upc.es/crom/course/view.php?id=4 DFwikiteam] will keep a sharp eye on the list.&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
*We need to implement some [[Special pages]] like mediawiki&#039;s [[Recent changes]].&lt;br /&gt;
*Section edit.&lt;br /&gt;
*borrow some interface ideas from OUWiki&lt;br /&gt;
&lt;br /&gt;
== block wikipage ==&lt;br /&gt;
&lt;br /&gt;
Would be useful to have a block with the content of a wikipage.&lt;br /&gt;
&lt;br /&gt;
If you select &#039;social&#039; course format you have the option of inserting a social activities block... I don&#039;t get that option for the DFWiki, but I think I should so I can add other Moodle activities... &lt;br /&gt;
&lt;br /&gt;
otherwise, when I go to admin/site I can choose to display a topic section where I can put activities and this may be an alternative solution.&lt;br /&gt;
&lt;br /&gt;
Note: In theme [http://moodle.org/mod/forum/discuss.php?d=42325 Including wiki page in other Moodle resources] was announced filter, which can include wiki-page into any filterable place. In summ with existing html block it sounds like solution for this suggestion! --[[User:Ne Nashev|Ne Nashev]] 07:52, 26 March 2006 (WST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Including wiki page in other Moodle resources ==&lt;br /&gt;
I suggest add to standard filters (like Autoformat, Markdown) tag which allow include content (not a link) of wiki page (without editing). This will allow to use wiki as general place for storage texts and use them in resources, lessons and so on.&lt;br /&gt;
&lt;br /&gt;
Note: In theme [http://moodle.org/mod/forum/discuss.php?d=42325 Including wiki page in other Moodle resources] was announced this filter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
The words &amp;quot;Change to one of the following editors&amp;quot; tells the new user to change to an editor other than the default editor.  As this works now, the choice cannot be changed once selected.&lt;br /&gt;
&lt;br /&gt;
In order to avoid this confusion, the teacher should be able to make the default editor the only choice.&lt;br /&gt;
&lt;br /&gt;
In the meantime, the option &amp;quot;Change to one of the following editors&amp;quot; could be moved down below the buttons: save, preview, cancel.&lt;br /&gt;
&lt;br /&gt;
That way new users will be more likely to use the default editor and not lock themselves into one of the other options.&lt;br /&gt;
[http://moodle.org/mod/forum/discuss.php?d=39191 forum tread]&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Moodle wide metawiki==&lt;br /&gt;
&lt;br /&gt;
We need a metawiki index to easily link between wikis.&lt;br /&gt;
The idea is to have admin tool to manage the wiki-names to be able to &lt;br /&gt;
refer easily from one wiki to another like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt; [wiki-name:wikipagename|label to link]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Special wiki pages ==&lt;br /&gt;
&lt;br /&gt;
=== Wiki reference. ===&lt;br /&gt;
To implement biblio references... a link like &lt;br /&gt;
&amp;lt;nowiki&amp;gt;[ref:refname]&amp;lt;/nowiki&amp;gt; Will lead us to a editing page with a  form (maybe a [[database module]] form) to enter the biblio reference ( title, author, isbn, link , pages ... and so on )...&lt;br /&gt;
Once we got that any page with a reference to a biblio ref will get printed at its bottom the complete reference and a link to it. &lt;br /&gt;
&lt;br /&gt;
This feature proposal comes within the [[wikibook]] line of work&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== weird course interaction stuff ==&lt;br /&gt;
If you select &#039;social&#039; course format you have the option of inserting a social activities block... I don&#039;t get that option if I select DFWiki, but I think I should so I can add other Moodle activities... (using Moodle 1.6)&lt;br /&gt;
&lt;br /&gt;
Otherwise, when I go to admin/site I can choose to display 1 topic section where I can put activities and this may be an alternative solution.&lt;br /&gt;
&lt;br /&gt;
Also if I modify a course that had a different format, such as topics ,to be DFWiki the course crashes and you cannot get back to original course format because of the error it throws up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[wiki]]&lt;br /&gt;
*[[Dfwiki]]&lt;br /&gt;
*[http://morfeo.upc.es/crom/course/view.php?id=4 DFWikilabs]&lt;br /&gt;
*[[Development:Wiki requirements]]&lt;/div&gt;</summary>
		<author><name>Stuartmanderson</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Filters&amp;diff=13471</id>
		<title>Filters</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Filters&amp;diff=13471"/>
		<updated>2006-07-28T12:09:49Z</updated>

		<summary type="html">&lt;p&gt;Stuartmanderson: /* Algebra */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Filters&#039;&#039;&#039; allow for the for the automatic transformation of entered text into different, often more complex forms. For example the titles of [[Resources]] can automatically become hyperlinks that take you to the relevant resource, URLs pointing to [[mp3]] files can become [[Flash]] controls embedded in the webpage that let you pause and rewind the audio. The possibilities are endless and there are a number of standard filters included with Moodle and many more specialized filters contributed by the community.&lt;br /&gt;
&lt;br /&gt;
Filters may be added or removed simply by using a file manager to add or remove them to the /filters directory.  Moodle detects those that are present and makes them available to use.&lt;br /&gt;
&lt;br /&gt;
==Filters administration screen==&lt;br /&gt;
&lt;br /&gt;
The filters administration screen enables individual filters to be shown (enabled) or hidden (disabled). Only enabled filters will be applied to displayed text. The order in which filters are applied to displayed text can be significant - you can change the order in which enabled filters are applied using the up and down buttons. The enabled filters are applied from the top of the list down. Some filters have their own settings screen, see the documentation for the individual filter for information.&lt;br /&gt;
&lt;br /&gt;
===Cache Controls===&lt;br /&gt;
&lt;br /&gt;
====Text cache lifetime====&lt;br /&gt;
&lt;br /&gt;
To reduce load on the server and to speed display of pages, Moodle can store previously processed pages (that have not changed) for a period of time. This setting controls the time for which processed pages are stored. A longer setting may improve performance but has the effect that changes to pages may not become visible for a time. You can switch caching off completely here.&lt;br /&gt;
&lt;br /&gt;
====Filter uploaded files====&lt;br /&gt;
&lt;br /&gt;
This setting enables uploaded files (HTML and text only) to be processed by the filters system. You can choose to have none, only HTML or all files filtered. &lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.6}}&lt;br /&gt;
&lt;br /&gt;
====Filter match once per page====&lt;br /&gt;
&lt;br /&gt;
This setting effects the glossary, activity and resource linking filters. If set to yes, only the first match on the complete page will be converted to a link. All others will be ignored.&lt;br /&gt;
&lt;br /&gt;
====Filter match once per text====&lt;br /&gt;
&lt;br /&gt;
This setting effects the glossary, activity and resource linking filters. If set to yes, only the first match in a discrete block of text will be converted to a link. All others in that text block will be ignored.&lt;br /&gt;
&lt;br /&gt;
====Filter all strings====&lt;br /&gt;
&lt;br /&gt;
When set to yes, all Moodle text will be filtered. This is probably only necessary when using the multi-language filter.&lt;br /&gt;
&lt;br /&gt;
=== Config.php settings ===&lt;br /&gt;
&lt;br /&gt;
For Moodle 1.6 see the Cache Settings above. The following two settings affect the glossary, activity and resource linking filters:&lt;br /&gt;
&lt;br /&gt;
To convert only the first matching title on a page, insert or uncomment the  following line in config.php&lt;br /&gt;
&lt;br /&gt;
    $CFG-&amp;gt;filtermatchoneperpage = true;&lt;br /&gt;
&lt;br /&gt;
To convert only the first matching title in a discrete block of text, insert or uncomment the following line in config.php&lt;br /&gt;
&lt;br /&gt;
    $CFG-&amp;gt;filtermatchonepertext = true;&lt;br /&gt;
&lt;br /&gt;
==Algebra==&lt;br /&gt;
&lt;br /&gt;
This filter will convert algebra code into GIF images. It requires the tex filter to be installed ([[#TeX notation|see below]]). Note also that your system must also include the following Perl module: HTML::Entities.pm&lt;br /&gt;
&lt;br /&gt;
==Glossary auto-linking==&lt;br /&gt;
&lt;br /&gt;
As the name suggests, this filter enables automatic linking of [[mod/glossary/index|glossary]] entries. In addition to this filter, individual glossary entries should have the &amp;quot;This entry should be automatically linked&amp;quot; box checked.&lt;br /&gt;
&lt;br /&gt;
==Multimedia plugins==&lt;br /&gt;
&lt;br /&gt;
See [[Multimedia plugins]]&lt;br /&gt;
&lt;br /&gt;
==Multi-language content==&lt;br /&gt;
&lt;br /&gt;
This filter enables resources to be created in multiple languages. It looks for &amp;lt;lang&amp;gt; tags which indicate that a text contains multiple languages. Then it selects and outputs the best language for the current user. The language of the resource will change when the user changes their selected Moodle language. &lt;br /&gt;
&lt;br /&gt;
To use this feature first create your contents in multiple languages (in the same resource). Then enclose each language block in the following tags:&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;nowiki&amp;gt;&amp;lt;span lang=&amp;quot;XX&amp;quot;&amp;gt;your_content_here&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span lang=&amp;quot;YY&amp;quot;&amp;gt;your_content_in_other_language_here&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==TeX notation==&lt;br /&gt;
&lt;br /&gt;
See [[TeX filter]]&lt;br /&gt;
&lt;br /&gt;
==Tidy==&lt;br /&gt;
&lt;br /&gt;
The tidy filter checks whether HTML code is XHTML compliant, tidying where necessary. To make this filter work you need to have PHP compiled. The discussion [http://moodle.org/mod/forum/discuss.php?d=28418 Tidy Filter for Moodle 1.5] contains more details.&lt;br /&gt;
&lt;br /&gt;
==Word censorship==&lt;br /&gt;
&lt;br /&gt;
See [[Word censorship]]&lt;br /&gt;
&lt;br /&gt;
==Non-standard filters==&lt;br /&gt;
&lt;br /&gt;
* [[Jmol filter|Jmol]] - for interactive 3D viewing of molecular structures&lt;br /&gt;
* [[Code Syntax Highlighting]] - for more readable excerpts of programming languages including [[PHP]], [[HTML]], [[CSS]], and XML amongst many others&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Filter]]&lt;br /&gt;
&lt;br /&gt;
[[es:Filtros (Administrador)]]&lt;/div&gt;</summary>
		<author><name>Stuartmanderson</name></author>
	</entry>
	<entry>
		<id>https://docs.moodle.org/37/en/index.php?title=Filters&amp;diff=13470</id>
		<title>Filters</title>
		<link rel="alternate" type="text/html" href="https://docs.moodle.org/37/en/index.php?title=Filters&amp;diff=13470"/>
		<updated>2006-07-28T12:08:58Z</updated>

		<summary type="html">&lt;p&gt;Stuartmanderson: /* Algebra */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Filters&#039;&#039;&#039; allow for the for the automatic transformation of entered text into different, often more complex forms. For example the titles of [[Resources]] can automatically become hyperlinks that take you to the relevant resource, URLs pointing to [[mp3]] files can become [[Flash]] controls embedded in the webpage that let you pause and rewind the audio. The possibilities are endless and there are a number of standard filters included with Moodle and many more specialized filters contributed by the community.&lt;br /&gt;
&lt;br /&gt;
Filters may be added or removed simply by using a file manager to add or remove them to the /filters directory.  Moodle detects those that are present and makes them available to use.&lt;br /&gt;
&lt;br /&gt;
==Filters administration screen==&lt;br /&gt;
&lt;br /&gt;
The filters administration screen enables individual filters to be shown (enabled) or hidden (disabled). Only enabled filters will be applied to displayed text. The order in which filters are applied to displayed text can be significant - you can change the order in which enabled filters are applied using the up and down buttons. The enabled filters are applied from the top of the list down. Some filters have their own settings screen, see the documentation for the individual filter for information.&lt;br /&gt;
&lt;br /&gt;
===Cache Controls===&lt;br /&gt;
&lt;br /&gt;
====Text cache lifetime====&lt;br /&gt;
&lt;br /&gt;
To reduce load on the server and to speed display of pages, Moodle can store previously processed pages (that have not changed) for a period of time. This setting controls the time for which processed pages are stored. A longer setting may improve performance but has the effect that changes to pages may not become visible for a time. You can switch caching off completely here.&lt;br /&gt;
&lt;br /&gt;
====Filter uploaded files====&lt;br /&gt;
&lt;br /&gt;
This setting enables uploaded files (HTML and text only) to be processed by the filters system. You can choose to have none, only HTML or all files filtered. &lt;br /&gt;
&lt;br /&gt;
{{Moodle 1.6}}&lt;br /&gt;
&lt;br /&gt;
====Filter match once per page====&lt;br /&gt;
&lt;br /&gt;
This setting effects the glossary, activity and resource linking filters. If set to yes, only the first match on the complete page will be converted to a link. All others will be ignored.&lt;br /&gt;
&lt;br /&gt;
====Filter match once per text====&lt;br /&gt;
&lt;br /&gt;
This setting effects the glossary, activity and resource linking filters. If set to yes, only the first match in a discrete block of text will be converted to a link. All others in that text block will be ignored.&lt;br /&gt;
&lt;br /&gt;
====Filter all strings====&lt;br /&gt;
&lt;br /&gt;
When set to yes, all Moodle text will be filtered. This is probably only necessary when using the multi-language filter.&lt;br /&gt;
&lt;br /&gt;
=== Config.php settings ===&lt;br /&gt;
&lt;br /&gt;
For Moodle 1.6 see the Cache Settings above. The following two settings affect the glossary, activity and resource linking filters:&lt;br /&gt;
&lt;br /&gt;
To convert only the first matching title on a page, insert or uncomment the  following line in config.php&lt;br /&gt;
&lt;br /&gt;
    $CFG-&amp;gt;filtermatchoneperpage = true;&lt;br /&gt;
&lt;br /&gt;
To convert only the first matching title in a discrete block of text, insert or uncomment the following line in config.php&lt;br /&gt;
&lt;br /&gt;
    $CFG-&amp;gt;filtermatchonepertext = true;&lt;br /&gt;
&lt;br /&gt;
==Algebra==&lt;br /&gt;
&lt;br /&gt;
This filter will convert algebra code into GIF images. It requires the tex filter to be installed ([[#TeX notation|see below]]). Note also that you system must also include the following Perl module HTML::Entities.pm&lt;br /&gt;
&lt;br /&gt;
==Glossary auto-linking==&lt;br /&gt;
&lt;br /&gt;
As the name suggests, this filter enables automatic linking of [[mod/glossary/index|glossary]] entries. In addition to this filter, individual glossary entries should have the &amp;quot;This entry should be automatically linked&amp;quot; box checked.&lt;br /&gt;
&lt;br /&gt;
==Multimedia plugins==&lt;br /&gt;
&lt;br /&gt;
See [[Multimedia plugins]]&lt;br /&gt;
&lt;br /&gt;
==Multi-language content==&lt;br /&gt;
&lt;br /&gt;
This filter enables resources to be created in multiple languages. It looks for &amp;lt;lang&amp;gt; tags which indicate that a text contains multiple languages. Then it selects and outputs the best language for the current user. The language of the resource will change when the user changes their selected Moodle language. &lt;br /&gt;
&lt;br /&gt;
To use this feature first create your contents in multiple languages (in the same resource). Then enclose each language block in the following tags:&lt;br /&gt;
&lt;br /&gt;
       &amp;lt;nowiki&amp;gt;&amp;lt;span lang=&amp;quot;XX&amp;quot;&amp;gt;your_content_here&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;span lang=&amp;quot;YY&amp;quot;&amp;gt;your_content_in_other_language_here&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==TeX notation==&lt;br /&gt;
&lt;br /&gt;
See [[TeX filter]]&lt;br /&gt;
&lt;br /&gt;
==Tidy==&lt;br /&gt;
&lt;br /&gt;
The tidy filter checks whether HTML code is XHTML compliant, tidying where necessary. To make this filter work you need to have PHP compiled. The discussion [http://moodle.org/mod/forum/discuss.php?d=28418 Tidy Filter for Moodle 1.5] contains more details.&lt;br /&gt;
&lt;br /&gt;
==Word censorship==&lt;br /&gt;
&lt;br /&gt;
See [[Word censorship]]&lt;br /&gt;
&lt;br /&gt;
==Non-standard filters==&lt;br /&gt;
&lt;br /&gt;
* [[Jmol filter|Jmol]] - for interactive 3D viewing of molecular structures&lt;br /&gt;
* [[Code Syntax Highlighting]] - for more readable excerpts of programming languages including [[PHP]], [[HTML]], [[CSS]], and XML amongst many others&lt;br /&gt;
&lt;br /&gt;
[[Category:Administrator]]&lt;br /&gt;
[[Category:Filter]]&lt;br /&gt;
&lt;br /&gt;
[[es:Filtros (Administrador)]]&lt;/div&gt;</summary>
		<author><name>Stuartmanderson</name></author>
	</entry>
</feed>