Introduction

Ubercard is a little different from some open-source projects in that I'm attempting to document the process of designing and building it. Here are the chapters with some progress to date:

Chapter 1 - Introduction (Final Draft)
Chapter 2 - The Design (Rough Draft)
Chapter 3 - Fairness (Rough Draft)
Chapter 4 - Instant messaging, Chat, and Rendevous
Chapter 5 - Rendering
Chapter 6 - Communications
Chapter 7 - Implementing the design
Chapter 8 - Rewriting the code
Chapter 9 - Putting it all together
Chapter 10 - Finishing touches

Installing

Running

Acknowledgements

Individual Contributions

Libraries

License

Development

The project files/bug tracking/forums/etc. are hosted using the wonderful services of:

SourceForge Logo

Building

Examples

Directory Structure

          |---Project Root
              |---build.xml - ant configuration file
              |---build - generated files
              |   |---classes - destination for compiled java code
              |   |---lib - the JAR 
              |---docs - non javadoc generated documentation (specs, etc.)
              |---lib - third party libraries
              |---misc - files needed for building or distributing the program
              |---src - project source code (see code organization for details)
              |---ReadMe.html - this file
	

Code Organization

Known Bugs

Links

The following are links to resources that may be helpful (or necessary) to use HotSheet or do development using its code.

JohnMunsch.com
Home base for the creator of HotSheet. I wrote all of the original software and I maintain the project page for the project from this site and SourceForge.net.