File: control

package info (click to toggle)
treeline 3.0.1-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 4,076 kB
  • sloc: python: 19,378; javascript: 998; makefile: 55
file content (28 lines) | stat: -rw-r--r-- 1,203 bytes parent folder | download | duplicates (2)
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
Source: treeline
Section: utils
Priority: optional
Maintainer: Miriam Ruiz <miriam@debian.org>
Build-Depends: debhelper, dh-buildinfo, quilt
Build-Depends-Indep: python3, dh-python, qttools5-dev-tools,
 qtchooser, qttranslations5-l10n
Standards-Version: 4.2.1.2
Homepage: http://treeline.bellz.org/

Package: treeline
Architecture: all
Depends: ${python3:Depends}, python3-pyqt5, ${misc:Depends}
Recommends: aspell | ispell, qttranslations5-l10n
Description: versatile tree-like structured custom data manager
 TreeLine is a versatile tool for working with all kind of information
 that fits into a tree-like structure.
 .
 It can be used to edit bookmark files, create mini-databases (e.g., for
 addresses, tasks, records, CDs, etc.), outline documents, or just
 collect ideas. It can also be used as a generic editor for XML files.
 .
 The data schemas for any node in the data tree can be customized and
 new types of nodes can be defined. The way data is presented on the
 screen, exported to HTML, or printed can be defined with HTML-like
 templates. Plug-ins can be written to load and save data from and to
 custom file formats or external data sources and extend the
 functionality of TreeLine.