7 projects tagged "bootstrap"
PFBC is an object-oriented PHP class for building HTML forms. It includes AJAX support, jQuery, reCAPTCHA, TinyMCE, and CKEditor. It features integration with Bootstrap, a front-end framework from Twitter that incorporates responsive CSS (meaning your forms not only look great and behave well in the latest desktop browser, but in tablet and smartphone browsers as well). It supports HTML5 form elements and attributes.
documentr is a Web-based tool for editing and presenting software documentation. It allows you to easily maintain documentation for multiple products and product branches. Edits can easily be copied between branches, with merge conflicts being handled gracefully. It uses Markdown as its markup language, along with some extensions, and has a role-based permission system.
Roles UI is a graphic interface library for Ruby on Rails which provides the ability to manage roles and permissions in realtime for applications which use Cancan. It is a Rails engine, so it has its own namespace. You can reach Roles UI in /roles_ui. Roles UI consist of two main entities, Role and Permission. Each Role may have a permission set. Roles belongs to users. Roles UI extends your User model so you don't need to create this association. By default, Roles UI is configured to work with the User model.