=====Files of Wikka===== >>==See also:== ~-WikkaCore for information on wikka.php, the central "engine" of Wikka. ~-WikkaCodeStructure for an idea where the structure of the directories is heading. ~-ThirdPartyInfo for further details about bundled third-party software. >> This page lists the files included in the offical release and explains (short) what they do. """"::c:: ====root==== ~//the main directory of wikka, with the main files.// ##.htaccess## - handels the access to this folder ##index.php## ##[[InterWiki | interwiki.conf]]## ##[[MimeTypesFile | mime_types.txt]]## ##[[WikkaCore | wikka.php]]## ====/3rdparty/==== ~//This directory contains [[ThirdPartyInfo | third-party software bundeld with Wikka]].// ===/3rdparty/core/=== ~//Contains third-party software considered essential to Wikka.// ==/3rdparty/core/safehtml/== ~//SafeHTML is needed to deal with HTML in Wikka pages in a safe manner.// ##license.txt## ##readme.txt## ==/3rdparty/core/safehtml/classes/== ~//The files for SafeHTML// ##HTMLSax.php## ##safehtml.php## ===/3rdparty/plugins/=== ~//Contains third-party software that are useful extensions to Wikka's functionality.// ==/3rdparty/plugins/freemind/== ~//Files that enable the display and embedding of FreeMind maps.// ##.htaccess## ##freemindbrowser.jar## ##fullscreen.php## ==/3rdparty/plugins/geshi/== ~//Contains the GeSHi code highlighting package.// ##geshi.php## ##wikka changes.txt## ==3rdparty/plugins/geshi/docs== ~//Contains readme files for GeSHi// ##bugs CHANGES COPYING readme thanks todo## ==3rdparty/plugins/geshi/geshi== ~//Contains the files for the languages, which GeSHi can highlight// ##actionscript.php ada.php apache.php asm.php asp.php bash.php blitzbasic.php c.php c_mac.php caddcl.php cadlisp.php cfdg.php cfm.php cpp.php csharp.php css-gen.cfg css.php delphi.php diff.php div.php dos.php eiffel.php fortran.php freebasic.php gml.php groovy.php html4strict.php ini.php inno.php java5.php java.php javascript.php lisp.php lua.php matlab.php mpasm.php mysql.php nsis.php objc.php ocaml-brief.php ocaml.php oobas.php oracle8.php pascal.php perl.php php-brief.php php.php phyton.php qbasic.php reg.php robots.php ruby.php sas.php scheme.php sdlbasic.php smarty.php sql.php tcl.php text.php tsql.php vb.php vbnet.php visualfoxpro.php winbatch.php xml.php## ==/3rdparty/plugins/onyx-rss/== ~//Contains the [[OnyxRss | Onyx RSS reader]].// ##COPYING onyx-rss.php readme todo## ==/3rdparty/plugins/wikiedit/== ~//The page-editor toolbar WikiEdit.// ##.htaccess docs.txt LICENSE.TXT protoedit.js sel.htc wikiedit2.js wikiedit_sr.js## ==/3rdparty/plugins/wikiedit/images/== ~//All the images for WikiEdit.// ##bold.gif center.gif copy.gif createimage.gif createlink.gif createtable.gif cut.gif find.gif forecolor.gif h1-1.gif h1.gif h2.gif h3.gif help.gif hilitecolor.gif hr.gif indent.gif italic.gif justify.gif left.gif ol.gif outdent.gif paste.gif quote.gif redo.gif right.gif strike.gif textred.gif ul.gif underline.gif undo.gif word.gif## ====/actions/==== ~//This directory stores the [[ActionsInfo | actions]].// ##backlinks.php calendar.php category.php color.php colour.php contact.php countcomments.php countowned.php countpages.php countusers.php emailpassword.php feedback.php files.php flash.php footer.php geshiversion.php googleform.php header.php highscores.php image.php include.php interwikilist.php lastedit.php lastusers.php mindmap.php mychanges.php mypages.php mysqlversion.php newpage.php nocomments.php orphanedpages.php ownedpages.php pageindex.php phpversion.php recentchanges.php recentcomments.php recentlycommented.php rss.php system.php table.php textsearch.php textsearchexpanded.php usersettings.php wantedpages.php wikkachanges.php wikkaname.php wikkaversion.php ## ====/css/==== ~//In this directory, the css files are located, the [[WikkaSkins | stylesheets ("skins")]].// ##.htaccess## - handels the access to this folder ##print.css ## - layout of wikka-pages for printing ##setup.css## - layout for the installer / upgrader ##wikka.css## - general layout for wikka-pages ##xml.css## - layout for xml ====/docs/==== ~//Stores [[WikkaDocumentation | documentation files]].// ##changes.txt INSTALL.txt README.txt thirdparty.txt UPGRADE.txt ""WakkaWiki"".LICENSE ""Wikka.LICENSE""## ====/formatters/==== ~//Files which handle the [[FormatterInfo | formatting of code]] in Wikka.// ##code.php email.php ini.php php.php wakka.php## ====/handlers/==== ~//Contains the [[HandlerInfo | handlers]] for Wikka.// ===/handlers/page/=== ~//The handlers which deal with pages.// ##acls.php addcomment.php backlinks.php claim.php clone.php delcomment.php delete.php delete_referrer.php diff.php edit.php files.xml.php grabcode.php history.php mindmap.mm.php raw.php recentchanges.xml.mm.php recentchanges.xml.php recentchanges_simple.xml.mm.php referrers.php referrers_sites.php review_blacklist.php revisions.php revisions.xml.php show.php showcode.php## ====/images/==== ~//Some images used by Wikka.// ##.htaccess dvdvideo.gif email.gif favicon.ico lock.gif wikka_logo.jpg wizard.gif xml.png## ====/intranet/==== ~//Contains an action that would only be "safe" to use in an intranet; do not use this in a public installation, but if you want to use ##iframe.php##, move it to the ##/actions/## directory.// ##iframe.php## ====/libs/==== ~//Contains classes used by Wikka.// ##diff.lib.php## - some classes used for the diff between page-revisions ##""Wakka.class.php""## - The main class of Wikka ====/setup/==== ~//Contains the code allowing to [[WikkaInstallation | install]] and [[UpgradeNotes | upgrade]] Wikka.// ##default.php footer.php header.php install.php writeconfig.php## ---- CategoryEN CategoryDevelopment