From b3a71a0b28dcea3c244d23cecbf31cb65a4fa56b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 11 Dec 2013 18:35:01 +0530 Subject: updated documentation for generate_diff_table. --- src/gns-deb-diff.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gns-deb-diff.py') diff --git a/src/gns-deb-diff.py b/src/gns-deb-diff.py index e8fd2ae..c6362be 100644 --- a/src/gns-deb-diff.py +++ b/src/gns-deb-diff.py @@ -166,6 +166,13 @@ def slurp_readmes(package_list): def generate_diff_table(pkg_readmes): """Generates the gNewSense Debian Diff table in MoinMoin syntax and \ returns it as a string. + + The generated output is *not* clean since the content under the + Difference column often has newlines, which MoinMoin doesn't allow + inside a table. + + So, you might have to manually clean the table before putting it + on the gNewSense Wiki. """ table = [ -- cgit v1.2.3