Menu

Tree [r9] /
 History

HTTPS access


File Date Author Commit
 controllers 2011-02-06 toggleon [r9] Modified and added some helpers, controllers, l...
 helpers 2011-02-06 toggleon [r9] Modified and added some helpers, controllers, l...
 libraries 2011-02-06 toggleon [r9] Modified and added some helpers, controllers, l...
 views 2011-02-06 toggleon [r9] Modified and added some helpers, controllers, l...
 README.txt 2011-02-06 toggleon [r9] Modified and added some helpers, controllers, l...

Read Me

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.

CodeSpark 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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.