Поиск:
Войти  |  Language:  En | Ru

Fidolook

FL Online Help

PmWiki



Редакторовать Панель
Главная.GroupAttributes?
Users.GroupAttributes

Последние Изменения Для печати История Редактировать

Organization of PmWiki files

  • pmwiki.php is the main script that runs this wiki system.
  • local (directory) is a good place to store PerGroupCustomizations and other LocalCustomizations.
    • local/config.php contains site-wide configuration settings
    • local/localmap.txt contains locally-defined CustomInterMap shortcuts.
  • pub (directory) contains files to be made available to browsers, such as images and .css files
  • wiki.d (directory) contains wiki pages created by users, stored as individual text files. It is created automatically the first time pmwiki.php is run. Filenames consist of Groupname.Pagename. Deleted pages are Groupname.Pagename,time. You can physically remove deleted files from this directory only via a shell or FTP command.
  • wikilib.d (directory) contains default wiki pages supplied with the PmWiki distribution. The files in this directory are used whenever a page of the same name doesn't exist in the wiki.d directory.
  • scripts (directory) contains add-on scripts including:
    • intermap.txt defines default InterMap "shortcuts" for certain URLs.
    • faq.php
    • includeurl.php
    • pgcust.php
    • pmwe
    • simple-journal.php
    • trails.php
  • COPYING is a copy of the GNU General Public License.

<< EditQuickReference | PmWiki.DocumentationIndex | PageLayout >>