From: <mar...@us...> - 2010-02-01 22:29:12
|
Revision: 10 http://cronoscontrol.svn.sourceforge.net/cronoscontrol/?rev=10&view=rev Author: marioarce Date: 2010-02-01 22:29:05 +0000 (Mon, 01 Feb 2010) Log Message: ----------- Ticket #2 Added information related with the project to the About page , copied from http://www.cronoscontrol.net/about/index.html Modified Paths: -------------- source/trunk/CronosControl/CronosControlWeb/Views/Home/About.aspx Modified: source/trunk/CronosControl/CronosControlWeb/Views/Home/About.aspx =================================================================== --- source/trunk/CronosControl/CronosControlWeb/Views/Home/About.aspx 2010-02-01 22:26:20 UTC (rev 9) +++ source/trunk/CronosControl/CronosControlWeb/Views/Home/About.aspx 2010-02-01 22:29:05 UTC (rev 10) @@ -1,12 +1,47 @@ <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> <asp:Content ID="aboutTitle" ContentPlaceHolderID="TitleContent" runat="server"> - About Us + About Cronos Control </asp:Content> - <asp:Content ID="aboutContent" ContentPlaceHolderID="MainContent" runat="server"> - <h2>About</h2> - <p> - Put content here. - </p> + <h1> + <span>About the open source project</span></h1> + <div class="table"> + <h2> + Introduction</h2> + CC is an acronym for Cronos Control. It is a freely distributed program for such + companies or person who requires tracking time. + <br /> + <br /> + <h2> + About the project</h2> + Cronos Control is created as an Open Source Project in Costa Rica, due the needs + identified by a group of engineers. Is very common in many organizations have projects + where time tracking is the most important metric, many of these organizations depends + on this information to even price the efforts of these projects. For this requirement + and the enthusiasm to develop an Open Source project we create Cronos Control. + <br /> + <br /> + <h2> + CC Development</h2> + <a href="http://www.cronoscontrol.net/about/contributors.html" target="_blank">Authors + and Contributors</a><br /> + <a href="http://www.cronoscontrol.net/development/index.html" target="_blank">Development</a><br /> + <a href="http://www.cronoscontrol.net/development/programming.html" target="_blank"> + Programming details</a> + <br /> + <br /> + <h2> + Important CC Links</h2> + <a href="http://www.cronoscontrol.net/" target="_blank">Official Website</a> - www.cronoscontrol.net<br /> + <a href="http://sourceforge.net/projects/cronoscontrol" target="_blank">CC Project</a> + - sourceforge.net/projects/cronoscontrol<br /> + <a href="http://cronoscontrol.sourceforge.net/" target="_blank">CC Project Development</a> + - cronoscontrol.sourceforge.net<br /> + <a href="http://www.ohloh.net/projects/cronoscontrol" target="_blank">CC Contributors</a> + - www.ohloh.net/projects/cronoscontrol<br /> + <a href="http://twitter.com/cronoscontrol" target="_blank">CC Project on Twitter</a> + - twitter.com/cronoscontrol<br /> + <a href="http://twitter.com/ccdevelopment" target="_blank">CC Dev on Twitter</a> + - twitter.com/ccdevelopment </asp:Content> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |