[Ktutorial-commits] SF.net SVN: ktutorial:[389] trunk/web-src
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2012-12-07 10:43:39
|
Revision: 389 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=389&view=rev Author: danxuliu Date: 2012-12-07 10:43:32 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Update pages for 0.5.1 release. Modified Paths: -------------- trunk/web-src/newsList.xml trunk/web-src/pages/download.xml trunk/web-src/pages/index.xml trunk/web-src/pages/news.xml Modified: trunk/web-src/newsList.xml =================================================================== --- trunk/web-src/newsList.xml 2012-09-04 22:38:45 UTC (rev 388) +++ trunk/web-src/newsList.xml 2012-12-07 10:43:32 UTC (rev 389) @@ -92,4 +92,19 @@ <date>2012-09-04</date> </fullDate> </new> + + <new> + <title>KTutorial 0.5.1 released!</title> + <summary> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>This is the first release licensed under the GPLv2+, and the first one containing translations provided by the KDE localization teams (thank you for your work! :) ).</p> + <p>The <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.5.1/README/view" title="KTutorial 0.5.1 release notes">release notes</a> contain more information about the changes from 0.5 release.</p> + <p>Check the <a href="download.html" title="Download page in KTutorial web">download page</a> for information about downloading and building KTutorial.</p> + <p>And yes, I know, I have a very loose concept of "soon" :P</p> + </div> + </summary> + <fullDate> + <date>2012-12-06</date> + </fullDate> + </new> </news> Modified: trunk/web-src/pages/download.xml =================================================================== --- trunk/web-src/pages/download.xml 2012-09-04 22:38:45 UTC (rev 388) +++ trunk/web-src/pages/download.xml 2012-12-07 10:43:32 UTC (rev 389) @@ -17,8 +17,8 @@ <div class="h2Rounded"> <h2><a id="releases" class="anchorLink">Releases</a></h2> </div> - <p>Current release is 0.5. You can download <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.5/ktutorial-0.5.tar.gz/download" title="KTutorial 0.5 release in tar.gz">ktutorial-0.5.tar.gz</a> from <a href="http://sourceforge.net/projects/ktutorial/files/" title="KTutorial project files">project's file list</a>.</p> - <p>You can also see the <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.5/README/view" title="KTutorial 0.5 release notes">release notes</a>, which list the changes from the previous release.</p> + <p>Current release is 0.5.1. You can download <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.5.1/ktutorial-0.5.1.tar.gz/download" title="KTutorial 0.5.1 release in tar.gz">ktutorial-0.5.1.tar.gz</a> from <a href="http://sourceforge.net/projects/ktutorial/files/" title="KTutorial project files">project's file list</a>.</p> + <p>You can also see the <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.5.1/README/view" title="KTutorial 0.5.1 release notes">release notes</a>, which list the changes from the previous release.</p> <p>See below for build instructions, in <a href="#build" title="Build instructions">building section</a>.</p> <p>If you do know what you are doing ;) , you can also checkout KTutorial sources from <acronym title="Subversion">SVN</acronym> repository. Go on reading to know how to do it.</p> @@ -39,8 +39,9 @@ <p>In order to build KTutorial, it doesn't matter if you downloaded it from a release or from <acronym title="Subversion">SVN</acronym>.</p> <p>You will need <a href="http://www.cmake.org" title="CMake project web">CMake</a>, and Qt >= 4.6 and KDE 4 kdelibs development packages installed in your system. It can be built like any other KDE 4 library or application.</p> <p>Create a <em>build</em> subdirectory in <em>ktutorial</em> directory, and change to it. Now, in a terminal, just run <strong>cmake ../ && make</strong> and it will configure and build KTutorial in the <em>build</em> directory. Once built, execute <strong>make install</strong> and you are done (you will likely need to change to root user, as default KDE installation is usually only root writable).</p> - <p>If you want to specify a prefix to install KTutorial to, instead of using KDE default installation directory, call CMake using the parameter <strong>-DCMAKE_INSTALL_PREFIX=/installation/prefix</strong>. For debugging purposes, use <strong>-DCMAKE_BUILD_TYPE=debugfull</strong>. To automatically build the unit tests when the project is built, use <strong>-DKDE4_BUILD_TESTS=ON</strong>.</p> + <p>If you want to specify a prefix to install KTutorial to, instead of using KDE default installation directory, call CMake using the parameter <strong>-DCMAKE_INSTALL_PREFIX=/installation/prefix</strong>. For debugging purposes, use <strong>-DCMAKE_BUILD_TYPE=debugfull</strong>. If you want to prevent some directory to be built (for example, the one for the test application), use <strong>BUILD_ktutorial-test-app=NO</strong>. To automatically build the unit tests when the project is built, use <strong>-DKDE4_BUILD_TESTS=ON</strong>.</p> + <p>If you intend to run the unit tests you may find this little trick valuable: <a href="http://ktutorial.wordpress.com/2012/12/06/preventing-graphical-automated-tests-from-interrupting-you/" title="Preventing graphical automated tests from interrupting you article in KTutorial project blog">Preventing graphical automated tests from interrupting you</a>.</p> - <p class="lastUpdated">Last updated: 2012-08-21</p> + <p class="lastUpdated">Last updated: 2012-12-06</p> </page:content> </page> Modified: trunk/web-src/pages/index.xml =================================================================== --- trunk/web-src/pages/index.xml 2012-09-04 22:38:45 UTC (rev 388) +++ trunk/web-src/pages/index.xml 2012-12-07 10:43:32 UTC (rev 389) @@ -26,6 +26,22 @@ <div id="news"> <div class="new"> <h2 class="newTitle"> + <a id="newId8" class="anchorLink">KTutorial 0.5.1 released!</a> + </h2> + <div class="newBody"> + <p class="newDate">2012-12-06</p> + <div class="newContent"> + <div> + <p>This is the first release licensed under the GPLv2+, and the first one containing translations provided by the KDE localization teams (thank you for your work! :) ).</p> + <p>The <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.5.1/README/view" title="KTutorial 0.5.1 release notes">release notes</a> contain more information about the changes from 0.5 release.</p> + <p>Check the <a href="download.html" title="Download page in KTutorial web">download page</a> for information about downloading and building KTutorial.</p> + <p>And yes, I know, I have a very loose concept of "soon" :P</p> + </div> + </div> + </div> + </div> + <div class="new"> + <h2 class="newTitle"> <a id="newId7" class="anchorLink">License changed from GPLv3+ to GPLv2+</a> </h2> <div class="newBody"> Modified: trunk/web-src/pages/news.xml =================================================================== --- trunk/web-src/pages/news.xml 2012-09-04 22:38:45 UTC (rev 388) +++ trunk/web-src/pages/news.xml 2012-12-07 10:43:32 UTC (rev 389) @@ -23,6 +23,22 @@ <div id="news"> <div class="new"> <h2 class="newTitle"> + <a id="newId8" class="anchorLink">KTutorial 0.5.1 released!</a> + </h2> + <div class="newBody"> + <p class="newDate">2012-12-06</p> + <div class="newContent"> + <div> + <p>This is the first release licensed under the GPLv2+, and the first one containing translations provided by the KDE localization teams (thank you for your work! :) ).</p> + <p>The <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.5.1/README/view" title="KTutorial 0.5.1 release notes">release notes</a> contain more information about the changes from 0.5 release.</p> + <p>Check the <a href="download.html" title="Download page in KTutorial web">download page</a> for information about downloading and building KTutorial.</p> + <p>And yes, I know, I have a very loose concept of "soon" :P</p> + </div> + </div> + </div> + </div> + <div class="new"> + <h2 class="newTitle"> <a id="newId7" class="anchorLink">License changed from GPLv3+ to GPLv2+</a> </h2> <div class="newBody"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |