Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
basket
Commits
cb24569acccf
Commit
91330567
authored
Oct 24, 2008
by
Nicolas Chauvat
Browse files
remove old names
parent
b596069340e4
Changes
5
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
cb24569a
# pylint: disable-msg=W0622
"""
erudi
-basket packaging information"""
"""
cubicweb
-basket packaging information"""
distname
=
"
erudi
-basket"
distname
=
"
cubicweb
-basket"
numversion
=
(
1
,
0
,
3
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'L
CL
'
license
=
'L
GPLv2
'
copyright
=
'''Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
...
...
@@ -14,18 +14,18 @@ author = "Logilab"
author_email
=
"contact@logilab.fr"
web
=
''
short_desc
=
"Basket support for the
Erudi
framework"
long_desc
=
"""
Erudi
is a entities / relations bases knowledge management system
short_desc
=
"Basket support for the
Cubicweb
framework"
long_desc
=
"""
Cubicweb
is a entities / relations bases knowledge management system
developped at Logilab.
.
This package provides baskets as a way to select content in
erudi
applications.
This package provides baskets as a way to select content in
cubicweb
applications.
.
"""
from
os
import
listdir
from
os.path
import
join
TEMPLATES_DIR
=
join
(
'share'
,
'
erudi'
,
'templat
es'
)
TEMPLATES_DIR
=
join
(
'share'
,
'
cubicweb'
,
'cub
es'
)
try
:
data_files
=
[
[
join
(
TEMPLATES_DIR
,
'basket'
),
...
...
i18n/en.po
View file @
cb24569a
#
erudi
-basket i18n catalog
#
cubicweb
-basket i18n catalog
# Copyright 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# Logilab <contact@logilab.fr>
msgid ""
msgstr ""
"Project-Id-Version:
erudi
-basket 0.1.0\n"
"Project-Id-Version:
cubicweb
-basket 0.1.0\n"
"PO-Revision-Date: 2008-02-15 10:35+0100\n"
"Last-Translator: Logilab Team <contact@logilab.fr>\n"
"Language-Team: en <contact@logilab.fr>\n"
...
...
i18n/fr.po
View file @
cb24569a
#
erudi
-basket i18n catalog
#
cubicweb
-basket i18n catalog
# Copyright 2003-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# Logilab <contact@logilab.fr>
msgid ""
msgstr ""
"Project-Id-Version:
erudi
-basket 0.1.0\n"
"Project-Id-Version:
cubicweb
-basket 0.1.0\n"
"PO-Revision-Date: 2008-02-15 10:34+0100\n"
"Last-Translator: Logilab Team <contact@logilab.fr>\n"
"Language-Team: fr <contact@logilab.fr>\n"
...
...
schema.py
View file @
cb24569a
from
ginco
.common.schema
import
format_constraint
from
cubicweb
.common.schema
import
format_constraint
class
Basket
(
MetaUserEntityType
):
"""a basket contains a set of other entities"""
...
...
views.py
View file @
cb24569a
...
...
@@ -10,11 +10,11 @@ _ = unicode
from
logilab.mtconverter
import
html_escape
from
ginco
import
Unauthorized
from
ginco
.web.htmlwidgets
import
BoxWidget
from
ginco
.web.box
import
UserRQLBoxTemplate
from
ginco
.web.action
import
EntityAction
from
ginco
.web.views
import
baseviews
from
cubicweb
import
Unauthorized
from
cubicweb
.web.htmlwidgets
import
BoxWidget
from
cubicweb
.web.box
import
UserRQLBoxTemplate
from
cubicweb
.web.action
import
EntityAction
from
cubicweb
.web.views
import
baseviews
class
BasketPrimaryView
(
baseviews
.
PrimaryView
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment