Tag Archives: howto

Document your Django project using Sphinx documentation tool and reStructuredText

So you wrote a cool documentation in your Python code using docstring and reStructuredText, in order to let other people understand your API. What’s the next step? To export it in html/pdf etc. I wrote an XML-RPC service providing Dynamic Ridesharing functionalities for my Bachelor Computer Science thesis. It was written using Python and Django.

Basic Concepts of UDDI, mindmap

Here I provide a tiny mindmap summarizing the basic concepts of UDDI. I’m using it for studying Advanced Internet Technologies. See the exported clickable map + HTML Download the original Freemind document As sources, I used OASIS official specification and tutorialspoint.

Basic Concepts of WSDL, mindmap

Here I provide a tiny mindmap summarizing the basic concepts of WSDL. I’m using it for studying Advanced Internet Technologies. See the exported clickable map + HTML Download the original Freemind document As sources, I used W3C official specification and w3schools.

Basic Concepts of SOAP, mindmap

Here I provide a tiny mindmap summarizing the basic concepts of SOAP. I’m using it for studying Advanced Internet Technologies. See the exported clickable map + HTML Download the original Freemind document As sources, I used W3C official specification and w3schools.

Gnome on Debian Sid and ekiga+libpt problem solved

If you are running Debian Sid (i386) and are trying to install Gnome using apt-get install gnome You will probably might be disappointed because of problems regarding gnome-desktop-environment, ekiga, ptlib (libpt2.6.4) and opal (libopal3.6.4). Everything seems related to a missing 386 version of libpt2.6.4 on Debian Sid. Also libpt2.6.4-plugins is missing. Packages are also reported

Introduction To Software Testing

Elements and Concepts – A brief overview Download PDF version of the whole document. You can browse the article online but I encourage the download of the PDF since it is written with accuracy. Introduction This document contains some basic concepts and definitions about software testing. It has been written for studying a part of