User Tools

Site Tools


basics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
basics [2013/09/06 19:17]
Timbow [Some Definitions]
basics [2017/03/19 13:53] (current)
Timbow [Some Definitions]
Line 10: Line 10:
   * ''​mydomain.tld/​path-to-get-simple/​**data/​uploads**'' ​  - this is where you upload files either directly using the [[http://​get-simple.info/​wiki/​file_management|Files Tab]] or an external FTP-program.   * ''​mydomain.tld/​path-to-get-simple/​**data/​uploads**'' ​  - this is where you upload files either directly using the [[http://​get-simple.info/​wiki/​file_management|Files Tab]] or an external FTP-program.
   * ''​mydomain.tld/​path-to-get-simple/​**plugins**'' ​  - here you upload plugins.   * ''​mydomain.tld/​path-to-get-simple/​**plugins**'' ​  - here you upload plugins.
-  * ''​mydomain.tld/​path-to-get-simple/​**theme**'' ​  - here you upload themes which you want to use in GetSimple, each theme in it's own subdirectory.+  * ''​mydomain.tld/​path-to-get-simple/​**theme**'' ​  - here you upload themes which you want to use in GetSimple, each theme in it's own named folder.
  
 =====Page Names, Titles and Slugs===== =====Page Names, Titles and Slugs=====
Line 19: Line 19:
   * An html title as defined in the head section of the page's html. It might be the same as the Page Title or defined by the [[http://​get-simple.info/​extend/​plugin/​custom-title/​240/​|Custom Title plugin]].   * An html title as defined in the head section of the page's html. It might be the same as the Page Title or defined by the [[http://​get-simple.info/​extend/​plugin/​custom-title/​240/​|Custom Title plugin]].
  
-They might be all the same and they might be all different.+They might be all the same and they might be all different. And there is a Site Title too.
 =====Some Definitions===== =====Some Definitions=====
   * The Following might be unfamiliar terms:   * The Following might be unfamiliar terms:
-    * **File Permissions and chmod**: On a Linux Server '​permissions'​ are set for files and folders to control who can read , write, and execute them. Chmod (**Ch**ange **Mod**e)is the command to alter those permissions.+    * **File Permissions and chmod**: On a Linux Server '​permissions'​ are set for files and folders to control who can read , write, and execute them. Chmod (**Ch**ange **Mod**e) is the command to alter those permissions.
     * **htaccess**:​ An .htaccess (**h**yper**t**ext **access**) file is a configuration file used by apache servers to control access to files and directories. The file is found in the directory it applies to.     * **htaccess**:​ An .htaccess (**h**yper**t**ext **access**) file is a configuration file used by apache servers to control access to files and directories. The file is found in the directory it applies to.
     * **Themes**: The theme is the set of files which control the look and layout of a GetSimple site. A Wordpress term.     * **Themes**: The theme is the set of files which control the look and layout of a GetSimple site. A Wordpress term.
-    * **Templates**:​ A theme can include any number of Templates which define different ​optional ​page layouts or include different pieces of code.+    * **Templates**:​ A theme can include any number of page Templates which contain the html to define different page layouts or include different pieces of code. The default template is always named template.php and is in the theme folder. In some themes (like the Innovation theme) the template file is [[theme:​advanced|split into parts]].
     * **Plugins**:​ Plugins contain additional code for extra functionality. Another Wordpress term.     * **Plugins**:​ Plugins contain additional code for extra functionality. Another Wordpress term.
 +    * **Components**:​ A component is a piece of text, html, php or other code which can be inserted into a page template. See [[components|Components]]
 ======Links====== ======Links======
 Back to the GetSimple Wiki [[:​start|Contents Page]] Back to the GetSimple Wiki [[:​start|Contents Page]]
basics.1378495078.txt.gz ยท Last modified: 2013/09/06 19:17 by Timbow