User:Daveg

From KBwiki
Jump to navigation Jump to search

Dave Golby's Test Page

This is my home page, mainly used for testing ideas and resolving installationand configuration problems.

Testing the Security Features

I've set up a special area for testing the LockDown facility. You can find it here.

Installation and Configuration of Latex

Some equation tests.

First of all, good old Einstein's famous mass-energy equivalence:

Remember the good old days of Newtonian absolute space and time? (sigh...)

a totally made up equation to test partial differential symbols:

and another (Ludwig Boltzmann, rest in peace...)

Notes

  • After much struggle, the above equations should be rendered properly if texvc is working and the MediaWiki is configured correctly.
  • Had to install MinGW32 for the basic compilation tools (make in this case). MinGW32 provides an application manager to download and install the components. These are stored in e:\mingw
  • The source files for texvc are written in Caml. So another package is required called Objective Caml to compile these up. This is also installed on the E: drive.
  • MediaWiki has a Math folder in which various source programs for texvc are kept. The make file in this folder must be executed in order for the texvc.bc code to be generated.
    • NOTE Both Objective Caml bin and Mingw bin folders must be in the path
    • When compiling from the DOS shell, use CAMLLIB=e:\objective caml\lib to enable CAML to pick up the various auxiliary files
  • The render.ml file needs to be modified. Consult the page at [1]
  • The Math.php file also needs to be modified. Read the instructions for replacing certain code sections at the above link
  • I also had to open up all sorts of permissions to different users on the images folder. Not good form but this was required to get it to work.
  • A good source of info for LaText within MediaWiki can be found at here.

Installation and Configuration of PHP on Windows

  • I would recommend using the zip installation, NOT the Windows installer
  • Install PHP to C:\PHP or similar directory with no whitespaces in its pathname
  • Use ISAPI extensions
  • Make sure the Web Service extension for PHP is enabled with C:\php\php5isapi.dll
  • Use the PHPRC system-wide environment variable to set the PHP installation directory
  • It may be required to change the permissions of the directory so that the IUSR_<machine name> has access to the folder
  • Use the following test script to verify the installation:
<html>
<?php

phpinfo();

?>


</html>

Internal Variables

These are some internal variables that should be rendered correctly at run-time.

Consult the article here for more info on these variables.

Here are some examples of these variables:

  • KBwiki The name of the site (SITENAME)
  • //kbwiki.ercoftac.org The name of the server (SERVER)
  • User:Daveg The full name of the current page (FULLPAGENAME)
  • User:Daveg The name of the article (ARTICLEPAGENAME)
  • Click this to get a printable version of this page
  • The current user is 3.145.23.123

Templates

Test Templates:

Note that these Templates should be substituted into the page.

Here are some test pages that use templates I've developed

Simple Forms

Click one this link to create a form. It uses the MediaWiki extension described here. The following form is provided as a test by the Form extension.

The sample form definition can be found here. The template used can be found here.

My own test form uses the AC Abstract template. Unfortunately it doesn't work properly at the moment.

Some sample pages created using the Abstract page form:

HTMLets

This is a test area for HTMLets.

Towards a Content Management Extension

These are links to pages concerned with scoping out work for a content management system. This is a proposed extension that would provide Ercoftac Editorial team members with tools for creating, moving and deleting Ercoftac articles. Ercoftac articles are a collection of MediaWiki pages.