NacoWiki PHP API

Documentation

Table of Contents

Packages

NWiki
NWikiApp
Plugins
Parsedown

Namespaces

NWiki

Classes

NacoWikiApp
Main Application class
Albatros
Blogging site generation
AutoTag
NacoWiki AutoTag
PluginCode
Implements media handling for programming source code
PluginEmoji
Emoji ッ Plugin
PluginHTML
HTML media handler
PluginIncludes
PluginIncludes
ParsedownExtension
Further Extends Parsedown
Parsedown
Parsedown http://parsedown.org
ParsedownExtra
Parsedown Extra https://github.com/erusev/parsedown-extra
DynamicParent
Parsedown http://parsedown.org
ParsedownToC
Implements ParsedowToC
PluginMarkdown
NacoWiki MarkDown
PluginVars
NacoWiki Vars Plugin
PluginWikiLinks
Wiki style links
SiteGen
Site generation
Versions
NacoWiki Versions
YoutubeLinks
Shortocdes for youtube links

Constants

APP_DIR  = \dirname(\realpath(__FILE__)) . '/'
Current application code directory.
APP_NAME  = 'NacoWiki'
Canonical name of the NacoWiki application
APP_URL  = 'https://github.com/iliu-net/NacoWiki/'
URL of the NacoWiki application
APP_VERSION  = \trim(\file_get_contents(\dirname(\realpath(__FILE__)) . '/VERSION'))
NacoWiki Application version
EM_NONE  = 0
Used by NacoWikiApp::errMsg to indicate that no special processing is needed
EM_PHPERR  = 1
Used by NacoWikiApp::errMsg to indicate that PHP Error needs to be displayed

Constants

APP_DIR

Current application code directory.

public string APP_DIR = \dirname(\realpath(__FILE__)) . '/'

APP_NAME

Canonical name of the NacoWiki application

public string APP_NAME = 'NacoWiki'

APP_URL

URL of the NacoWiki application

public string APP_URL = 'https://github.com/iliu-net/NacoWiki/'

APP_VERSION

NacoWiki Application version

public string APP_VERSION = \trim(\file_get_contents(\dirname(\realpath(__FILE__)) . '/VERSION'))

EM_NONE

Used by NacoWikiApp::errMsg to indicate that no special processing is needed

public mixed EM_NONE = 0

@var int

EM_PHPERR

Used by NacoWikiApp::errMsg to indicate that PHP Error needs to be displayed

public int EM_PHPERR = 1

Search results