From b0facf5a709341b155415f56b048dbe7484c318e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 24 Jul 2011 01:04:43 +0200 Subject: config-builder is able to create a package list from a mediawiki page or the Alpine Linux Git repository. In the list below are two pages shown that are included in the config-builder script. Alpine Rescue http://wiki.alpinelinux.org/wiki/Alpine_rescue Alpine Mini http://wiki.alpinelinux.org/wiki/Alpine_mini config-builder allows you to grab data from any mediawiki instance to build your package list. A requirement for the mediawiki pages is that the package names are placed in a table (class wikitable). Beside that nothing else is needed. You are free to format your page as you like. If you are unsure about the table layout just take a look at one of the two page mentioned above. --- config-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-builder.py b/config-builder.py index da8bba4..09f70c7 100755 --- a/config-builder.py +++ b/config-builder.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# This simple script can be used to create package list +# config-builder is able to create a package list from a mediawiki # Copyright (c) 2011 Fabian Affolter # # All rights reserved. -- cgit v1.2.3