From 97f6e0128c1ccf0eb52788257517ea06f872c0cf Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Thu, 5 Jul 2012 01:33:54 -0300 Subject: Update master --- README.rst | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index ad8d318..18eb59e 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,25 @@ HyperKitty - Archiver for for GNU Mailman v3 =================================== -Copyright (C) 1998-2012 by the Free Software Foundation, Inc. +HyperKitty is an open source Django application under development. It aims to provide web interface to access GNU Mailman archives. + + +Dependencies +============ +Latest version of Django >= 1.4 +django-social-auth application + + +Installation +============ +1. Clone the repository +2. Load some data into postgresql database using kittystore -The HyperKitty Django app provides a web interface to -access GNU Mailman archives. + +License +======== + +Copyright (C) 1998-2012 by the Free Software Foundation, Inc. HyperKitty is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -18,12 +33,3 @@ General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with mailman.client. If not, see . - - -Requirements -============ - - -Installation -============ - -- cgit From 4448105ceaac3eb9ff00f119b40bae3591b20204 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Thu, 5 Jul 2012 01:35:59 -0300 Subject: Update master --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 18eb59e..edade50 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,14 @@ HyperKitty is an open source Django application under development. It aims to pr Dependencies ============ -Latest version of Django >= 1.4 -django-social-auth application +1. Latest version of Django >= 1.4 +2. django-social-auth application (https://github.com/omab/django-social-auth/) Installation ============ 1. Clone the repository -2. Load some data into postgresql database using kittystore +2. Load some data into postgresql database using kittystore (https://github.com/pypingou/kittystore) License -- cgit