[[PageOutline(1-2)]] = !CodeTalk = ''!CodeTalk allows developers to have conversations about source code elements. They can mark code sections they are concerned about and annotate them. These annotations provide entry points for an informal discourse about the strengths and weaknesses of these sections and developers can work towards a conclusion on how to proceed on the raised issues.'' [[Image(markup.pdf)]] = How to Install = {{{ #!div style="float:right;" ||'''Environment'''|| || || [[Image(media/icons/custom:squeak_16.png, title="Recommended Squeak Version", nolink, right)]] || 4.x, Trunk? || || [[Image(media/icons/silk:application_home.png, title="Recommended Squeak VM Version", nolink, right)]] || 4.0.x || || [[Image(media/icons/silk:cog.png, title="Recommended Cog VM Version", nolink, right)]] || ''supported?'' || ||'''Sources'''|| || || [[Image(media/icons/silk:script_gear.png, title="Metacello Configuration", nolink, right)]] || [http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/MetacelloRepository/ConfigurationOfCodeTalk ConfigurationOfCodeTalk] || || [[Image(media/icons/silk:database.png, title="Repository", nolink, right)]] || [http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/codetalk/ CodeTalkRepo] || || [[Image(media/icons/silk:package.png, title="Needed Packages from the Repository", nolink, right)]] || ''`package names`'' || || [[Image(media/icons/silk:bullet_go.png, title="Dependents", nolink, right)]] || ''`dependents`'' || ||'''Misc'''|| || || [[Image(media/icons/silk:world.png, title="Website", nolink, right)]] || [http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/YourProject.html YourProject@SqueakSource] || }}} == Using Metacello == ''We have used this approach from time to time, so it is supposed to work nicely. Please find the link to the project configuration for Metacello in the table on the right.'' == Using SAR Installer == ''Might be a good choice for just trying it out in a new image. Drop [attachment:codetalk-installer-v5.sar codetalk-installer-v5.sar] in your image and follow the instructions on the screen.'' == Using built-in tools (experimental) == {{{ (Installer wiresong project: 'ob') install: 'OmniBrowser'; install: 'OB-Morphic'; install: 'OB-Standard'; install: 'OB-Shout'; install: 'OB-SUnitIntegration'. (Installer ss project: 'rb') install: 'AST'; install: 'Refactoring-Core'; install: 'Refactoring-Spelling'; project: 'Regex'; install: 'VB-Regex'. (Installer wiresong project: 'ob') install: 'OB-Refactory'; install: 'OB-Regex'. (Installer ss project: 'shout') install: 'Shout'. (Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/SwaUtilities') install: 'SwaUtil'. (Installer mc http: 'http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/codetalk') install: 'CodeTalk'; install: 'CT-Monticello'; install: 'CT-MarkupBrowser'. }}} {{{ #!div style="clear:both;" }}} = How to Use = ''tbd'' = Some more screenshots = [[Image(screenshot.tiff)]] [[Image(cbrowser.pdf)]]