Changeset - 7d5e06b63135
[Not reviewed]
default
0 7 0
Branko Majic (branko) - 11 years ago 2013-10-12 20:13:57
branko@majic.rs
CONNT-22: Minor spacing fix.
7 files changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
.. Copyright (C) 2013 Branko Majic
 

	
 
   This file is part of Django Conntrackt documentation.
 

	
 
   This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
   Unported License. To view a copy of this license, visit
 
   http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
   Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 

	
 

	
 
Conntrackt
 
==========
 

	
 
Conntrackt (Connection Tracker) is a simple Django application for tracking
 
connection requirements between different entities in a network.
 

	
 
The application was written with intention to be used by system adminstrators
 
and integrators that deploy servers on customer premises, and need to keep tight
 
track of possible communication links between different entities in the
 
project.
 

	
 
In addition to keeping track of connections, the application has the ability to
docs/about.rst
Show inline comments
 
.. Copyright (C) 2013 Branko Majic
 

	
 
   This file is part of Django Conntrackt documentation.
 

	
 
   This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
   Unported License. To view a copy of this license, visit
 
   http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
   Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 

	
 

	
 
About Django Conntrackt
 
=======================
 

	
 
Django Conntrackt is a simple application intended to provide system
 
administrators and integrators that deploy servers at client's premises to
 
easily keep track of required networ communications between different servers,
 
routers, client workstations, and even whole networks/sub-networks.
 

	
 

	
 
Why was this application created?
 
---------------------------------
 

	
docs/index.rst
Show inline comments
 
.. Copyright (C) 2013 Branko Majic
 

	
 
   This file is part of Django Conntrackt documentation.
 

	
 
   This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
   Unported License. To view a copy of this license, visit
 
   http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
   Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 

	
 

	
 
Django Conntrackt documentation
 
===============================
 

	
 
Django Conntrackt is a simple application intended to provide system
 
administrators and integrators that deploy servers at client's premises to
 
easily keep track of required networ communications between different servers,
 
routers, client workstations, and even whole networks/sub-networks.
 

	
 

	
 
Support
 
-------
 

	
docs/installation.rst
Show inline comments
 
.. Copyright (C) 2013 Branko Majic
 

	
 
   This file is part of Django Conntrackt documentation.
 

	
 
   This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
   Unported License. To view a copy of this license, visit
 
   http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
   Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 

	
 

	
 
Installation
 
============
 

	
 
Django Conntrackt can be installed through one of the following methods:
 

	
 
* Using *pip*, which is the recommended way for production
 
  websites.
 

	
 

	
 
Using pip
 
---------
 

	
docs/quickstart.rst
Show inline comments
 
.. Copyright (C) 2013 Branko Majic
 

	
 
   This file is part of Django Conntrackt documentation.
 

	
 
   This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
   Unported License. To view a copy of this license, visit
 
   http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
   Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 

	
 

	
 
Quick-start guide
 
=================
 

	
 
This chapter provides quick-start instructions in order to allow you to quickly deploy and test Django Conntrackt application.
 

	
 

	
 
Debian/Ubuntu
 
-------------
 

	
 
Install the *pip* utility::
 

	
 
  sudo apt-get install pip
docs/releasenotes.rst
Show inline comments
 
.. Copyright (C) 2013 Branko Majic
 

	
 
   This file is part of Django Conntrackt documentation.
 

	
 
   This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
   Unported License. To view a copy of this license, visit
 
   http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
   Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 

	
 

	
 
Release Notes
 
=============
 

	
 
0.1
 
---
 

	
 
Initial relase of Django Conntrackt. Contains full support for:
 

	
 
* Managing application data.
 
* Generation of iptables rules.
 
* Generation of communication diagram.
 
* Full user documentation.
docs/usage.rst
Show inline comments
 
.. Copyright (C) 2013 Branko Majic
 

	
 
   This file is part of Django Conntrackt documentation.
 

	
 
   This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
 
   Unported License. To view a copy of this license, visit
 
   http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
 
   Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
 

	
 

	
 
.. _usage:
 

	
 
Usage
 
=====
 

	
 
Django Conntrackt provides a very simple interface for reading and editing the
 
information about network connections across projects, as well as for obtaining
 
*iptables* rules.
 

	
 
Key concepts
 
------------
 

	
0 comments (0 inline, 0 general)