Zim

Merge lp:~notgary-deactivatedaccount/zim/zim-fix-613303 into lp:~jaap.karssenberg/zim/pyzim

Proposed by Chris Wilson
Status: Merged
Approved by: Jaap Karssenberg
Approved revision: 331
Merged at revision: 335
Proposed branch: lp:~notgary-deactivatedaccount/zim/zim-fix-613303
Merge into: lp:~jaap.karssenberg/zim/pyzim
Diff against target: 38 lines (+14/-9)
2 files modified
debian/changelog (+6/-0)
debian/control (+8/-9)
To merge this branch: bzr merge lp:~notgary-deactivatedaccount/zim/zim-fix-613303
Reviewer Review Type Date Requested Status
Jaap Karssenberg Pending
Review via email: mp+46410@code.launchpad.net

Description of the change

Rewrote description in debian/control to be more informative.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-11-02 20:14:14 +0000
+++ debian/changelog 2011-01-16 11:41:22 +0000
@@ -1,3 +1,9 @@
1zim (0.49ubuntu1) natty; urgency=low
2
3 * Rewrote description in debian/control to be more informative (LP:613303)
4
5 -- Chris Wilson <afrowildo@gmail.com> Sun, 16 Jan 2011 11:34:25 +0000
6
1zim (0.49) maverick; urgency=low7zim (0.49) maverick; urgency=low
28
3 * Updated to release 0.49 9 * Updated to release 0.49
410
=== modified file 'debian/control'
--- debian/control 2010-11-02 20:14:14 +0000
+++ debian/control 2011-01-16 11:41:22 +0000
@@ -17,12 +17,11 @@
17# dvipng required for the "equation" plugin17# dvipng required for the "equation" plugin
18Suggests: bzr, graphviz, scrot, dvipng18Suggests: bzr, graphviz, scrot, dvipng
19Description: A Desktop Wiki Editor19Description: A Desktop Wiki Editor
20 Zim brings the concept of a wiki to your desktop. Store20 Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.
21 information, link pages and edit with WYSISYG markup.21.
22 Creating a new page is as easy as linking to a non-existing22Zim can be used to:
23 page. Pages are stored in a folder structure, like in an23 * Keep an archive of notes
24 outliner, and can have attachments.24 * Take notes during meetings or lectures
25 .25 * Organize task lists
26 This tool can be used to keep track of TODO lists or ideas,26 * Draft blog entries and emails
27 to take notes during a meeting or to draft any other kind of27 * Do brainstorming
28 text (blog entries, important mails, etc.).