1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Source: djangocms-admin-style
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-babel,
python-setuptools,
python3-all,
python3-pyscss,
python3-setuptools
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: http://www.django-cms.org/
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/djangocms-admin-style.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/djangocms-admin-style.git
Package: python-djangocms-admin-style-common
Architecture: all
Depends: libjs-jquery-ui-touch-punch,
libjs-pie,
${misc:Depends},
${python:Depends}
Description: CSS styles for the django CMS admin interface (common assets)
django CMS is a modern web publishing platform built with Django. It offers
out-of-the-box support for the common features expected from a CMS, but can
also be easily customised and extended by developers to create a site that is
tailored to their precise needs.
.
django CMS is a well-tested CMS platform that powers sites both large and
small. Here are a few of the key features:
* robust internationalisation (i18n) support for creating multilingual sites
* virtually unlimited undo history, allowing editors to revert to a previous
version
* front-end editing, providing rapid access to the content management
interface
* support for a variety of editors with advanced text editing features
* a flexible plugins system that lets developers put powerful tools at the
fingertips of editors, without overwhelming them with a difficult interface
.
This package contains the common assets of the admin styles required by
django CMS.
Package: python-djangocms-admin-style
Architecture: all
Depends: python-djangocms-admin-style-common (= ${binary:Version}),
${misc:Depends},
${python:Depends}
Description: CSS styles for the django CMS admin interface (Python2 version)
django CMS is a modern web publishing platform built with Django. It offers
out-of-the-box support for the common features expected from a CMS, but can
also be easily customised and extended by developers to create a site that is
tailored to their precise needs.
.
django CMS is a well-tested CMS platform that powers sites both large and
small. Here are a few of the key features:
* robust internationalisation (i18n) support for creating multilingual sites
* virtually unlimited undo history, allowing editors to revert to a previous
version
* front-end editing, providing rapid access to the content management
interface
* support for a variety of editors with advanced text editing features
* a flexible plugins system that lets developers put powerful tools at the
fingertips of editors, without overwhelming them with a difficult interface
.
This package contains the Python 2 version of the admin styles required by
django CMS.
Package: python3-djangocms-admin-style
Architecture: all
Depends: python-djangocms-admin-style-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends}
Description: CSS styles for the django CMS admin interface (Python3 version)
django CMS is a modern web publishing platform built with Django. It offers
out-of-the-box support for the common features expected from a CMS, but can
also be easily customised and extended by developers to create a site that is
tailored to their precise needs.
.
django CMS is a well-tested CMS platform that powers sites both large and
small. Here are a few of the key features:
* robust internationalisation (i18n) support for creating multilingual sites
* virtually unlimited undo history, allowing editors to revert to a previous
version
* front-end editing, providing rapid access to the content management
interface
* support for a variety of editors with advanced text editing features
* a flexible plugins system that lets developers put powerful tools at the
fingertips of editors, without overwhelming them with a difficult interface
.
This package contains the Python 3 version of the admin styles required by
django CMS.
|