Browsing projects by Tag(s)

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

Showing page 1 of 2

Plone is a ready-to-run content management system that is built on Python. Plone is easy, flexible, and gives you a system for web content that is ideal for projects, communities, websites and intranets.

4.30631
   
  2 reviews  |  209 users  |  508,353 lines of code  |  298 current contributors  |  Analyzed about 2 hours ago
 
 

OpenELEC is a GNU/Linux distro combined with XBMC to give you the best possible experience for watching you media. Including but not limited to tv-shows, movies, music, web-media, etc. It's built upon a less-is-more philosophy and aim to provide an all-in-one solution. Making you as the user ... [More] , more focused on the media you consume, rather than spending hour after hour to setup your environment. [Less]

5.0
 
  0 reviews  |  8 users  |  79,721 lines of code  |  67 current contributors  |  Analyzed 10 days ago
 
 

Invenio is a free software suite enabling you to run your own digital library or document repository on the web. The technology offered by the software covers all aspects of digital library management from document ingestion through classification, indexing, and curation to dissemination. Invenio ... [More] complies with standards such as the Open Archives Initiative metadata harvesting protocol (OAI-PMH) and uses MARC 21 as its underlying bibliographic format. The flexibility and performance of Invenio make it a comprehensive solution for management of document repositories of moderate to large sizes (several millions of records). [Less]

4.5
   
  0 reviews  |  8 users  |  308,261 lines of code  |  32 current contributors  |  Analyzed 11 days ago
 
 

A library providing support for multilingual content in Django models. Features: - simple model syntax - nice admin integration - adding a language requires only a change to project settings - language-independent data ordering and filtering via the usual ORM API

4.0
   
  0 reviews  |  5 users  |  3,922 lines of code  |  1 current contributor  |  Analyzed almost 2 years 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 11 days ago
 
 

The SELF Platform will have two main functions. It will be simultaneously a knowledge base and a collaborative production facility: On the one hand, it will provide information, educational and training materials that can be presented in different languages and forms: from course texts ... [More] , presentations, e-learning programmes and platforms to tutor software, e-books, instructional and educational videos and manuals. On the other hand, it will offer a platform for the evaluation, adaptation, creation and translation of these materials. The production process of such materials will be based on the organisational model of Wikipedia. This software project is akin to what Wikimedia is to Wikipedia. The users of this software can be any educational or training institute that intends to run an online distributed collaborative authoring and learning service. Project website: http://www.selfproject.eu/ Other Software Required: The platform is based on Python, Zope, and GNOWSYS (the latter is a GNU Project), and does not have any non-free software dependencies. Other Comments: The first development release can be downloaded from http://gnowledge.org/selfApp.tgz [Less]

3.0
   
  0 reviews  |  2 users  |  44,947 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Silpa, Swathanthra Indian Language Processing Applications is a web platform to host the free(dom) software language processing applications easily. It is a web framework and a set of applications for processing Indian Languages in many ways. Or in other words, it is a platform for porting existing ... [More] and upcoming language processing applications to the web. Silpa can also be used as a python library or as a web service from other applications. Silpa is in development and if you are interested in contributing contact the developers [Less]

5.0
 
  0 reviews  |  1 user  |  15,398 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

TOW

Compare

TOW (Trac On Windows) project is for providing Trac(http://trac.edgewall.org/) packages on Windows with easy. Trac is not easy to install on Windows.

0
 
  0 reviews  |  1 user  |  28,936 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

The modeltranslation application can be used to translate dynamic content of existing models to an arbitrary number of languages without having to change the original model classes. It uses a registration approach (comparable to Django’s admin app) to be able to add translations to existing or new ... [More] projects and is fully integrated into the Django admin backend. Please read the InstallationAndUsage page. Changelog FIXED: Added workaround for swallowed ImportErrors by printing a traceback explicitly. (resolves issue 17) FIXED: Only print debug statements to stdout if the runserver or runserver_plus management commands are used. (resolves issue 16) FIXED: Removed print statements so that modeltranslation is usable with mod_wsgi. (resolves issue 7) FIXED: Broken admin fields and fieldsets. (thanks simoncelen, resolves issue 9) FIXED: Creation of db fields with invalid python language code. (resolves issue 4) FIXED: Tests to run from any project. (thanks carl.j.meyer, resolves issue 6) FIXED: Removed unused dependency to content type which can break syncdb. (thanks carl.j.meyer, resolves issue 1) ADDED: Preserve the formfield widget of the translated field. (thanks piquadrat) ADDED: Initial support for django-south. (thanks andrewgodwin, resolves issue 11) ADDED: Support for admin inlines, common and generic. (resolves issue 12 and issue 18) v0.1 ==== Date: 2009-02-22 Initial release packaged from revision 19. [Less]

0
 
  0 reviews  |  0 users  |  1,516 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 

Simple blog application for Djangodjango-lazyblog is a simple blog application for lazy Django developers bored to build again and again a blog engine. Beware: it still is in development. Do not use it in a production environment. Dependencies and compatibilityDjango 1.0 Python 2.4 Django MPTT ... [More] Wikib Markup Syntax python-markdown2 InstallationFirst, get the source: svn checkout http://django-lazyblog.googlecode.com/svn/trunk/ django-lazyblogCopy django_lazyblog folder anywhere in your PYTHONPATH. Add the application django_lazyblog in your settings.py. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

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.