Diff: Help/SystemInfoPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 4 and predecessor to the previous major change of Help/SystemInfoPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 4 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
| Older page: | version 3 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
@@ -1,20 +1,18 @@
  
  
  
  
  
-The **~SystemInfo** [[Help:WikiPlugin|plugin]] 
provides access to lower level system information for the platform ~
PhpWiki is installed on. 
+The SystemInfoPlugin 
provides access to lower level system information for the platform PhpWiki is installed on. 
-== 
Usage ==
 
+<verbatim> 
 
+ 
Usage:  <?plugin SystemInfo all ?> 
 
+      or <?plugin SystemInfo pagestats cachestats discspace hitstats ?> 
 
+      or <?plugin SystemInfo version ?> 
 
+      or <?plugin SystemInfo current_theme ?> 
 
+      or <?plugin SystemInfo PHPWIKI_DIR ?> 
 
+</verbatim>
 
-{{{ 
 
-         <<SystemInfo all>> 
 
-      or <<SystemInfo pagestats cachestats discspace hitstats>> 
 
-      or <<SystemInfo version>> 
 
-      or <<SystemInfo current_theme>> 
 
-      or <<SystemInfo PHPWIKI_DIR>> 
 
-}}}
 
+Example:
 
-== Example ==
 
+<?plugin SystemInfo all ?>
 
-<<SystemInfo all>>
 
-<noinclude> 
 
-
----  
-[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
  
-</noinclude>
 
+---------
----  
+  
+PhpWikiDocumentation Help:WikiPlugin
 
version 4
The SystemInfoPlugin provides access to lower level system information for the platform PhpWiki is installed on.
 Usage:  <?plugin SystemInfo all ?>
      or <?plugin SystemInfo pagestats cachestats discspace hitstats ?>
      or <?plugin SystemInfo version ?>
      or <?plugin SystemInfo current_theme ?>
      or <?plugin SystemInfo PHPWIKI_DIR ?>
Example:
| Application name | PhpWiki | 
|---|---|
| PhpWiki engine version | 1.6.0 | 
| Database | DATABASE_TYPE: file, DATABASE_TIMEOUT: 12 | 
| Cache statistics | cached pagedata: 7, cached versiondata: 6 | 
| Page statistics | 865 pages, 865 not-empty pages | 
| User statistics | 0 homepages | 
| Hit statistics | total hits: 3713387, max: 256050, mean: 4292.933, median: 1159, stddev: 65.558; 840 pages with less than 25605 hits (<10%). 2 page(s) with more than 230445 hits (>90%). | 
| Harddisc usage | Application size: 23517784 KiB, Pagedata size: 165468 KiB | 
| Wikiname regexp | (?<![[:alnum:]])(?:[[:upper:]][[:lower:][:digit:]]+){2,}(?![[:alnum:]]) | 
| Allowed protocols | http https mailto ftp news nntp ssh gopher | 
| Inline images | png jpg jpeg gif | 
| Available plugins | Total 136 plugins: AddComment, AllPages, AllUsers, AnalyseAccessLogSql, AppendText, AsciiMath, AsciiSVG, AtomFeed, AuthorHistory, BackLinks, BlogArchives, BlogJournal, BoxRight, CacheTest, Calendar, CalendarList, Chart, Comment, CreateBib, CreatePage, CreateToc, CurrentTime, DeadEndPages, DebugAuthInfo, DebugBackendInfo, DebugGroupInfo, DebugRetransform, Diff, DynamicIncludePage, EditMetaData, ExternalSearch, FacebookLike, FileInfo, FoafViewer, FullTextSearch, FuzzyPages, GoogleMaps, GooglePlugin, GoTo, GraphViz, HelloWorld, HtmlConverter, IncludePage, IncludePages, IncludeSiteMap, IncludeTree, InterWikiSearch, JabberPresence, LdapSearch, LikePages, LinkDatabase, LinkSearch, ListPages, ListRelations, ListSubpages, MediawikiTable, ModeratedPage, MostPopular, NewPagesPerUser, NoCache, OldStyleTable, OrphanedPages, PageDump, PageGroup, PageHistory, PageInfo, PageTrail, PasswordReset, PhotoAlbum, PhpHighlight, Ploticus, PluginManager, PopularNearby, PopularTags, PopUp, PreferenceApp, PrevNext, Processing, RandomPage, RateIt, RawHtml, RecentChanges, RecentChangesCached, RecentComments, RecentEdits, RecentReferrers, RedirectTo, RelatedChanges, RichTable, RssFeed, SearchHighlight, SemanticRelations, SemanticSearch, SemanticSearchAdvanced, SiteMap, SpellCheck, SqlResult, SyncWiki, SyntaxHighlighter, SystemInfo, Template, TeX2png, text2png, TexToPng, TitleSearch, Transclude, TranslateText, UnfoldSubpages, UpLoad, UriResolver, UserPreferences, UserRatings, Video, VisualWiki, WantedPages, WatchPage, WhoIsOnline, WikiAdminChown, WikiAdminDeleteAcl, WikiAdminPurge, WikiAdminRemove, WikiAdminRename, WikiAdminSearchReplace, WikiAdminSelect, WikiAdminSetAcl, WikiAdminSetAclSimple, WikiAdminSetExternal, WikiAdminUtils, WikiBlog, WikicreoleTable, WikiForm, WikiFormRich, WikiForum, WikiPoll, WikiTranslation, YouTube | 
| Supported languages | Total of 9 languages: de, en, es, fr, it, ja, nl, sv, zh. Current language: en | 
| Supported themes | Total of 13 themes: blog, Crao, default, Hawaiian, MacOSX, MonoBook, Portland, shamino_com, Sidebar, smaller, SpaceWiki, wikilens, Wordpress. Current theme: Sidebar | 
Help: