Sekizai means "blocks" in Japanese, and that's what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. This package is a prerequisite for Django CMS. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed New port added. Thanks!
miwi 2012-02-07 04:26:48 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-django-sekizai Makefile distinfo pkg-descr pkg-plist Log: Sekizai means "blocks" in Japanese, and that's what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. WWW: https://github.com/ojii/django-sekizai PR: ports/164622 Submitted by: Matthew X. Economou <xenophon+fbsdports@irtnog.org> Revision Changes Path 1.3098 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/py-django-sekizai/Makefile (new) 1.1 +2 -0 ports/www/py-django-sekizai/distinfo (new) 1.1 +10 -0 ports/www/py-django-sekizai/pkg-descr (new) 1.1 +39 -0 ports/www/py-django-sekizai/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"