Difference between revisions of "PKC/Output"

From PKC
Jump to navigation Jump to search
Line 4: Line 4:
#All the uploaded files, assuming the file names are accepted by the host operating system, will be dumped to the "backup/MediaFile/" sub-directory.
#All the uploaded files, assuming the file names are accepted by the host operating system, will be dumped to the "backup/MediaFile/" sub-directory.
#New applications and data processing patterns can be defined by [[Data Flow]]
#New applications and data processing patterns can be defined by [[Data Flow]]
#Please carefully read [[Explaining LocalSettings.php]] to see how the MediaWiki is being set up.
<noinclude>
<noinclude>
=References=
=References=
<references/>
<references/>
</noinclude>
</noinclude>

Revision as of 01:29, 16 February 2022

  1. A localized instance of Personal Knowledge Container, which can be accessed on [1].
  2. Every 30 minutes, all the changes you made to your local instance of MediaWiki will be automatically backed up to the directory's "backup/" sub-directory.
  3. The textual content stored in MediaWiki's database can will be stored in an XML file: XLPLATEST.xml
  4. All the uploaded files, assuming the file names are accepted by the host operating system, will be dumped to the "backup/MediaFile/" sub-directory.
  5. New applications and data processing patterns can be defined by Data Flow
  6. Please carefully read Explaining LocalSettings.php to see how the MediaWiki is being set up.

References