Download Latest Version CodeSpark1.0.zip (9.9 kB)
Email in envelope

Get an email when there's a new version of CodeSpark

Home
Name Modified Size InfoDownloads / Week
CodeSpark1.x 2011-01-31
README.txt 2011-02-05 2.3 kB
Totals: 2 Items   2.3 kB 0
CODESPARK 1.0
---------------
ABOUT CODESPARK
---------------
CodeSpark includes user defined resources, such as libraries, helpers, plugins, and
much more.

If there are requests for other kinds of resources, such as models, these may be
provided as well.

--------------
FILES INCLUDED
--------------
Libraries (not extensions):
        BracketParser - Contains means of developing your own languages to be transformed into HTML
                        code at the server side. By setting delimiters, adding mappings, and parsing
                        a given text it will produce a mapped variant of a string

	Breadcrumbs - 	Creating so called breadcrumbs from URI:s. Breadcrumbs are tracebacks from
			an URI. /main/path/to/page would create the breadcrumbs main, path, to,
			and page. From these breadcrumbs a breadcrumb bar can be created, which is
			all the breadcrumbs assembled together into links.

Libraries (extensions):
	Unit Test -	Extension of the built in unit test library. Contains methods for getting
			how many tests that failed or were successful. Also contains methods for
			retrieving either failed reports or successful reports.

Helpers (not extensions):
	Admin Helper -	Contains functions for managing POST values.

	Image Helper - 	Contains functions for managing images, such as creating thumbnails.

Helpers (extensions):
	Array Helper -	An extension of the built in Array class. Contains functions for deciding
			array depth.

This library also contains controllers and views for testing out the various helpers and libraries

----------
HOW TO USE
----------
Download files at

	https://sourceforge.net/projects/codespark/files/

or checkout files from svn with

	svn co https://codespark.svn.sourceforge.net/svnroot/codespark system/application

This will checkout the repository codespark in a local folder structure system/application.

--------------
HOW TO SUPPORT
--------------
The main way of supporting CodeSpark is by creating requests for features. This can be done
at:

	https://sourceforge.net/projects/codespark/support

If you wish to become a member of the developer team, or have any questions concerning the
project, please contact at:

	ToggleOnBlog@gmail.com
Source: README.txt, updated 2011-02-05