Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 6

Apache Click is a modern JEE web application framework, providing a natural rich client style programming model. Click is designed to be very easy to learn and use, with developers getting up and running within a day.

4.8
   
  0 reviews  |  15 users  |  47,397 lines of code  |  3 current contributors  |  Analyzed 9 days ago
 
 

A tree based django CMS applicationThis Django CMS enable you to create and administrate hierarchical pages in a simple and powerful way. Django page CMS is based around a placeholders concept. A placeholder is special template tag that you use in your page templates. Every time you add a ... [More] placeholder in your template a field dynamically appears in the page admin. DemoThis admin interface is no up to date, but could give you an idea of what the software is doing: admin : http://pagesdemo.piquadrat.ch/admin/ frontend : http://pagesdemo.piquadrat.ch/pages/ See the Screenshots DownloadWe now use github as the main repository, please use github instead: http://github.com/batiste/django-page-cms Key featuresAutomatic creation of localized placeholders (content area) in admin by adding placeholders tags into page templates. Django admin application integration. Multilingual support. Rich Text Editors are directly available. Page can be moved in the tree in a visual way. The tree can be expanded/collapsed. A cookie remember your preferences. Possibility to specify a different page URL for each language. The frontend example provide a basic "edit in place" feature. Directory-like page hierarchy (page can have the same name if they are not in the same directory) Every page can have multiple alias URLs. It's especially useful to migrate websites. Possibility to integrate 3th party apps Search with django-haystack Other featuresHere is the list of features you can enable/disable: Revisions. Image placeholder. Support for future publication start/end date. Inherited page permissions. Grant all rights to a user. Grant rights on a page only. Grant rights on a page hierarchy. Inherited templates. Page redirection to another page. Page tagging. User input sanitizer (to avoid XSS). Sites framework Dependencies & CompatibilityDjango 1.1.1, Django 1.0 with older release (1.0.5) Python 2.3. django-mptt django-tagging (if PAGE_TAGGING = True) html5lib (if PAGE_SANITIZE_USER_INPUT = True) django-tinymce (if PAGE_TINYMCE = True) Django page CMS is shipped with jQuery. Django page CMS works well with django-staticfiles Compatible with MySQL, PostgreSQL, SQLite3, some issues are known with Oracle Help and documentationFAQ Install in existing project Check the rest of the documentation Or post something into the Google Group Test itTo test this CMS checkout the code with subversion : git clone git://github.com/batiste/django-page-cms.git django-page-cms And then, run the example project: cd django-page-cms/example/ python manage.py syncdb python manage.py build_media pages python manage.py manage.py runserverDjango Page CMS try to keep the code as stable as possible. The test coverage is higher than 80% and we try to keep it this way. To run the test suite: python setup.py testHow to contributePlease create a clone on github: http://github.com/batiste/django-page-cms Handling imagesDjango page CMS include a image placeholder for basic needs. For a complete file browser you could use: http://code.google.com/p/django-filebrowser/ TranslationsThis application is available in english, german, french, spanish, danish and russian. Site made with Django Page CMShttp://www.osff.no/ Other Django CMSDjango CMS comparaison [Less]

0
 
  0 reviews  |  3 users  |  15,078 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Experimental web interface framework for creating complex RIA applications using Java Script - MVC (MVVM) with clean and simple architecture - component oriented (yes, create reusable components with HTML!) - client side Pub/Sub channels (safe and sound against asynchronous weirdness in ... [More] computed values/expressions from models or in callbacks for other messages/events) - reusable layouts (experimental) - works with Ajax and swarms (Swarm ESB) for backend [Less]

5.0
 
  0 reviews  |  2 users  |  5,989 lines of code  |  3 current contributors  |  Analyzed about 1 month ago
 
 

Kool Swap enables impressively ajax load support with history for websites. Just tell the plugin what should be switched and see the magic!

0
 
  0 reviews  |  1 user  |  2,103 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

A web crawler for collecting information from youtube videos

0
 
  0 reviews  |  1 user  |  16,411 lines of code  |  0 current contributors  |  Analyzed about 12 hours ago
 
 

The Lazy Widget Loader WordPress plugin provides lazy loading for widgets to improve page loading. Use it on slow widgets, especially those where external data is loaded, like widgets from Facebook, Twitter, AdSense, … What this plugin basically does is to postpone loading the content of those ... [More] widgets you choose, so that their content is loaded after the main content of the page that is displayed. You can choose which widgets should be loaded like that, by default the plugin does not “impose” itself on any widget. You may also choose to display a throbber while the content of a widget is loaded. [Less]

5.0
 
  0 reviews  |  1 user  |  778 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

goal:make page validation easier and clearer 最终目标:让页面校验从此不再头疼不再繁琐 目前只实现了jsp页面的校验接口(可直接调用js函数但比较繁琐) 增加 jsp 自定义tag接口 (目前只支持IE,) 建议需要源码的可以用svn获得 demo project (myEclipse 的)。

0
 
  0 reviews  |  0 users  |  1,591 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Descriptionwp-page-linker is a Wordpress plugin that allows the insertion of links to internal pages while writing a page or a post. It integrates in the rich text editor (TinyMCE) for Wordpress. FeaturesIt supports integration with the wp-group-restriction plugin, filtering out pages the user ... [More] does not have access. RequirementsWordpress 2.1 Javascript and the rich text editor enabled [Less]

0
 
  0 reviews  |  0 users  |  619 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

GuanooGuanoo is a collection of web data collection and analytics services written in Perl and other scripting languages. It runs on Linux, Mac OS X and Solaris with MySQL databases. It would be possible to run it on Windows with minor modifications. X PerformThe first part of the Guanoo system is ... [More] called "X Perform" where X is any web event. Most web events are page views, but the system is designed to measure a large number of events to be compatible with future subprojects such as measuring video, email, news feeds, etc. The X Perform system works as follows: A web browser requests a measured web page on a web site Some JavaScript code in the measured page sends data to the X Perform web server The Apache web server logs details about the page view event A Perl process called "extractor.pl" reads events in the Apache log A Perl process called "transformer.pl" loads events into databases Separately there are reporting programs (also written in Perl) to regularly generate detailed web traffic reports, which may be read directly from the MySQL database, or via XML/JSON web service API calls using REST. The web services API is written using Perl CGI because it's simple and it works. [Less]

0
 
  0 reviews  |  0 users  |  13,783 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

python-paginationFeatures:Simple and minimalist API Most of the common functionality required in dealing with generating page navigation etc. Generic and not tied to any frameworks Sourcesvn checkout http://python-pagination.googlecode.com/svn/trunk/ python-pagination CreditsThe API and ... [More] implementation are heavily borrowed from Perl CPAN. See also the ff: Data::Page - http://search.cpan.org/perldoc?Data::Page Data::Pageset - http://search.cpan.org/perldoc?Data::Pageset [Less]

0
 
  0 reviews  |  0 users  |  226 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.