Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
card
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
card
Commits
eea1a67f98f8
Commit
eea1a67f98f8
authored
15 years ago
by
Sylvain Thénault
Browse files
Options
Downloads
Patches
Plain Diff
0.2 from cw 3.6
parent
4cfe360891c6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
__pkginfo__.py
+3
-4
3 additions, 4 deletions
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
with
10 additions
and
5 deletions
__pkginfo__.py
+
3
−
4
View file @
eea1a67f
...
...
@@ -4,7 +4,7 @@
modname
=
'
card
'
distname
=
'
cubicweb-card
'
numversion
=
(
0
,
1
,
0
)
numversion
=
(
0
,
2
,
0
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
...
...
@@ -8,7 +8,7 @@
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
copyright
=
'''
Copyright (c) 2009 LOGILAB S.A. (Paris, FRANCE).
copyright
=
'''
Copyright (c) 2009
-2010
LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr -- mailto:contact@logilab.fr
'''
author
=
'
LOGILAB S.A. (Paris, FRANCE)
'
...
...
@@ -54,5 +54,4 @@
pass
cube_eid
=
None
# <=== FIXME if you need direct bug-subscription
__depends_cubes__
=
{}
...
...
@@ -58,5 +57,5 @@
__depends_cubes__
=
{}
__depends__
=
{
'
cubicweb
'
:
'
>= 3.
2
.0
'
}
__depends__
=
{
'
cubicweb
'
:
'
>= 3.
6
.0
'
}
__use__
=
tuple
(
__depends_cubes__
)
__recommend__
=
()
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
eea1a67f
cubicweb-card (0.2.0-1) unstable; urgency=low
* new upstream release
--
cubicweb-card (0.1.0-1) unstable; urgency=low
* initial release
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
eea1a67f
...
...
@@ -8,7 +8,7 @@
Package: cubicweb-card
Architecture: all
Depends: cubicweb-common (>= 3.
2
.0)
Depends: cubicweb-common (>= 3.
6
.0)
Description: card component for the CubicWeb framework
This CubicWeb component models cards that are like wiki pages.
Cards have a title, an abstract and some textual content as text, rest or html.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment