summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS (renamed from doc/Changelog)6
-rw-r--r--doc/TODO40
-rw-r--r--doc/TRANSLATING17
3 files changed, 21 insertions, 42 deletions
diff --git a/doc/Changelog b/doc/NEWS
index fe8799b..a5d3186 100644
--- a/doc/Changelog
+++ b/doc/NEWS
@@ -1,3 +1,9 @@
+next:
+
+- allow eix as backend DB
+- use an internal messagequeue module instead of external shm
+- show the list of world packages
+
0.13.1:
- fix segfault in GLib
- correct config path handling for portage-2.1.7.x
diff --git a/doc/TODO b/doc/TODO
deleted file mode 100644
index 81c8d5c..0000000
--- a/doc/TODO
+++ /dev/null
@@ -1,40 +0,0 @@
-Documentation:
-==============
-
-Unittest:
-========
-
-- ALL!
-
-Backend:
-========
-
-- add Paludis support \
-- add pkgcore support |-> not necessairy if catapult is used
-- add equo support /
-
-- rewrite flags handling
-
-- also check installed packages if they block the current one
-
-- make sure, a package being removed from the queue is not needed as a dependency by another package
-- binary package support
-
-GUI:
-====
-
-Main Point: user preferences:
- - colors and font sizes
-
-- rotating systray icon
-- if a package has been merged, but there are still dependencies to be merged - move the dependencies up the tree (Updater)
-- move GUI prefs out of the system config
-- show reverse dependencies
-- reload package table when emerge is finished
-- show which package has a dependency that causes a block
-
-[quote]
-I would like to be able to see at a glance:
-1. How many packages I have installed. (Hopefully in the menubar)
-a. How many of the packages are installed, and the number there are in each category. (Just like you do with the queue: "x of y"::"installed of available")
-[/quote]
diff --git a/doc/TRANSLATING b/doc/TRANSLATING
index 4b49fa5..75d1c45 100644
--- a/doc/TRANSLATING
+++ b/doc/TRANSLATING
@@ -12,15 +12,28 @@ KBabel (kde-base/kbabel) or Gtranslator (app-text/gtranslator).
Getting the sources:
===================
+You do need the sources to make translations, as the installed program is not sufficient.
+Therefore you need to have dev-util/git installed.
-You do need the sources to make translations. The installed program is not sufficient.
Change into a local directory where you want to have the sources installed.
Then do:
-> bzr pull lp:portato
+> git clone git://github.com/Necoro/portato.git
You now should have the actual sources in the "portato" subdirectory.
+If you later on want to update these sources, you do:
+
+> git pull
+
+Important: If you are working on a given version, you need to change to the correct branch:
+
+> git checkout -b 0.13 origin/0.13
+
+where '0.13' has to be replaced by the version you are going to use.
+
+Have a look at http://www.git-scm.com for more information on how to use git.
+
To update an incomplete translation:
===================================