Things I would like it covering:
1) A good introduction to money and the implications of bitcoin for Economy, namely for a Anarcho-capitalism model of society.
2) A good introduction for assymetric encryption
3) Elliptic curves and Elliptic curves cryptography background, the role of ECDSA in bitcoin (Key-pair generation, Signature Generation, and Signature Verification)
4) Crytography concepts: hashing, National Security Agency, etc.
5) Satoshi paper in very digestible bytes
6) More computer power meaning more irrevocability. The scarcity and rarity being given by the hard coded timely fashion and not by the electricity and computer resources used.
7) Making it clear that coins only exist as balances associated with a bitcoin address and that what you actually keep are the private keys.
Explaining that a private key is like a password that enables you to spend from a bitcoin address, that is made of 256 bits, that is, 256 zeros and ones, but is usually expressed in more condensed formats using hexadecimal numbering.
9) Explaining that private keys and public keys form a pair like a key and a locker and that the bitcoin address is very much the counter-part of the private key, that it follows directly from the public key. But their mathematical properties are very particular because it is possible to calculate in some fractions of a second the bitcoin address, in a pair, from its private key. But the reverse would take countless millions, if not billions of years as it would have to be done by trial and error, even if quantum computers were used.
10) Going through a simple version of Satoshi client code, ultra well commented, with UML diagrams and all software architecture behind it, all very well explained and documented. A kind of "Satoshi's Original Bitcoin Client - An Operational View" on steroids!!!
11) Commons myths, FAQ,
http://blog.zorinaq.com/?e=66http://coinlab.com/pdfs/a-bitcoin-primer.pdfhttp://blog.oleganza.com/post/32725987418/bitcoin-non-technical-faqAn inpiration, and 99% transpiration...
Much much more. Making us all code and technical savvys!!