<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Moodle_site_moodle_directory</id>
	<title>Moodle site moodle directory - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Moodle_site_moodle_directory"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_site_moodle_directory&amp;action=history"/>
	<updated>2026-05-06T18:46:33Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Moodle_site_moodle_directory&amp;diff=4245&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_site_moodle_directory&amp;diff=4245&amp;oldid=prev"/>
		<updated>2024-10-18T06:42:58Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:42, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Moodle_site_moodle_directory&amp;diff=4244&amp;oldid=prev</id>
		<title>1&gt;Germanvaleroelizondo: Added link to spanish translation of page</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Moodle_site_moodle_directory&amp;diff=4244&amp;oldid=prev"/>
		<updated>2019-03-26T17:53:06Z</updated>

		<summary type="html">&lt;p&gt;Added link to spanish translation of page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:Installing Moodle}}&lt;br /&gt;
The Moodle code is located in its own directory (folder) with files and sub-directories.   Generally speaking, these can be found in the zip file in the standard download in and will be unpacked in a directory called &amp;quot;moodle&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
There are some key files in the &amp;quot;moodle&amp;quot; directory:&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;config.php&amp;#039;&amp;#039; - contains basic settings. This file does not come with Moodle.  It is created when the  install.php script runs or it can be created and edited manually.&lt;br /&gt;
:&amp;#039;&amp;#039;install.php&amp;#039;&amp;#039; - the script that will run to create config.php&lt;br /&gt;
:&amp;#039;&amp;#039;version.php&amp;#039;&amp;#039; - defines the current version of Moodle code&lt;br /&gt;
:&amp;#039;&amp;#039;index.php&amp;#039;&amp;#039; - the front page of the site&lt;br /&gt;
&lt;br /&gt;
==Moodle directories==&lt;br /&gt;
Located in the &amp;quot;moodle&amp;quot; directory are many sub directories, each will contain more sub directories and php code files. Some of them include:&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;admin/&amp;#039;&amp;#039; - code to administrate the whole server&lt;br /&gt;
:&amp;#039;&amp;#039;auth/&amp;#039;&amp;#039; - plugin modules to authenticate users&lt;br /&gt;
:&amp;#039;&amp;#039;blocks/&amp;#039;&amp;#039; - plugin modules for the little side blocks on many pages&lt;br /&gt;
:&amp;#039;&amp;#039;calendar/&amp;#039;&amp;#039; - all the code for managing and displaying calendars&lt;br /&gt;
:&amp;#039;&amp;#039;course/&amp;#039;&amp;#039; - code to display and manage courses&lt;br /&gt;
:&amp;#039;&amp;#039;files/&amp;#039;&amp;#039; - code to display and manage uploaded files&lt;br /&gt;
:&amp;#039;&amp;#039;lang/&amp;#039;&amp;#039; - texts in different languages, one directory per language&lt;br /&gt;
:&amp;#039;&amp;#039;lib/&amp;#039;&amp;#039; - libraries of core Moodle code&lt;br /&gt;
:&amp;#039;&amp;#039;login/&amp;#039;&amp;#039; - code to handle login and account creation&lt;br /&gt;
:&amp;#039;&amp;#039;mod/&amp;#039;&amp;#039; - all the main Moodle course modules are here&lt;br /&gt;
:&amp;#039;&amp;#039;pix/&amp;#039;&amp;#039; - generic site graphics&lt;br /&gt;
:&amp;#039;&amp;#039;repository/&amp;#039;&amp;#039; - code to handle the 2.x file handling system&lt;br /&gt;
:&amp;#039;&amp;#039;theme/&amp;#039;&amp;#039; - theme packs/skins to change the look of the site&lt;br /&gt;
:&amp;#039;&amp;#039;user/&amp;#039;&amp;#039; - code to display and manage users&lt;br /&gt;
&lt;br /&gt;
==moodledata - another folder==&lt;br /&gt;
&amp;quot;moodledata&amp;quot; is a folder that contains user files, course files, site language, cached and other information.  It is created in the Moodle install process.  It should be located outside of the &amp;quot;moodle&amp;quot; folder and is called by default &amp;quot;moodledata&amp;quot;.   See [[Installing_Moodle#Create_the_.28moodledata.29_data_directory]].&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[Installing Moodle]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[de:Moodle-Verzeichnis]]&lt;br /&gt;
[[es:Directorio Moodle del sitio Moodle]]&lt;/div&gt;</summary>
		<author><name>1&gt;Germanvaleroelizondo</name></author>
	</entry>
</feed>