Wednesday, April 27, 2011

Introduction

Hi friends, I'm Ajay. Here I'm posting about my MCA main project.

My project topic is GIT based Wiki Implementation. In this project I use Python which is used as the back end of this project as it is used for server side programming. The front end will be javascript/html. This is an open source project, so I definitely use Linux as the platform. I have Ubuntu 10.04 installed in my lap.

Regarding my project, Git is a distributed version control system with an emphasis on speed. A distributed version control, or decentralized version control system (DVCS) keeps track of software revisions and allows many developers to work on a given project without necessarily being connected to a common network. Version control means user modifications are saved as versions and we can rollback to any versions at any time. Here I use Git to design a Wiki software. Wiki software (Wiki engine or wiki application) is collaborative software that runs a wiki, i.e., a website that allows users to create and collaboratively edit web pages using a web browser. A wiki system is usually a web application that runs on one or more web servers. The content, including all current and previous revisions, is usually stored in either a file system or a database.

Now I'm enjoying my study holidays and my project instructor Pramode.C.E asked me to start a blog for project purpose. I have to learn Python as he offered us to send the links of study materials.

Now I'm just a beginner. Hope it will be a great start for my career.


Will be back soon. Thanks


AJAY