=========================== #teachingopensource Meeting =========================== Meeting started by mchua at 12:20:24 UTC. The full logs are available at http://meetbot.fedoraproject.org/teachingopensource/2010-06-15/posse_rit_tuesday.2010-06-15-12.20.log.html . Meeting summary --------------- * LINK: http://teachingopensource.org/index.php/POSSE_RIT#Tuesday (mchua, 12:20:46) * LINK: http://teachingopensource.org/index.php/Planet (mchua, 12:50:09) * LINK: http://planet.fedoraproject.org/ # Fedora Planet (ctyler, 12:54:53) * LINK: http://betterexplained.com/articles/a-visual-guide-to-version-control/ (posse_projector, 13:04:50) * LINK: http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/ (posse_projector, 13:05:05) * LINK: http://righteouspictures.com/web/ (ganderson, 13:06:04) * OLPC impact video (mchua, 13:08:31) * LINK: http://righteouspictures.com/web/ (mchua, 13:08:58) * We're watching the trailer right now, as a scene-setting thing for why we're doing what we're doing here. (mchua, 13:09:14) * Fun With Publican (mchua, 13:24:07) * LINK: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Documentation_SOP#Viewing_the_Documentation (mchua, 13:29:51) * LINK: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Documentation_SOP (ctyler, 13:33:23) * Step 1: Start the Fedora environment and log in (ctyler, 13:38:48) * Step 2: Start a terminal by selecting the menu option: Applications>System Tools>Terminal (ctyler, 13:39:33) * Step 3: Type this command: git clone git://git.sugarlabs.org/soas-docs/mainline.git soas-docs (ctyler, 13:40:33) * LINK: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Documentation_SOP (mchua, 13:44:11) * Step 4: type "ls" (list files) -- you should see a list of folders, including one named "soas-docs" (alternately, you can use the "liveuser's Home" icon on the desktop to browse the soas-docs directory) (ctyler, 13:47:00) * Step 5: If you want to take a look at the files, you can open one of the XML files by clicking on it in the graphical viewer, or opening an editor from the command line (ctyler, 13:48:20) * LINK: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Documentation_SOP (ctyler, 13:49:51) * In the graphical view, you may need to right-click and open it with GEdit (ctyler, 13:50:25) * Step 6: In the terminal, change into the directory containing the document we want to build: cd "soas-docs/Creation Kit" (ctyler, 13:52:26) * Step 7: build the PDF of the US English version of the documentation: publican build --format=pdf --lang=en-US (ctyler, 13:54:18) * LINK: http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Documentation_SOP (mchua, 13:58:37) * Step 7: find and open the pdf: evince tmp/en-US/*pdf -- or use the graphical viewer (ctyler, 14:00:16) * Step 7: CORRECTION: find and open the pdf: evince tmp/en-US/pdf/*pdf -- or use the graphical viewer (ctyler, 14:02:55) * Step 8: you can create a "patch" containing your changes: git diff >creation-kit-patch.patch (ctyler, 14:05:21) * Step 9: exchange patches with a partner (ctyler, 14:19:11) * Step 10: apply your partner's patch: patch -p0