public
Description: Some classes and utilities built on top of MooTools
Homepage:
Clone URL: git://github.com/bryanjswift/mootools-plugins.git
bryanjswift (author)
Thu May 21 16:44:10 -0700 2009
commit  1bd56d3f95245967a49c4f866458cc8c29b6dc17
tree    386dd55738cd909918afdda42d89576a95497663
parent  716f23e2a857c150f6865958f64e3ae6efe29677
name age message
directory Demos/ Sat Aug 16 17:35:49 -0700 2008 Added simplistic demo for MooBuilder.js - renam... [bryanjswift]
directory Docs/ Loading commit data...
file README.md Sat Jul 26 15:15:03 -0700 2008 updated readme [bryanjswift]
directory Source/
directory Specs/
README.md

Plugins for MooTools

This is a space to keep some various utilities and plugins I've written or helped write based on the mootools-core. They are not fully supported or even fully tested at this point but I needed a place to put them while I ported them from 1.11 (in some cases) and 1.2b (in most cases).

Documentation

I'm including at the root of this project the files I will be using to display my markdown documentation. Docs/.htaccess - Contains the apache mod_rewrite rules being used to send files through the php file which is calling the markdown engine Docs/markup.php - Basic shell for calling the Markdown text processor * Docs/markdown.php - Slightly modified version of PHP Markdown Extra

Demos

The Demos folder contains a copy of the mootools-core 1.2 yuicompressed for use by the demo files. When it's available I'll change the demos to use a file hosted by Google but for now this'll have to do.

Additionally I plan to create some sort of useful demos section on my website but this is all down the road. If only I could do this full time rather than having a job.

Specs

The Specs folder contains the Assets folder from mootools-core as well as an uncompressed official release from mootools.net download.

Fx.Position

The first of a number of Classes I built to extend MooTools. This is a fairly simplistic class whose primary function is to center elements on a page.