Scripts posted recently tagged to kelpi in Kelpi

1- 9 of 9.

import script to kelpi

to python kelpi by nando.quintana

#!/usr/bin/python
"""Usage:

./kelpi_import.py filename
"""

A Kelpi API wrapper in Perl

to perl api wrapper kelpi by spiros

#!/usr/bin/perl 
use warnings;
use strict;
use Data::Dumper;
use HTTP::Request::Common;

kelpi CSS optimised by cleancss.com

to css web-desing optimization kelpi by lovelace

/* optimised by cleancss.com */
body {
color:#000;
font-size:0.8125em;
font-family:"Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif;

login in zope3

to python zope3 kelpi pau by anonymous

File Edit Options Buffers Tools IM-Python Python Help
from zope.publisher.browser import BrowserPage, BrowserView
from zope.app.pagetemplate import ViewPageTemplateFile
from zope.app.security.interfaces import IUnauthenticatedPrincipal
from zope.app.session.interfaces import ISession

Posting to Kelpi through the API

to python kelpi api by kelpi

#!/usr/bin/python
"""Usage:

./kelpi_api.py title src tags user password
"""

Hoja de estilo de Kelpi.com

to css kelpi by nando.quintana

body 
{
 margin:0px;
 padding:0px;
 color:#000;

Piece of code in Kelpi

to python zope3 kelpi by nando.quintana

from zope.publisher.browser import BrowserView, BrowserPage
from zope.app import zapi
from kelpi.interfaces import IKelpiTools
from zope.app.session.interfaces import ISession
from zope.component import getMultiAdapter

Main macros for kelpi

to python zope3 kelpi by prisz

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:tal="http://xml.zope.org/namespaces/tal"
      metal:define-macro="html" >
  <head>

Main browser module

to python zope3 kelpi by nando.quintana

from urllib import unquote
from zope.component import getMultiAdapter
from zope.publisher.browser import BrowserView, BrowserPage
from zope.app import zapi
from zope.app.catalog.interfaces import ICatalog
hits counter