[Ktutorial-commits] SF.net SVN: ktutorial:[191] trunk/web-src
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-03-24 21:08:56
|
Revision: 191 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=191&view=rev Author: danxuliu Date: 2010-03-24 21:08:50 +0000 (Wed, 24 Mar 2010) Log Message: ----------- Add release 0.3 new, and update development, documentation and download pages Modified Paths: -------------- trunk/web-src/newsList.xml trunk/web-src/pages/development.xml trunk/web-src/pages/documentation.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 2010-03-24 21:03:40 UTC (rev 190) +++ trunk/web-src/newsList.xml 2010-03-24 21:08:50 UTC (rev 191) @@ -24,4 +24,18 @@ <date>2010-02-06</date> </fullDate> </new> -</news> \ No newline at end of file + + <new> + <title>KTutorial 0.3 released!</title> + <summary> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>The main feature introduced in this release is KTutorial editor, a graphical editor to ease tutorial authoring. It is still in an early stage of development (you can't even save and load a tutorial to continue working on it later), but it will be improved in the next releases.</p> + <p>The <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.3/Release notes/view" title="KTutorial 0.3 release notes">release notes</a> contain more information about the changes from 0.2 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> + </div> + </summary> + <fullDate> + <date>2010-03-24</date> + </fullDate> + </new> +</news> Modified: trunk/web-src/pages/development.xml =================================================================== --- trunk/web-src/pages/development.xml 2010-03-24 21:03:40 UTC (rev 190) +++ trunk/web-src/pages/development.xml 2010-03-24 21:08:50 UTC (rev 191) @@ -34,6 +34,7 @@ <h2><a id="status" class="anchorLink">Status</a></h2> </div> <p>Right now, KTutorial is in a prototype state, but it is able to execute tutorials: it works!</p> + <p>As well as the library itself, KTutorial provides a graphical editor for tutorials, not surprisingly named Ktutorial editor.</p> <p>In KTutorial SVN there is also a little test application, KTutorial test app, which shows the different features of KTutorial in a "real" environment.</p> <p>Here it is the current features list:</p> <ul> @@ -55,6 +56,9 @@ <li> <p><em>CMake build system:</em> KTutorial uses KDE 4 CMake build system, and also provides a CMake module to be used from applications using KTutorial to configure them as necessary.</p> </li> + <li> + <p><em>Graphical editor:</em> KTutorial editor is a companion to KTutorial library to ease tutorial authoring. A tutorial can be defined using the editor and then exported to a scripted tutorial that can be understood by KTutorial library. However, the editor is still very basic at this time.</p> + </li> </ul> <div class="h2Rounded"> @@ -63,20 +67,20 @@ <p>Here you can see what (major) features I expect to include in the future.</p> <ul class="foldableList"> <li> - 0.3: + 0.4: <ul> - <li>A graphical editor to create tutorials</li> + <li>Emphasize widgets to help the user finding them (provided it is technically viable)</li> + <li>In KTutorial editor, get the name of the objects that send signals or receive events from the application the tutorial documents, just clicking on the desired widget (provided it is technically viable)</li> </ul> </li> <li> Someday? (these features need further investigation about their technical viability): <ul> - <li>Emphasize widgets to help the user finding them</li> <li>Extended information in step texts (something like "What is this" help on specific words, for example)</li> </ul> </li> </ul> - <p class="lastUpdated">Last updated: 2010-01-30</p> + <p class="lastUpdated">Last updated: 2010-03-24</p> </page:content> </page> Modified: trunk/web-src/pages/documentation.xml =================================================================== --- trunk/web-src/pages/documentation.xml 2010-03-24 21:03:40 UTC (rev 190) +++ trunk/web-src/pages/documentation.xml 2010-03-24 21:08:50 UTC (rev 191) @@ -23,8 +23,8 @@ <div class="h2Rounded"> <h2><a id="finalUsers" class="anchorLink">For final users</a></h2> </div> - <p>There is no specific documentation for KTutorial final users right now.</p> - <p>However, if you have an application that uses KTutorial, it is very easy to execute the tutorials. Just go to <em>Help->Tutorials...</em> and a dialog with all the available tutorials will appear. Select one, click on <em>Start</em> button and now just follow it!</p> + <p>KTutorial provides a tutorial named <em>Using tutorials</em> which purpose is, well, show how to use tutorials ;)</p> + <p>But, how you can start a tutorial? If you have an application that uses KTutorial, just go to <em>Help->Tutorials...</em> and a dialog with all the available tutorials will appear. Select one, click on <em>Start</em> button and now just follow it!</p> <p>If your application doesn't have a <em>Help->Tutorials...</em> menu item, sorry, it doesn't use KTutorial ;)</p> <p>Note, however, that right now only KTutorial test application uses KTutorial :P</p> @@ -40,6 +40,6 @@ </div> <p>Refer to <a href="development.html" title="Development information">development</a> section of the web.</p> - <p class="lastUpdated">Last updated: 2010-01-30</p> + <p class="lastUpdated">Last updated: 2010-03-24</p> </page:content> </page> Modified: trunk/web-src/pages/download.xml =================================================================== --- trunk/web-src/pages/download.xml 2010-03-24 21:03:40 UTC (rev 190) +++ trunk/web-src/pages/download.xml 2010-03-24 21:08:50 UTC (rev 191) @@ -17,8 +17,8 @@ <div class="h2Rounded"> <h2><a id="releases" class="anchorLink">Releases</a></h2> </div> - <p>Current release is 0.2. You can download <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.2/ktutorial-0.2.tar.gz/download" title="KTutorial 0.2 release in tar.gz">ktutorial-0.2.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.2/Release%20notes/view" title="KTutorial 0.2 release notes">release notes</a> (although there isn't much to see ;) ).</p> + <p>Current release is 0.3. You can download <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.3/ktutorial-0.3.tar.gz/download" title="KTutorial 0.3 release in tar.gz">ktutorial-0.3.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.3/Release%20notes/view" title="KTutorial 0.3 release notes">release notes</a> (although there isn't much to see ;) ).</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> @@ -41,6 +41,6 @@ <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 library is built, use <strong>-DKDE4_BUILD_TESTS=ON</strong>.</p> - <p class="lastUpdated">Last updated: 2010-02-06</p> + <p class="lastUpdated">Last updated: 2010-03-24</p> </page:content> </page> Modified: trunk/web-src/pages/index.xml =================================================================== --- trunk/web-src/pages/index.xml 2010-03-24 21:03:40 UTC (rev 190) +++ trunk/web-src/pages/index.xml 2010-03-24 21:08:50 UTC (rev 191) @@ -26,6 +26,21 @@ <div id="news"> <div class="new"> <h2 class="newTitle"> + <a id="newId3" class="anchorLink">KTutorial 0.3 released!</a> + </h2> + <div class="newBody"> + <p class="newDate">2010-03-24</p> + <div class="newContent"> + <div> + <p>The main feature introduced in this release is KTutorial editor, a graphical editor to ease tutorial authoring. It is still in an early stage of development (you can't even save and load a tutorial to continue working on it later), but it will be improved in the next releases.</p> + <p>The <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.3/Release notes/view" title="KTutorial 0.3 release notes">release notes</a> contain more information about the changes from 0.2 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> + </div> + </div> + </div> + </div> + <div class="new"> + <h2 class="newTitle"> <a id="newId2" class="anchorLink">KTutorial 0.2 released!</a> </h2> <div class="newBody"> Modified: trunk/web-src/pages/news.xml =================================================================== --- trunk/web-src/pages/news.xml 2010-03-24 21:03:40 UTC (rev 190) +++ trunk/web-src/pages/news.xml 2010-03-24 21:08:50 UTC (rev 191) @@ -23,6 +23,21 @@ <div id="news"> <div class="new"> <h2 class="newTitle"> + <a id="newId3" class="anchorLink">KTutorial 0.3 released!</a> + </h2> + <div class="newBody"> + <p class="newDate">2010-03-24</p> + <div class="newContent"> + <div> + <p>The main feature introduced in this release is KTutorial editor, a graphical editor to ease tutorial authoring. It is still in an early stage of development (you can't even save and load a tutorial to continue working on it later), but it will be improved in the next releases.</p> + <p>The <a href="http://sourceforge.net/projects/ktutorial/files/ktutorial-0.3/Release notes/view" title="KTutorial 0.3 release notes">release notes</a> contain more information about the changes from 0.2 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> + </div> + </div> + </div> + </div> + <div class="new"> + <h2 class="newTitle"> <a id="newId2" class="anchorLink">KTutorial 0.2 released!</a> </h2> <div class="newBody"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |