Browsing projects by Tag(s)

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

Showing page 15 of 17

Financial Web application based on Grok and ExtJS Keep track of invoices, submissions, suppliers, expenses, and accounts.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

GrokPaste is a pastebin application written using Grok/Zope3 technologies. The purpose of GrokPaste is To have a Grok implementation of Pastebin Well documented source code to act as a tutorial Explore feaures of Grok and Zope3

0
 
  0 reviews  |  0 users  |  335 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
Compare

Welcome to the code repository of iqplusplusHere you can find several products and packages for Plone. If you have questions please contact me at kai.diefenbach@iqpp.de. Packagesiqpp.clickcounting. A counter for arbitrary objects and actions. iqpp.plone.commenting. A commenting system for Plone ... [More] iqpp.plone.guestbook. A simple guestbook for Plone easyarticle. A simple and easy-to-use product to generate composite pages. There is also an add-on for EasyShop iqpp.plone.io An xml import and export engine for Plone content objects. Related pagesEasyShop (A out-of-an-box online shop for Plone) [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Flint: a simple Grok-based CMSFlint is a pragmatic and light-weight CMS based on Grok which is useful out-of-the-box, allows trivial customizations to be done trivially, but showcases Grok best practices and therefore leverages the flexibility and pluggability of the Zope Component Architecture to ... [More] allow deep customization and extension. In order to be immediately useful, Flint follows the Plone lead by providing ready to use content management and public interfaces. However, Flint's content management interface is not embedded in the public interface, for two reasons: to make it easier to customize one interface without touching the other, and to avoid a single-hierarchy mindset which is detrimental to current content management best practices. Besides Plone, Flint is inspired by three other pragmatic and light-weight CMSs which aim for flexibility while remaining easy to learn: Radiant (Ruby on Rails, see http://radiantcms.org/), Página-1 (a pre-CMF Zope Based CMS developed by Hiperlógica), and Django, which although is not a CMS comes quite close with it's powerful and ready to use admin interface. To learn more about Flint, check our Wiki Index [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 3 days ago
 
 

A tagging application/platform with a twist. Based on Grok.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 months ago
 
 

ZPyODBCDAZPyODBCDA is a free Zope Database Adapter which links Zope to ODBC data sources. It is based on Python's pyodbc moudle (http://pyodbc.sourceforge.net) and distributed under the GPL licence. RequirementsZPyODBCDA requires Python 2.4 or higher. Win32If your Zope runs on a Win32 ... [More] platform, you probably don't need any other modules, as I already included pyodbc's binary code (pyodbc.pyd) in the package folder; LinuxFor other platforms like Linux, you may first need unixODBC installed on your OS, and then install the pyodbc module for your Python instance. Here's a good article in which you can refer the method to setup unixODBC on Linux: http://plone.org/documentation/how-to/ms-sql-server-on-linux ODBC back-ended ZSQLDo not use ZSQL methods with ZPyODBCDA It's a headache for a ZSQL method to generate 100% correct SQLs based on the different SQL syntaxes, because ODBC data sources link to different databases with different SQL syntaxes (eg: if the odbc source is a MSSQL server, in a query string, you would use a '' to represent a ' character, while with MySQL you would use a \'). The current solution I suggest: Create one ZSQL with ID "ZSqlMethod" (say): Add a parameter "sql" for the "ZSqlMethod" ZSQL method, and in the body of the ZSQL method, simply put a In your ZPT or Python script, use container.ZSqlMethod(sql='SELECT a,b,c FROM foo;') to run a query. That means you need to construct the SQL in the context by yourself! You need to prevent injection attacks with this method! Good luck. Henry Zhou ContactJiangwen365 爱 gmail 点 com History1.0.7 source code has been uploaded to google SVN. fixed: database connection fails using pyodbc 2.1.4 1.0.6 fixed: code optimization 1.0.5 fixed: fix crash in 1.0.4 improved some coding 1.0.4 fixed: Typo found in pyodbcconnectionTestForm.dtml datetime.date values should be converted to DateTime objects [Less]

0
 
  0 reviews  |  0 users  |  331 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

This project is created for hosting example code from The Zope 3 Book.

0
 
  0 reviews  |  0 users  |  219 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This project has been moved to http://code.google.com/p/zope3demos/ Unfortunately, hyphens screw up imports, so I've had to move the project. Sorry for the inconvenience.

0
 
  0 reviews  |  0 users  |  1,328 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

A tutorial for using SQL with Zope3 and a generator to generate basic content type.

0
 
  0 reviews  |  0 users  |  110,283 lines of code  |  0 current contributors  |  Analyzed about 23 hours ago
 
 

Zope 3 based Ticket/Issue Collector.

0
 
  0 reviews  |  0 users  |  396 lines of code  |  0 current contributors  |  Analyzed almost 2 years 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.