From 6a531c3b98550d3953463eac62cf476cebc53332 Mon Sep 17 00:00:00 2001 From: Bruno Nocera Zanette <brunonzanette@gmail.com> Date: Wed, 28 Aug 2013 14:35:37 -0300 Subject: [PATCH] Add README file Added a README file describing the project. Signed-off-by: Bruno Nocera Zanette <brunonzanette@gmail.com> --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0d029db --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +This script processes the database of http://participatorio.juventude.gov.br/ website to filter public informations and write it on XML files that will be available for download. + +On Group's XML file is written the information about all the groups, for example: title, description, members and posts. + +On User's XML file is written the information about all the users, for example: +name, friends and posts. + +The structures of these XML files are described on the files: user_xml_structure.xml and group_xml_structure.xml. -- GitLab