[[PageOutline(1-2)]] = Introduction = ''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.'' = 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/YourConfiguration YourConfiguration] || || [[Image(media/icons/silk:database.png, title="Repository", nolink, right)]] || ''`url to repository`'' || || [[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] || }}} ''Describe necessary explanations how the Metacello script works if there are any non-default steps involved.'' '' You can also use this space to describe the available packages and categories, e.g.: {{{MyProject-FirstCategory}}} ... Does stuff.[[br]] {{{MyProject-SecondCategory}}} ... Just a testbed.'' {{{ #!div style="clear:both;" }}} = How to Use = ''Write a small tutorial. Start with basic steps and then add more details. It is not necessary to explain the whole functionality.'' = How to Extend = ''Internal documentation. Show models, explain the architecture. Do anything that may help a new developer to extend this project.''