Projects tagged ‘cms’ and ‘django’


[80 total ]

5 Users

Ella CMS in opensource CMS based on Django framework, designed for flexibility.
Created 9 months ago.

3 Users
 

PyLucid is a lightweight, OpenSource ( GPL 2.x or newer ) content management system ( CMS ) written in Python using django . Nearly all output can be customized. No shell account is needed. You only ... [More] need a standard webserver with Python (at least v2.4) CGI and MySQL ( mySQLdb ) to run PyLucid. PyLucid/django are WSGI conform, so you can run it as CGI, fastCGI, mod_Python and others... [Less]
Created over 3 years ago.

3 Users
 

FeinCMS is a very extensible Django-based CMS. It allows you to easily add your own content types, which you can then manage through a javascript-enhanced interface.
Created 10 months ago.

2 Users

A tree based django CMS applicationThis Django CMS enable you to create and administrate hierarchical pages in a simple and powerful way. DemoThis admin interface is no up to date, but could give ... [More] you an idea of what the software is doing: admin : http://pagesdemo.piquadrat.ch/admin/ frontend : http://pagesdemo.piquadrat.ch/pages/ See the Screenshots Key featuresAutomatic creation of localized placeholders (content area) in admin by adding placeholders tags into page templates. Django admin application integration. Multilingual support. Various 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 Optional featuresHere is the list of features you can enable/disable: Revisions. 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, 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) jQuery. Compatible with MySQL, PostgreSQL, SQLite3, some issues are known with Oracle Help and documentationFAQ Install in existing project Check the rest of the Wiki Or post something into the Google Group Test itTo test this CMS checkout the code with subversion : svn checkout http://django-page-cms.googlecode.com/svn/trunk/ django-page-cms And then, run the development server : cd example/ manage.py syncdb manage.py runserverTo run the test suite: python setup.py testIf you have the special page permission system enabled and you are not admin, you must create a PagePermission object with all rights assigned to your user. After that you will be able to create pages. Handling imagesDjango page CMS can use these other projects: http://code.google.com/p/django-page-cms-image-placeholder/ 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]
Created about 1 year ago.

2 Users

Clapton aims to be a complete Content Management System for Django. Users will have a variety of content types available to them, such as Stories, Blogs, Photos, Videos, Audio (Podcasts), Events, and whatever else comes along.
Created over 2 years ago.

2 Users

SCT (Sphene Community Tools) is a collection of django applications which are designed to be easily pluggable into any django project. It currently consists of a Wiki and Forum/Message Board application.
Created over 3 years ago.

1 Users
 

Liberiun is an ECM provider based on open search technology. We participate in the Brazilian Plone Market through the development of large scale solutions for our clients, which include some of ... [More] Brazil's biggest and best companies. We also provide technological capacitation; in the last 2 years we have taught or mentored over 1,000 students in more than 10 of the Brazilian states. [Less]
Created about 1 year ago.

1 Users

A fairly flexible app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the ... [More] parsing). It's fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc). The current version does all the finding and checking of links as a bulk job you can run from cron but it's fairly easy to hook up signals to your model's save and delete to keep the data updated once an initial sweep has been done. Another future enhancement would be the ability to automatically fix links when the related object is changed. This is working code but it currently comes with a few caveats: It's been extracted from my homespun CMS and in some places that still shows. No tests :( Few comments or docstrings :( The documentation was rather a rush job :( Yes I'm a bad person. I'm putting this out there because doing so might inspire someone - hopefully me - to fix the above issues. RequirementsJquery (my base admin template already links to it. If your's doesn't then add it to base_linkcheck.html Basic usage1. Install app to somewhere on your Python path 2. Edit examples/linkcheck_config.py to include references to all your models that might contain links. 3. Add something along the lines of linklists.py to every app you referenced in linkcheck_config.py 4. Import linkcheck_config.py from your root urls. 5. Syncdb 6. Run findlinks management command or the utils.find() 7. Run checklinks management command or the utils.check() 8. Add (r'^admin/linkcheck/', include('linkcheck.urls')) to your root url config 9. View /admin/linkcheck/ from your browser Coming soon: Signals support to avoid the need to run findlinks or checklinks except for initial setup. [Less]
Created 8 months ago.

1 Users

Pantoto Web Service for Small and Medium Enterprises Community software for Non Profits Free and Open Source Software PANTOTO model is especially useful in sectors such as social development ... [More] , schools, and small and medium size organizations: These organizations work directly with beneficiaries, capture, create and work intensively with data, information and knowledge. Dependency on technical professionals to build information management systems causes delays. The cost of hiring such professionals and related resources also makes the effort unsustainable. Equitability can arise when organizations can create, maintain and deal with information management systems by themselves. Based on these factors, if IT is to be used, organizations have to be empowered to: Take the design, implementation and maintenance of an information management system for granted and not necessarily have to acquire IT skills or hire IT professionals. Redesign or evolve the system based on changing information needs Build solutions that are easy-to-use, affordable and quick to deploy Use the same process across projects and in different areas Manage the participatory creation of locally relevant and locally created content FOSS/FLOSS Under both APL and GPL [Less]
Created 12 months ago.

0 Users

A CMS/Blogging product
Created 2 months ago.