Projects tagged ‘app’ and ‘django’


Jump to tag:

Projects tagged ‘app’ and ‘django’

Filtered by Project Tags app django

Refine results Project Tags python (15) web (5) application (5) publishing (4) gae (4) blog (3) engine (3) organizer (2) image (2) notes (2) cashflow (2) diary (2)

[22 total ]

10 Users
   

Diário (diary in portuguese) is a pluggable weblog application for Django Web Framework.
Created about 1 year ago.

2 Users
 

Allow 3rd party apps to dynamically insert template inclusions into your apps at pre-defined plugin points. Similar to how Eclipse manages plugins via contributors. You could think of this as the ... [More] reverse of the {% block %} or {% include %} tags. templates/myapp/foo.html: {% load app_plugins %} {% plugin_point "foo" %} templates/otherapp/plugins/foo.html: Anything you want... templates/thirdapp/plugins/foo.html: yet another plugin... foo.html is rendered as: Anything you want... yet another plugin... [Less]
Created about 1 year ago.

2 Users
   

Django Tube is a pluggable YouTube video management application for Django Web Framework
Created about 1 year ago.

1 Users
 

django-simp is a simple django based image manipulation programm with a easy to use ajax interface. it's programmed with: * django * dojotoolkit * python-pil it's designed for: ... [More] * easy inclusion in other applications * a easy to use ui [Less]
Created about 1 year ago.

1 Users

Diário (diary in portuguese) is a pluggable weblog application for Django Web Framework. .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = ... [More] document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); The latest version of this application's documentation, in reStructuredText format, is always available in docs/ directory. Start reading the file overview.txt. Note: The documentation is for the SVN trunk version - it may differ from the documentation for the packaged release. I have a little english, sorry. I need help to review all documentation and docstrings. Thanks! New Features in Development Version (trunk)If you're upgrading from version 0.2, please see the BackwardsIncompatibleChanges wiki page. Support for multiple authors; Added Russian localization. Features for future releases: Inter-blog communication (Trackback and Pingback); UI for File/picture upload; and more... Have a suggestion? Open a issue. Version 0.2 Features (The Alexandros Grigoropoulos's Diary Release)Version 0.2 was released on 13th December 2008, packaged from revision 181 in Subversion. If you're upgrading from version 0.1, please see the BackwardsIncompatibleChanges wiki page. This version is a tribute to Alexandros Grigoropoulos, 15-year-old boy, libertarian, murdered by greek police in last week (2008-12-06). New in version 0.2: Django 1.0.X compatible; Support to ping weblog directories ( issue #11 ); Changed license to LGPLv3 ( issue #36 ); Some code refactoring; Removed deprecated features; Many bug fixes; Other enhancements. See Features page to all features. SupportUse the django-apps Google Group. Prefix your message with (diario). ContributingIf you find any problems in the code or documentation, please take 30 seconds to fill out a issue here. The contributing with code or translation is MUCH-APPRECIATED. You feel free to send patchs. Is possible too you get write access in repository. See AUTHORS file for a complete authors list of this application. Other Django applicationsdjango-fleshin -- Photo management application django-tube -- Pluggable YouTube video management; See other applications in Django Resources page. Django-based projects and other Django weblogs at Google Code. [Less]
Created 6 months ago.

1 Users

Consider following requirements: objects (model instances) can be created by both authenticated and not authenticated users, but objects created by not authenticated users require additional email ... [More] confirmation. This application serves exactly this purpose. The code is based on other apps, such as django-registration and django-email-confirmation, but I hope it will serve well where others cann't. [Less]
Created 12 months ago.

1 Users
   

Fleshin is a pluggable photo management application for Django Web Framework. The name is a tribute to Senya Fleshin.
Created about 1 year ago.

0 Users

Dynamic template snippets for Django, based on django-flatblocks.
Created 10 months ago.

0 Users

Together with django-forumBR, django-comics is part of the Pigmalion Project.It's identification is Green-Pigmalion. Pigmalion ProjectsBlue Pigmalion As all Pigmalion projects, it uses MooTools as ... [More] javascript framework and BluePrintCSS as css framework. Current Version0.45 0.6 Used FrameworksCSS Framework : blueprintcss (helps big time! I'm no designer, folks ;) Javascript Framework : MooTools (prettier then jquery) Version 1.0 goals ... Well, let's say you need to create a page to an artist, like a virtual comic book. This app does just that! It makes it easy to create a colection of related comic books. Basically, my inspiration came from the lot of great online comic books out there.From marvelous Grim Tales(and company!) comics, fantastic Flaky Pastry, caustic Sexy Loosers, up to the clever XKCD comics. I hope this is usefull to someone and if suggestions are ALWAYS welcomed! Right now, django-comics is in version 0.3, as it needs improved visual editing, needs beter coding, and solid access restrictions. Therefore, one can still use it for simples projects without problem. Django-comics is now in version 0.45. That means it kind of works, but is still kind of ugly. Let's see the features so far: Django-comics is now in version 0.6. That means it works fine, but there are a few funcionality missing yeat. Let's see the features so far: You can have as many comic books within the app as you want(even one!) You can set access policies as 'who can comment' Mature content filter(naughty things get asks for age) You can define the header image easely Comics accept commeting(i'll probaly change that to use django commenting contrib..) A viewer can browse through all the comic book strips in archive random strip view implemented you can add comic strips right from comics. No admin here Missing Inline comic message sensoring Logging Finish CleverCSS template Maybe make it look prettier. That's pretty much it! Check django-comics in action within this url : http://www.italomaia.com/comics/ [Less]
Created about 1 year ago.

0 Users

The django-wall app allows for shared posting and display of short text items in a communal setting. Visit http://djwall.rockhoward.webfactional.com to see django-wall in action. The django-wall ... [More] is designed to be reusable and extensible and was built with Pinax deployment in mind. [Less]
Created 9 months ago.