Fix import id and test examples

This commit is contained in:
Ezequiel-Vega 2022-03-23 13:35:15 -03:00
parent 5efcdb45ff
commit 91cd6c27d8
17 changed files with 3253 additions and 2 deletions

View File

@ -31,6 +31,8 @@ export default class FreemindImporter extends Importer {
private relationship: Array<RelationshipModel>;
private idDefault = 0;
constructor(map: string) {
super();
this.freemindInput = map;
@ -59,7 +61,7 @@ export default class FreemindImporter extends Importer {
const freeNode: FreemindNode = this.freemindMap.getNode();
this.mindmap.setVersion(FreemindConstant.CODE_VERSION);
const wiseTopicId = parseInt(this.freemindMap.getNode().getId().split('_')[1], 10);
const wiseTopicId = this.getIdNode(this.freemindMap.getNode());
const wiseTopic = this.mindmap.createNode('CentralTopic');
wiseTopic.setPosition(0, 0);
wiseTopic.setId(wiseTopicId);
@ -178,7 +180,7 @@ export default class FreemindImporter extends Importer {
freeChilden.forEach((child) => {
if (child instanceof FreemindNode) {
const wiseId = parseInt(child.getId().split('_')[1], 10);
const wiseId = this.getIdNode(child);
const wiseChild = mindmap.createNode('MainTopic', wiseId);
this.nodesmap.set(child.getId(), wiseChild);
@ -307,6 +309,25 @@ export default class FreemindImporter extends Importer {
});
}
private getIdNode(node: FreemindNode): number {
const id = node.getId();
let idFreeToIdWise: number;
if (id) {
if (id === '_') {
this.idDefault++;
idFreeToIdWise = this.idDefault;
} else {
idFreeToIdWise = parseInt(id.split('_').pop(), 10);
}
} else {
this.idDefault++;
idFreeToIdWise = this.idDefault;
}
return idFreeToIdWise;
}
private getChildrenCountSameSide(freeChilden: Array<Choise>, freeChild: FreemindNode): number {
let result = 0;
let childSide: string = freeChild.getPosition();

View File

@ -0,0 +1,86 @@
<map name="Cs2" version="tango">
<topic central="true" text="customer service" id="1592995925">
<topic position="200,-150" order="0" text="Knowlegebase" shape="line" id="98093912">
<topic position="200,-200" order="0" text="Known Issues" shape="line" id="1309124106"/>
<topic position="-290,-212" order="0" text="FAQ" shape="line" id="1368109230"/>
<topic position="-380,-187" order="1" text="Forums" shape="line" id="657347836"/>
<topic position="-470,-162" order="2" text="Wiki" shape="line" id="1938926329"/>
<topic position="-560,-137" order="3" text="Unknown Issues" shape="line" id="1637511280">
<topic position="560,-149" order="0" text="Research" shape="line" id="1385825879"/>
</topic>
</topic>
<topic position="-290,-50" order="0" text="Ticket" shape="line" id="1463054385">
<topic position="290,-175" order="0" text="Ticket ID" shape="line" id="1335624277"/>
<topic position="380,-150" order="1" text="Private Notes" shape="line" id="819549333"/>
<topic position="470,-125" order="2" text="Department" shape="line" id="171911120"/>
<topic position="560,-100" order="3" text="Status" shape="line" id="1777345701">
<topic position="-560,-150" order="0" text="Open" shape="line" id="1313226689"/>
<topic position="-650,-125" order="1" text="Hold" shape="line" id="716802687"/>
<topic position="-740,-100" order="2" text="Closed" shape="line" id="818898364">
<topic position="740,-125" order="0" text="Feedback" shape="line" id="887636560"/>
<topic position="830,-100" order="1" text="Resolution" shape="line" id="1620504932"/>
</topic>
<topic position="-830,-75" order="3" text="Escallation" shape="line" id="242930354"/>
</topic>
<topic position="650,-75" order="4" text="Mass Actions" shape="line" id="828213838"/>
<topic position="740,-50" order="5" text="Alerts" shape="line" id="892025191"/>
<topic position="830,-25" order="6" text="Rules" shape="line" id="595242884"/>
<topic position="920,0" order="7" text="Symptom" shape="line" id="747330411"/>
<topic position="1010,25" order="8" text="Regarding" shape="line" id="1142541362"/>
<topic position="1100,50" order="9" text="Histories" shape="line" id="1142545310">
<topic position="-1100,-12" order="0" text="Product" shape="line" id="288380550"/>
<topic position="-1190,13" order="1" text="Customer" shape="line" id="1766807738"/>
<topic position="-1280,38" order="2" text="Actions" shape="line" id="351457877">
<topic position="1280,13" order="0" text="Timelog" shape="line" id="1500843355"/>
<topic position="1370,38" order="1" text="Audit Log" shape="line" id="346207313"/>
</topic>
<topic position="-1370,63" order="3" text="Discussion" shape="line" id="1605414970"/>
<topic position="-1460,88" order="4" text="Ticket" shape="line" id="787829538"/>
</topic>
</topic>
<topic position="-380,-25" order="1" text="Customer" shape="line" shrink="true" id="647492376">
<topic position="380,-87" order="0" text="Phone" shape="line" id="757452852"/>
<topic position="470,-62" order="1" text="Fax" shape="line" id="959016540"/>
<topic position="560,-37" order="2" text="Email" shape="line" id="696163716"/>
<topic position="650,-12" order="3" text="Internet" shape="line" id="1828588028"/>
<topic position="740,13" order="4" text="Walk-in" shape="line" id="1907652799"/>
</topic>
<topic position="-470,0" order="2" text="staff" shape="line" shrink="true" id="924788080">
<topic position="470,-50" order="0" text="Department" shape="line" id="165314555"/>
<topic position="560,-25" order="1" text="Permissions" shape="line" id="825890103"/>
<topic position="650,0" order="2" text="SLA" shape="line" id="1049659060"/>
<topic position="740,25" order="3" text="Administration" shape="line" id="270823606">
<topic position="-740,0" order="0" text="Reporting" shape="line" id="1748699058">
<topic position="740,-37" order="0" text="Ticket Status" shape="line" id="427049954"/>
<topic position="830,-12" order="1" text="Time to Close" shape="line" id="62650907"/>
<topic position="920,13" order="2" text="Feedback" shape="line" id="838838797"/>
</topic>
<topic position="-830,25" order="1" text="Editing" shape="line" id="1560932006">
<topic position="830,-37" order="0" text="Knowledgebase" shape="line" id="632792741"/>
<topic position="920,-12" order="1" text="Tickets" shape="line" id="1883517493"/>
<topic position="1010,13" order="2" text="Customers" shape="line" id="561204510"/>
<topic position="1100,38" order="3" text="Staff " shape="line" id="541677486"/>
<topic position="1190,63" order="4" text="Rules" shape="line" id="813907534"/>
</topic>
</topic>
</topic>
<topic position="-560,25" order="3" text="product" shape="line" id="1">
<topic position="560,-12" order="0" text="features" shape="line" id="1667549384"/>
<topic position="650,13" order="1" text="compoents" shape="line" id="1175119973"/>
<topic position="740,38" order="2" text="available warantees" shape="line" id="1511030328"/>
</topic>
<topic position="-650,50" order="4" text="SLA" shape="line" shrink="true" id="1543393034">
<topic position="650,0" order="0" text="Priority" shape="line" id="1905544545"/>
<topic position="740,25" order="1" text="Escallation" shape="line" id="652194297"/>
<topic position="830,50" order="2" text="Payment" shape="line" id="857048464"/>
<topic position="920,75" order="3" text="Paid" shape="line" id="990199362"/>
</topic>
<topic position="-740,75" order="5" text="Customer Contact/Maintenance (Marketing!)" shape="line" id="145254142"/>
<topic position="-830,100" order="6" text="Resources" shape="line" id="917538358">
<topic position="830,75" order="0" text="http://www.joelonsoftware.com/articles/customerservice.html" shape="line" id="588824168"/>
<topic position="920,100" order="1" text="Peder Halseide, Customer Service Consultant. " shape="line" id="1123816913">
<link url="http://www.adeft.com" urlType="url"/>
</topic>
</topic>
</topic>
</map>

View File

@ -0,0 +1,60 @@
<map name="SQLServer" version="tango">
<topic central="true" text="SQL Server 2000 Programming" id="1997664902" fontStyle=";;;;;;#000000;;;" bgColor="#ffff66">
<topic position="-200,-400" order="1" text="Source" shape="rounded rectagle" id="1594566921" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="200,0" order="0" text="Microsoft Official Course 2073A Workbook" shape="rectagle" id="376713119" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="200,0" order="0" text="Sep 2000" shape="rectagle" id="762876198" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
</topic>
</topic>
<topic position="-290,-112" order="0" text="1. SQL Server Overview" shape="rounded rectagle" id="340496299" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/a/a5/SQLServer2000_ServerOverview.mm&amp;mm_title=Overview%20of%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-380,-87" order="1" text="2. SQL Server Programming Overview" shape="rounded rectagle" id="1498687089" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/55/SQLServer2000_ProgrammingOverview.mm&amp;mm_title=Overview%20of%20T-SQL%20for%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-470,-62" order="2" text="3. Databases" shape="rounded rectagle" id="1853206071" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/3/36/SQLServer2000_Databases.mm&amp;mm_title=Creating%20and%20Managing%20SQL%20Server%202000%20Databases" urlType="url"/>
</topic>
<topic position="-560,-37" order="3" text="4. Data Types &amp; Tables" shape="rounded rectagle" id="242712646" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/1f/SQLServer2000_DataTypesTables.mm&amp;mm_title=Data%20Types%20and%20Managing%20Tables%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-650,-12" order="4" text="5. Data Integrity" shape="rounded rectagle" id="720230444" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/9/97/SQLServer2000_DataIntegrity.mm&amp;mm_title=Data%20Integrity%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-740,13" order="5" text="6. Indexes - Planning" shape="rounded rectagle" id="727690975" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/5c/SQLServer2000_IndexPlanning.mm&amp;mm_title=Overview%20of%20Indexes%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-830,38" order="6" text="7. Indexes - Creating / Maintaining" shape="rounded rectagle" id="1377138658" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/0/04/SQLServer2000_IndexCreateMaintain.mm&amp;mm_title=Creating%20and%20Maintaining%20Indexes%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-920,63" order="7" text="8. Views" shape="rounded rectagle" id="1121244967" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4d/SQLServer2000_Views.mm&amp;mm_title=Views%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1010,88" order="8" text="9. Stored Procedures" shape="rounded rectagle" id="1174228446" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/c/c5/SQLServer2000_StoredProcs.mm&amp;mm_title=Stored%20Procedures%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1100,113" order="9" text="9.5 Error Handling" shape="rounded rectagle" id="1" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/3/3a/SQLServer2000_ErrorHandling.mm&amp;mm_title=Error%20Handling%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1190,138" order="10" text="10. User-defined Functions" shape="rounded rectagle" id="307963497" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/f/fb/SQLServer2000_UDFs.mm&amp;mm_title=User-defined%20Functions%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1280,163" order="11" text="11. Triggers" shape="rounded rectagle" id="1540213298" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/c/cf/SQLServer2000_Triggers.mm&amp;mm_title=Triggers%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1370,188" order="12" text="12. Multiple Servers" shape="rounded rectagle" id="698724146" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/7/77/SQLServer2000_MultipleServers.mm&amp;mm_title=Dealing%20with%20Multiple%20Servers%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1460,213" order="13" text="13. Optimizing Queries" shape="rounded rectagle" id="490181612" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/0/06/SQLServer2000_Optimising.mm&amp;mm_title=Optimizing%20Queries%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1550,238" order="14" text="14. Analyzing Queries" shape="rounded rectagle" id="205448863" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/c/c8/SQLServer2000_Analysing.mm&amp;mm_title=Analyzing%20Queries%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1640,263" order="15" text="15. Transactions and Locks" shape="rounded rectagle" id="547751796" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/6/60/SQLServer2000_TransLocks.mm&amp;mm_title=Transactions%20and%20Locking%20in%20SQL%20Server%202000" urlType="url"/>
</topic>
<topic position="-1730,288" order="16" text="16. Topics in Exam 70-229 Not Covered in MOC2073" shape="rounded rectagle" id="1101701568" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/c/c5/SQLServer2000_OtherTopics.mm&amp;mm_title=SQL%20Server%202000%20-%20Topics%20in%20Exam%2070-229%20Not%20Covered%20in%20MOC%202073" urlType="url"/>
</topic>
</topic>
</map>

View File

@ -0,0 +1,140 @@
<map name="anonymity_on_the_edge" version="tango">
<topic central="true" text="Anonymity on the Edge" id="1499076781">
<topic position="200,-50" order="0" text="author" shape="line" id="858068095">
<topic position="200,0" order="0" text="Luke O'Connor" shape="line" id="894658161">
<link url="http://lukenotricks.blogspot.com/" urlType="url"/>
</topic>
</topic>
<topic position="-290,-12" order="0" text="Embassy incident" shape="line" id="474203765">
<topic position="290,-112" order="0" text="who" shape="line" shrink="true" id="1263348404">
<topic position="-290,-137" order="0" text="Dan Egerstad, the Swedish computer security" shape="line" id="242191883"/>
<topic position="-380,-112" order="1" text="21-year-old " shape="line" id="720929382"/>
</topic>
<topic position="380,-87" order="1" text="what" shape="line" shrink="true" id="1982200632">
<topic position="-380,-162" order="0" text="obtained log-in and password information for 1,000 e-mail accounts belonging to foreign embassies, corporations and human rights organizations" shape="line" id="1786192306"/>
<topic position="-470,-137" order="1" text="when he posted on his web site the log-in information and passwords for 100 of the 1,000 e-mail accounts for which he obtained log-ins and passwords. (His site is no longer online). He posted the information, he said, because he felt it would be the most effective way to make the account owners aware that their communication had been compromised." shape="line" id="258634955">
<topic position="470,-162" order="0" text="including one corporation that does more than $10bn in annual revenue." shape="line" id="783703672"/>
<topic position="560,-137" order="1" text="request of American law enforcement agencies" shape="line" id="1648785444"/>
</topic>
<topic position="-560,-112" order="2" text="Initially, Egerstad refused to disclose how he obtained the log-ins and passwords. But then in September he revealed that he'd intercepted the information through five exit nodes that he'd set up on the Tor network in Asia, the US and Europe" shape="line" id="927456224"/>
<topic position="-650,-87" order="3" text="Tor is used by people who want to maintain privacy and don't want anyone to know where they go on the web or with whom they communicate. Tor traffic is encrypted while it's enroute, but is decrypted as it leaves the exit node and goes to its final destination. Egerstad simply sniffed the plaintext traffic that passed through his five exit nodes to obtain the user names and passwords of e-mail accounts." shape="line" id="642215802">
<topic position="650,-99" order="0" text="#1 Five ToR exit nodes, at different locations in the world, equipped with our own packet-sniffer focused entirely on POP3 and IMAP traffic using a keyword-filter looking for words like “gov, government, embassy, military, war, terrorism, passport, visa” as well as domains belonging to governments. This was all set up after a small experiment looking into how many users encrypt their mail where one mail caught my eye and got me started thinking doing a large scale test. Each user is not only giving away his/her passwords but also every mail they read or download together with all other traffic such as web and instant messaging." shape="line" id="1211756003"/>
</topic>
<topic position="-740,-62" order="4" text="Egerstad didn't hack any systems to obtain the data and therefore says he didn't break any laws, but once he posted the log-in details for the accounts online he provided others with all the information they needed to breach the accounts and read sensitive correspondence stored in them." shape="line" id="378589600"/>
<topic position="-830,-37" order="5" text="what he could read" shape="line" id="701607448">
<topic position="830,-62" order="0" text="Victims of Egerstad's research project included embassies belonging to Australia, Japan, Iran, India and Russia. Egerstad also found accounts belonging to the foreign ministry of Iran, the United Kingdom's visa office in Nepal and the Defence Research and Development Organization in India's Ministry of Defence." shape="line" id="1653141327"/>
<topic position="920,-37" order="1" text="In addition, Egerstad was able to read correspondence belonging to the Indian ambassador to China, various politicians in Hong Kong, workers in the Dalai Lama's liaison office and several human-rights groups in Hong Kong." shape="line" id="293271973"/>
</topic>
</topic>
<topic position="470,-62" order="2" text="when" shape="line" shrink="true" id="1054930706">
<topic position="-470,-74" order="0" text="August - Sept 2007" shape="line" id="355764311"/>
</topic>
<topic position="560,-37" order="3" text="why?" shape="line" shrink="true" id="1467573808">
<topic position="-560,-62" order="0" text="But Egerstad remains convinced he did the right thing, saying it was the only way to call attention to problem that Tor officials have already warned about previously." shape="line" id="126964183"/>
<topic position="-650,-37" order="1" text="withheld details on how he came into possession of the passwords, instead writing that &quot;there is no exploit to publish, no vendor to contact&quot;." shape="line" id="38126740"/>
</topic>
<topic position="650,-12" order="4" text="response" shape="line" shrink="true" id="1493808593">
<topic position="-650,-62" order="0" text="house raided on Monday by Swedish officials, who took him in for questioning" shape="line" id="1639195319"/>
<topic position="-740,-37" order="1" text="While three of them took him to the local police headquarters for questioning, the other two agents ransacked his house and hauled away three computers, external hard drives, CDs, notebooks and various papers" shape="line" id="1911990641"/>
<topic position="-830,-12" order="2" text="Egerstad hasn't been charged with anything but is under suspicion for breaking into computers, which he says he never did. Egerstad said the agents told him they were investigating him because he had &quot;pissed off some foreign countries.&quot;" shape="line" id="1645583680"/>
<topic position="-920,13" order="3" text="The posting of 100 official embassy passwords has made Egerstad a pariah in many circles. Publishing information that allows any old criminal to infiltrate sensitive government networks is a touchy thing, and many, including several Reg readers, have denounced it." shape="line" id="671508443"/>
</topic>
<topic position="740,13" order="5" text="analysis" shape="line" id="1006842787">
<topic position="-740,-37" order="0" text="As Egerstad and I discussed the problem in August, we both came to the conclusion that the embassy employees were likely not using Tor nor even knew what Tor was. Instead, we suspected that the traffic he sniffed belonged to someone who had hacked the accounts and was eavesdropping on them via the Tor network. As the hacked data passed through Egerstad's Tor exit nodes, he was able to read it as well." shape="line" id="914839159"/>
<topic position="-830,-12" order="1" text="it's NOT a problem within Tor. Tor is meant for privacy, not confidentiality!!!! I'm a bit amazed governments and companies are using this as a security measure." shape="line" id="387297264"/>
<topic position="-920,13" order="2" text="It's not a written law but it is a guideline in having a responsible disclosure. I think he did a responsible disclosure. Was it legal? He did intercept traffic that was not destined for him. So probably &quot;no&quot; depending on Swedish law. Is our society a safer place after the disclosure. Yes, I think it is. Instead of arresting him, the government should have offered him a job." shape="line" id="1627594721"/>
<topic position="-1010,38" order="3" text="And what did we learn today? Don't report a security hole, sell it to Russia. Just kidding, but do check legal council before doing a disclosure." shape="line" id="522775828"/>
</topic>
<topic position="830,38" order="6" text="articles on the incident" shape="line" id="10">
<topic position="-830,-37" order="0" text="Wired article" shape="line" id="1706281223">
<link url="http://blog.wired.com/27bstroke6/2007/11/swedish-researc.html" urlType="url"/>
<topic position="830,-49" order="0" text="again" shape="line" id="1305481313">
<link url="http://www.wired.com/politics/security/news/2007/09/embassy_hacks" urlType="url"/>
</topic>
</topic>
<topic position="-920,-12" order="1" text="Register article" shape="line" id="1977246852">
<link url="http://www.theregister.co.uk/2007/09/10/misuse_of_tor_led_to_embassy_password_breach/" urlType="url"/>
</topic>
<topic position="-1010,13" order="2" text="Security For all blog" shape="line" id="775180190">
<link url="http://security4all.blogspot.com/2007/09/how-embassy-passwords-got-leaked.html" urlType="url"/>
<topic position="1010,1" order="0" text="again" shape="line" id="342308366">
<link url="http://security4all.blogspot.com/2007/11/tor-embassy-hacker-gets-arrested.html" urlType="url"/>
</topic>
</topic>
<topic position="-1100,38" order="3" text="PC World" shape="line" id="1016307796">
<link url="http://www.pcworld.com/article/id,137004-page,1/article.html" urlType="url"/>
</topic>
<topic position="-1190,63" order="4" text="PasswordResearch blog" shape="line" id="7323900">
<link url="http://blog.passwordresearch.com/2007/09/embassy-password-hacker-reveals-his.html" urlType="url"/>
</topic>
<topic position="-1280,88" order="5" shape="line" shrink="true" id="1265229876">
<text><![CDATA[Shava Nerad
Development Director, The Tor Project]]></text>
<link url="http://www.theregister.co.uk/2007/09/10/misuse_of_tor_led_to_embassy_password_breach/comments/" urlType="url"/>
<topic position="1280,63" order="0" text="A connection through Tor can be encrypted end-to-end -- but only if one is communicating with a secure protocol -- https: or encrypted chat both would be examples of this." shape="line" id="428154943"/>
<topic position="1370,88" order="1" text="more sensible comments" shape="line" id="613513779">
<topic position="-1370,63" order="0" text="be sensible" shape="line" id="785632554"/>
<topic position="-1460,88" order="1" text="use encryption" shape="line" id="933048896"/>
</topic>
</topic>
</topic>
<topic position="920,63" order="7" text="threat" shape="line" shrink="true" id="620851645">
<topic position="-920,1" order="0" text="But Egerstad says that many who use Tor mistakenly believe it is an end-to-end encryption tool. As a result, they aren't taking the precautions they need to take to protect their web activity." shape="line" id="1865367107"/>
<topic position="-1010,26" order="1" text="&quot;I am absolutely positive that I am not the only one to figure this out,&quot; Egerstad says. &quot;I'm pretty sure there are governments doing the exact same thing. There's probably a reason why people are volunteering to set up a node.&quot;" shape="line" id="793585356">
<topic position="1010,14" order="0" shape="line" id="1624606525">
<text><![CDATA[For example, several Tor nodes in the Washington, D.C., area can handle up to 10T bytes of data a month, a flow of data that would cost at least US$5,000 a month to run, and is likely way out the range of volunteers who run a node on their own money, Egerstad said.
"Who would pay for that?" Egerstad said]]></text>
</topic>
</topic>
<topic position="-1100,51" order="2" text="To his surprise, he found that more than 99 percent of the traffic -- including requests for Web sites, instant messaging traffic and e-mails -- were transmitted unencrypted." shape="line" id="322430860">
<topic position="1100,26" order="0" text="but it can't encrypted" shape="line" id="1190504719"/>
<topic position="1190,51" order="1" text="unless you have some UDP SSL thing" shape="line" id="878085542"/>
</topic>
<topic position="-1190,76" order="3" text="Egerstad said the process of snooping on the traffic is trivial. The problem is not with Tor, which still works as intended, but with users' expectations: the Tor system is designed to merely anonymize Internet traffic and does not perform end-to-end encryption." shape="line" id="252326982" bgColor="undefined"/>
<topic position="-1280,101" order="4" text="know where to sniff" shape="line" id="1987137112">
<topic position="1280,76" order="0" text="Yes of course end-to-end encryption would have fixed this, but without it Onion routing actually exacerbates the risk of packet sniffing." shape="line" id="57456761"/>
<topic position="1370,101" order="1" text="The fact Onion routing was used is the only way this &quot;researcher&quot; (that leaves a bad taste) could get access to those packets in the first place - with regular routing he'd need to have access to the embassy's ISP's network, or their upstream networks, to sniff those packets." shape="line" id="1030401667"/>
</topic>
</topic>
</topic>
<topic position="-380,0" order="1" text="ToR background" shape="line" id="323634907">
<topic position="380,-62" order="0" text="a distributed system of computers that anonymizes the source of network traffic" shape="line" id="1600820841"/>
<topic position="470,-37" order="1" text="how it works" shape="line" shrink="true" id="1815601685">
<topic position="-470,-99" order="0" text="from the ToR site itself" shape="line" id="1921440204">
<link url="http://www.torproject.org/overview.html.en" urlType="url"/>
</topic>
<topic position="-560,-74" order="1" text="Under Tor's architecture, administrators at the entry point can identify the user's IP address, but can't read the content of the user's correspondence or know its final destination. Each node in the network thereafter only knows the node from which it received the traffic, and it peels off a layer of encryption to reveal the next node to which it must forward the connection. (Tor stands for &quot;The Onion Router.&quot;)" shape="line" id="801405722"/>
<topic position="-650,-49" order="2" text="Tor works by using servers donated by volunteers around the world to bounce traffic around en route to its destination. Traffic is encrypted through most of that route, and routed over a random path each time a person uses it." shape="line" id="207380926"/>
<topic position="-740,-24" order="3" text="downloaded from the Tor website to configure several servers designed to bounce sensitive traffic around the internet before it ultimately is routed to its destination. The Tor servers try to make it harder to trace the originator of traffic in much the same way an agent under surveillance might quickly drive in and out of a parking garage to throw off pursuers." shape="line" id="441868529"/>
<topic position="-830,1" order="4" text="1600 nodes" shape="line" id="1074734152"/>
</topic>
<topic position="560,-12" order="2" text="exit node caveat" shape="line" shrink="true" id="1922326141">
<topic position="-560,-37" order="0" text="Tor has taken pains to warn its users that people running so-called exit nodes - which are the last Tor servers to touch a packet before sending it on its way - &quot;can read the bytes that come in and out there.&quot; They go on to say: &quot;This is why you should always use end-to-end encryption such as SSL for sensitive Internet connections.&quot;" shape="line" id="1458310176"/>
<topic position="-650,-12" order="1" text="Unless they're surfing to a website protected with SSL encryption, or use encryption software like PGP, all of their e-mail content, instant messages, surfing and other web activity is potentially exposed to any eavesdropper who owns a Tor server. This amounts to a lot of eavesdroppers -- the software currently lists about 1,600 nodes in the Tor network." shape="line" shrink="true" id="253769006">
<topic position="650,-24" order="0" text="but then not anonymous!" shape="line" id="295074878"/>
</topic>
</topic>
<topic position="650,13" order="3" text="who uses it?" shape="line" shrink="true" id="65883705">
<topic position="-650,-37" order="0" text="has a slew of beneficial uses: Human-rights workers, the military and journalists all use the system. However, the anonymity of Tor has also attracted seedier elements as well: digital pirates, online criminals and, quite possibly, child pornographers" shape="line" id="317136509"/>
<topic position="-740,-12" order="1" text="TOR (The Onion Router) is a network of proxy nodes set up to provide some privacy and anonymity to its users. Originally backed by the US Naval Research Laboratory, TOR became an Electronic Frontier Foundation (EFF) project three years ago. The system provides a way for whistleblowers and human rights workers to exchange information with journalists, among other things. The system also provides plenty of scope for mischief." shape="line" id="735767612"/>
<topic position="-830,13" order="2" text="Tor has hundreds of thousands of users around the world, according to its developers. The largest numbers of users are in the United States, the European Union and China." shape="line" id="1333668798"/>
<topic position="-920,38" order="3" text="The first is the use by embassies of the Tor product to obfusticate their communications. This is a reasonable response to the assumed traffic monitoring by the host country." shape="line" id="900915922"/>
</topic>
<topic position="740,38" order="4" text="manipulations" shape="line" shrink="true" id="1072807557">
<topic position="-740,1" order="0" text="data from exit node eavesdropping" shape="line" id="587439201">
<link url="http://www.teamfurry.com/wordpress/2007/11/19/on-tor/#more-177" urlType="url"/>
</topic>
<topic position="-830,26" order="1" text="exit node man-in-the-middle attacks" shape="line" id="677882397">
<link url="http://www.teamfurry.com/wordpress/2007/11/20/tor-exit-node-doing-mitm-attacks/" urlType="url"/>
<topic position="830,14" order="0" text="response" shape="line" id="1135359854">
<link url="http://www.f-secure.com/weblog/archives/00001321.html" urlType="url"/>
</topic>
</topic>
<topic position="-920,51" order="2" text="SPAM impersonation of Tor by Storm" shape="line" id="1315461423">
<link url="http://www.lightbluetouchpaper.org/2007/09/07/analysis-of-the-storm-javascript-exploits/" urlType="url"/>
</topic>
</topic>
</topic>
</topic>
</map>

View File

@ -0,0 +1,87 @@
<map name="coderToDeveloper" version="tango">
<topic central="true" text="CODER TO DEVELOPER" id="959288270" fontStyle=";;;;;;#000000;;;" bgColor="#ffff66">
<topic position="-200,-250" order="1" text="SOURCE" shape="rounded rectagle" id="1341324870" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="200,-400" order="0" shape="rectagle" id="1657607465" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<text><![CDATA[Coder To Developer: Tools and
Strategies for Delivering Your Software]]></text>
</topic>
<topic position="290,-362" order="0" text="Mike Gunderloy" shape="rectagle" id="749024001" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99"/>
<topic position="380,-337" order="1" text="Sybex 2004" shape="rectagle" id="1525405344" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99"/>
<topic position="470,-312" order="2" text="ISBN: 0-7821-4327-X" shape="rectagle" id="1588889674" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99"/>
<topic position="560,-287" order="3" text="See" shape="rectagle" id="1232674158" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-560,-299" order="0" text="www.codertodeveloper.com" shape="rectagle" id="668549681" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<link url="http://www.codertodeveloper.com/" urlType="url"/>
</topic>
</topic>
<topic position="650,-262" order="4" text="Purchasing" shape="rectagle" id="1091969083" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-650,-274" order="0" text="www.sybex.com" shape="rectagle" id="1166338554" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<link url="http://www.sybex.com/WileyCDA/SybexTitle/productCd-078214327X,navId-290545.html" urlType="url"/>
</topic>
</topic>
<topic position="740,-237" order="5" text="Sample App" shape="rectagle" id="917174317" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-740,-249" order="0" text="Code" shape="rectagle" id="1435167239" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="740,-274" order="0" text="www.codertodeveloper.com" shape="rounded rectagle" id="215997653" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
<topic position="830,-249" order="1" text="www.sybex.com" shape="rounded rectagle" id="1718130091" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<link url="http://www.sybex.com/WileyCDA/SybexTitle/productCd-078214327X,navId-290545,pageCd-resources.html" urlType="url"/>
</topic>
</topic>
</topic>
<topic position="830,-212" order="6" text="Links" shape="rectagle" id="597614255" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-830,-237" order="0" text="From Book" shape="rectagle" id="589116686" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-920,-212" order="1" text="www.codertodeveloper.com" shape="rectagle" id="1420184717" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<link url="http://www.codertodeveloper.com/resource_list.htm" urlType="url"/>
</topic>
</topic>
<topic position="920,-187" order="7" text="Tools" shape="rectagle" id="1905535002" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-920,-199" order="0" text="www.larkware.com" shape="rectagle" id="1613874812" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<link url="http://www.larkware.com/" urlType="url"/>
</topic>
</topic>
</topic>
<topic position="-290,-75" order="0" text="PLANNING" shape="rounded rectagle" id="1" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/9/92/CToD_Planning.mm&amp;mm_title=Coder%20To%20Developer%3A%20Planning" urlType="url"/>
</topic>
<topic position="-380,-50" order="1" text="ORGANIZING" shape="rounded rectagle" id="1060251300" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/48/CToD_Organizing.mm&amp;mm_title=Coder%20To%20Developer%3A%20Organizing" urlType="url"/>
</topic>
<topic position="-470,-25" order="2" text="SOURCE CODE CONTROL" shape="rounded rectagle" id="1158389225" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/a/a2/CToD_SourceCodeControl.mm&amp;mm_title=Coder%20To%20Developer%3A%20Source%20Code%20Control" urlType="url"/>
</topic>
<topic position="-560,0" order="3" text="DEFENSIVE CODING" shape="rounded rectagle" id="1155248709" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/71/CToD_DefensiveCoding.mm&amp;mm_title=Coder%20To%20Developer%3A%20Defensive%20Coding" urlType="url"/>
</topic>
<topic position="-650,25" order="4" text="UNIT TESTING" shape="rounded rectagle" id="1933919293" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4b/CToD_UnitTest.mm&amp;mm_title=Coder%20To%20Developer%3A%20Unit%20Testing" urlType="url"/>
</topic>
<topic position="-740,0" order="5" text="CUSTOMIZING VISUAL STUDIO" shape="rounded rectagle" id="541948911" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/5/54/CToD_CustomVisStudio.mm&amp;mm_title=Coder%20To%20Developer%3A%20Customising%20Visual%20Studio" urlType="url"/>
</topic>
<topic position="-830,25" order="6" text="SOURCE CODE" shape="rounded rectagle" id="1350092286" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/d/d6/CToD_SourceCode.mm&amp;mm_title=Coder%20To%20Developer%3A%20Source%20Code" urlType="url"/>
</topic>
<topic position="-920,50" order="7" text="CODE GENERATION" shape="rounded rectagle" id="1754489817" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/0/0c/CToD_CodeGeneration.mm&amp;mm_title=Coder%20To%20Developer%3A%20Code%20Generation" urlType="url"/>
</topic>
<topic position="-1010,75" order="8" text="BUG TRACKING AND FIXING" shape="rounded rectagle" id="755597485" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/3/39/CToD_Bugs.mm&amp;mm_title=Coder%20To%20Developer%3A%20Bug%20Tracking%20and%20Fixing" urlType="url"/>
</topic>
<topic position="-1100,100" order="9" text="LOGGING" shape="rounded rectagle" id="53404299" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/f/ff/CToD_Logging.mm&amp;mm_title=Coder%20To%20Developer%3A%20Logging" urlType="url"/>
</topic>
<topic position="-1190,125" order="10" text="WORKING IN SMALL TEAMS" shape="rounded rectagle" id="1441208135" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/78/CToD_SmallTeams.mm&amp;mm_title=Coder%20To%20Developer%3A%20Working%20in%20Small%20Teams" urlType="url"/>
</topic>
<topic position="-1280,150" order="11" text="DOCUMENTATION" shape="rounded rectagle" id="1087671931" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/c/ca/CToD_Docs.mm&amp;mm_title=Coder%20To%20Developer%3A%20Documentation" urlType="url"/>
</topic>
<topic position="-1370,175" order="12" text="BUILDING PROJECTS" shape="rounded rectagle" id="1197890915" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/0/05/CToD_Building.mm&amp;mm_title=Coder%20To%20Developer%3A%20Building%20Projects" urlType="url"/>
</topic>
<topic position="-1460,200" order="13" text="INTELLECTUAL PROPERTY" shape="rounded rectagle" id="1185268713" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/0/01/CToD_IP.mm&amp;mm_title=Coder%20To%20Developer%3A%20Intellectual%20Property" urlType="url"/>
</topic>
<topic position="-1550,225" order="14" text="DEPLOYING PROJECTS" shape="rounded rectagle" id="54793383" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/a/a1/CToD_Deploying.mm&amp;mm_title=Coder%20To%20Developer%3A%20Deploying%20Projects" urlType="url"/>
</topic>
</topic>
</map>

View File

@ -0,0 +1,123 @@
<map name="freeMind_resources" version="tango">
<topic central="true" text="FreeMind Resources" id="1330730879" fontStyle=";;;;;;#000000;;;">
<topic position="200,-100" order="0" text="Application" shape="line" id="906353570" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="200,-50" order="0" text="What is it?" shape="line" id="293234618" fontStyle=";;;;SansSerif;8;#00b439;italic;;" bgColor="undefined">
<topic position="200,-50" order="0" text="A Freeware (as in free beer) Mindmapping tool coded in Java" shape="line" id="666230517" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-290,-75" order="0" text="Expects Java 1.4 or above on client machine" shape="line" id="339571721" fontStyle=";;;;SansSerif;8;#990000;;;"/>
</topic>
<topic position="-290,-125" order="0" text="How to do?" shape="line" id="39960632" fontStyle=";;;;SansSerif;8;#00b439;italic;;" bgColor="undefined">
<topic position="290,-162" order="0" text="Install it" shape="line" id="904501221" fontStyle=";;;;SansSerif;8;#990000;italic;;">
<topic position="-290,-212" order="0" text="Links" shape="line" id="1911559485" fontStyle=";;;;;;#111111;;;">
<topic position="290,-237" order="0" text="Download the Java Runtime Environment (at least J2RE1.4)" shape="line" id="1031016126" fontStyle=";;;;SansSerif;8;#111111;;;" bgColor="undefined">
<link url="http://java.sun.com/j2se" urlType="url"/>
</topic>
<topic position="380,-212" order="1" text="Download the Application" shape="line" id="1612101865" fontStyle=";;;;SansSerif;8;#111111;;;" bgColor="undefined">
<link url="http://freemind.sourceforge.net/wiki/index.php/Main_Page#Download_and_install" urlType="url"/>
</topic>
</topic>
<topic position="-380,-187" order="1" text="To install FreeMind on Microsoft Windows, install Java from Sun and install FreeMind using FreeMind installer." shape="line" id="139664576" fontStyle=";;;;;;#111111;;;"/>
<topic position="-470,-162" order="2" text="To install FreeMind on Linux, download Java Runtime Environment and FreeMind application itself. First install Java, then unpack FreeMind. To run FreeMind, execute freemind.sh." shape="line" id="1380352758" fontStyle=";;;;;;#111111;;;"/>
<topic position="-560,-137" order="3" text="On Microsoft Windows and Mac OS X, you can also simply double click the file freemind.jar located at the folder lib to run FreeMind." shape="line" id="1808511462" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="380,-137" order="1" text="Use it - tutorials" shape="line" id="1" fontStyle=";;;;SansSerif;8;#990000;italic;;">
<topic position="-380,-174" order="0" text="Main Page for FreeMind" shape="line" id="135530020" fontStyle=";;;;;;#111111;;;">
<link url="http://freemind.sourceforge.net/wiki/index.php/Main_Page" urlType="url"/>
</topic>
<topic position="-470,-149" order="1" text="Tutorial effort" shape="line" id="1407703455" fontStyle=";;;;;;#111111;;;">
<link url="http://freemind.sourceforge.net/wiki/index.php/Tutorial_effort" urlType="url"/>
</topic>
<topic position="-560,-124" order="2" text="Download chm help file" shape="line" id="291899850" fontStyle=";;;;;;#111111;;;">
<link url="http://members.bellatlantic.net/~vze297k6/freemind/FreemindHelp.zip" urlType="url"/>
</topic>
</topic>
<topic position="470,-112" order="2" text="Got Questions - Forums" shape="line" id="918892336" fontStyle=";;;;SansSerif;8;#990000;italic;;">
<topic position="-470,-149" order="0" text="FAQ" shape="line" id="757376175" fontStyle=";;;;;;#111111;;;">
<link url="http://freemind.sourceforge.net/wiki/index.php/Asked_Questions" urlType="url"/>
<note><![CDATA[Here we collect a list of asked questions and answers
related to free mind mapping software FreeMind. Help
if you can (see To edit this FAQ). If you're searching for
an answer to your question, why don't you just press
Ctrl + F in your browser?]]></note>
</topic>
<topic position="-560,-124" order="1" text="Essays" shape="line" id="457044449" fontStyle=";;;;;;#111111;;;">
<link url="http://freemind.sourceforge.net/wiki/index.php/Essays" urlType="url"/>
</topic>
<topic position="-650,-99" order="2" text="Open Discussion" shape="line" id="1611374194" fontStyle=";;;;;;#111111;;;">
<link url="http://sourceforge.net/forum/forum.php?forum_id=22101" urlType="url"/>
<note><![CDATA[notes for ehqoei hoi poi joij  joi oi o oipc coimcojoij0dijo;i jd  di doi oid podidpoi podij aoi jpoij poij aoij oij oij oij oij doid jfoij oifj ofij fojf oifj oifjdofi f jfoidf jothe rain in spanin stays mainly]]></note>
</topic>
</topic>
</topic>
</topic>
<topic position="-290,-37" order="0" text="Applet Browser" shape="line" id="1647062097" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="290,-62" order="0" text="What is it?" shape="rounded rectagle" id="287577997" fontStyle=";;;;SansSerif;8;#00b439;italic;;" bgColor="undefined">
<topic position="-290,-87" order="0" text="A Java applet based browser " shape="line" id="1855944960" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-380,-62" order="1" text="Expects Java 1.4 or above on client machine" shape="line" id="300344325" fontStyle=";;;;SansSerif;8;#990000;;;"/>
</topic>
<topic position="380,-37" order="1" text="How to do?" shape="line" shrink="true" id="1254385465" fontStyle=";;;;SansSerif;8;#00b439;italic;;" bgColor="undefined">
<topic position="-380,-62" order="0" text="See examples" shape="line" id="1491154453" fontStyle=";;;;SansSerif;8;#990000;italic;;">
<topic position="380,-87" order="0" text="Public Maps" shape="line" id="1082166644" fontStyle=";;;;;;#111111;;;">
<link url="http://freemind.sourceforge.net/PublicMaps.html" urlType="url"/>
<note><![CDATA[Early example of Map (from SF Site)]]></note>
</topic>
<topic position="470,-62" order="1" text="Reagle's Map of Reading Materials" shape="line" id="738085540" fontStyle=";;;;;;#111111;;;">
<link url="http://reagle.org/joseph/2003/freemindbrowser.html" urlType="url"/>
<note><![CDATA[Multi level Mindmap set of personal reading material covering a variety of topics (useful in itself).]]></note>
</topic>
</topic>
<topic position="-470,-37" order="1" text="Use it" shape="line" id="1088353959" fontStyle=";;;;SansSerif;8;#990000;italic;;">
<topic position="470,-49" order="0" text="Installing FreeMind applet at your web site" shape="line" shrink="true" id="1525986009" fontStyle=";;;;;;#111111;;;">
<topic position="-470,-99" order="0" text="You can install the applet at your website so that other users can browse your mind maps." shape="line" id="1369857212" fontStyle=";;;;Dialog;8;#111111;;;"/>
<topic position="-560,-74" order="1" text="Download the applet, that is freemind-browser." shape="line" id="372008388" fontStyle=";;;;;;#111111;;;">
<link url="http://sourceforge.net/project/showfiles.php?group_id=7118" urlType="url"/>
</topic>
<topic position="-650,-49" order="2" text="The downloaded archive contains freemindbrowser.jar and freemindbrowser.html. Create a link from your page to freemindbrowser.html. In freemindbrowser.html change the path inside so that it points to your mind map." shape="line" id="1459732301" fontStyle=";;;;;;#111111;;;"/>
<topic position="-740,-24" order="3" text="Applet's jar file must be located at the same server as the map itself, for java security reasons. You have to upload the FreeMind applet jar file and your mind map file to your web site." shape="line" id="240467473" fontStyle=";;;;;;#111111;;;"/>
</topic>
</topic>
</topic>
</topic>
<topic position="-380,-12" order="1" text="Flash Browser" shape="line" id="866838286" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="380,-37" order="0" text="What is it?" shape="line" id="1079211058" fontStyle=";;;;SansSerif;8;#00b439;italic;;" bgColor="undefined">
<topic position="-380,-74" order="0" text="A browser which uses Shockwave Flash" shape="line" id="1719479201" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-470,-49" order="1" text="Does not require Java 1.4 or above on client machine" shape="line" id="838930706" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-560,-24" order="2" text="Expects Flash Player on client machine" shape="line" id="961870575" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="560,-49" order="0" text="Will work with Flash Player 7" shape="line" id="942059368" fontStyle=";;;;;;#111111;;;"/>
<topic position="650,-24" order="1" text="Recommend Flash Player 8" shape="line" id="913615141" fontStyle=";;;;;;#111111;;;"/>
</topic>
</topic>
<topic position="470,-12" order="1" text="How to do?" shape="line" id="1824115095" fontStyle=";;;;SansSerif;8;#00b439;italic;;" bgColor="undefined">
<topic position="-470,-37" order="0" text="See examples" shape="line" id="1242194014" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="470,-62" order="0" text="Hardware Support for Linux" shape="line" id="1249980290" fontStyle=";;;;;;#111111;;;">
<link url="http://eric.lavar.de/comp/linux/hw/" urlType="url"/>
</topic>
<topic position="560,-37" order="1" text="Discover" shape="line" id="1089287828" fontStyle=";;;;;;#111111;;;">
<link url="http://www.alaskagold.com/mindmap/mindmaps.html" urlType="url"/>
<note><![CDATA[Good example for "What is it?"
and "How to do?" structure.]]></note>
</topic>
</topic>
<topic position="-560,-12" order="1" text="Use it - tutorials" shape="line" id="605423288" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="560,-37" order="0" text="Installing FreeMind Flash Browser on you web site" shape="line" id="535820358" fontStyle=";;;;;;#111111;;;">
<topic position="-560,-74" order="0" text="You can install the flash files at your website so that other users can browse your mind maps" shape="line" id="1790672015" fontStyle=";;;;;;#111111;;;"/>
<topic position="-650,-49" order="1" text="Download the file pack via this link" shape="line" id="1737732360" fontStyle=";;;;;;#111111;;;">
<link url="http://www.efectokiwano.net/mm/" urlType="url"/>
</topic>
<topic position="-740,-24" order="2" shape="line" id="119084350" fontStyle=";;;;;;#111111;;;">
<text><![CDATA[The downloaded archive contains visorFreemind.swf, flashobject.js and mindmaps.html.
Edit mindmap.html to point to your mm file and create a link from your page to this file. Flash enabled browsers will then open the file for browsing.]]></text>
</topic>
</topic>
<topic position="650,-12" order="1" text="Include map in Powerpoint as Flash image" shape="line" id="753859789" fontStyle=";;;;;;#111111;;;">
<link url="http://sourceforge.net/forum/forum.php?thread_id=1388840&amp;forum_id=22101" urlType="url"/>
</topic>
</topic>
</topic>
</topic>
</topic>
</map>

View File

@ -0,0 +1,415 @@
<map name="pub_sub" version="tango">
<topic central="true" text="Publish-Subscribe" id="1778785299">
<topic position="200,-100" order="0" text="Paradigm" shape="rounded rectagle" id="1019693507">
<topic position="200,-100" order="0" text="Publish-Subscribe Messaging" shape="line" id="175305277">
<topic position="200,-100" order="0" text="Supports Complex Interaction Models" shape="line" id="1"/>
<topic position="-290,-137" order="0" text="Application-to-Application" shape="line" id="2"/>
<topic position="-380,-112" order="1" text="Human-to-Application" shape="line" id="3"/>
</topic>
<topic position="-290,-137" order="0" text="Information-Centric Applications" shape="line" id="1316156675">
<topic position="290,-212" order="0" text="Software and anti-virus updates" shape="line" id="4"/>
<topic position="380,-187" order="1" text="Consumer alerts" shape="line" id="5"/>
<topic position="470,-162" order="2" text="Distributed sensor networks" shape="line" id="6"/>
<topic position="560,-137" order="3" text="Web Search engines" shape="line" id="7"/>
<topic position="650,-112" order="4" text="Supply chain management" shape="line" id="8"/>
<topic position="740,-87" order="5" text="Event Notification" shape="line" id="9"/>
</topic>
<topic position="-380,-112" order="1" text="Net-Centric Architecture" shape="line" id="10"/>
</topic>
<topic position="-290,-37" order="0" text="Environment" shape="rounded rectagle" id="886974979">
<topic position="290,-87" order="0" text="System Architceture" shape="rounded rectagle" id="1585705589">
<topic position="-290,-137" order="0" text="Enterprise Middleware" shape="line" id="11"/>
<topic position="-380,-112" order="1" text="Peer-to-Peer" shape="line" id="12"/>
<topic position="-470,-87" order="2" text="Web Services" shape="line" id="13"/>
<topic position="-560,-62" order="3" text="Grid" shape="line" id="14"/>
</topic>
<topic position="380,-62" order="1" text="Network Entities" shape="line" id="1417055877">
<topic position="-380,-124" order="0" text="Numerous" shape="line" id="15"/>
<topic position="-470,-99" order="1" text="Dynamic" shape="line" id="16"/>
<topic position="-560,-74" order="2" text="Distributed" shape="line" id="17">
<topic position="560,-99" order="0" text="Wide area" shape="line" id="18"/>
<topic position="650,-74" order="1" text="Traverse" shape="line" id="19">
<topic position="-650,-111" order="0" text="Firewalls" shape="line" id="20"/>
<topic position="-740,-86" order="1" text="Proxies" shape="line" id="21"/>
<topic position="-830,-61" order="2" text="NAT boundaries" shape="line" id="22"/>
</topic>
</topic>
<topic position="-650,-49" order="3" text="Heterogeneous" shape="line" id="23"/>
<topic position="-740,-24" order="4" text="Distinct Authority Domains" shape="line" id="24">
<topic position="740,-36" order="0" text="Federation" shape="line" id="25"/>
</topic>
</topic>
<topic position="470,-37" order="2" text="Traditional Focus" shape="line" id="73120986">
<topic position="-470,-87" order="0" text="Performance " shape="line" id="26"/>
<topic position="-560,-62" order="1" text="Scalabilty" shape="line" id="27"/>
<topic position="-650,-37" order="2" text="Expressibility" shape="line" id="28">
<topic position="650,-49" order="0" text="Event" shape="line" id="29">
<topic position="-650,-86" order="0" text="Flitering" shape="line" id="30"/>
<topic position="-740,-61" order="1" text="Routing" shape="line" id="31"/>
<topic position="-830,-36" order="2" text="Composition/Fusion" shape="line" id="32"/>
</topic>
</topic>
<topic position="-740,-12" order="3" text="Delivery Semantics" shape="line" id="33"/>
</topic>
<topic position="560,-12" order="3" text="Loosely-coupled" shape="line" id="428494104">
<topic position="-560,-37" order="0" text="Subscribers keep little state" shape="line" id="34"/>
<topic position="-650,-12" order="1" text="Security induces state" shape="line" id="35"/>
</topic>
</topic>
<topic position="-380,-12" order="1" text="Implementation" shape="rounded rectagle" id="244172068">
<topic position="380,-62" order="0" text="General" shape="rounded rectagle" id="1588169997">
<topic position="-380,-137" order="0" text="Reliability, Availability" shape="line" id="36"/>
<topic position="-470,-112" order="1" text="Scalability" shape="line" id="37">
<topic position="470,-124" order="0" text="Hierarchical Dissemination" shape="line" id="38">
<topic position="-470,-136" order="0" text="Narada" shape="line" id="39"/>
</topic>
</topic>
<topic position="-560,-87" order="2" text="Integrity" shape="line" id="40"/>
<topic position="-650,-62" order="3" text="Confidentiality" shape="line" id="41"/>
<topic position="-740,-37" order="4" text="Privacy" shape="line" id="42"/>
<topic position="-830,-12" order="5" text="Alignment Constraints" shape="line" id="43">
<topic position="830,-37" order="0" text="Network Topology" shape="line" id="44"/>
<topic position="920,-12" order="1" text="Information Topology" shape="line" id="45">
<topic position="-920,-37" order="0" text="Zones" shape="line" id="46"/>
<topic position="-1010,-12" order="1" text="Labelling" shape="line" id="47"/>
</topic>
</topic>
</topic>
<topic position="470,-37" order="1" text="Publish-Subscribe Networking" shape="line" id="389121793">
<topic position="-470,-124" order="0" text="Messaging Infrastructure" shape="line" id="48">
<topic position="470,-136" order="0" text="Quantizes publisher data into messages/events/datagrams" shape="line" id="49"/>
</topic>
<topic position="-560,-99" order="1" text="Cooperating Messaging Nodes" shape="line" id="50">
<topic position="560,-136" order="0" text="(Broker) Overlay Network" shape="line" id="51"/>
<topic position="650,-111" order="1" text="Connecting Publishers and Subscribers" shape="line" id="52"/>
<topic position="740,-86" order="2" text="Event Clients and Event Brokers" shape="line" id="53"/>
</topic>
<topic position="-650,-74" order="2" text="Inherently multi-party, many-to-many" shape="line" id="54"/>
<topic position="-740,-49" order="3" text="Centralised" shape="line" id="55"/>
<topic position="-830,-24" order="4" text="Peer-to-Peer" shape="line" id="56"/>
<topic position="-920,1" order="5" text="Middleware" shape="line" id="57"/>
<topic position="-1010,26" order="6" text="Simulation at Application Layer" shape="line" id="58"/>
</topic>
<topic position="560,-12" order="2" text="Dedicated Distributed Router Network" shape="line" id="1864494656">
<topic position="-560,-37" order="0" text="Edge server" shape="line" id="59">
<topic position="560,-87" order="0" text="General" shape="line" id="60">
<topic position="-560,-112" order="0" text="Local Event Broker" shape="line" id="61"/>
<topic position="-650,-87" order="1" text="Entry point" shape="line" id="62"/>
</topic>
<topic position="650,-62" order="1" text="Subscriber Connectivity" shape="line" id="63">
<topic position="-650,-149" order="0" text="Perimeter Access" shape="line" id="1831575474">
<topic position="650,-161" order="0" text="Firewalls" shape="line" id="64">
<topic position="-650,-173" order="0" text="HTTP Encapsulation for Port 80" shape="line" id="65"/>
</topic>
</topic>
<topic position="-740,-124" order="1" text="Constant" shape="line" id="66"/>
<topic position="-830,-99" order="2" text="Intermittent" shape="line" id="67">
<topic position="830,-111" order="0" text="Caching" shape="line" id="68"/>
</topic>
<topic position="-920,-74" order="3" text="Push" shape="line" id="69"/>
<topic position="-1010,-49" order="4" text="Pull &amp; Poll" shape="line" id="70"/>
<topic position="-1100,-24" order="5" text="Mobility" shape="line" id="71"/>
<topic position="-1190,1" order="6" text="Reliability" shape="line" id="72">
<topic position="1190,-11" order="0" text="Event Client connected to mulitple local brokers" shape="line" id="73"/>
</topic>
</topic>
<topic position="740,-37" order="2" text="Exact Matching" shape="line" id="74"/>
<topic position="830,-12" order="3" text="Content Delivery" shape="line" id="75">
<topic position="-830,-37" order="0" text="SLA" shape="line" id="76"/>
<topic position="-920,-12" order="1" text="Unicast" shape="line" id="77">
<topic position="920,-24" order="0" text="Feasibility" shape="line" id="78"/>
</topic>
</topic>
</topic>
<topic position="-650,-12" order="1" text="Backbone routers" shape="line" id="79">
<topic position="650,-62" order="0" text="General" shape="line" id="80">
<topic position="-650,-87" order="0" text="Intermediate Event Brokers" shape="line" id="81"/>
<topic position="-740,-62" order="1" text="Can use peer-to-peer communication" shape="line" id="82"/>
</topic>
<topic position="740,-37" order="1" text="Management" shape="line" id="83">
<topic position="-740,-74" order="0" text="Load balancing" shape="line" id="84"/>
<topic position="-830,-49" order="1" text="Fault tolerance" shape="line" id="85">
<topic position="830,-61" order="0" text="SINTRA" shape="line" id="86"/>
</topic>
<topic position="-920,-24" order="2" text="Traffic variations" shape="line" id="87"/>
</topic>
<topic position="830,-12" order="2" text="Optimizations" shape="line" id="88">
<topic position="-830,-62" order="0" text="Simulations" shape="line" id="89"/>
<topic position="-920,-37" order="1" text="Approximate Matching" shape="line" id="90"/>
<topic position="-1010,-12" order="2" text="Subscription Merging" shape="line" id="91"/>
<topic position="-1100,13" order="3" text="Suppress message replication" shape="line" id="92"/>
</topic>
<topic position="920,13" order="3" text="Routing" shape="line" id="93">
<topic position="-920,1" order="0" text="Traverse" shape="line" id="94">
<topic position="920,-36" order="0" text="Firewalls" shape="line" id="95"/>
<topic position="1010,-11" order="1" text="Proxies" shape="line" id="96"/>
<topic position="1100,14" order="2" text="NAT boundaries" shape="line" id="97"/>
</topic>
</topic>
</topic>
</topic>
<topic position="650,13" order="3" text="Subscription Database" shape="line" id="98">
<topic position="-650,-24" order="0" text="Critcal Resource" shape="line" id="1422222203">
<topic position="650,-49" order="0" text="Determines Content delivery" shape="line" id="99"/>
<topic position="740,-24" order="1" text="Determines Routing " shape="line" id="100"/>
</topic>
<topic position="-740,1" order="1" text="Central" shape="line" id="1740783315">
<topic position="740,-24" order="0" text="Availability" shape="line" id="101"/>
<topic position="830,1" order="1" text="Routing implications" shape="line" id="102"/>
</topic>
<topic position="-830,26" order="2" text="Distributed" shape="line" id="571050304">
<topic position="830,1" order="0" text="Updates" shape="line" id="103"/>
<topic position="920,26" order="1" text="Integrity" shape="line" id="104">
<topic position="-920,14" order="0" text="SINTRA" shape="line" id="105"/>
</topic>
</topic>
</topic>
</topic>
<topic position="-470,13" order="2" text="Open Issues" shape="rounded rectagle" shrink="true" id="17419879">
<topic position="470,-12" order="0" text="Deep technical problems vs. pragmatic issues" shape="line" id="106"/>
<topic position="560,13" order="1" text="Mobility" shape="line" id="107">
<topic position="-560,-12" order="0" text="Freedom of movement" shape="line" id="108"/>
<topic position="-650,13" order="1" text="Reconfiguration of services" shape="line" id="109"/>
</topic>
</topic>
<topic position="-560,38" order="3" text="Data Model" shape="rounded rectagle" id="1570911201">
<topic position="560,1" order="0" text="Taxonomy" shape="line" shrink="true" id="1041132637">
<topic position="-560,-49" order="0" text="Atomic" shape="line" id="110"/>
<topic position="-650,-24" order="1" text="Structured" shape="line" id="111"/>
<topic position="-740,1" order="2" text="Topics" shape="line" id="112"/>
<topic position="-830,26" order="3" text="Hermes" shape="line" id="1467810054">
<topic position="830,14" order="0" text="Events" shape="line" id="113">
<topic position="-830,-36" order="0" text="Type" shape="line" id="114">
<topic position="830,-61" order="0" text="Type Checking" shape="line" id="115"/>
<topic position="920,-36" order="1" text="Heirarchy" shape="line" id="116"/>
</topic>
<topic position="-920,-11" order="1" text="Attributes" shape="line" id="117"/>
<topic position="-1010,14" order="2" text="Event Repository" shape="line" id="118"/>
<topic position="-1100,39" order="3" text="Event Owner" shape="line" id="119"/>
</topic>
</topic>
</topic>
<topic position="650,26" order="1" text="Meta Data" shape="line" id="120"/>
<topic position="740,51" order="2" text="Language" shape="line" id="121">
<topic position="-740,14" order="0" text="Subscriptions" shape="line" id="122"/>
<topic position="-830,39" order="1" text="Publishing" shape="line" id="123"/>
<topic position="-920,64" order="2" text="Matching" shape="line" id="124"/>
</topic>
</topic>
<topic position="-650,63" order="4" text="Security Model" shape="rounded rectagle" id="227090963">
<topic position="650,-37" order="0" text="General" shape="line" id="1890338517">
<topic position="-650,-87" order="0" text="Require &quot;many-to-many &quot; semantic through many parties" shape="line" id="125"/>
<topic position="-740,-62" order="1" text="Security for pub-pub application" shape="line" id="126">
<topic position="740,-74" order="0" text="who has access to what?" shape="line" id="127"/>
</topic>
<topic position="-830,-37" order="2" text="Security for pub-sub infrastructure" shape="line" id="128">
<topic position="830,-49" order="0" text="who can change the data model?" shape="line" id="129"/>
</topic>
<topic position="-920,-12" order="3" text="Applications use pub-sub as service" shape="line" id="130">
<topic position="920,-24" order="0" text="flexible security policy, not dictated, in the infrastructure" shape="line" id="131"/>
</topic>
</topic>
<topic position="740,-12" order="1" text="Traditional" shape="line" id="1119529450">
<topic position="-740,-49" order="0" text="Address-based" shape="line" id="132"/>
<topic position="-830,-24" order="1" text="Identity-based" shape="line" id="133"/>
<topic position="-920,1" order="2" text="Role-based" shape="line" id="134"/>
</topic>
<topic position="830,13" order="2" text="Content-based" shape="line" id="966829867">
<topic position="-830,-37" order="0" text="Integrity of Information" shape="line" id="135"/>
<topic position="-920,-12" order="1" text="No explicit address or identities" shape="line" id="136"/>
<topic position="-1010,13" order="2" text="Infrastructure determines routing/delivery addresses" shape="line" id="137"/>
<topic position="-1100,38" order="3" text="End-to-End" shape="line" id="138">
<topic position="1100,1" order="0" text="Cross Security Domains" shape="line" id="139"/>
<topic position="1190,26" order="1" text="Content-based Adressing" shape="line" id="140"/>
<topic position="1280,51" order="2" text="Dynamic computation of Receiver Set" shape="line" id="141"/>
</topic>
</topic>
<topic position="920,38" order="3" text="Message Level Framework" shape="line" id="1055672692">
<topic position="-920,-49" order="0" text="Confidentiality" shape="line" id="142">
<topic position="920,-86" order="0" text="Information" shape="line" id="143">
<topic position="-920,-123" order="0" text="Transport Independent" shape="line" id="1669124377">
<topic position="920,-173" order="0" text="End-to-end" shape="line" id="144"/>
<topic position="1010,-148" order="1" text="Information Centric Security" shape="line" id="1535961474">
<topic position="-1010,-198" order="0" text="MAC" shape="line" id="145"/>
<topic position="-1100,-173" order="1" text="Content-defined keys" shape="line" id="146"/>
<topic position="-1190,-148" order="2" text="Multi-part encryption" shape="line" id="147"/>
<topic position="-1280,-123" order="3" text="Supports content-based addressing" shape="line" id="148"/>
</topic>
<topic position="1100,-123" order="2" text="Routing Encrypted Data" shape="line" id="1155826003">
<topic position="-1100,-135" order="0" text="Meta Data" shape="line" id="149"/>
</topic>
<topic position="1190,-98" order="3" text="Examples" shape="line" id="150">
<topic position="-1190,-123" order="0" text="CBIS" shape="line" id="151"/>
<topic position="-1280,-98" order="1" text="Narada" shape="line" id="536782739">
<topic position="1280,-135" order="0" text="Topic Keys" shape="line" id="152">
<topic position="-1280,-172" order="0" text="Personal Certificate" shape="line" id="153">
<topic position="1280,-197" order="0" text="Sign" shape="line" id="154"/>
<topic position="1370,-172" order="1" text="ACL-based routing" shape="line" id="155"/>
</topic>
<topic position="-1370,-147" order="1" text="Topic Certificate" shape="line" id="156">
<topic position="1370,-184" order="0" text="Distribute Key Pair" shape="line" id="157"/>
<topic position="1460,-159" order="1" text="Publishers Encrypt" shape="line" id="158"/>
<topic position="1550,-134" order="2" text="Subscribers Decrypt" shape="line" id="159"/>
</topic>
<topic position="-1460,-122" order="2" text="Topic Secret Key" shape="line" id="160">
<topic position="1460,-134" order="0" text="Multicast Group Keys" shape="line" id="161"/>
</topic>
</topic>
<topic position="1370,-110" order="1" text="Sign at Source" shape="line" id="162"/>
<topic position="1460,-85" order="2" text="Routing" shape="line" id="163">
<topic position="-1460,-110" order="0" text="Content-based" shape="line" id="164">
<topic position="1460,-135" order="0" text="Topic Headers" shape="line" id="165"/>
<topic position="1550,-110" order="1" text="Meta Data" shape="line" id="166"/>
</topic>
<topic position="-1550,-85" order="1" text="ACL-based" shape="line" id="167"/>
</topic>
</topic>
</topic>
</topic>
<topic position="-1010,-98" order="1" text="Transport Dependent" shape="line" id="1044269581">
<topic position="1010,-135" order="0" text="Point-to-point" shape="line" id="168"/>
<topic position="1100,-110" order="1" text="Broker-to-Broker" shape="line" id="169"/>
<topic position="1190,-85" order="2" text="Edge Server to Clients" shape="line" id="170"/>
</topic>
<topic position="-1100,-73" order="2" text="Infrastructure Independent" shape="line" id="171">
<topic position="1100,-98" order="0" text="Fundamental conflict with pub-sub paradigm" shape="line" id="172">
<topic position="-1100,-123" order="0" text="inhibits evaluation of content against subscription" shape="line" id="173"/>
<topic position="-1190,-98" order="1" text="reduces scope of optimizations" shape="line" id="174"/>
</topic>
<topic position="1190,-73" order="1" text="Out-of-band key management" shape="line" id="175"/>
</topic>
</topic>
<topic position="1010,-61" order="1" text="Subscriptions" shape="line" id="176">
<topic position="-1010,-73" order="0" text="PIR" shape="line" id="177"/>
</topic>
<topic position="1100,-36" order="2" text="Published Content" shape="line" id="178">
<topic position="-1100,-73" order="0" text="form of group authorization" shape="line" id="179"/>
<topic position="-1190,-48" order="1" text="Could be handled by local broker" shape="line" id="180">
<topic position="1190,-60" order="0" text="Publishers trusts local brokers" shape="line" id="181"/>
</topic>
<topic position="-1280,-23" order="2" text="Publisher could form group based on subscribers" shape="line" id="182"/>
</topic>
</topic>
<topic position="-1010,-24" order="1" text="Authentication" shape="line" id="1949551410">
<topic position="1010,-49" order="0" text="To Register a Subscription" shape="line" id="183"/>
<topic position="1100,-24" order="1" text="To Publish Content" shape="line" id="184">
<topic position="-1100,-61" order="0" text="end-to-end" shape="line" id="185">
<topic position="1100,-111" order="0" text="eg. PKI" shape="line" id="186"/>
<topic position="1190,-86" order="1" text="external to pub-sub" shape="line" id="187"/>
<topic position="1280,-61" order="2" text="independent adminstration" shape="line" id="188"/>
<topic position="1370,-36" order="3" text="efficiency" shape="line" id="189">
<topic position="-1370,-61" order="0" text="only checked at delivery?" shape="line" id="190"/>
<topic position="-1460,-36" order="1" text="overhead on short messages" shape="line" id="191">
<topic position="1460,-61" order="0" text="stream signatures" shape="line" id="192"/>
<topic position="1550,-36" order="1" text="amortized" shape="line" id="193"/>
</topic>
</topic>
</topic>
<topic position="-1190,-36" order="1" text="point-to-point" shape="line" id="194">
<topic position="1190,-73" order="0" text="infrastructure is trusted" shape="line" id="195"/>
<topic position="1280,-48" order="1" text="built on DCE for example" shape="line" id="196"/>
<topic position="1370,-23" order="2" text="security solution must scale" shape="line" id="197"/>
</topic>
<topic position="-1280,-11" order="2" text="hybrid" shape="line" id="198">
<topic position="1280,-36" order="0" text="client-to-local host" shape="line" id="199"/>
<topic position="1370,-11" order="1" text="broker routing" shape="line" id="200"/>
</topic>
</topic>
</topic>
<topic position="-1100,1" order="2" text="Authorization" shape="line" id="1187183415">
<topic position="1100,-49" order="0" text="Granularity" shape="line" id="201">
<topic position="-1100,-86" order="0" text="To Receive Content" shape="line" id="202"/>
<topic position="-1190,-61" order="1" text="To Publish Content" shape="line" id="203"/>
<topic position="-1280,-36" order="2" text="Content" shape="line" id="204">
<topic position="1280,-73" order="0" text="Atomic" shape="line" id="205"/>
<topic position="1370,-48" order="1" text="Topics" shape="line" id="206"/>
<topic position="1460,-23" order="2" text="Structured" shape="line" id="207"/>
</topic>
</topic>
<topic position="1190,-24" order="1" text="ACL" shape="line" id="208">
<topic position="-1190,-49" order="0" text="Central" shape="line" id="209"/>
<topic position="-1280,-24" order="1" text="Distributed" shape="line" id="210">
<topic position="1280,-61" order="0" text="Check at edge (once)" shape="line" id="211">
<topic position="-1280,-73" order="0" text="(local) Broker to client" shape="line" id="212"/>
</topic>
<topic position="1370,-36" order="1" text="Check in infrastructure" shape="line" id="213"/>
<topic position="1460,-11" order="2" text="Managed by infrastructure itself" shape="line" id="214">
<topic position="-1460,-23" order="0" text="pub-sub amongst brokers" shape="line" id="215"/>
</topic>
</topic>
</topic>
<topic position="1280,1" order="2" text="Role-based" shape="line" id="216"/>
<topic position="1370,26" order="3" text="Attribute-based" shape="line" id="217"/>
</topic>
<topic position="-1190,26" order="3" text="Non-repudiation" shape="line" id="218">
<topic position="1190,1" order="0" text="Publisher info propagate to subscribers" shape="line" id="219"/>
<topic position="1280,26" order="1" text="end-to-end vs. point-to-point" shape="line" id="220"/>
</topic>
<topic position="-1280,51" order="4" text="Key Management" shape="line" id="221"/>
<topic position="-1370,76" order="5" text="Privacy" shape="line" id="222">
<topic position="1370,51" order="0" text="of Subscription" shape="line" id="223"/>
<topic position="1460,76" order="1" text="of Delivery" shape="line" id="224"/>
</topic>
<topic position="-1460,101" order="6" text="General" shape="line" id="225">
<topic position="1460,76" order="0" text="Supports Payment for Service" shape="line" id="226"/>
<topic position="1550,101" order="1" text="Minimal impact on infrastructure" shape="line" id="227"/>
</topic>
</topic>
<topic position="1010,63" order="4" text="Trust Model" shape="line" id="846405117">
<topic position="-1010,-12" order="0" text="Entities not all the same" shape="line" id="228"/>
<topic position="-1100,13" order="1" text="Can we trust Brokers?" shape="line" id="229">
<topic position="1100,-12" order="0" text="local brokers must be trusted" shape="line" id="230"/>
<topic position="1190,13" order="1" text="which brokers can serve/route which content?" shape="line" id="231">
<topic position="-1190,-24" order="0" text="transport" shape="line" id="232"/>
<topic position="-1280,1" order="1" text="delivery" shape="line" id="233"/>
<topic position="-1370,26" order="2" text="effect content-based routing" shape="line" id="234"/>
</topic>
</topic>
<topic position="-1190,38" order="2" text="Can we trust paths between Brokers?" shape="line" id="235"/>
<topic position="-1280,63" order="3" text="Brokers may not trust event clents" shape="line" id="236"/>
<topic position="-1370,88" order="4" text="Event clients may not trust brokers" shape="line" id="237">
<topic position="1370,51" order="0" text="must trust subscription functions" shape="line" id="238"/>
<topic position="1460,76" order="1" text="end-to-end, point-to-point, hybrid" shape="line" id="239"/>
<topic position="1550,101" order="2" text="is CBR possible without access to content?" shape="line" id="240"/>
</topic>
<topic position="-1460,113" order="5" text="Chris Daly Framework" shape="line" id="241"/>
</topic>
<topic position="1100,88" order="5" text="Anonymity" shape="line" id="1989662149">
<topic position="-1100,51" order="0" text="Anonymous subscriptions" shape="line" id="242">
<topic position="1100,39" order="0" text="IDEMIX" shape="line" id="243"/>
</topic>
<topic position="-1190,76" order="1" text="Private Information Retrieval" shape="line" id="244"/>
<topic position="-1280,101" order="2" text="routing may inducer sender/receiver anonymity" shape="line" id="245">
<topic position="1280,89" order="0" text="eg. SIENNA" shape="line" id="246"/>
</topic>
</topic>
<topic position="1190,113" order="6" text="Group Metaphor" shape="line" id="1909335580">
<topic position="-1190,88" order="0" text="Multicast Group" shape="line" id="247">
<topic position="1190,38" order="0" text="Known (semi-static) addressing" shape="line" id="248"/>
<topic position="1280,63" order="1" text="Central Manager-(ment)" shape="line" id="249"/>
<topic position="1370,88" order="2" text="Possible at Local Broker" shape="line" id="250"/>
<topic position="1460,113" order="3" text="Possible in Broker Overlay Network" shape="line" id="251"/>
</topic>
<topic position="-1280,113" order="1" text="Pub-Sub" shape="line" id="252">
<topic position="1280,76" order="0" text="Local/dynamic membership" shape="line" id="253"/>
<topic position="1370,101" order="1" text="Destination addresses need not be specified by publisher" shape="line" id="254"/>
<topic position="1460,126" order="2" text="May require key management to support contrained distribution" shape="line" id="255"/>
</topic>
</topic>
<topic position="1280,138" order="7" text="Threats" shape="line" id="1278504781">
<topic position="-1280,113" order="0" text="DOS" shape="line" id="256">
<topic position="1280,88" order="0" text="Subscription matching determines traffic patterns" shape="line" id="257"/>
<topic position="1370,113" order="1" text="Distinguish malicous vs. high volume subscribers" shape="line" id="258"/>
</topic>
<topic position="-1370,138" order="1" text="Malicous Brokers" shape="line" id="259">
<topic position="1370,113" order="0" text="consequences" shape="line" id="260">
<topic position="-1370,101" order="0" text="malicious faults" shape="line" id="261">
<topic position="1370,89" order="0" text="SINTRA" shape="line" id="262"/>
</topic>
</topic>
<topic position="1460,138" order="1" text="intrusion detection" shape="line" id="263"/>
</topic>
</topic>
</topic>
</topic>
</map>

View File

@ -0,0 +1,284 @@
<map name="python" version="tango">
<topic central="true" text="Python Language" id="839220195" fontStyle=";;;;;;#000000;;;" bgColor="#ffff66">
<topic position="200,-900" order="0" text="Operators" shape="rounded rectagle" id="1297750582" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=1&amp;initLoadFile=/wiki/images/5/5a/Python_Operators.mm&amp;mm_title=Python%20Operators" urlType="url"/>
</topic>
<topic position="-290,-237" order="0" text="Control Flow" shape="rounded rectagle" id="925623560" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/d/d3/Python_ControlFlow2.mm&amp;mm_title=Control%20Flow%20in%20Python" urlType="url"/>
</topic>
<topic position="-380,-212" order="1" text="Functions" shape="rounded rectagle" id="43284047" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/3/36/Python_Functions2.mm&amp;mm_title=Python%20Functions" urlType="url"/>
</topic>
<topic position="-470,-187" order="2" text="Modules" shape="rounded rectagle" id="941305946" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/9/9f/Python_Modules_WebLinks.mm&amp;mm_title=Python%20Modules" urlType="url"/>
<topic position="470,-199" order="0" text="Importing" shape="rectagle" id="33365258" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/a/a7/Python_Modules_Importing.mm&amp;mm_title=Importing%20Python%20Modules" urlType="url"/>
</topic>
</topic>
<topic position="-560,-162" order="3" text="sys.path" shape="rounded rectagle" id="870573867" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/e/e3/Python_Path2.mm&amp;mm_title=Python%20sys.path" urlType="url"/>
</topic>
<topic position="-650,-137" order="4" text="Packages" shape="rounded rectagle" id="373733403" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/e/e9/Python_Packages2.mm&amp;mm_title=Python%20Packages" urlType="url"/>
</topic>
<topic position="-740,-112" order="5" text="Classes" shape="rounded rectagle" id="42563653" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/6/67/Python_Classes_WebLinks.mm&amp;mm_title=Python%20Classes" urlType="url"/>
<topic position="740,-162" order="0" text="Methods" shape="rounded rectagle" id="248209168" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/8/89/Python_Classes_Methods.mm&amp;mm_title=Python%20Methods" urlType="url"/>
</topic>
<topic position="830,-137" order="1" text="Inheritance" shape="rounded rectagle" id="162137343" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/4/46/Python_Classes_Inheritance.mm&amp;mm_title=Inheritance%20in%20Python" urlType="url"/>
</topic>
<topic position="920,-112" order="2" text="Attribute Inheritance Search" shape="rounded rectagle" id="314760601" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/4/46/Python_Classes_Inheritance.mm&amp;mm_title=Inheritance%20in%20Python" urlType="url"/>
</topic>
<topic position="1010,-87" order="3" text="New-style Classes" shape="rectagle" id="1014089682" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/e/ef/Python_Classes_Newstyle.mm&amp;mm_title=Python%20New-style%20Classes" urlType="url"/>
</topic>
</topic>
<topic position="-830,-87" order="6" text="Scoping, Namespaces" shape="rounded rectagle" id="137608830" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/74/Python_Scoping_And_Namespaces2.mm&amp;mm_title=Python%20Scoping%20and%20Namespaces" urlType="url"/>
</topic>
<topic position="-920,-62" order="7" text="Exceptions" shape="rounded rectagle" id="50696333" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=1&amp;initLoadFile=/wiki/images/1/1a/Python_Exceptions2.mm&amp;mm_title=Python%20Exceptions%20and%20Exception%20Handling" urlType="url"/>
</topic>
<topic position="-1010,-37" order="8" text="Iterators and Generators" shape="rounded rectagle" id="1500711771" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/8/8f/Python_Iterators.mm&amp;mm_title=Python%20Iterators%2C%20Generators%20and%20Generator%20Expressions" urlType="url"/>
</topic>
<topic position="-1100,-12" order="9" text="Special Method Attributes" shape="rounded rectagle" id="1259199925" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/5c/Python_SpecialAttributes_WebLinks.mm&amp;mm_title=Special%20Attributes%20in%20Python" urlType="url"/>
</topic>
<topic position="-1190,13" order="10" text="File System Useful Functions" shape="rounded rectagle" id="1694945670" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/a/a8/Python_FileSystem.mm&amp;mm_title=Useful%20Python%20Functions%20for%20Operating%20on%20the%20File%20System" urlType="url"/>
</topic>
<topic position="-1280,38" order="11" text="File I/O" shape="rounded rectagle" id="1195661090" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/2/24/Python_FileIO2.mm&amp;mm_title=Python%20File%20IO" urlType="url"/>
</topic>
<topic position="-1370,63" order="12" text="Data Serialization" shape="rounded rectagle" id="602160149" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/17/Python_DataSerialization2.mm&amp;mm_title=Python%20Data%20Serialization" urlType="url"/>
</topic>
<topic position="-1460,88" order="13" text="Delegation, Callbacks and Decorators" shape="rounded rectagle" id="1935675521" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/10/Python_Delegation.mm&amp;mm_title=Python%20Delegation%2C%20Callbacks%20and%20Decorators" urlType="url"/>
</topic>
<topic position="-1550,113" order="14" text="Regular Expressions" shape="rounded rectagle" id="710876781" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/7/7f/Python_RegularExpressions.mm&amp;mm_title=Python%20Regular%20Expressions" urlType="url"/>
</topic>
<topic position="-1640,138" order="15" text="Windows, COM" shape="rounded rectagle" id="950644393" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="1640,113" order="0" text="Python COM Server" shape="rectagle" id="611860677" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/45/Python_COMServer.mm&amp;mm_title=Python%20COM%20Server%20%28Windows%20Only%29" urlType="url"/>
</topic>
<topic position="1730,138" order="1" text="Python Client-side COM" shape="rectagle" id="1212768514" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/f/f3/Python_COMClientSide.mm&amp;mm_title=Python%20Client-side%20COM%20%28Windows%20Only%29" urlType="url"/>
</topic>
</topic>
<topic position="-1730,163" order="16" text="Miscellaneous" shape="rounded rectagle" id="410804486" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="1730,113" order="0" text="Empty Placeholder" shape="rounded rectagle" shrink="true" id="216222883" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-1730,101" order="0" text="pass" shape="rectagle" shrink="true" id="960362756" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#bbffff">
<topic position="1730,76" order="0" text="EG" shape="rectagle" shrink="true" id="1413300827" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-1730,64" order="0" shape="line" id="343426327" fontStyle=";;;;;;#000000;;;">
<text><![CDATA[while x < a:
pass]]></text>
</topic>
</topic>
<topic position="1820,101" order="1" text="Useful" shape="rectagle" shrink="true" id="148179241" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-1820,89" order="0" text="Stub Code" shape="line" shrink="true" id="1655738492" fontStyle=";;;;;;#000000;;;">
<topic position="1820,77" order="0" text="To Fill In Later" shape="line" id="722854259" fontStyle=";;;;;;#000000;;;"/>
</topic>
</topic>
</topic>
</topic>
<topic position="1820,138" order="1" text="Future Language Features" shape="rectagle" shrink="true" id="284656157" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-1820,101" order="0" text="__future__ Module" shape="rectagle" id="1074301759" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-1910,126" order="1" text="Will Become" shape="rectagle" shrink="true" id="1968353063" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="1910,114" order="0" text="Standard" shape="rectagle" shrink="true" id="103089226" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-1910,102" order="0" text="In" shape="line" shrink="true" id="1232954476" fontStyle=";;;;;;#000000;;;">
<topic position="1910,90" order="0" text="Future Edition" shape="line" shrink="true" id="636908811">
<topic position="-1910,78" order="0" text="Python" shape="line" id="1862127571"/>
</topic>
</topic>
</topic>
</topic>
<topic position="-2000,151" order="2" text="from __future__ import &lt;feature name&gt;" shape="rectagle" id="1192405210" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
</topic>
<topic position="1910,163" order="2" text="Executing Code Strings" shape="rounded rectagle" shrink="true" id="171652609" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-1910,151" order="0" text="exec" shape="rectagle" id="493710140" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#bbffff"/>
</topic>
<topic position="2000,188" order="3" text="Printing" shape="rectagle" id="1061642683" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/7/78/Python_Print.mm&amp;mm_title=Printing%20in%20Python" urlType="url"/>
</topic>
</topic>
<topic position="-1820,188" order="17" text="Tools" shape="rounded rectagle" id="339808348" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/58/Python_Tools.mm&amp;mm_title=Useful%20Tools%20for%20Python%20Developers" urlType="url"/>
</topic>
<topic position="-1910,300" order="18" text="Sources" shape="rounded rectagle" id="1418013461" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="1910,263" order="0" text="The Quick Python Book" shape="rectagle" shrink="true" id="826312042" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-1910,188" order="0" text="Harms, Daryl D." shape="rounded rectagle" id="1996207289" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2000,213" order="1" text="McDonald, Kenneth" shape="rounded rectagle" id="383517101" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2090,238" order="2" text="Manning Publications Co." shape="rounded rectagle" id="1698437504" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2180,263" order="3" text="1999" shape="rounded rectagle" id="615897615" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2270,288" order="4" text="ISBN 1-884777-74-0" shape="rounded rectagle" id="723474810" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2360,313" order="5" text="Python Version" shape="rounded rectagle" shrink="true" id="1103530142" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2360,301" order="0" text="1.5.2" shape="rounded rectagle" id="180808477" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
</topic>
</topic>
<topic position="2000,288" order="1" text="Learning Python, 3rd Edition" shape="rectagle" shrink="true" id="589134829" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2000,226" order="0" text="Lutz, Mark" shape="rectagle" id="1822890051" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2090,251" order="1" text="O'Reilly Media" shape="rectagle" id="568361499" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2180,276" order="2" text="2008" shape="rectagle" id="1839765866" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2270,301" order="3" text="ISBN-10: 0-596-51398-4" shape="rectagle" id="844895767" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
<topic position="-2360,326" order="4" text="Python Version" shape="rectagle" shrink="true" id="619327232" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2360,314" order="0" text="2.5" shape="rectagle" id="803477492" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
</topic>
</topic>
<topic position="2090,313" order="2" text="Python Library Reference" shape="rectagle" shrink="true" id="216007275" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2090,301" order="0" text="Python Version" shape="rounded rectagle" shrink="true" id="846688505" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2090,289" order="0" text="2.5" shape="rounded rectagle" id="1966201406" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
</topic>
</topic>
</topic>
<topic position="-2000,325" order="19" text="Good References" shape="rounded rectagle" id="408691934" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="2000,288" order="0" text="Python 2.5 Quick Reference" shape="rectagle" id="1159506227" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://rgruet.free.fr/PQR25/PQR2.5.html" urlType="url"/>
</topic>
<topic position="2090,313" order="1" text="Python Library Reference" shape="rectagle" id="403604653" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://www.python.org/doc/current/lib/" urlType="url"/>
</topic>
<topic position="2180,338" order="2" text="Tutorial" shape="rectagle" shrink="true" id="1090520692" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2180,326" order="0" text="Dive Into Python" shape="rectagle" shrink="true" id="1535875895" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<link url="http://diveintopython.org/toc/index.html" urlType="url"/>
<topic position="2180,314" order="0" text="eBook" shape="rectagle" id="530171131" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
</topic>
</topic>
</topic>
<topic position="-2090,350" order="20" text="Good For" shape="rounded rectagle" id="1119763140" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="2090,275" order="0" text="Internal Logic" shape="rounded rectagle" id="1033376248" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99"/>
<topic position="2180,300" order="1" text="Serialization" shape="rounded rectagle" shrink="true" id="690803073" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2180,275" order="0" text="Via" shape="rectagle" shrink="true" id="1922775420" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2180,263" order="0" text="cPickle" shape="rounded rectagle" id="840960577" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
</topic>
<topic position="-2270,300" order="1" text="For" shape="rectagle" shrink="true" id="1747246492" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2270,288" order="0" text="Object" shape="rounded rectagle" shrink="true" id="1134905437" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-2270,263" order="0" text="Storage" shape="line" id="1461256366" fontStyle=";;;;;;#000000;;;"/>
<topic position="-2360,288" order="1" text="Transmission" shape="line" id="319385397" fontStyle=";;;;;;#000000;;;"/>
</topic>
</topic>
</topic>
<topic position="2270,325" order="2" text="Macros" shape="rounded rectagle" id="794590494" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99"/>
<topic position="2360,350" order="3" text="List Manipulation" shape="rounded rectagle" id="1361141366" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99"/>
<topic position="2450,375" order="4" text="Scripting Language" shape="rounded rectagle" shrink="true" id="1265703728" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2450,363" order="0" text="For" shape="rectagle" shrink="true" id="864746490" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2450,351" order="0" text="Applications" shape="rounded rectagle" id="834911546" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
</topic>
</topic>
<topic position="2540,400" order="5" text="NOT" shape="rounded rectagle" shrink="true" id="478941778" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2540,388" order="0" text="UI" shape="rectagle" id="1073082243" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff"/>
</topic>
</topic>
<topic position="-2180,375" order="21" text="Definitions" shape="rounded rectagle" id="1122845804" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<topic position="2180,350" order="0" text="Module" shape="rectagle" shrink="true" id="840405826" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2180,325" order="0" text="Text File" shape="rectagle" shrink="true" id="566688799" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2180,313" order="0" text="Containing" shape="rectagle" shrink="true" id="672124937" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-2180,301" order="0" text="Python Statements" shape="line" id="1702192141" fontStyle=";;;;;;#000000;;;"/>
</topic>
</topic>
<topic position="-2270,350" order="1" text=".py Extension" shape="rectagle" shrink="true" id="390798590" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2270,338" order="0" text="Allows" shape="rectagle" shrink="true" id="335165396" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-2270,326" order="0" text="Importing" shape="line" shrink="true" id="1607129465" fontStyle=";;;;;;#000000;;;">
<topic position="2270,314" order="0" text="Into" shape="line" shrink="true" id="1403960256">
<topic position="-2270,302" order="0" text="Other" shape="line" shrink="true" id="113989320">
<topic position="2270,290" order="0" text="Python" shape="line" shrink="true" id="311927148">
<topic position="-2270,278" order="0" text="Programs" shape="line" id="1786999314"/>
</topic>
</topic>
</topic>
</topic>
</topic>
</topic>
</topic>
<topic position="2270,375" order="1" text="Script" shape="rectagle" shrink="true" id="395160073" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2270,350" order="0" text="Module" shape="rectagle" shrink="true" id="1329016047" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2270,338" order="0" text="Top-level" shape="rectagle" shrink="true" id="1277010492" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-2270,313" order="0" text="With" shape="line" shrink="true" id="1711834777" fontStyle=";;;;;;#000000;;;">
<topic position="2270,301" order="0" text="Entry Point" shape="rectagle" id="1909734320" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff"/>
</topic>
<topic position="-2360,338" order="1" text="Can Run" shape="line" shrink="true" id="954195369" fontStyle=";;;;;;#000000;;;">
<topic position="2360,313" order="0" text="Directly" shape="line" id="766218881"/>
<topic position="2450,338" order="1" text="From" shape="rectagle" shrink="true" id="1311896276" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-2450,301" order="0" text="Commandline" shape="line" id="732073344" fontStyle=";;;;;;#000000;;;"/>
<topic position="-2540,326" order="1" text="Run Window" shape="line" shrink="true" id="1452833927" fontStyle=";;;;;;#000000;;;">
<topic position="2540,314" order="0" text="In" shape="line" shrink="true" id="1357024336">
<topic position="-2540,302" order="0" text="Windows" shape="line" id="1157790742"/>
</topic>
</topic>
<topic position="-2630,351" order="2" text="IDLE" shape="line" id="1185023081" fontStyle=";;;;;;#000000;;;"/>
</topic>
</topic>
</topic>
</topic>
<topic position="-2360,375" order="1" text="Extension" shape="rectagle" shrink="true" id="1767810300" fontStyle=";;;;;;#000000;;;" bgColor="#bbffff">
<topic position="2360,363" order="0" text="NOT Required" shape="rounded rectagle" shrink="true" id="375617029" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<topic position="-2360,351" order="0" text=".py" shape="line" id="1629169951" fontStyle=";;;;;;#000000;;;"/>
</topic>
</topic>
</topic>
</topic>
<topic position="-2270,400" order="22" text="Python Implemenations" shape="rounded rectagle" id="278508781" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/e/ef/Python_Implementations.mm&amp;mm_title=Different%20Implementations%20of%20Python" urlType="url"/>
</topic>
<topic position="-2360,425" order="23" text="Syntax" shape="rounded rectagle" id="1136447695" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4f/Python_Syntax.mm&amp;mm_title=Python%20Syntax" urlType="url"/>
</topic>
<topic position="-2450,450" order="24" text="Executing Python" shape="rounded rectagle" id="332530597" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/1/1b/Python_Execution.mm&amp;mm_title=Different%20Ways%20of%20Running%20Python%20Programs" urlType="url"/>
</topic>
<topic position="-2540,475" order="25" text="Getting Informaton" shape="rounded rectagle" id="10" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4b/Python_Information.mm&amp;mm_title=How%20to%20Get%20Information%20in%20Python" urlType="url"/>
</topic>
<topic position="-2630,500" order="26" text="Naming Conventions" shape="rounded rectagle" id="1594651750" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/2/2f/Python_NamingConventions2.mm&amp;mm_title=Python%20Naming%20Conventions" urlType="url"/>
</topic>
<topic position="-2720,525" order="27" text="Type System" shape="rounded rectagle" id="1547162624" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/9/95/Python_TypeSystem.mm&amp;mm_title=The%20CPython%20Type%20System" urlType="url"/>
<topic position="2720,513" order="0" text="CPython" shape="rectagle" id="190569951" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99"/>
</topic>
<topic position="-2810,550" order="28" text="Built-in Data Types" shape="rounded rectagle" id="559844936" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/b/b0/Python_DataTypes_WebLinks.mm&amp;mm_title=Python%20Data%20Types" urlType="url"/>
<topic position="2810,475" order="0" text="Numeric Types" shape="rounded rectagle" id="154102391" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/f/fd/Python_DataTypes_Numeric2.mm&amp;mm_title=Python%20Numeric%20Data%20Types" urlType="url"/>
</topic>
<topic position="2900,500" order="1" text="Sequence Types" shape="rounded rectagle" id="918145730" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/f/f0/Python_DataTypes_Sequence_WebLinks.mm&amp;mm_title=Python%20Sequence%20Data%20Types" urlType="url"/>
<topic position="-2900,475" order="0" text="Mutable" shape="rectagle" id="1578736339" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#bbffff">
<topic position="2900,463" order="0" text="Lists" shape="rounded rectagle" id="1776894225" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ddddff">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/f/f1/Python_DataTypes_Sequence_Lists.mm&amp;mm_title=Python%20List%20Data%20Type" urlType="url"/>
</topic>
</topic>
<topic position="-2990,500" order="1" text="Immutable" shape="rectagle" id="1799786939" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#bbffff">
<topic position="2990,475" order="0" text="Tuples" shape="rectagle" id="1329146055" fontStyle=";;;;;;#000000;;;" bgColor="#ddddff">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/1/14/Python_DataTypes_Sequence_Tuples.mm&amp;mm_title=Python%20Tuple%20Data%20Type" urlType="url"/>
</topic>
<topic position="3080,500" order="1" text="Strings" shape="rounded rectagle" id="315458704" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ddddff">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/3/35/Python_DataTypes_Sequence_Strings.mm&amp;mm_title=Python%20String%20Data%20Type" urlType="url"/>
</topic>
</topic>
</topic>
<topic position="2990,525" order="2" text="Mapping Types" shape="rounded rectagle" id="674126003" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<topic position="-2990,513" order="0" text="Dictionary" shape="rounded rectagle" id="1822985067" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#bbffff">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/73/Python_DataTypes_Dictionary2.mm&amp;mm_title=Python%20Dictionary%20Data%20Type" urlType="url"/>
</topic>
</topic>
<topic position="3080,550" order="3" text="Set" shape="rounded rectagle" id="617132681" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/a/a9/Python_DataTypes_Sets.mm&amp;mm_title=Python%20Set%20Data%20Type" urlType="url"/>
</topic>
<topic position="3170,575" order="4" text="Bool" shape="rounded rectagle" id="985221708" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/16/Python_DataTypes_Bool2.mm&amp;mm_title=Python%20Boolean%20Data%20Type" urlType="url"/>
</topic>
<topic position="3260,600" order="5" text="Checking" shape="rounded rectagle" id="854059184" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#99ff99">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/5/5a/Python_DataTypes_Checking2.mm&amp;mm_title=Checking%20Python%20Data%20Types" urlType="url"/>
</topic>
</topic>
<topic position="-2900,575" order="29" text="Statements" shape="rounded rectagle" id="464774508" fontStyle=";;;;SansSerif;8;#000000;;;" bgColor="#ffff66">
<link url="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/56/Python_Statements.mm&amp;mm_title=Python%20Statements" urlType="url"/>
</topic>
</topic>
</map>

View File

@ -0,0 +1,251 @@
<map name="writing_an_essay_with" version="tango">
<topic central="true" id="704795576" fontStyle=";;;;;;#000000;;;">
<text><![CDATA[Writing an Essay
With FreeMind]]></text>
<topic position="200,-200" order="0" text="Getting Started" shape="line" shrink="true" id="60307947" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="200,-150" order="0" text="The first thing you'll want to do is to create a new FreeMind file for your essay. Select File-&gt;New on the menu, and a blank file will appear. " shape="line" id="484974719" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="-290,-250" order="0" text="Next, click in the centre of the map, and replace the text there with the essay title you have chosen. It's good to have the question you're answering before you the whole time, so you can immediately see how your ideas relate to it." shape="line" id="1072554383" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="-380,-225" order="1" shape="line" id="1631286703" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<text><![CDATA[<!--
p { margin-top: 0 }
-->
When you're working on your essay, you'll find it helpful to switch between this map, and the one you're creating. To switch between maps, go to the Maps menu, and select the name of the map you want.
(When you're a bit more familiar with FreeMind, you'll find it quicker to use the Shortcut Keys -- you can also use Alt + Shift + Left, or Alt + Shift + Right to move between maps.)]]></text>
</topic>
<topic position="-470,-200" order="2" text="You're now ready to start work on the essay." shape="line" id="538231078" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
</topic>
<topic position="-290,-62" order="0" text="The process of research" shape="line" shrink="true" id="1886958546" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="290,-124" order="0" text="If a question is worth asking at all (and be generous to your teachers, and assume that their question is!), then it's not going to have the kind of answer that you can just make up on the spot. It will require research." shape="line" id="499702363" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="380,-99" order="1" text="Research requires both finding things out about the world, and hard thinking." shape="line" id="1374284784" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="470,-74" order="2" text="FreeMind helps you with both aspects of research. FreeMind helps you to capture all the new information you need for your essay, and also to order your thoughts." shape="line" id="1038997740" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="560,-49" order="3" text="FreeMind does this by facilitating:" shape="line" id="1522470300" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-560,-99" order="0" text="Taking Notes" shape="line" id="1963065372" fontStyle=";;;;SansSerif;8;#990000;;;">
<link url="http://#Freemind_Link_513978291" urlType="url"/>
</topic>
<topic position="-650,-74" order="1" text="Brainstorming" shape="line" id="1572116478" fontStyle=";;;;SansSerif;8;#990000;;;">
<link url="http://#_" urlType="url"/>
</topic>
<topic position="-740,-49" order="2" text="Sifting and Organising Your Ideas" shape="line" id="98667269" fontStyle=";;;;SansSerif;8;#990000;;;">
<link url="http://#Freemind_Link_331016293" urlType="url"/>
</topic>
<topic position="-830,-24" order="3" text="Making an outline" shape="line" id="1710214210" fontStyle=";;;;SansSerif;8;#990000;;;">
<link url="http://#Freemind_Link_341601142" urlType="url"/>
</topic>
</topic>
<topic position="650,-24" order="4" text="When you've made your outline you can" shape="line" id="759053646" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-650,-61" order="0" text="Print your map" shape="line" id="996906209" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-740,-36" order="1" text="Export to your wordprocessor" shape="line" id="1501502447" fontStyle=";;;;SansSerif;8;#990000;;;">
<link url="http://#Freemind_Link_877777095" urlType="url"/>
</topic>
<topic position="-830,-11" order="2" text="Make a presentation" shape="line" id="1494904283" fontStyle=";;;;SansSerif;8;#990000;;;">
<link url="http://#Freemind_Link_781772166" urlType="url"/>
</topic>
</topic>
</topic>
<topic position="-380,-37" order="1" text="Planning an Essay" shape="line" shrink="true" id="1034561457" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="380,-87" order="0" text="Brainstorming" shape="line" shrink="true" id="1" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-380,-162" order="0" text="Brainstorming is a way of trying to geting all your ideas about a topic down on paper as quickly as possible." shape="line" id="1420002558" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-470,-137" order="1" text="The key to successful brainstorming is to let everything come out -- don't worry if it sounds goofy or dumb, just put it down! There'll be plenty of time for editing later." shape="line" id="790677993" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-560,-112" order="2" text="To brainstorm with FreeMind, you'll need knowledge of two keys, plus your imagination." shape="line" id="916520369" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-650,-87" order="3" text="Pressing Enter adds another idea at the same level you currently are at." shape="line" id="888234871" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-740,-62" order="4" text="Pressing Insert adds another idea as a subidea of the one you've currently selected." shape="line" id="1371557121" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-830,-37" order="5" text="(The imagination you'll have to supply yourself!)" shape="line" id="443781940" fontStyle=";;;;SansSerif;8;#990000;;;"/>
</topic>
<topic position="470,-62" order="1" text="Taking Notes" shape="line" shrink="true" id="513978291" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-470,-124" order="0" text="Different people take notes in different ways. Whichever way you take notes, you should find FreeMind helpful." shape="line" id="709453371" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined"/>
<topic position="-560,-99" order="1" text="One good way of using FreeMind is to add one node per book or article you read. Name the node a short version of the article title. " shape="line" id="249608113" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined"/>
<topic position="-650,-74" order="2" text="Then add your notes on the article as a node note. To insert a note, go to the View menu, and select &quot;Show Note Window&quot;. You can then add your notes below." shape="line" shrink="true" id="1470413282" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<topic position="650,-86" order="0" text="The Notes WIndow can get in the way (particularly if you have a small screen). So you may find it helpful to hide it after you've added your note, by selecting &quot;Show Note Window&quot; again from the menu." shape="line" id="81630074" fontStyle=";;;;SansSerif;8;#111111;;;"/>
</topic>
<topic position="-740,-49" order="3" text="Don't forget to take full references for all the quotations you use. " shape="line" id="1226928695" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined"/>
<topic position="-830,-24" order="4" text="FreeMind can also do some clever things with web links and email addresses." shape="line" shrink="true" id="1195317986" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<topic position="830,-86" order="0" shape="line" id="1167090962" fontStyle=";;;;SansSerif;8;#111111;;;">
<text><![CDATA[If you're researching on the web, then FreeMind can automatically link your note to the web page you're writing about.
]]></text>
</topic>
<topic position="920,-61" order="1" text="Make your note, then select -&gt;Insert-&gt;Hyperlink (Text Field) from the menu. " shape="line" id="1374825576" fontStyle=";;;;SansSerif;8;#111111;;;"/>
<topic position="1010,-36" order="2" text="A dialog box will appear. Type (or cut and paste) the web address ino the box, and select OK." shape="line" id="1842548545" fontStyle=";;;;SansSerif;8;#111111;;;">
<topic position="-1010,-48" order="0" text="Here's an example hyperlink!" shape="line" id="201175194" fontStyle=";;;;SansSerif;8;#111111;;;">
<link url="http://members.tripod.com/~lklivingston/essay/" urlType="url"/>
</topic>
</topic>
<topic position="1100,-11" order="3" text="You can also make links to files on your own computer. To do this select -&gt;Insert-&gt;Hyperlink (File Chooser) from the menu." shape="line" id="1508333448" fontStyle=";;;;SansSerif;8;#111111;;;"/>
<topic position="1190,14" order="4" text="To link a node to an email address, select -&gt;Insert-&gt;Hyperink (Text Field) from the menu. Type &quot;mailto: &quot; plus the person's email address." shape="line" id="899556633" fontStyle=";;;;SansSerif;8;#111111;;;">
<topic position="-1190,2" order="0" text="Here's an example email address!" shape="line" id="433629028" fontStyle=";;;;;;#111111;;;">
<link url="http://mailto:%20president@whitehouse.gov" urlType="mail"/>
</topic>
</topic>
</topic>
</topic>
<topic position="560,-37" order="2" text="Sifting and organising your ideas" shape="line" shrink="true" id="331016293" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-560,-124" order="0" text="After you've done a bit of brainstorming, and have written all the ideas you can think of, it's time to start sorting your ideas out." shape="line" id="136989740" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-650,-99" order="1" text="You may well find that you've surprised yourself in the brainstorming process, and that you've come up with ideas that you didn't think you believed. Well done if you've managed to surprise yourself!" shape="line" id="294466318" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-740,-74" order="2" text="The next thing to do is to take a step back and just look at the different ideas you've come up with. What central themes do you notice? Which ideas seem to be more fundamental, and which less important?" shape="line" id="847367743" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-830,-49" order="3" shape="line" id="550806254" fontStyle=";;;;SansSerif;8;#990000;;;">
<text><![CDATA[After you've looked at your map for a bit, it's time to start rearranging your ideas. You can either rearrage your ideas by dragging and dropping them, or with the cursor keys. (CTRL + UP and CTRL DOWN move an idea up or down; CTRL LEFT and CTRL RIGHT move it left or right)
]]></text>
</topic>
<topic position="-920,-24" order="4" text="The first think to do is to move all the ideas together that seem to belong together. Are there duplications? Could some ideas usefully be combined? Could some ideas be usefully split?" shape="line" shrink="true" id="992055866" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="920,-36" order="0" text="To split an idea, select it, type backspace (the editor appears), then select &quot;split&quot; and then okay." shape="line" id="72639222" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="-1010,1" order="5" text="You should carry on sifting and organising till you feel that you know what the main point is that you want to make in the essay." shape="line" id="337591176" fontStyle=";;;;SansSerif;8;#990000;;;">
<note><![CDATA[You should also make sure that the main point you're making in the essay provides a full answer to the question you have been asked, or you will probably be marked down for irrelevance.]]></note>
</topic>
<topic position="-1100,26" order="6" text="When you've done this, save a NEW copy of your map. We'll use this to make the outline of the argument for your essay. (It's a good idea to save a copy under a different name before you make major changes -- this way you can always go back.) To do this, go to File, and then Save As on the menu, and call the new one it something like &quot;Essay_Outline v1&quot;. " shape="line" id="506089558" fontStyle=";;;;SansSerif;8;#990000;;;"/>
</topic>
<topic position="650,-12" order="3" text="Outlining" shape="line" shrink="true" id="341601142" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-650,-87" order="0" text="Now you know what your main point is, you can write an outline of the argument of the essay." shape="line" id="190098699" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-740,-62" order="1" text="The point of producing an outline is to work out how you will argue for your essay's main claim." shape="line" id="132833105" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-830,-37" order="2" text="The first thing to do is to change the text of the central node to your main claim. (Tip: a quick way to go to the central node is to press Escape)" shape="line" id="1132818589" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-920,-12" order="3" text="The next thing to do is to look at the material you've collected, and divide it into the following categories." shape="line" shrink="true" id="957387789" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="920,-62" order="0" text="Background material you need to understand the main claim." shape="line" shrink="true" id="1900247400" fontStyle=";;;;;;#111111;;;">
<topic position="-920,-74" order="0" text="This will form your introduction." shape="line" id="1744947976" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="1010,-37" order="1" text="Reasons in favour of the main claim." shape="line" shrink="true" id="451169520" fontStyle=";;;;;;#111111;;;">
<topic position="-1010,-49" order="0" text="These will form the core of your agrument." shape="line" id="1096832797" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="1100,-12" order="2" text="Reasons against the main claim." shape="line" shrink="true" id="1736271122" fontStyle=";;;;;;#111111;;;">
<topic position="-1100,-24" order="0" text="These are objections you will need to take into account." shape="line" id="31771772" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="1190,13" order="3" text="Things which are irrelevant to whether or not the main claim is true." shape="line" shrink="true" id="76447184" fontStyle=";;;;;;#111111;;;">
<topic position="-1190,1" order="0" text="You should cut these to a separate file." shape="line" id="672473407" fontStyle=";;;;;;#111111;;;">
<note><![CDATA[I usually keep a separate mind map for this. It's psychologically easier to put your discarded ideas somewhere else, rather than to delete them entirely. And if you've saved them elsewhere, you can easily reincorporate them if you decide that they were relevant after all.]]></note>
</topic>
</topic>
</topic>
<topic position="-1010,13" order="4" text="You should end up with something like this:" shape="line" shrink="true" id="1271984552" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="1010,1" order="0" text="Open source software is superior to closed source software." shape="line" id="1710771587" fontStyle=";;;;;;#111111;;;">
<topic position="-1010,-36" order="0" text="Introductory material" shape="line" shrink="true" id="871646595" fontStyle=";;;;;;#111111;;;">
<topic position="1010,-73" order="0" text="Define Open Source" shape="line" id="1320166635" fontStyle=";;;;;;#111111;;;"/>
<topic position="1100,-48" order="1" text="Define Closed Source." shape="line" id="779634578" fontStyle=";;;;;;#111111;;;"/>
<topic position="1190,-23" order="2" text="Brief History of Linux, and of Free Software Foundation" shape="line" id="803540039" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="-1100,-11" order="1" text="Arguments in favour" shape="line" shrink="true" id="1005748831" fontStyle=";;;;;;#111111;;;">
<topic position="1100,-48" order="0" text="Open Source is More Efficient" shape="line" id="1453575536" fontStyle=";;;;;;#111111;;;"/>
<topic position="1190,-23" order="1" text="Open Source Is More Innovative" shape="line" id="10779073" fontStyle=";;;;;;#111111;;;"/>
<topic position="1280,2" order="2" text="Sharing Sotware is Good" shape="line" id="490282244" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="-1190,14" order="2" text="Arguments Against" shape="line" shrink="true" id="1222089020" fontStyle=";;;;;;#111111;;;">
<topic position="1190,-23" order="0" text="Open Source is Communist" shape="line" id="1098359632" fontStyle=";;;;;;#111111;;;"/>
<topic position="1280,2" order="1" text="Open Source Destroys the Ability to Make Money Frm Software" shape="line" id="1030127371" fontStyle=";;;;;;#111111;;;"/>
<topic position="1370,27" order="2" text="Open Source Software Is Hard To Use" shape="line" id="1891112167" fontStyle=";;;;;;#111111;;;"/>
</topic>
</topic>
</topic>
<topic position="-1100,38" order="5" text="Taking account of objections" shape="line" shrink="true" id="90146370" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="1100,-12" order="0" text="Now you can be pretty sure that someone who thinks that closed source software is superior to open source software will have already heard of your arguments in favour, and might have some objections or counter-arguments to them." shape="line" id="594053771" fontStyle=";;;;;;#111111;;;"/>
<topic position="1190,13" order="1" text="So you also need to think about the objections someone might have to your arguments in favour of your main point." shape="line" shrink="true" id="703718185" fontStyle=";;;;;;#111111;;;">
<topic position="-1190,1" order="0" text="For example, many people dispute that open source software is more innovative." shape="line" id="394067842" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="1280,38" order="2" text="And you also need to think about how you would respond to the arguments against your main point." shape="line" id="634073269" fontStyle=";;;;;;#111111;;;"/>
<topic position="1370,63" order="3" text="Add your responses to these potential objections into your outline." shape="line" id="658337433" fontStyle=";;;;;;#111111;;;"/>
</topic>
</topic>
</topic>
<topic position="-470,-12" order="2" text="From Outline to Finished Work" shape="line" shrink="true" id="1755853195" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="470,-74" order="0" text="Writing the outline of your essay is the hard part. Once you have a good outline, it's much easier to write a good essay or a good presentation." shape="line" id="1449950809" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="560,-49" order="1" text="You'll probably find it easier to to the actual writing of the essay in your wordprocessor." shape="line" id="1607766784" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="650,-24" order="2" text="Exporting your outline to your Wordprocessor" shape="line" shrink="true" id="877777095" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-650,-99" order="0" text="FreeMind currently exports much better to OpenOffice than to Microsoft Word. So if you don't yet have OpenOffice, it's well worth downloading it (it's free)." shape="line" shrink="true" id="1821901940" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="650,-111" order="0" text="But if you don't want to use OpenOffice, you can export your map to HTML, and then load this into Microsoft Word." shape="line" id="1291053034" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="-740,-74" order="1" text="Once you've finished your outline, you're ready to export." shape="line" id="1616381675" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-830,-49" order="2" text="You should be aware of the difference that folding makes." shape="line" shrink="true" id="1621587642" fontStyle=";;;;SansSerif;8;#990000;;;">
<topic position="830,-86" order="0" text="Nodes which are visible will come out as numbered headings, whilst nodes which are hidden come out as bullet points." shape="line" id="391880567" fontStyle=";;;;;;#111111;;;"/>
<topic position="920,-61" order="1" text="So take a minute to fold and unfold the nodes how you want them before you export." shape="line" id="1257873385" fontStyle=";;;;;;#111111;;;"/>
<topic position="1010,-36" order="2" text="For a normal length essay, you will probably only want two levels of headings showing." shape="line" id="1342542809" fontStyle=";;;;;;#111111;;;"/>
</topic>
<topic position="-920,-24" order="3" text="Export to OpenOffice by selecting File, then Export, then As OpenOffice Writer Document from the menu." shape="line" id="1527476759" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-1010,1" order="4" text="Note: FreeMind does not (yet) have a spell checker. So you'll probably want to spell check the document before you do anything else. " shape="line" id="561611184" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-1100,26" order="5" text="Once you've got your outline into OpenOffice, you can write the rest of the essay in your wordprocessor as normal." shape="line" id="1112076216" fontStyle=";;;;SansSerif;8;#990000;;;"/>
</topic>
<topic position="740,1" order="3" text="Making a presentation" shape="line" shrink="true" id="781772166" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-740,-74" order="0" text="FreeMind also provides a good way of outlining PowerPoint presentations." shape="line" id="1714771405" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-830,-49" order="1" text="You'll need OpenOffice again." shape="line" id="233010529" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-920,-24" order="2" text="Follow the instructions above to export your outline to OpenOffice." shape="line" id="1394183501" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-1010,1" order="3" text="Once you have the outine in OpenOffice, select (from OpenOffice!) File, then Send to, then AutoAbstract to Presentation." shape="line" id="1549715849" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-1100,26" order="4" text="This automatically creates a PowerPoint presentation from your outline." shape="line" id="23655519" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-1190,51" order="5" text="I've found that setting &quot;Included Outline Levels&quot; to 2, and &quot;Subpoints per level&quot; to 5 gives the best results." shape="line" id="1027338237" fontStyle=";;;;SansSerif;8;#990000;;;"/>
</topic>
<topic position="830,26" order="4" text="Things to check before you submit your essay" shape="line" shrink="true" id="1657086138" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<topic position="-830,-111" order="0" text="(This advice doesn't tell you anything about how to use FreeMind, but it may help you get a better mark in your essay!)" shape="line" id="1855894453" fontStyle=";;;;SansSerif;8;#990000;;;"/>
<topic position="-920,-86" order="1" text="Does my essay have a main claim?" shape="line" id="1803078302" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[Another way of asking this question is can you sum up in a sentence what the main point is that your essay is making?) If you don't have a main claim (or don't know what your main claim is!), then your essay will not get a good mark. You are assessed on the quality of the argument you put forward for your main claim, and in order to be able to do this we (and you) need to know what your main claim is.]]></note>
</topic>
<topic position="-1010,-61" order="2" text="Does my main claim provide a full answer the question that I have been asked?" shape="line" id="107276913" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[You must be honest with yourself at this point: if you suspect that you haven't fully answered the question, then you must either (a) revise your answer so that you do have a full answer to the question, or (b) provide an argument for why it is that the angle you want to bring to the question is legitimate (for example, explain why it is legitimate to focus on just one aspect of the question).]]></note>
</topic>
<topic position="-1100,-36" order="3" text="Have I made it obvious what my main claim is?" shape="line" id="1628680821" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[You should state what your main claim is in at least two places, first in the introduction, and second in the conclusion. (The bits in between should be devoted to arguing for your main claim).]]></note>
</topic>
<topic position="-1190,-11" order="4" text="Do I have an argument for my main claim?" shape="line" id="927542090" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[What reasons have you put forward as to why a reasonable (but sceptical) person should accept that your main claim is true? If you don't have any reasons (but merely a gut intuition) then you need to go back and revise, and find some arguments.]]></note>
</topic>
<topic position="-1280,14" order="5" text="Is my argument for my main claim sound?" shape="line" id="337592890" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[Does your main claim follow logically from the supporting reasons you put forward? And are those supporting reasons themselves true (or at least plausibly true)?]]></note>
</topic>
<topic position="-1370,39" order="6" text="Do I have an introduction which provides an overview of the structure of my argument?" shape="line" id="1338320981" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[It is not enough e.g. to say that “I will be looking at arguments on both sides of this issue and coming to a conclusion”. You should tell us which arguments you will be looking at, whatyour evaluation of each of these arguments will be, and howthis analysis justifies the overall main claim you will be making. There are two reasons to give an overview of the structure of your argument: (a) it makes it much easier for the reader to grasp what you are saying, and why; (b) writing a summary of the structure of your argument is a good way of testing that you do in fact have a coherent argument.]]></note>
</topic>
<topic position="-1460,64" order="7" text="What reasons might a reasonable person have for doubting my main claim?" shape="line" id="1521390030" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[Remember that in any academic debate, anything worth saying will be disputed. If you can't think of any reasons why someone might doubt your main claim, it's likely that you are in the grip of a dogmatic certainty that you are right. This is not good: your essay will come across as a rant, which is the last thing you want.]]></note>
</topic>
<topic position="-1550,89" order="8" text="Have I responded to these reasons for doubting my main claim in a convincing way?" shape="line" id="1843933327" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[To be convincing, you might show that the doubts, while reasonable, are not well founded; or you could make your main claim more specific or nuanced in deference to them.]]></note>
</topic>
<topic position="-1640,114" order="9" text="Is there any material in my essay which might seem irrelevant to establishing my main point?" shape="line" id="982795475" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[If there is, then either delete this material, or explain why this material is after all relevant.]]></note>
</topic>
<topic position="-1730,139" order="10" text="Have I fully acknowledged all my sources, and marked all quotations as quotations?" shape="line" id="606334721" fontStyle=";;;;SansSerif;8;#990000;;;" bgColor="undefined">
<note><![CDATA[If not then you are guilty of plagiarism. This is a serious offence, and you are likely to fail your course..]]></note>
</topic>
</topic>
</topic>
<topic position="-560,13" order="3" text="About this map" shape="line" shrink="true" id="854745518" fontStyle=";;;;SansSerif;8;#0033ff;;;" bgColor="undefined">
<topic position="560,-24" order="0" text="Version 0.1, Jan 2 2008" shape="line" id="1464926185" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined"/>
<topic position="650,1" order="1" text="James Wilson" shape="line" id="1351075037" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<link url="http://mailto:j.g.wilson@peak.keele.ac.uk" urlType="mail"/>
</topic>
<topic position="740,26" order="2" text="Notes on this map" shape="line" id="1843583599" fontStyle=";;;;SansSerif;8;#00b439;;;" bgColor="undefined">
<note><![CDATA[This map is intended to help someone who has to write an argumentative essay in a subject such as history or philosophy to write better essays with the help of FreeMind. Copyright for this map resides with the author. Released under the Creative Commons Attribution-ShareAlike licence v.2.00. http://creativecommons.org/licenses/by-sa/2.0/uk/
You are free:
* to copy, distribute, display, and perform the work
* to make derivative works
Under the following conditions:
* Attribution. You must give the original author credit.
* Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a licence identical to this one.
For any reuse or distribution, you must make clear to others the licence terms of this work.
Any of these conditions can be waived if you get permission from the copyright holder.
Nothing in this license impairs or restricts the author's moral rights.]]></note>
</topic>
</topic>
</topic>
</map>

View File

@ -0,0 +1,90 @@
<map version="1.0.1">
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
<node CREATED="1184132862328" ID="Freemind_Link_1592995925" MODIFIED="1184479205015" TEXT="customer service">
<cloud/>
<node CREATED="1184133033250" ID="Freemind_Link_98093912" MODIFIED="1184479796968" POSITION="right" TEXT="Knowlegebase">
<node CREATED="1184133047500" ID="Freemind_Link_1309124106" MODIFIED="1184479106531" TEXT="Known Issues">
<linktarget COLOR="#b0b0b0" DESTINATION="Freemind_Link_1309124106" ENDARROW="Default" ENDINCLINATION="303;0;" ID="Freemind_Arrow_Link_892211398" SOURCE="Freemind_Link_1620504932" STARTARROW="None" STARTINCLINATION="303;0;"/>
</node>
<node CREATED="1184133050437" ID="Freemind_Link_1368109230" MODIFIED="1184133058812" TEXT="FAQ"/>
<node CREATED="1184133059359" ID="Freemind_Link_657347836" MODIFIED="1184133064687" TEXT="Forums"/>
<node CREATED="1184133065093" ID="Freemind_Link_1938926329" MODIFIED="1184133066531" TEXT="Wiki"/>
<node CREATED="1184133072562" ID="Freemind_Link_1637511280" MODIFIED="1184133076281" TEXT="Unknown Issues">
<node CREATED="1184133080968" ID="Freemind_Link_1385825879" MODIFIED="1184133082906" TEXT="Research"/>
</node>
</node>
<node CREATED="1184133037078" ID="Freemind_Link_1463054385" MODIFIED="1184479800593" POSITION="right" TEXT="Ticket">
<node CREATED="1184133092937" ID="Freemind_Link_1335624277" MODIFIED="1184133095078" TEXT="Ticket ID"/>
<node CREATED="1184133095500" ID="Freemind_Link_819549333" MODIFIED="1184133106921" TEXT="Private Notes"/>
<node CREATED="1184133127265" ID="Freemind_Link_171911120" MODIFIED="1184133129812" TEXT="Department"/>
<node CREATED="1184133130343" ID="Freemind_Link_1777345701" MODIFIED="1184133131671" TEXT="Status">
<node CREATED="1184133144546" ID="Freemind_Link_1313226689" MODIFIED="1184133146125" TEXT="Open"/>
<node CREATED="1184133146562" ID="Freemind_Link_716802687" MODIFIED="1184133151218" TEXT="Hold"/>
<node CREATED="1184133151890" ID="Freemind_Link_818898364" MODIFIED="1184133153265" TEXT="Closed">
<node CREATED="1184133162109" ID="Freemind_Link_887636560" MODIFIED="1184133165843" TEXT="Feedback"/>
<node CREATED="1184133166078" ID="Freemind_Link_1620504932" MODIFIED="1184479106531" TEXT="Resolution">
<arrowlink DESTINATION="Freemind_Link_1309124106" ENDARROW="Default" ENDINCLINATION="303;0;" ID="Freemind_Arrow_Link_892211398" STARTARROW="None" STARTINCLINATION="303;0;"/>
</node>
</node>
<node CREATED="1184133206343" ID="Freemind_Link_242930354" MODIFIED="1184133208921" TEXT="Escallation"/>
</node>
<node CREATED="1184133220734" ID="Freemind_Link_828213838" MODIFIED="1184133224265" TEXT="Mass Actions"/>
<node CREATED="1184133224625" ID="Freemind_Link_892025191" MODIFIED="1184133226109" TEXT="Alerts"/>
<node CREATED="1184133226531" ID="Freemind_Link_595242884" MODIFIED="1184133234375" TEXT="Rules"/>
<node CREATED="1184133234734" ID="Freemind_Link_747330411" MODIFIED="1184133240437" TEXT="Symptom"/>
<node CREATED="1184133240843" ID="Freemind_Link_1142541362" MODIFIED="1184133242359" TEXT="Regarding"/>
<node CREATED="1184133248375" ID="Freemind_Link_1142545310" MODIFIED="1184133254171" TEXT="Histories">
<node CREATED="1184133255062" ID="Freemind_Link_288380550" MODIFIED="1184133263906" TEXT="Product"/>
<node CREATED="1184133264234" ID="Freemind_Link_1766807738" MODIFIED="1184133265406" TEXT="Customer"/>
<node CREATED="1184133265656" ID="Freemind_Link_351457877" MODIFIED="1184133271609" TEXT="Actions">
<node CREATED="1184133272218" ID="Freemind_Link_1500843355" MODIFIED="1184133274250" TEXT="Timelog"/>
<node CREATED="1184133274687" ID="Freemind_Link_346207313" MODIFIED="1184133280578" TEXT="Audit Log"/>
</node>
<node CREATED="1184133287500" ID="Freemind_Link_1605414970" MODIFIED="1184133294687" TEXT="Discussion"/>
<node CREATED="1184133295078" ID="Freemind_Link_787829538" MODIFIED="1184133296296" TEXT="Ticket"/>
</node>
</node>
<node CREATED="1184133324062" FOLDED="true" ID="Freemind_Link_647492376" MODIFIED="1184479784453" POSITION="left" TEXT="Customer" VSHIFT="-63">
<node CREATED="1184133327718" ID="Freemind_Link_757452852" MODIFIED="1184133329656" TEXT="Phone"/>
<node CREATED="1184133330078" ID="Freemind_Link_959016540" MODIFIED="1184479781250" TEXT="Fax"/>
<node CREATED="1184133331546" ID="Freemind_Link_696163716" MODIFIED="1184133332875" TEXT="Email"/>
<node CREATED="1184133339750" ID="Freemind_Link_1828588028" MODIFIED="1184133341812" TEXT="Internet"/>
<node CREATED="1184133342187" ID="Freemind_Link_1907652799" MODIFIED="1184133346234" TEXT="Walk-in"/>
</node>
<node CREATED="1184132932687" FOLDED="true" ID="Freemind_Link_924788080" MODIFIED="1184479803234" POSITION="left" TEXT="staff">
<node CREATED="1184132949562" ID="Freemind_Link_165314555" MODIFIED="1184132952437" TEXT="Department"/>
<node CREATED="1184132953078" ID="Freemind_Link_825890103" MODIFIED="1184132955000" TEXT="Permissions"/>
<node CREATED="1184132955500" ID="Freemind_Link_1049659060" MODIFIED="1184132956796" TEXT="SLA"/>
<node CREATED="1184132957187" ID="Freemind_Link_270823606" MODIFIED="1184132965031" TEXT="Administration">
<node CREATED="1184132968140" ID="Freemind_Link_1748699058" MODIFIED="1184132970203" TEXT="Reporting">
<node CREATED="1184132980203" ID="Freemind_Link_427049954" MODIFIED="1184132982593" TEXT="Ticket Status"/>
<node CREATED="1184132982953" ID="Freemind_Link_62650907" MODIFIED="1184132984984" TEXT="Time to Close"/>
<node CREATED="1184132985312" ID="Freemind_Link_838838797" MODIFIED="1184132991468" TEXT="Feedback"/>
</node>
<node CREATED="1184132970546" ID="Freemind_Link_1560932006" MODIFIED="1184132971828" TEXT="Editing">
<node CREATED="1184133001796" ID="Freemind_Link_632792741" MODIFIED="1184133004671" TEXT="Knowledgebase"/>
<node CREATED="1184133005296" ID="Freemind_Link_1883517493" MODIFIED="1184133009062" TEXT="Tickets"/>
<node CREATED="1184133009468" ID="Freemind_Link_561204510" MODIFIED="1184133010703" TEXT="Customers"/>
<node CREATED="1184133016093" ID="Freemind_Link_541677486" MODIFIED="1184133018015" TEXT="Staff "/>
<node CREATED="1184133018703" ID="Freemind_Link_813907534" MODIFIED="1184133019765" TEXT="Rules"/>
</node>
</node>
</node>
<node CREATED="1184132902765" ID="_" MODIFIED="1184132905656" POSITION="left" TEXT="product">
<node CREATED="1184132906968" ID="Freemind_Link_1667549384" MODIFIED="1184132910031" TEXT="features"/>
<node CREATED="1184132910375" ID="Freemind_Link_1175119973" MODIFIED="1184132915250" TEXT="compoents"/>
<node CREATED="1184132915718" ID="Freemind_Link_1511030328" MODIFIED="1184132927312" TEXT="available warantees"/>
</node>
<node CREATED="1184133107203" FOLDED="true" ID="Freemind_Link_1543393034" MODIFIED="1184133108781" POSITION="right" TEXT="SLA">
<node CREATED="1184133110296" ID="Freemind_Link_1905544545" MODIFIED="1184133117765" TEXT="Priority"/>
<node CREATED="1184133118000" ID="Freemind_Link_652194297" MODIFIED="1184133119937" TEXT="Escallation"/>
<node CREATED="1184245108015" ID="Freemind_Link_857048464" MODIFIED="1184245121218" TEXT="Payment"/>
<node CREATED="1184255436390" ID="Freemind_Link_990199362" MODIFIED="1184255445671" TEXT="Paid"/>
</node>
<node CREATED="1184255413812" ID="Freemind_Link_145254142" MODIFIED="1184255426156" POSITION="right" TEXT="Customer Contact/Maintenance (Marketing!)"/>
<node CREATED="1184478823359" ID="Freemind_Link_917538358" MODIFIED="1184478834937" POSITION="left" TEXT="Resources">
<node CREATED="1184478835843" ID="Freemind_Link_588824168" MODIFIED="1184478839500" TEXT="http://www.joelonsoftware.com/articles/customerservice.html"/>
<node CREATED="1184478840390" ID="Freemind_Link_1123816913" LINK="http://www.adeft.com" MODIFIED="1184478932921" TEXT="Peder Halseide, Customer Service Consultant. "/>
</node>
</node>
</map>

View File

@ -0,0 +1,64 @@
<map version="1.0.1">
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1997664902" MODIFIED="1207110076694" TEXT="SQL Server 2000 Programming">
<font BOLD="true" NAME="SansSerif" SIZE="16"/>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207809468057" ID="Freemind_Link_1594566921" MODIFIED="1207809691232" POSITION="left" STYLE="bubble" TEXT="Source">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1207809471791" ID="Freemind_Link_376713119" MODIFIED="1207809691232" TEXT="Microsoft Official Course 2073A Workbook">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1207809575230" ID="Freemind_Link_762876198" MODIFIED="1207809691232" TEXT="Sep 2000"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_340496299" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/a/a5/SQLServer2000_ServerOverview.mm&amp;mm_title=Overview%20of%20SQL%20Server%202000" MODIFIED="1207901302375" POSITION="left" STYLE="bubble" TEXT="1. SQL Server Overview">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1498687089" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/55/SQLServer2000_ProgrammingOverview.mm&amp;mm_title=Overview%20of%20T-SQL%20for%20SQL%20Server%202000" MODIFIED="1207901650234" POSITION="left" STYLE="bubble" TEXT="2. SQL Server Programming Overview">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1853206071" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/3/36/SQLServer2000_Databases.mm&amp;mm_title=Creating%20and%20Managing%20SQL%20Server%202000%20Databases" MODIFIED="1207901822843" POSITION="left" STYLE="bubble" TEXT="3. Databases">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_242712646" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/1f/SQLServer2000_DataTypesTables.mm&amp;mm_title=Data%20Types%20and%20Managing%20Tables%20in%20SQL%20Server%202000" MODIFIED="1207901943796" POSITION="left" STYLE="bubble" TEXT="4. Data Types &amp; Tables">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_720230444" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/9/97/SQLServer2000_DataIntegrity.mm&amp;mm_title=Data%20Integrity%20in%20SQL%20Server%202000" MODIFIED="1207902077546" POSITION="left" STYLE="bubble" TEXT="5. Data Integrity">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_727690975" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/5c/SQLServer2000_IndexPlanning.mm&amp;mm_title=Overview%20of%20Indexes%20in%20SQL%20Server%202000" MODIFIED="1207902229593" POSITION="left" STYLE="bubble" TEXT="6. Indexes - Planning">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1377138658" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/0/04/SQLServer2000_IndexCreateMaintain.mm&amp;mm_title=Creating%20and%20Maintaining%20Indexes%20in%20SQL%20Server%202000" MODIFIED="1207902398218" POSITION="left" STYLE="bubble" TEXT="7. Indexes - Creating / Maintaining">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1121244967" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4d/SQLServer2000_Views.mm&amp;mm_title=Views%20in%20SQL%20Server%202000" MODIFIED="1207902514890" POSITION="left" STYLE="bubble" TEXT="8. Views">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1174228446" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/c/c5/SQLServer2000_StoredProcs.mm&amp;mm_title=Stored%20Procedures%20in%20SQL%20Server%202000" MODIFIED="1207903261453" POSITION="right" STYLE="bubble" TEXT="9. Stored Procedures">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110397276" ID="_" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/3/3a/SQLServer2000_ErrorHandling.mm&amp;mm_title=Error%20Handling%20in%20SQL%20Server%202000" MODIFIED="1207902656375" POSITION="right" STYLE="bubble" TEXT="9.5 Error Handling">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_307963497" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/f/fb/SQLServer2000_UDFs.mm&amp;mm_title=User-defined%20Functions%20in%20SQL%20Server%202000" MODIFIED="1207903362953" POSITION="right" STYLE="bubble" TEXT="10. User-defined Functions">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1540213298" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/c/cf/SQLServer2000_Triggers.mm&amp;mm_title=Triggers%20in%20SQL%20Server%202000" MODIFIED="1207903484531" POSITION="right" STYLE="bubble" TEXT="11. Triggers">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_698724146" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/7/77/SQLServer2000_MultipleServers.mm&amp;mm_title=Dealing%20with%20Multiple%20Servers%20in%20SQL%20Server%202000" MODIFIED="1207903583046" POSITION="right" STYLE="bubble" TEXT="12. Multiple Servers">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_490181612" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/0/06/SQLServer2000_Optimising.mm&amp;mm_title=Optimizing%20Queries%20in%20SQL%20Server%202000" MODIFIED="1207903685375" POSITION="right" STYLE="bubble" TEXT="13. Optimizing Queries">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_205448863" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/c/c8/SQLServer2000_Analysing.mm&amp;mm_title=Analyzing%20Queries%20in%20SQL%20Server%202000" MODIFIED="1207903775609" POSITION="right" STYLE="bubble" TEXT="14. Analyzing Queries">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_547751796" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/6/60/SQLServer2000_TransLocks.mm&amp;mm_title=Transactions%20and%20Locking%20in%20SQL%20Server%202000" MODIFIED="1207903881390" POSITION="right" STYLE="bubble" TEXT="15. Transactions and Locks">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1207110073867" ID="Freemind_Link_1101701568" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/c/c5/SQLServer2000_OtherTopics.mm&amp;mm_title=SQL%20Server%202000%20-%20Topics%20in%20Exam%2070-229%20Not%20Covered%20in%20MOC%202073" MODIFIED="1207904055562" POSITION="right" STYLE="bubble" TEXT="16. Topics in Exam 70-229 Not Covered in MOC2073">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
</node>
</map>

View File

@ -0,0 +1,112 @@
<map version="1.0.1">
<node CREATED="1203806914875" ID="Freemind_Link_1499076781" MODIFIED="1203807109625" TEXT="Anonymity on the Edge">
<node CREATED="1213786150989" ID="Freemind_Link_858068095" MODIFIED="1213786154629" POSITION="right" TEXT="author">
<node CREATED="1213786158644" ID="Freemind_Link_894658161" LINK="http://lukenotricks.blogspot.com/" MODIFIED="1213786191860" TEXT="Luke O&apos;Connor"/>
</node>
<node CREATED="1203807210406" ID="Freemind_Link_474203765" MODIFIED="1203807217562" POSITION="left" TEXT="Embassy incident">
<node CREATED="1203807764218" FOLDED="true" ID="Freemind_Link_1263348404" MODIFIED="1203807766296" TEXT="who">
<node CREATED="1203807756875" ID="Freemind_Link_242191883" MODIFIED="1203807758281" TEXT="Dan Egerstad, the Swedish computer security"/>
<node CREATED="1203810232281" ID="Freemind_Link_720929382" MODIFIED="1203810233390" TEXT="21-year-old "/>
</node>
<node CREATED="1203807770718" FOLDED="true" ID="Freemind_Link_1982200632" MODIFIED="1203807772406" TEXT="what">
<node CREATED="1203807799843" ID="Freemind_Link_1786192306" MODIFIED="1203807802359" TEXT="obtained log-in and password information for 1,000 e-mail accounts belonging to foreign embassies, corporations and human rights organizations"/>
<node CREATED="1203807966140" ID="Freemind_Link_258634955" MODIFIED="1203807967859" TEXT="when he posted on his web site the log-in information and passwords for 100 of the 1,000 e-mail accounts for which he obtained log-ins and passwords. (His site is no longer online). He posted the information, he said, because he felt it would be the most effective way to make the account owners aware that their communication had been compromised.">
<node CREATED="1203808692312" ID="Freemind_Link_783703672" MODIFIED="1203808693734" TEXT="including one corporation that does more than $10bn in annual revenue."/>
<node CREATED="1203809356890" ID="Freemind_Link_1648785444" MODIFIED="1203809358437" TEXT="request of American law enforcement agencies"/>
</node>
<node CREATED="1203807995781" ID="Freemind_Link_927456224" MODIFIED="1203807997765" TEXT="Initially, Egerstad refused to disclose how he obtained the log-ins and passwords. But then in September he revealed that he&apos;d intercepted the information through five exit nodes that he&apos;d set up on the Tor network in Asia, the US and Europe"/>
<node CREATED="1203808059906" ID="Freemind_Link_642215802" MODIFIED="1203808061093" TEXT="Tor is used by people who want to maintain privacy and don&apos;t want anyone to know where they go on the web or with whom they communicate. Tor traffic is encrypted while it&apos;s enroute, but is decrypted as it leaves the exit node and goes to its final destination. Egerstad simply sniffed the plaintext traffic that passed through his five exit nodes to obtain the user names and passwords of e-mail accounts.">
<node CREATED="1203809439953" ID="Freemind_Link_1211756003" MODIFIED="1203809441281" TEXT="#1 Five ToR exit nodes, at different locations in the world, equipped with our own packet-sniffer focused entirely on POP3 and IMAP traffic using a keyword-filter looking for words like &#x201c;gov, government, embassy, military, war, terrorism, passport, visa&#x201d; as well as domains belonging to governments. This was all set up after a small experiment looking into how many users encrypt their mail where one mail caught my eye and got me started thinking doing a large scale test. Each user is not only giving away his/her passwords but also every mail they read or download together with all other traffic such as web and instant messaging."/>
</node>
<node CREATED="1203808130203" ID="Freemind_Link_378589600" MODIFIED="1203808132296" TEXT="Egerstad didn&apos;t hack any systems to obtain the data and therefore says he didn&apos;t break any laws, but once he posted the log-in details for the accounts online he provided others with all the information they needed to breach the accounts and read sensitive correspondence stored in them."/>
<node CREATED="1203809833968" ID="Freemind_Link_701607448" MODIFIED="1203809838140" TEXT="what he could read">
<node CREATED="1203809826093" ID="Freemind_Link_1653141327" MODIFIED="1203809827390" TEXT="Victims of Egerstad&apos;s research project included embassies belonging to Australia, Japan, Iran, India and Russia. Egerstad also found accounts belonging to the foreign ministry of Iran, the United Kingdom&apos;s visa office in Nepal and the Defence Research and Development Organization in India&apos;s Ministry of Defence."/>
<node CREATED="1203809811218" ID="Freemind_Link_293271973" MODIFIED="1203809812171" TEXT="In addition, Egerstad was able to read correspondence belonging to the Indian ambassador to China, various politicians in Hong Kong, workers in the Dalai Lama&apos;s liaison office and several human-rights groups in Hong Kong."/>
</node>
</node>
<node CREATED="1203808514000" FOLDED="true" ID="Freemind_Link_1054930706" MODIFIED="1203808516421" TEXT="when">
<node CREATED="1203808517875" ID="Freemind_Link_355764311" MODIFIED="1203808528062" TEXT="August - Sept 2007"/>
</node>
<node CREATED="1203812325906" FOLDED="true" ID="Freemind_Link_1467573808" MODIFIED="1203812329968" TEXT="why?">
<node CREATED="1203808766031" ID="Freemind_Link_126964183" MODIFIED="1203808767078" TEXT="But Egerstad remains convinced he did the right thing, saying it was the only way to call attention to problem that Tor officials have already warned about previously."/>
<node CREATED="1203810502468" ID="Freemind_Link_38126740" MODIFIED="1203810503796" TEXT="withheld details on how he came into possession of the passwords, instead writing that &quot;there is no exploit to publish, no vendor to contact&quot;."/>
</node>
<node CREATED="1203807812937" FOLDED="true" ID="Freemind_Link_1493808593" MODIFIED="1648048527105" TEXT="response">
<node CREATED="1203807849328" ID="Freemind_Link_1639195319" MODIFIED="1203807850500" TEXT="house raided on Monday by Swedish officials, who took him in for questioning"/>
<node CREATED="1203807893390" ID="Freemind_Link_1911990641" MODIFIED="1203807894437" TEXT="While three of them took him to the local police headquarters for questioning, the other two agents ransacked his house and hauled away three computers, external hard drives, CDs, notebooks and various papers"/>
<node CREATED="1203807930515" ID="Freemind_Link_1645583680" MODIFIED="1203807931812" TEXT="Egerstad hasn&apos;t been charged with anything but is under suspicion for breaking into computers, which he says he never did. Egerstad said the agents told him they were investigating him because he had &quot;pissed off some foreign countries.&quot;"/>
<node CREATED="1203808725843" ID="Freemind_Link_671508443" MODIFIED="1203808726937" TEXT="The posting of 100 official embassy passwords has made Egerstad a pariah in many circles. Publishing information that allows any old criminal to infiltrate sensitive government networks is a touchy thing, and many, including several Reg readers, have denounced it."/>
</node>
<node CREATED="1203808135843" ID="Freemind_Link_1006842787" MODIFIED="1203808139531" TEXT="analysis">
<node CREATED="1203808160015" ID="Freemind_Link_914839159" MODIFIED="1203808161359" TEXT="As Egerstad and I discussed the problem in August, we both came to the conclusion that the embassy employees were likely not using Tor nor even knew what Tor was. Instead, we suspected that the traffic he sniffed belonged to someone who had hacked the accounts and was eavesdropping on them via the Tor network. As the hacked data passed through Egerstad&apos;s Tor exit nodes, he was able to read it as well."/>
<node CREATED="1203809494953" ID="Freemind_Link_387297264" MODIFIED="1203809496406" TEXT="it&apos;s NOT a problem within Tor. Tor is meant for privacy, not confidentiality!!!! I&apos;m a bit amazed governments and companies are using this as a security measure."/>
<node CREATED="1203809649156" ID="Freemind_Link_1627594721" MODIFIED="1203809650250" TEXT="It&apos;s not a written law but it is a guideline in having a responsible disclosure. I think he did a responsible disclosure. Was it legal? He did intercept traffic that was not destined for him. So probably &quot;no&quot; depending on Swedish law. Is our society a safer place after the disclosure. Yes, I think it is. Instead of arresting him, the government should have offered him a job."/>
<node CREATED="1203809668937" ID="Freemind_Link_522775828" MODIFIED="1203809670156" TEXT="And what did we learn today? Don&apos;t report a security hole, sell it to Russia. Just kidding, but do check legal council before doing a disclosure."/>
</node>
<node CREATED="1213783019474" ID="_10" MODIFIED="1213783277520" TEXT="articles on the incident">
<node CREATED="1213783207192" ID="Freemind_Link_1706281223" LINK="http://blog.wired.com/27bstroke6/2007/11/swedish-researc.html" MODIFIED="1213783224349" TEXT="Wired article">
<node CREATED="1213783417833" ID="Freemind_Link_1305481313" LINK="http://www.wired.com/politics/security/news/2007/09/embassy_hacks" MODIFIED="1213783426161" TEXT="again"/>
</node>
<node CREATED="1213783250786" ID="Freemind_Link_1977246852" LINK="http://www.theregister.co.uk/2007/09/10/misuse_of_tor_led_to_embassy_password_breach/" MODIFIED="1213783262005" TEXT="Register article"/>
<node CREATED="1213783287333" ID="Freemind_Link_775180190" LINK="http://security4all.blogspot.com/2007/09/how-embassy-passwords-got-leaked.html" MODIFIED="1213783331099" TEXT="Security For all blog">
<node CREATED="1213783347864" ID="Freemind_Link_342308366" LINK="http://security4all.blogspot.com/2007/11/tor-embassy-hacker-gets-arrested.html" MODIFIED="1213783353802" TEXT="again"/>
</node>
<node CREATED="1213783456880" ID="Freemind_Link_1016307796" LINK="http://www.pcworld.com/article/id,137004-page,1/article.html" MODIFIED="1213783463739" TEXT="PC World"/>
<node CREATED="1213783485349" ID="Freemind_Link_7323900" LINK="http://blog.passwordresearch.com/2007/09/embassy-password-hacker-reveals-his.html" MODIFIED="1213783496411" TEXT="PasswordResearch blog"/>
<node CREATED="1203810967984" FOLDED="true" ID="Freemind_Link_1265229876" LINK="http://www.theregister.co.uk/2007/09/10/misuse_of_tor_led_to_embassy_password_breach/comments/" MODIFIED="1203811086953" TEXT="Shava Nerad&#xa;Development Director, The Tor Project">
<node CREATED="1203811013125" ID="Freemind_Link_428154943" MODIFIED="1203811014375" TEXT="A connection through Tor can be encrypted end-to-end -- but only if one is communicating with a secure protocol -- https: or encrypted chat both would be examples of this."/>
<node CREATED="1203811091265" ID="Freemind_Link_613513779" MODIFIED="1203811098437" TEXT="more sensible comments">
<node CREATED="1203811146953" ID="Freemind_Link_785632554" MODIFIED="1203811152953" TEXT="be sensible"/>
<node CREATED="1203811154875" ID="Freemind_Link_933048896" MODIFIED="1203811159890" TEXT="use encryption"/>
</node>
</node>
</node>
<node CREATED="1203809749906" FOLDED="true" ID="Freemind_Link_620851645" MODIFIED="1203809753359" TEXT="threat">
<node CREATED="1203809756078" ID="Freemind_Link_1865367107" MODIFIED="1203809757906" TEXT="But Egerstad says that many who use Tor mistakenly believe it is an end-to-end encryption tool. As a result, they aren&apos;t taking the precautions they need to take to protect their web activity."/>
<node CREATED="1203809788234" ID="Freemind_Link_793585356" MODIFIED="1203809789218" TEXT="&quot;I am absolutely positive that I am not the only one to figure this out,&quot; Egerstad says. &quot;I&apos;m pretty sure there are governments doing the exact same thing. There&apos;s probably a reason why people are volunteering to set up a node.&quot;">
<node CREATED="1203810387437" ID="Freemind_Link_1624606525" MODIFIED="1203810400406" TEXT="For example, several Tor nodes in the Washington, D.C., area can handle up to 10T bytes of data a month, a flow of data that would cost at least US$5,000 a month to run, and is likely way out the range of volunteers who run a node on their own money, Egerstad said. &#xa;&#xa;&quot;Who would pay for that?&quot; Egerstad said"/>
</node>
<node CREATED="1203810283937" ID="Freemind_Link_322430860" MODIFIED="1203810285125" TEXT="To his surprise, he found that more than 99 percent of the traffic -- including requests for Web sites, instant messaging traffic and e-mails -- were transmitted unencrypted.">
<node CREATED="1203810289078" ID="Freemind_Link_1190504719" MODIFIED="1203810298031" TEXT="but it can&apos;t encrypted"/>
<node CREATED="1203810307046" ID="Freemind_Link_878085542" MODIFIED="1203810318187" TEXT="unless you have some UDP SSL thing"/>
</node>
<node CREATED="1203810355093" ID="Freemind_Link_252326982" MODIFIED="1213737184109" TEXT="Egerstad said the process of snooping on the traffic is trivial. The problem is not with Tor, which still works as intended, but with users&apos; expectations: the Tor system is designed to merely anonymize Internet traffic and does not perform end-to-end encryption.">
<edge WIDTH="thin"/>
</node>
<node CREATED="1203811387921" ID="Freemind_Link_1987137112" MODIFIED="1203811392609" TEXT="know where to sniff">
<node CREATED="1203811371734" ID="Freemind_Link_57456761" MODIFIED="1203811373171" TEXT="Yes of course end-to-end encryption would have fixed this, but without it Onion routing actually exacerbates the risk of packet sniffing."/>
<node CREATED="1203811395500" ID="Freemind_Link_1030401667" MODIFIED="1203811398437" TEXT="The fact Onion routing was used is the only way this &quot;researcher&quot; (that leaves a bad taste) could get access to those packets in the first place - with regular routing he&apos;d need to have access to the embassy&apos;s ISP&apos;s network, or their upstream networks, to sniff those packets."/>
</node>
</node>
</node>
<node CREATED="1203808068890" ID="Freemind_Link_323634907" MODIFIED="1203808078937" POSITION="right" TEXT="ToR background">
<node CREATED="1203808255734" ID="Freemind_Link_1600820841" MODIFIED="1203808257078" TEXT="a distributed system of computers that anonymizes the source of network traffic"/>
<node CREATED="1203808651406" FOLDED="true" ID="Freemind_Link_1815601685" MODIFIED="1203808657703" TEXT="how it works">
<node CREATED="1203811702718" ID="Freemind_Link_1921440204" LINK="http://www.torproject.org/overview.html.en" MODIFIED="1203811724078" TEXT="from the ToR site itself"/>
<node CREATED="1203809926984" ID="Freemind_Link_801405722" MODIFIED="1203809928312" TEXT="Under Tor&apos;s architecture, administrators at the entry point can identify the user&apos;s IP address, but can&apos;t read the content of the user&apos;s correspondence or know its final destination. Each node in the network thereafter only knows the node from which it received the traffic, and it peels off a layer of encryption to reveal the next node to which it must forward the connection. (Tor stands for &quot;The Onion Router.&quot;)"/>
<node CREATED="1203809900328" ID="Freemind_Link_207380926" MODIFIED="1203809901687" TEXT="Tor works by using servers donated by volunteers around the world to bounce traffic around en route to its destination. Traffic is encrypted through most of that route, and routed over a random path each time a person uses it."/>
<node CREATED="1203808561843" ID="Freemind_Link_441868529" MODIFIED="1203808563718" TEXT="downloaded from the Tor website to configure several servers designed to bounce sensitive traffic around the internet before it ultimately is routed to its destination. The Tor servers try to make it harder to trace the originator of traffic in much the same way an agent under surveillance might quickly drive in and out of a parking garage to throw off pursuers."/>
<node CREATED="1203810101187" ID="Freemind_Link_1074734152" MODIFIED="1203810106234" TEXT="1600 nodes"/>
</node>
<node CREATED="1203808635062" FOLDED="true" ID="Freemind_Link_1922326141" MODIFIED="1203808642515" TEXT="exit node caveat">
<node CREATED="1203808626093" ID="Freemind_Link_1458310176" MODIFIED="1203808627281" TEXT="Tor has taken pains to warn its users that people running so-called exit nodes - which are the last Tor servers to touch a packet before sending it on its way - &quot;can read the bytes that come in and out there.&quot; They go on to say: &quot;This is why you should always use end-to-end encryption such as SSL for sensitive Internet connections.&quot;"/>
<node CREATED="1203810068125" FOLDED="true" ID="Freemind_Link_253769006" MODIFIED="1203810069453" TEXT="Unless they&apos;re surfing to a website protected with SSL encryption, or use encryption software like PGP, all of their e-mail content, instant messages, surfing and other web activity is potentially exposed to any eavesdropper who owns a Tor server. This amounts to a lot of eavesdroppers -- the software currently lists about 1,600 nodes in the Tor network.">
<node CREATED="1203810075000" ID="Freemind_Link_295074878" MODIFIED="1203810091453" TEXT="but then not anonymous!"/>
</node>
</node>
<node CREATED="1203808283046" FOLDED="true" ID="Freemind_Link_65883705" MODIFIED="1203808850843" TEXT="who uses it?">
<node CREATED="1203808288109" ID="Freemind_Link_317136509" MODIFIED="1203808290046" TEXT="has a slew of beneficial uses: Human-rights workers, the military and journalists all use the system. However, the anonymity of Tor has also attracted seedier elements as well: digital pirates, online criminals and, quite possibly, child pornographers"/>
<node CREATED="1203808833953" ID="Freemind_Link_735767612" MODIFIED="1203808835843" TEXT="TOR (The Onion Router) is a network of proxy nodes set up to provide some privacy and anonymity to its users. Originally backed by the US Naval Research Laboratory, TOR became an Electronic Frontier Foundation (EFF) project three years ago. The system provides a way for whistleblowers and human rights workers to exchange information with journalists, among other things. The system also provides plenty of scope for mischief."/>
<node CREATED="1203809880515" ID="Freemind_Link_1333668798" MODIFIED="1203809881703" TEXT="Tor has hundreds of thousands of users around the world, according to its developers. The largest numbers of users are in the United States, the European Union and China."/>
<node CREATED="1203811288640" ID="Freemind_Link_900915922" MODIFIED="1203811289921" TEXT="The first is the use by embassies of the Tor product to obfusticate their communications. This is a reasonable response to the assumed traffic monitoring by the host country."/>
</node>
<node CREATED="1203809059015" FOLDED="true" ID="Freemind_Link_1072807557" MODIFIED="1203809194218" TEXT="manipulations">
<node CREATED="1203809079078" ID="Freemind_Link_587439201" LINK="http://www.teamfurry.com/wordpress/2007/11/19/on-tor/#more-177" MODIFIED="1213783583630" TEXT="data from exit node eavesdropping"/>
<node CREATED="1203809128640" ID="Freemind_Link_677882397" LINK="http://www.teamfurry.com/wordpress/2007/11/20/tor-exit-node-doing-mitm-attacks/" MODIFIED="1213783620833" TEXT="exit node man-in-the-middle attacks">
<node CREATED="1203809173781" ID="Freemind_Link_1135359854" LINK="http://www.f-secure.com/weblog/archives/00001321.html" MODIFIED="1213783641427" TEXT="response"/>
</node>
<node CREATED="1203810593156" ID="Freemind_Link_1315461423" LINK="http://www.lightbluetouchpaper.org/2007/09/07/analysis-of-the-storm-javascript-exploits/" MODIFIED="1213783679302" TEXT="SPAM impersonation of Tor by Storm"/>
</node>
</node>
</node>
</map>

View File

@ -0,0 +1,106 @@
<map version="1.0.1">
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625197031" ID="Freemind_Link_959288270" MODIFIED="1148691341062" TEXT="CODER TO DEVELOPER">
<font BOLD="true" NAME="SansSerif" SIZE="16"/>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145636981156" ID="Freemind_Link_1341324870" MODIFIED="1148691341078" POSITION="left" STYLE="bubble" TEXT="SOURCE">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="gohome"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1145636998593" ID="Freemind_Link_1657607465" MODIFIED="1205912739640" TEXT="Coder To Developer: Tools and &#xa;Strategies for Delivering Your Software">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1145637008609" ID="Freemind_Link_749024001" MODIFIED="1205912739671" TEXT="Mike Gunderloy">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1145637025312" ID="Freemind_Link_1525405344" MODIFIED="1205912739671" TEXT="Sybex 2004">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1145637039906" ID="Freemind_Link_1588889674" MODIFIED="1205912739671" TEXT="ISBN: 0-7821-4327-X">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1145752831265" ID="Freemind_Link_1232674158" MODIFIED="1205912739671" TEXT="See">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1145752857343" ID="Freemind_Link_668549681" LINK="http://www.codertodeveloper.com/" MODIFIED="1205912739671" TEXT="www.codertodeveloper.com"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205912197875" ID="Freemind_Link_1091969083" MODIFIED="1205912739687" TEXT="Purchasing">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205912174609" ID="Freemind_Link_1166338554" LINK="http://www.sybex.com/WileyCDA/SybexTitle/productCd-078214327X,navId-290545.html" MODIFIED="1205912739687" TEXT="www.sybex.com"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1145752875796" ID="Freemind_Link_917174317" MODIFIED="1205912739687" TEXT="Sample App">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1145752887062" ID="Freemind_Link_1435167239" MODIFIED="1205912739703" TEXT="Code">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1145752857343" ID="Freemind_Link_215997653" MODIFIED="1205912739703" STYLE="bubble" TEXT="www.codertodeveloper.com"/>
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1145752899281" ID="Freemind_Link_1718130091" LINK="http://www.sybex.com/WileyCDA/SybexTitle/productCd-078214327X,navId-290545,pageCd-resources.html" MODIFIED="1205912739703" STYLE="bubble" TEXT="www.sybex.com"/>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205912706765" ID="Freemind_Link_597614255" MODIFIED="1205912739718" TEXT="Links">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205912710500" ID="Freemind_Link_589116686" MODIFIED="1205912739718" TEXT="From Book"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205912716125" ID="Freemind_Link_1420184717" LINK="http://www.codertodeveloper.com/resource_list.htm" MODIFIED="1205912739734" TEXT="www.codertodeveloper.com"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1145753029390" ID="Freemind_Link_1905535002" MODIFIED="1205912739734" TEXT="Tools">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1145752916984" ID="Freemind_Link_1613874812" LINK="http://www.larkware.com/" MODIFIED="1205912739734" TEXT="www.larkware.com"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625431953" ID="_" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/9/92/CToD_Planning.mm&amp;mm_title=Coder%20To%20Developer%3A%20Planning" MODIFIED="1206068392218" POSITION="left" STYLE="bubble" TEXT="PLANNING">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="desktop_new"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625482375" ID="Freemind_Link_1060251300" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/48/CToD_Organizing.mm&amp;mm_title=Coder%20To%20Developer%3A%20Organizing" MODIFIED="1206068482015" POSITION="left" STYLE="bubble" TEXT="ORGANIZING">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="attach"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625502421" ID="Freemind_Link_1158389225" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/a/a2/CToD_SourceCodeControl.mm&amp;mm_title=Coder%20To%20Developer%3A%20Source%20Code%20Control" MODIFIED="1206068505015" POSITION="left" STYLE="bubble" TEXT="SOURCE CODE CONTROL">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="korn"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625555218" ID="Freemind_Link_1155248709" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/71/CToD_DefensiveCoding.mm&amp;mm_title=Coder%20To%20Developer%3A%20Defensive%20Coding" MODIFIED="1206068697156" POSITION="left" STYLE="bubble" TEXT="DEFENSIVE CODING">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="stop"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625569078" ID="Freemind_Link_1933919293" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4b/CToD_UnitTest.mm&amp;mm_title=Coder%20To%20Developer%3A%20Unit%20Testing" MODIFIED="1206068735625" POSITION="left" STYLE="bubble" TEXT="UNIT TESTING">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="help"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625598812" ID="Freemind_Link_541948911" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/5/54/CToD_CustomVisStudio.mm&amp;mm_title=Coder%20To%20Developer%3A%20Customising%20Visual%20Studio" MODIFIED="1206068759765" POSITION="right" STYLE="bubble" TEXT="CUSTOMIZING VISUAL STUDIO">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="flag"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625623046" ID="Freemind_Link_1350092286" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/d/d6/CToD_SourceCode.mm&amp;mm_title=Coder%20To%20Developer%3A%20Source%20Code" MODIFIED="1206068905125" POSITION="right" STYLE="bubble" TEXT="SOURCE CODE">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="licq"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625664921" ID="Freemind_Link_1754489817" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/0/0c/CToD_CodeGeneration.mm&amp;mm_title=Coder%20To%20Developer%3A%20Code%20Generation" MODIFIED="1206068930187" POSITION="right" STYLE="bubble" TEXT="CODE GENERATION">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="bookmark"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625678656" ID="Freemind_Link_755597485" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/3/39/CToD_Bugs.mm&amp;mm_title=Coder%20To%20Developer%3A%20Bug%20Tracking%20and%20Fixing" MODIFIED="1206068950750" POSITION="right" STYLE="bubble" TEXT="BUG TRACKING AND FIXING">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="clanbomber"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625692703" ID="Freemind_Link_53404299" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/f/ff/CToD_Logging.mm&amp;mm_title=Coder%20To%20Developer%3A%20Logging" MODIFIED="1206068970468" POSITION="right" STYLE="bubble" TEXT="LOGGING">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="pencil"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625706937" ID="Freemind_Link_1441208135" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/78/CToD_SmallTeams.mm&amp;mm_title=Coder%20To%20Developer%3A%20Working%20in%20Small%20Teams" MODIFIED="1206068989640" POSITION="right" STYLE="bubble" TEXT="WORKING IN SMALL TEAMS">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="ksmiletris"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625719203" ID="Freemind_Link_1087671931" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/c/ca/CToD_Docs.mm&amp;mm_title=Coder%20To%20Developer%3A%20Documentation" MODIFIED="1206069008375" POSITION="right" STYLE="bubble" TEXT="DOCUMENTATION">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="Mail"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625728015" ID="Freemind_Link_1197890915" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/0/05/CToD_Building.mm&amp;mm_title=Coder%20To%20Developer%3A%20Building%20Projects" MODIFIED="1206069024859" POSITION="right" STYLE="bubble" TEXT="BUILDING PROJECTS">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="wizard"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625746234" ID="Freemind_Link_1185268713" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/0/01/CToD_IP.mm&amp;mm_title=Coder%20To%20Developer%3A%20Intellectual%20Property" MODIFIED="1206069040000" POSITION="right" STYLE="bubble" TEXT="INTELLECTUAL PROPERTY">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="idea"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1145625763546" ID="Freemind_Link_54793383" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/a/a1/CToD_Deploying.mm&amp;mm_title=Coder%20To%20Developer%3A%20Deploying%20Projects" MODIFIED="1206069061921" POSITION="right" STYLE="bubble" TEXT="DEPLOYING PROJECTS">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<icon BUILTIN="password"/>
</node>
</node>
</map>

View File

@ -0,0 +1,134 @@
<map version="1.0.1">
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
<node COLOR="#000000" CREATED="1137057596315" ID="Freemind_Link_1330730879" MODIFIED="1140714580829" STYLE="bubble" TEXT="FreeMind Resources">
<font NAME="SansSerif" SIZE="20"/>
<hook NAME="accessories/plugins/AutomaticLayout.properties"/>
<node COLOR="#0033ff" CREATED="1137157428045" ID="Freemind_Link_906353570" MODIFIED="1648052870977" POSITION="right" TEXT="Application">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font BOLD="true" NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1137157440994" ID="Freemind_Link_293234618" MODIFIED="1648052870977" TEXT="What is it?">
<edge STYLE="bezier" WIDTH="thin"/>
<font BOLD="true" ITALIC="true" NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1137157455284" ID="Freemind_Link_666230517" MODIFIED="1140714580589" TEXT="A Freeware (as in free beer) Mindmapping tool coded in Java">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1137157324336" ID="Freemind_Link_339571721" MODIFIED="1140714580609" TEXT="Expects Java 1.4 or above on client machine">
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1137157446411" ID="Freemind_Link_39960632" MODIFIED="1648052870977" TEXT="How to do?">
<edge STYLE="bezier" WIDTH="thin"/>
<font BOLD="true" ITALIC="true" NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1124560950701" ID="_Freemind_Link_904501221" MODIFIED="1140714580629" TEXT="Install it">
<font ITALIC="true" NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1124560950701" ID="_Freemind_Link_1911559485" MODIFIED="1140714580629" TEXT="Links">
<node COLOR="#111111" CREATED="1124560950701" ID="Freemind_Link_1031016126" LINK="http://java.sun.com/j2se" MODIFIED="1140714580639" TEXT="Download the Java Runtime Environment (at least J2RE1.4)">
<edge WIDTH="thin"/>
<font NAME="SansSerif" SIZE="12"/>
</node>
<node COLOR="#111111" CREATED="1124560950701" ID="_Freemind_Link_1612101865" LINK="http://freemind.sourceforge.net/wiki/index.php/Main_Page#Download_and_install" MODIFIED="1164242314943" TEXT="Download the Application">
<edge WIDTH="thin"/>
<font NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node COLOR="#111111" CREATED="1124560950701" ID="_Freemind_Link_139664576" MODIFIED="1140714580649" TEXT="To install FreeMind on Microsoft Windows, install Java from Sun and install FreeMind using FreeMind installer."/>
<node COLOR="#111111" CREATED="1124560950701" ID="_Freemind_Link_1380352758" MODIFIED="1140714580679" TEXT="To install FreeMind on Linux, download Java Runtime Environment and FreeMind application itself. First install Java, then unpack FreeMind. To run FreeMind, execute freemind.sh."/>
<node COLOR="#111111" CREATED="1124560950701" ID="_Freemind_Link_1808511462" MODIFIED="1140714580709" TEXT="On Microsoft Windows and Mac OS X, you can also simply double click the file freemind.jar located at the folder lib to run FreeMind."/>
</node>
<node COLOR="#990000" CREATED="1137157713425" ID="_" MODIFIED="1140714580749" TEXT="Use it - tutorials">
<font ITALIC="true" NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1137167050381" ID="Freemind_Link_135530020" LINK="http://freemind.sourceforge.net/wiki/index.php/Main_Page" MODIFIED="1140714580749" TEXT="Main Page for FreeMind"/>
<node COLOR="#111111" CREATED="1137158011824" ID="Freemind_Link_1407703455" LINK="http://freemind.sourceforge.net/wiki/index.php/Tutorial_effort" MODIFIED="1140714580749" TEXT="Tutorial effort"/>
<node COLOR="#111111" CREATED="1137158094333" ID="Freemind_Link_291899850" LINK="http://members.bellatlantic.net/~vze297k6/freemind/FreemindHelp.zip" MODIFIED="1140714580759" TEXT="Download chm help file"/>
</node>
<node COLOR="#990000" CREATED="1137157768004" ID="Freemind_Link_918892336" MODIFIED="1140714580759" TEXT="Got Questions - Forums">
<font ITALIC="true" NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1137157802273" ID="Freemind_Link_757376175" LINK="http://freemind.sourceforge.net/wiki/index.php/Asked_Questions" MODIFIED="1140714580759" TEXT="FAQ">
<richcontent TYPE="NOTE"><html><head/><body><p>Here we collect a list of asked questions and answers &#13;&#13;<br/>related to free mind mapping software FreeMind. Help &#13;&#13;<br/>if you can (see To edit this FAQ). If you're searching for &#13;&#13;<br/>an answer to your question, why don't you just press &#13;&#13;<br/>Ctrl + F in your browser?</p></body></html></richcontent>
</node>
<node COLOR="#111111" CREATED="1137157882759" ID="Freemind_Link_457044449" LINK="http://freemind.sourceforge.net/wiki/index.php/Essays" MODIFIED="1140714580759" TEXT="Essays"/>
<node COLOR="#111111" CREATED="1137193726453" ID="Freemind_Link_1611374194" LINK="http://sourceforge.net/forum/forum.php?forum_id=22101" MODIFIED="1140714580759" TEXT="Open Discussion">
<richcontent TYPE="NOTE"><html><head/><body><p>notes for ehqoei hoi poi joij &#xa0;joi oi o oipc coimcojoij0dijo;i jd &#xa0;di doi oid podidpoi podij aoi jpoij poij aoij oij oij oij oij doid jfoij oifj ofij fojf oifj oifjdofi f jfoidf jothe rain in spanin stays mainly</p></body></html></richcontent>
</node>
</node>
</node>
</node>
<node COLOR="#0033ff" CREATED="1137156567908" ID="Freemind_Link_1647062097" MODIFIED="1648052870978" POSITION="right" TEXT="Applet Browser">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font BOLD="true" NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1137156613834" ID="Freemind_Link_287577997" MODIFIED="1648052870978" STYLE="bubble" TEXT="What is it?">
<edge STYLE="bezier" WIDTH="thin"/>
<font BOLD="true" ITALIC="true" NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1137156720948" ID="Freemind_Link_1855944960" MODIFIED="1140714580779" TEXT="A Java applet based browser ">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1137157324336" ID="Freemind_Link_300344325" MODIFIED="1140714580779" TEXT="Expects Java 1.4 or above on client machine">
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1137156870153" FOLDED="true" ID="Freemind_Link_1254385465" MODIFIED="1648052870978" TEXT="How to do?">
<edge STYLE="bezier" WIDTH="thin"/>
<font BOLD="true" ITALIC="true" NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1137156883752" ID="Freemind_Link_1491154453" MODIFIED="1140714580789" TEXT="See examples">
<font ITALIC="true" NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1137060914916" ID="Freemind_Link_1082166644" LINK="http://freemind.sourceforge.net/PublicMaps.html" MODIFIED="1140714580789" TEXT="Public Maps">
<richcontent TYPE="NOTE"><html><head/><body><p>Early example of Map (from SF Site)</p></body></html></richcontent>
</node>
<node COLOR="#111111" CREATED="1137059919054" ID="Freemind_Link_738085540" LINK="http://reagle.org/joseph/2003/freemindbrowser.html" MODIFIED="1140714580789" TEXT="Reagle&apos;s Map of Reading Materials">
<richcontent TYPE="NOTE"><html><head/><body><p>Multi level Mindmap set of personal reading material covering a variety of topics (useful in itself). </p></body></html></richcontent>
</node>
</node>
<node COLOR="#990000" CREATED="1137156893777" ID="Freemind_Link_1088353959" MODIFIED="1140714580789" TEXT="Use it">
<font ITALIC="true" NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1124560950701" FOLDED="true" ID="_Freemind_Link_1525986009" MODIFIED="1140714580789" TEXT="Installing FreeMind applet at your web site">
<node COLOR="#111111" CREATED="1124560950701" ID="Freemind_Link_1369857212" MODIFIED="1140714580789" TEXT="You can install the applet at your website so that other users can browse your mind maps.">
<font NAME="Dialog" SIZE="12"/>
</node>
<node COLOR="#111111" CREATED="1124560950701" ID="Freemind_Link_372008388" LINK="http://sourceforge.net/project/showfiles.php?group_id=7118" MODIFIED="1140714580789" TEXT="Download the applet, that is freemind-browser."/>
<node COLOR="#111111" CREATED="1124560950701" ID="Freemind_Link_1459732301" MODIFIED="1140714580789" TEXT="The downloaded archive contains freemindbrowser.jar and freemindbrowser.html. Create a link from your page to freemindbrowser.html. In freemindbrowser.html change the path inside so that it points to your mind map."/>
<node COLOR="#111111" CREATED="1124560950701" ID="Freemind_Link_240467473" MODIFIED="1140714580789" TEXT="Applet&apos;s jar file must be located at the same server as the map itself, for java security reasons. You have to upload the FreeMind applet jar file and your mind map file to your web site."/>
</node>
</node>
</node>
</node>
<node COLOR="#0033ff" CREATED="1137156140083" ID="Freemind_Link_866838286" MODIFIED="1648052870979" POSITION="right" TEXT="Flash Browser">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font BOLD="true" NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1137156162646" ID="Freemind_Link_1079211058" MODIFIED="1648052870979" TEXT="What is it?">
<edge STYLE="bezier" WIDTH="thin"/>
<font BOLD="true" ITALIC="true" NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1137156311259" ID="Freemind_Link_1719479201" MODIFIED="1140714580799" TEXT="A browser which uses Shockwave Flash">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1137156346630" ID="Freemind_Link_838930706" MODIFIED="1140714580799" TEXT="Does not require Java 1.4 or above on client machine">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1137166487452" ID="Freemind_Link_961870575" MODIFIED="1140714580809" TEXT="Expects Flash Player on client machine">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1137166511176" ID="Freemind_Link_942059368" MODIFIED="1140714580809" TEXT="Will work with Flash Player 7"/>
<node COLOR="#111111" CREATED="1137166524225" ID="Freemind_Link_913615141" MODIFIED="1140714580809" TEXT="Recommend Flash Player 8"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1137092398711" ID="Freemind_Link_1824115095" MODIFIED="1648052870980" TEXT="How to do?">
<edge STYLE="bezier" WIDTH="thin"/>
<font BOLD="true" ITALIC="true" NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1137156462376" ID="Freemind_Link_1242194014" MODIFIED="1140714580809" TEXT="See examples">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1137060068850" ID="Freemind_Link_1249980290" LINK="http://eric.lavar.de/comp/linux/hw/" MODIFIED="1141505701673" TEXT="Hardware Support for Linux"/>
<node COLOR="#111111" CREATED="1137060417772" ID="Freemind_Link_1089287828" LINK="http://www.alaskagold.com/mindmap/mindmaps.html" MODIFIED="1140714580819" TEXT="Discover">
<richcontent TYPE="NOTE"><html><head/><body><p>Good example for "What is it?" &#13;&#13;<br/>and "How to do?" structure.</p></body></html></richcontent>
</node>
</node>
<node COLOR="#990000" CREATED="1137157196322" ID="Freemind_Link_605423288" MODIFIED="1140714580819" TEXT="Use it - tutorials">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1137158441262" ID="Freemind_Link_535820358" MODIFIED="1141854364614" TEXT="Installing FreeMind Flash Browser on you web site">
<node COLOR="#111111" CREATED="1137158493026" ID="Freemind_Link_1790672015" MODIFIED="1140714580819" TEXT="You can install the flash files at your website so that other users can browse your mind maps"/>
<node COLOR="#111111" CREATED="1137158528467" ID="Freemind_Link_1737732360" LINK="http://www.efectokiwano.net/mm/" MODIFIED="1140714580819" TEXT="Download the file pack via this link"/>
<node COLOR="#111111" CREATED="1137158725681" ID="Freemind_Link_119084350" MODIFIED="1140714580819" TEXT="The downloaded archive contains visorFreemind.swf, flashobject.js and mindmaps.html.&#xa;Edit mindmap.html to point to your mm file and create a link from your page to this file. Flash enabled browsers will then open the file for browsing."/>
</node>
<node COLOR="#111111" CREATED="1137092421594" ID="Freemind_Link_753859789" LINK="http://sourceforge.net/forum/forum.php?thread_id=1388840&amp;forum_id=22101" MODIFIED="1141505665210" TEXT="Include map in Powerpoint as Flash image"/>
</node>
</node>
</node>
</node>
</map>

View File

@ -0,0 +1,419 @@
<map version="1.0.1">
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
<node CREATED="1171317206718" ID="Freemind_Link_1778785299" MODIFIED="1171317206718" TEXT="Publish-Subscribe">
<font NAME="SansSerif" SIZE="18"/>
<node CREATED="1171317206718" ID="Freemind_Link_1019693507" MODIFIED="1171317206718" POSITION="right" STYLE="bubble" TEXT="Paradigm">
<node CREATED="1171317206718" ID="Freemind_Link_175305277" MODIFIED="1171317206718" TEXT="Publish-Subscribe Messaging">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Supports Complex Interaction Models"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Application-to-Application"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Human-to-Application"/>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_1316156675" MODIFIED="1171317206718" TEXT="Information-Centric Applications">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Software and anti-virus updates"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Consumer alerts"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Distributed sensor networks"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Web Search engines"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Supply chain management"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Event Notification"/>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Net-Centric Architecture"/>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_886974979" MODIFIED="1171317206718" POSITION="right" STYLE="bubble" TEXT="Environment">
<node CREATED="1171317206718" ID="Freemind_Link_1585705589" MODIFIED="1171317206718" STYLE="bubble" TEXT="System Architceture">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Enterprise Middleware"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Peer-to-Peer"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Web Services"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Grid"/>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_1417055877" MODIFIED="1171317206718" TEXT="Network Entities">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Numerous"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Dynamic"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Distributed">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Wide area"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Traverse">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Firewalls"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Proxies"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="NAT boundaries"/>
</node>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Heterogeneous"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Distinct Authority Domains">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Federation"/>
</node>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_73120986" MODIFIED="1171317206718" TEXT="Traditional Focus">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Performance "/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Scalabilty"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Expressibility">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Event">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Flitering"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Routing"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Composition/Fusion"/>
</node>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Delivery Semantics"/>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_428494104" MODIFIED="1171317206718" TEXT="Loosely-coupled">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Subscribers keep little state"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Security induces state"/>
</node>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_244172068" MODIFIED="1171317206718" POSITION="left" STYLE="bubble" TEXT="Implementation">
<node CREATED="1171317206718" ID="Freemind_Link_1588169997" MODIFIED="1171317206718" STYLE="bubble" TEXT="General">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Reliability, Availability"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Scalability">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Hierarchical Dissemination">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Narada"/>
</node>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Integrity"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Confidentiality"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Privacy"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Alignment Constraints">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Network Topology"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Information Topology">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Zones"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Labelling"/>
</node>
</node>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_389121793" MODIFIED="1171317206718" TEXT="Publish-Subscribe Networking">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Messaging Infrastructure">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Quantizes publisher data into messages/events/datagrams"/>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Cooperating Messaging Nodes">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="(Broker) Overlay Network"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Connecting Publishers and Subscribers"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Event Clients and Event Brokers"/>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Inherently multi-party, many-to-many"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Centralised"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Peer-to-Peer"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Middleware"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Simulation at Application Layer"/>
</node>
<node CREATED="1171317206718" ID="Freemind_Link_1864494656" MODIFIED="1171317206718" TEXT="Dedicated Distributed Router Network">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Edge server">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="General">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Local Event Broker"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Entry point"/>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Subscriber Connectivity">
<node CREATED="1171317206718" ID="Freemind_Link_1831575474" MODIFIED="1171317206718" TEXT="Perimeter Access">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Firewalls">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="HTTP Encapsulation for Port 80"/>
</node>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Constant"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Intermittent">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Caching"/>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Push"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Pull &amp; Poll"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Mobility"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Reliability">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Event Client connected to mulitple local brokers"/>
</node>
</node>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Exact Matching"/>
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="Content Delivery">
<node CREATED="1171317206718" MODIFIED="1171317206718" TEXT="SLA"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Unicast">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Feasibility">
<icon BUILTIN="help"/>
</node>
</node>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Backbone routers">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="General">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Intermediate Event Brokers"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Can use peer-to-peer communication"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Management">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Load balancing"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Fault tolerance">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="SINTRA"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Traffic variations"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Optimizations">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Simulations"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Approximate Matching"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Subscription Merging"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Suppress message replication"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Routing">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Traverse">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Firewalls"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Proxies"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="NAT boundaries"/>
</node>
</node>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Subscription Database">
<node CREATED="1171317206734" ID="Freemind_Link_1422222203" MODIFIED="1171317206734" TEXT="Critcal Resource">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Determines Content delivery"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Determines Routing "/>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1740783315" MODIFIED="1171317206734" TEXT="Central">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Availability"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Routing implications"/>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_571050304" MODIFIED="1171317206734" TEXT="Distributed">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Updates"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Integrity">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="SINTRA"/>
</node>
</node>
</node>
</node>
<node CREATED="1171317206734" FOLDED="true" ID="Freemind_Link_17419879" MODIFIED="1171317206734" POSITION="left" STYLE="bubble" TEXT="Open Issues">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Deep technical problems vs. pragmatic issues"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Mobility">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Freedom of movement"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Reconfiguration of services"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1570911201" MODIFIED="1171317206734" POSITION="left" STYLE="bubble" TEXT="Data Model">
<node CREATED="1171317206734" FOLDED="true" ID="Freemind_Link_1041132637" MODIFIED="1171317206734" TEXT="Taxonomy">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Atomic"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Structured"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Topics"/>
<node CREATED="1171317206734" ID="Freemind_Link_1467810054" MODIFIED="1171317206734" TEXT="Hermes">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Events">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Type">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Type Checking"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Heirarchy"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Attributes"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Event Repository"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Event Owner"/>
</node>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Meta Data"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Language">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Subscriptions"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Publishing"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Matching"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_227090963" MODIFIED="1171317206734" POSITION="right" STYLE="bubble" TEXT="Security Model">
<node CREATED="1171317206734" ID="Freemind_Link_1890338517" MODIFIED="1171317206734" TEXT="General">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Require &quot;many-to-many &quot; semantic through many parties"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Security for pub-pub application">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="who has access to what?"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Security for pub-sub infrastructure">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="who can change the data model?"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Applications use pub-sub as service">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="flexible security policy, not dictated, in the infrastructure"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1119529450" MODIFIED="1171317206734" TEXT="Traditional">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Address-based"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Identity-based"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Role-based"/>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_966829867" MODIFIED="1171317206734" TEXT="Content-based">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Integrity of Information"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="No explicit address or identities"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Infrastructure determines routing/delivery addresses"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="End-to-End">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Cross Security Domains"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Content-based Adressing"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Dynamic computation of Receiver Set"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1055672692" MODIFIED="1171317206734" TEXT="Message Level Framework">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Confidentiality">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Information">
<node CREATED="1171317206734" ID="Freemind_Link_1669124377" MODIFIED="1171317206734" TEXT="Transport Independent">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="End-to-end"/>
<node CREATED="1171317206734" ID="Freemind_Link_1535961474" MODIFIED="1171317206734" TEXT="Information Centric Security">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="MAC"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Content-defined keys"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Multi-part encryption"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Supports content-based addressing"/>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1155826003" MODIFIED="1171317206734" TEXT="Routing Encrypted Data">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Meta Data"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Examples">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="CBIS"/>
<node CREATED="1171317206734" ID="Freemind_Link_536782739" MODIFIED="1171317206734" TEXT="Narada">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Topic Keys">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Personal Certificate">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Sign"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="ACL-based routing"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Topic Certificate">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Distribute Key Pair"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Publishers Encrypt"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Subscribers Decrypt"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Topic Secret Key">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Multicast Group Keys"/>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Sign at Source"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Routing">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Content-based">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Topic Headers"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Meta Data"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="ACL-based"/>
</node>
</node>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1044269581" MODIFIED="1171317206734" TEXT="Transport Dependent">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Point-to-point"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Broker-to-Broker"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Edge Server to Clients"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Infrastructure Independent">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Fundamental conflict with pub-sub paradigm">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="inhibits evaluation of content against subscription"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="reduces scope of optimizations"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Out-of-band key management"/>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Subscriptions">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="PIR"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Published Content">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="form of group authorization"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Could be handled by local broker">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Publishers trusts local brokers"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Publisher could form group based on subscribers"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1949551410" MODIFIED="1171317206734" TEXT="Authentication">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="To Register a Subscription"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="To Publish Content">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="end-to-end">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="eg. PKI"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="external to pub-sub"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="independent adminstration"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="efficiency">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="only checked at delivery?"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="overhead on short messages">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="stream signatures"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="amortized"/>
</node>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="point-to-point">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="infrastructure is trusted"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="built on DCE for example"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="security solution must scale"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="hybrid">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="client-to-local host"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="broker routing"/>
</node>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1187183415" MODIFIED="1171317206734" TEXT="Authorization">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Granularity">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="To Receive Content"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="To Publish Content"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Content">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Atomic"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Topics"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Structured"/>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="ACL">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Central"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Distributed">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Check at edge (once)">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="(local) Broker to client"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Check in infrastructure"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Managed by infrastructure itself">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="pub-sub amongst brokers"/>
</node>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Role-based"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Attribute-based"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Non-repudiation">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Publisher info propagate to subscribers"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="end-to-end vs. point-to-point"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Key Management"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Privacy">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="of Subscription"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="of Delivery"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="General">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Supports Payment for Service"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Minimal impact on infrastructure"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_846405117" MODIFIED="1171317206734" TEXT="Trust Model">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Entities not all the same"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Can we trust Brokers?">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="local brokers must be trusted"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="which brokers can serve/route which content?">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="transport"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="delivery"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="effect content-based routing"/>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Can we trust paths between Brokers?"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Brokers may not trust event clents"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Event clients may not trust brokers">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="must trust subscription functions"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="end-to-end, point-to-point, hybrid"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="is CBR possible without access to content?"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Chris Daly Framework"/>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1989662149" MODIFIED="1171317206734" TEXT="Anonymity">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Anonymous subscriptions">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="IDEMIX"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Private Information Retrieval"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="routing may inducer sender/receiver anonymity">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="eg. SIENNA"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1909335580" MODIFIED="1171317206734" TEXT="Group Metaphor">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Multicast Group">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Known (semi-static) addressing"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Central Manager-(ment)"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Possible at Local Broker"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Possible in Broker Overlay Network"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Pub-Sub">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Local/dynamic membership"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Destination addresses need not be specified by publisher"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="May require key management to support contrained distribution"/>
</node>
</node>
<node CREATED="1171317206734" ID="Freemind_Link_1278504781" MODIFIED="1171317206734" TEXT="Threats">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="DOS">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Subscription matching determines traffic patterns"/>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Distinguish malicous vs. high volume subscribers"/>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="Malicous Brokers">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="consequences">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="malicious faults">
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="SINTRA"/>
</node>
</node>
<node CREATED="1171317206734" MODIFIED="1171317206734" TEXT="intrusion detection"/>
</node>
</node>
</node>
</node>
</map>

View File

@ -0,0 +1,316 @@
<map version="1.0.1">
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204411331875" ID="Freemind_Link_839220195" MODIFIED="1205401116562" TEXT="Python Language">
<font BOLD="true" NAME="SansSerif" SIZE="16"/>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220166725203" ID="Freemind_Link_1297750582" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=1&amp;initLoadFile=/wiki/images/5/5a/Python_Operators.mm&amp;mm_title=Python%20Operators" MODIFIED="1222928872921" POSITION="right" STYLE="bubble" TEXT="Operators">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204411983375" ID="Freemind_Link_925623560" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/d/d3/Python_ControlFlow2.mm&amp;mm_title=Control%20Flow%20in%20Python" MODIFIED="1222928937203" POSITION="right" STYLE="bubble" TEXT="Control Flow">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204412054250" ID="Freemind_Link_43284047" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/3/36/Python_Functions2.mm&amp;mm_title=Python%20Functions" MODIFIED="1222926740312" POSITION="right" STYLE="bubble" TEXT="Functions">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204412587281" ID="Freemind_Link_941305946" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/9/9f/Python_Modules_WebLinks.mm&amp;mm_title=Python%20Modules" MODIFIED="1222926234390" POSITION="right" STYLE="bubble" TEXT="Modules">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220961749453" ID="Freemind_Link_33365258" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/a/a7/Python_Modules_Importing.mm&amp;mm_title=Importing%20Python%20Modules" MODIFIED="1222926011156" TEXT="Importing">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204531413625" ID="Freemind_Link_870573867" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/e/e3/Python_Path2.mm&amp;mm_title=Python%20sys.path" MODIFIED="1222928994796" POSITION="right" STYLE="bubble" TEXT="sys.path">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1205060145343" ID="Freemind_Link_373733403" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/e/e9/Python_Packages2.mm&amp;mm_title=Python%20Packages" MODIFIED="1222929066250" POSITION="right" STYLE="bubble" TEXT="Packages">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204412816250" ID="Freemind_Link_42563653" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/6/67/Python_Classes_WebLinks.mm&amp;mm_title=Python%20Classes" MODIFIED="1222927242578" POSITION="right" STYLE="bubble" TEXT="Classes">
<cloud/>
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1204976471125" ID="Freemind_Link_248209168" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/8/89/Python_Classes_Methods.mm&amp;mm_title=Python%20Methods" MODIFIED="1222926458250" STYLE="bubble" TEXT="Methods">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1204412871218" ID="Freemind_Link_162137343" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/4/46/Python_Classes_Inheritance.mm&amp;mm_title=Inheritance%20in%20Python" MODIFIED="1222926526343" STYLE="bubble" TEXT="Inheritance">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1221112162360" ID="Freemind_Link_314760601" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/4/46/Python_Classes_Inheritance.mm&amp;mm_title=Inheritance%20in%20Python" MODIFIED="1222926549734" STYLE="bubble" TEXT="Attribute Inheritance Search">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1221350070750" ID="Freemind_Link_1014089682" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/e/ef/Python_Classes_Newstyle.mm&amp;mm_title=Python%20New-style%20Classes" MODIFIED="1222926617906" TEXT="New-style Classes">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204534847421" ID="Freemind_Link_137608830" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/74/Python_Scoping_And_Namespaces2.mm&amp;mm_title=Python%20Scoping%20and%20Namespaces" MODIFIED="1222929144015" POSITION="right" STYLE="bubble" TEXT="Scoping, Namespaces">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204947668515" ID="Freemind_Link_50696333" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=1&amp;initLoadFile=/wiki/images/1/1a/Python_Exceptions2.mm&amp;mm_title=Python%20Exceptions%20and%20Exception%20Handling" MODIFIED="1222929206734" POSITION="right" STYLE="bubble" TEXT="Exceptions">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220786509765" ID="Freemind_Link_1500711771" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/8/8f/Python_Iterators.mm&amp;mm_title=Python%20Iterators%2C%20Generators%20and%20Generator%20Expressions" MODIFIED="1222927598093" POSITION="right" STYLE="bubble" TEXT="Iterators and Generators">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1205140995593" ID="Freemind_Link_1259199925" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/5c/Python_SpecialAttributes_WebLinks.mm&amp;mm_title=Special%20Attributes%20in%20Python" MODIFIED="1222927836156" POSITION="right" STYLE="bubble" TEXT="Special Method Attributes">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204536870234" ID="Freemind_Link_1694945670" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/a/a8/Python_FileSystem.mm&amp;mm_title=Useful%20Python%20Functions%20for%20Operating%20on%20the%20File%20System" MODIFIED="1222929287000" POSITION="right" STYLE="bubble" TEXT="File System Useful Functions">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204798394375" ID="Freemind_Link_1195661090" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/2/24/Python_FileIO2.mm&amp;mm_title=Python%20File%20IO" MODIFIED="1222929373875" POSITION="right" STYLE="bubble" TEXT="File I/O">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204914723296" ID="Freemind_Link_602160149" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/17/Python_DataSerialization2.mm&amp;mm_title=Python%20Data%20Serialization" MODIFIED="1222929457718" POSITION="right" STYLE="bubble" TEXT="Data Serialization">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1221225081062" ID="Freemind_Link_1935675521" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/10/Python_Delegation.mm&amp;mm_title=Python%20Delegation%2C%20Callbacks%20and%20Decorators" MODIFIED="1222926957375" POSITION="right" STYLE="bubble" TEXT="Delegation, Callbacks and Decorators">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1205141503281" ID="Freemind_Link_710876781" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/7/7f/Python_RegularExpressions.mm&amp;mm_title=Python%20Regular%20Expressions" MODIFIED="1222929487062" POSITION="right" STYLE="bubble" TEXT="Regular Expressions">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1205226695898" ID="Freemind_Link_950644393" MODIFIED="1205401117734" POSITION="right" STYLE="bubble" TEXT="Windows, COM">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205226940960" ID="Freemind_Link_611860677" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/45/Python_COMServer.mm&amp;mm_title=Python%20COM%20Server%20%28Windows%20Only%29" MODIFIED="1222929509578" TEXT="Python COM Server">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205323627562" ID="Freemind_Link_1212768514" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/f/f3/Python_COMClientSide.mm&amp;mm_title=Python%20Client-side%20COM%20%28Windows%20Only%29" MODIFIED="1222929534359" TEXT="Python Client-side COM">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204452849562" ID="Freemind_Link_410804486" MODIFIED="1220968398765" POSITION="right" STYLE="bubble" TEXT="Miscellaneous">
<cloud/>
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220421847307" FOLDED="true" ID="Freemind_Link_216222883" MODIFIED="1220968474906" STYLE="bubble" TEXT="Empty Placeholder">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220421853822" FOLDED="true" ID="Freemind_Link_960362756" MODIFIED="1220968474906" TEXT="pass">
<font NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220421855916" FOLDED="true" ID="Freemind_Link_1413300827" MODIFIED="1220968474906" TEXT="EG">
<node COLOR="#000000" CREATED="1220421858900" ID="Freemind_Link_343426327" MODIFIED="1220968474921" STYLE="fork" TEXT="while x &lt; a:&#xa; pass"/>
</node>
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220525165968" FOLDED="true" ID="Freemind_Link_148179241" MODIFIED="1220968474953" TEXT="Useful">
<node COLOR="#000000" CREATED="1220525175031" FOLDED="true" ID="Freemind_Link_1655738492" MODIFIED="1220968474953" STYLE="fork" TEXT="Stub Code">
<node COLOR="#000000" CREATED="1220525179703" ID="Freemind_Link_722854259" MODIFIED="1220968286187" STYLE="fork" TEXT="To Fill In Later"/>
</node>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220959563000" FOLDED="true" ID="Freemind_Link_284656157" MODIFIED="1220959682578" TEXT="Future Language Features">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220959590000" ID="Freemind_Link_1074301759" MODIFIED="1220959682578" TEXT="__future__ Module"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220959598578" FOLDED="true" ID="Freemind_Link_1968353063" MODIFIED="1220959682593" TEXT="Will Become">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220959602281" FOLDED="true" ID="Freemind_Link_103089226" MODIFIED="1220959682593" TEXT="Standard">
<node COLOR="#000000" CREATED="1220959617484" FOLDED="true" ID="Freemind_Link_1232954476" MODIFIED="1220959682593" STYLE="fork" TEXT="In">
<node CREATED="1220959619671" FOLDED="true" ID="Freemind_Link_636908811" MODIFIED="1220959624171" TEXT="Future Edition">
<node CREATED="1220959624953" ID="Freemind_Link_1862127571" MODIFIED="1220959628062" TEXT="Python"/>
</node>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220959632359" ID="Freemind_Link_1192405210" MODIFIED="1220959682609" TEXT="from __future__ import &lt;feature name&gt;"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220422689593" FOLDED="true" ID="Freemind_Link_171652609" MODIFIED="1220968375640" STYLE="bubble" TEXT="Executing Code Strings">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220422702202" ID="Freemind_Link_493710140" MODIFIED="1220968375640" TEXT="exec">
<font NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220968074828" ID="Freemind_Link_1061642683" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/7/78/Python_Print.mm&amp;mm_title=Printing%20in%20Python" MODIFIED="1222929592328" TEXT="Printing">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220102209796" ID="Freemind_Link_339808348" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/58/Python_Tools.mm&amp;mm_title=Useful%20Tools%20for%20Python%20Developers" MODIFIED="1222929647406" POSITION="right" STYLE="bubble" TEXT="Tools">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204947443656" ID="Freemind_Link_1418013461" MODIFIED="1222161343734" POSITION="left" STYLE="bubble" TEXT="Sources">
<cloud/>
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1204947449218" FOLDED="true" ID="Freemind_Link_826312042" MODIFIED="1220050854203" TEXT="The Quick Python Book">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204947474375" ID="Freemind_Link_1996207289" MODIFIED="1220050854203" STYLE="bubble" TEXT="Harms, Daryl D."/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204947492484" ID="Freemind_Link_383517101" MODIFIED="1220050854203" STYLE="bubble" TEXT="McDonald, Kenneth"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204947508078" ID="Freemind_Link_1698437504" MODIFIED="1220050854203" STYLE="bubble" TEXT="Manning Publications Co."/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204947522937" ID="Freemind_Link_615897615" MODIFIED="1220050854203" STYLE="bubble" TEXT="1999"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204947526984" ID="Freemind_Link_723474810" MODIFIED="1220050854218" STYLE="bubble" TEXT="ISBN 1-884777-74-0"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204947553953" FOLDED="true" ID="Freemind_Link_1103530142" MODIFIED="1220050854218" STYLE="bubble" TEXT="Python Version">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1204947558421" ID="Freemind_Link_180808477" MODIFIED="1220050854218" STYLE="bubble" TEXT="1.5.2"/>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220005499593" FOLDED="true" ID="Freemind_Link_589134829" MODIFIED="1220050854234" TEXT="Learning Python, 3rd Edition">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220005532421" ID="Freemind_Link_1822890051" MODIFIED="1220050854234" TEXT="Lutz, Mark"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220005544218" ID="Freemind_Link_568361499" MODIFIED="1220050854234" TEXT="O&apos;Reilly Media"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220005571859" ID="Freemind_Link_1839765866" MODIFIED="1220050854234" TEXT="2008"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220005584906" ID="Freemind_Link_844895767" MODIFIED="1220050854250" TEXT="ISBN-10: 0-596-51398-4"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220005624859" FOLDED="true" ID="Freemind_Link_619327232" MODIFIED="1220050854250" TEXT="Python Version">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220005634968" ID="Freemind_Link_803477492" MODIFIED="1220050854250" TEXT="2.5"/>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1204947630796" FOLDED="true" ID="Freemind_Link_216007275" MODIFIED="1220050854265" TEXT="Python Library Reference">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204947638765" FOLDED="true" ID="Freemind_Link_846688505" MODIFIED="1220050854265" STYLE="bubble" TEXT="Python Version">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1204947643343" ID="Freemind_Link_1966201406" MODIFIED="1220050854265" STYLE="bubble" TEXT="2.5"/>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1205748085656" ID="Freemind_Link_408691934" MODIFIED="1205748256234" POSITION="left" STYLE="bubble" TEXT="Good References">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205748116578" ID="Freemind_Link_1159506227" LINK="http://rgruet.free.fr/PQR25/PQR2.5.html" MODIFIED="1205748256234" TEXT="Python 2.5 Quick Reference">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205748149500" ID="Freemind_Link_403604653" LINK="http://www.python.org/doc/current/lib/" MODIFIED="1205748256250" TEXT="Python Library Reference">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205748188031" FOLDED="true" ID="Freemind_Link_1090520692" MODIFIED="1205748256265" TEXT="Tutorial">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205748198609" FOLDED="true" ID="Freemind_Link_1535875895" LINK="http://diveintopython.org/toc/index.html" MODIFIED="1205748256265" TEXT="Dive Into Python">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1205748248359" ID="Freemind_Link_530171131" MODIFIED="1205748256265" TEXT="eBook"/>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1205226711710" ID="Freemind_Link_1119763140" MODIFIED="1205557917296" POSITION="left" STYLE="bubble" TEXT="Good For">
<cloud/>
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205226715507" ID="Freemind_Link_1033376248" MODIFIED="1205557905437" STYLE="bubble" TEXT="Internal Logic">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205226735023" FOLDED="true" ID="Freemind_Link_690803073" MODIFIED="1205557905437" STYLE="bubble" TEXT="Serialization">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205226753054" FOLDED="true" ID="Freemind_Link_1922775420" MODIFIED="1205557905437" TEXT="Via">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1205226755304" ID="Freemind_Link_840960577" MODIFIED="1205557905437" STYLE="bubble" TEXT="cPickle"/>
</node>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205226791867" FOLDED="true" ID="Freemind_Link_1747246492" MODIFIED="1205557905453" TEXT="For">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1205226796773" FOLDED="true" ID="Freemind_Link_1134905437" MODIFIED="1205557905453" STYLE="bubble" TEXT="Object">
<node COLOR="#000000" CREATED="1205226793788" ID="Freemind_Link_1461256366" MODIFIED="1205557905453" STYLE="fork" TEXT="Storage"/>
<node COLOR="#000000" CREATED="1205226828632" ID="Freemind_Link_319385397" MODIFIED="1205557905453" STYLE="fork" TEXT="Transmission"/>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205226859710" ID="Freemind_Link_794590494" MODIFIED="1205557905468" STYLE="bubble" TEXT="Macros">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205226863945" ID="Freemind_Link_1361141366" MODIFIED="1205557905468" STYLE="bubble" TEXT="List Manipulation">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205226870648" FOLDED="true" ID="Freemind_Link_1265703728" MODIFIED="1205557905468" STYLE="bubble" TEXT="Scripting Language">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205226881351" FOLDED="true" ID="Freemind_Link_864746490" MODIFIED="1205557905468" TEXT="For">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1205226884851" ID="Freemind_Link_834911546" MODIFIED="1205557905468" STYLE="bubble" TEXT="Applications"/>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205226722132" FOLDED="true" ID="Freemind_Link_478941778" MODIFIED="1205557905484" STYLE="bubble" TEXT="NOT">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1205226725476" ID="Freemind_Link_1073082243" MODIFIED="1205557905484" TEXT="UI"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220048029515" ID="Freemind_Link_1122845804" MODIFIED="1220050854296" POSITION="left" STYLE="bubble" TEXT="Definitions">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220048082531" FOLDED="true" ID="Freemind_Link_840405826" MODIFIED="1220050854312" TEXT="Module">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220048102625" FOLDED="true" ID="Freemind_Link_566688799" MODIFIED="1220050854312" TEXT="Text File">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220048134812" FOLDED="true" ID="Freemind_Link_672124937" MODIFIED="1220050854312" TEXT="Containing">
<node COLOR="#000000" CREATED="1220050384296" ID="Freemind_Link_1702192141" MODIFIED="1220050854312" STYLE="fork" TEXT="Python Statements"/>
</node>
</node>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220050414203" FOLDED="true" ID="Freemind_Link_390798590" MODIFIED="1220050854328" TEXT=".py Extension">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220050419562" FOLDED="true" ID="Freemind_Link_335165396" MODIFIED="1220050873609" TEXT="Allows">
<node COLOR="#000000" CREATED="1220050423312" FOLDED="true" ID="Freemind_Link_1607129465" MODIFIED="1220050854328" STYLE="fork" TEXT="Importing">
<node CREATED="1220050425843" FOLDED="true" ID="Freemind_Link_1403960256" MODIFIED="1220050440421" TEXT="Into">
<node CREATED="1220050440375" FOLDED="true" ID="Freemind_Link_113989320" MODIFIED="1220050441609" TEXT="Other">
<node CREATED="1220050427968" FOLDED="true" ID="Freemind_Link_311927148" MODIFIED="1220050434281" TEXT="Python">
<node CREATED="1220050435062" ID="Freemind_Link_1786999314" MODIFIED="1220050437265" TEXT="Programs"/>
</node>
</node>
</node>
</node>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220050445140" FOLDED="true" ID="Freemind_Link_395160073" MODIFIED="1220050854343" TEXT="Script">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220050447937" FOLDED="true" ID="Freemind_Link_1329016047" MODIFIED="1220050854343" TEXT="Module">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220050452281" FOLDED="true" ID="Freemind_Link_1277010492" MODIFIED="1220050854359" TEXT="Top-level">
<node COLOR="#000000" CREATED="1204966186218" FOLDED="true" ID="Freemind_Link_1711834777" MODIFIED="1220095883812" STYLE="fork" TEXT="With">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1204966188015" ID="Freemind_Link_1909734320" MODIFIED="1205522659687" TEXT="Entry Point"/>
</node>
<node COLOR="#000000" CREATED="1220050462562" FOLDED="true" ID="Freemind_Link_954195369" MODIFIED="1220050854359" STYLE="fork" TEXT="Can Run">
<node CREATED="1220050468890" ID="Freemind_Link_766218881" MODIFIED="1220050471781" TEXT="Directly"/>
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1204966195953" FOLDED="true" ID="Freemind_Link_1311896276" MODIFIED="1205522659703" TEXT="From">
<node COLOR="#000000" CREATED="1204966218656" ID="Freemind_Link_732073344" MODIFIED="1205522659703" STYLE="fork" TEXT="Commandline"/>
<node COLOR="#000000" CREATED="1204966221578" FOLDED="true" ID="Freemind_Link_1452833927" MODIFIED="1205522659703" STYLE="fork" TEXT="Run Window">
<node CREATED="1204966245921" FOLDED="true" ID="Freemind_Link_1357024336" MODIFIED="1204966247125" TEXT="In">
<node CREATED="1204966248187" ID="Freemind_Link_1157790742" MODIFIED="1204966249625" TEXT="Windows"/>
</node>
</node>
<node COLOR="#000000" CREATED="1204966270171" ID="Freemind_Link_1185023081" MODIFIED="1205522659718" STYLE="fork" TEXT="IDLE"/>
</node>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220050884937" FOLDED="true" ID="Freemind_Link_1767810300" MODIFIED="1220050912640" TEXT="Extension">
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220050897046" FOLDED="true" ID="Freemind_Link_375617029" MODIFIED="1220050925609" STYLE="bubble" TEXT="NOT Required">
<node COLOR="#000000" CREATED="1220050888187" ID="Freemind_Link_1629169951" MODIFIED="1220050925609" STYLE="fork" TEXT=".py"/>
</node>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220050554421" ID="Freemind_Link_278508781" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/e/ef/Python_Implementations.mm&amp;mm_title=Different%20Implementations%20of%20Python" MODIFIED="1222927950203" POSITION="left" STYLE="bubble" TEXT="Python Implemenations">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1222909920562" ID="Freemind_Link_1136447695" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4f/Python_Syntax.mm&amp;mm_title=Python%20Syntax" MODIFIED="1222928413703" POSITION="left" STYLE="bubble" TEXT="Syntax">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204949369343" ID="Freemind_Link_332530597" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/1/1b/Python_Execution.mm&amp;mm_title=Different%20Ways%20of%20Running%20Python%20Programs" MODIFIED="1222928490250" POSITION="left" STYLE="bubble" TEXT="Executing Python">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220603475837" ID="Freemind_10" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/4/4b/Python_Information.mm&amp;mm_title=How%20to%20Get%20Information%20in%20Python" MODIFIED="1222928572562" POSITION="left" STYLE="bubble" TEXT="Getting Informaton">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1205138317953" ID="Freemind_Link_1594651750" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/2/2f/Python_NamingConventions2.mm&amp;mm_title=Python%20Naming%20Conventions" MODIFIED="1222928643375" POSITION="left" STYLE="bubble" TEXT="Naming Conventions">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220171590390" ID="Freemind_Link_1547162624" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/9/95/Python_TypeSystem.mm&amp;mm_title=The%20CPython%20Type%20System" MODIFIED="1222928706906" POSITION="left" STYLE="bubble" TEXT="Type System">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220172249937" ID="Freemind_Link_190569951" MODIFIED="1220173751656" TEXT="CPython">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1204411550468" ID="Freemind_Link_559844936" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/b/b0/Python_DataTypes_WebLinks.mm&amp;mm_title=Python%20Data%20Types" MODIFIED="1222925804968" POSITION="left" STYLE="bubble" TEXT="Built-in Data Types">
<cloud/>
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1204413393609" ID="Freemind_Link_154102391" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/f/fd/Python_DataTypes_Numeric2.mm&amp;mm_title=Python%20Numeric%20Data%20Types" MODIFIED="1222924898734" STYLE="bubble" TEXT="Numeric Types">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1204413179937" ID="Freemind_Link_918145730" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/f/f0/Python_DataTypes_Sequence_WebLinks.mm&amp;mm_title=Python%20Sequence%20Data%20Types" MODIFIED="1222925252468" STYLE="bubble" TEXT="Sequence Types">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220361685562" ID="Freemind_Link_1578736339" MODIFIED="1222160905609" TEXT="Mutable">
<font NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1204414203062" ID="Freemind_Link_1776894225" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/f/f1/Python_DataTypes_Sequence_Lists.mm&amp;mm_title=Python%20List%20Data%20Type" MODIFIED="1222924201281" STYLE="bubble" TEXT="Lists">
<font NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1220361688109" ID="Freemind_Link_1799786939" MODIFIED="1222160905609" TEXT="Immutable">
<font NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1220353089062" ID="Freemind_Link_1329146055" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/1/14/Python_DataTypes_Sequence_Tuples.mm&amp;mm_title=Python%20Tuple%20Data%20Type" MODIFIED="1222924166265" TEXT="Tuples"/>
<node BACKGROUND_COLOR="#ddddff" COLOR="#000000" CREATED="1204412486984" ID="Freemind_Link_315458704" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=4&amp;initLoadFile=/wiki/images/3/35/Python_DataTypes_Sequence_Strings.mm&amp;mm_title=Python%20String%20Data%20Type" MODIFIED="1222924253656" STYLE="bubble" TEXT="Strings">
<font NAME="SansSerif" SIZE="12"/>
</node>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220363447968" ID="Freemind_Link_674126003" MODIFIED="1222160905625" STYLE="bubble" TEXT="Mapping Types">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
<node BACKGROUND_COLOR="#bbffff" COLOR="#000000" CREATED="1204411828421" ID="Freemind_Link_1822985067" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/7/73/Python_DataTypes_Dictionary2.mm&amp;mm_title=Python%20Dictionary%20Data%20Type" MODIFIED="1222925335093" STYLE="bubble" TEXT="Dictionary">
<font NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1220151973218" ID="Freemind_Link_617132681" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/a/a9/Python_DataTypes_Sets.mm&amp;mm_title=Python%20Set%20Data%20Type" MODIFIED="1222925452406" STYLE="bubble" TEXT="Set">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205659562359" ID="Freemind_Link_985221708" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/1/16/Python_DataTypes_Bool2.mm&amp;mm_title=Python%20Boolean%20Data%20Type" MODIFIED="1222925529406" STYLE="bubble" TEXT="Bool">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
<node BACKGROUND_COLOR="#99ff99" COLOR="#000000" CREATED="1205064223812" ID="Freemind_Link_854059184" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=3&amp;initLoadFile=/wiki/images/5/5a/Python_DataTypes_Checking2.mm&amp;mm_title=Checking%20Python%20Data%20Types" MODIFIED="1222925615078" STYLE="bubble" TEXT="Checking">
<font BOLD="true" NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node BACKGROUND_COLOR="#ffff66" COLOR="#000000" CREATED="1220968187640" ID="Freemind_Link_464774508" LINK="http://freemind.sourceforge.net/wiki/extensions/freemind/flashwindow.php?startCollapsedToLevel=2&amp;initLoadFile=/wiki/images/5/56/Python_Statements.mm&amp;mm_title=Python%20Statements" MODIFIED="1222928818078" POSITION="left" STYLE="bubble" TEXT="Statements">
<font BOLD="true" NAME="SansSerif" SIZE="14"/>
</node>
</node>
</map>

View File

@ -0,0 +1,543 @@
<map version="1.0.1">
<!-- To view this file, download free mind mapping software FreeMind from http://freemind.sourceforge.net -->
<node COLOR="#000000" CREATED="1147215328493" ID="Freemind_Link_704795576" MODIFIED="1147215920252" TEXT="Writing an Essay&#xa;With FreeMind">
<font NAME="SansSerif" SIZE="20"/>
<hook NAME="accessories/plugins/AutomaticLayout.properties"/>
<node COLOR="#0033ff" CREATED="1147216046938" FOLDED="true" ID="Freemind_Link_60307947" MODIFIED="1196726904683" POSITION="right" TEXT="Getting Started">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1147215948723" ID="Freemind_Link_484974719" MODIFIED="1196726904684" TEXT="The first thing you&apos;ll want to do is to create a new FreeMind file for your essay. Select File-&gt;New on the menu, and a blank file will appear. ">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1147216174616" ID="Freemind_Link_1072554383" MODIFIED="1199271268947" TEXT="Next, click in the centre of the map, and replace the text there with the essay title you have chosen. It&apos;s good to have the question you&apos;re answering before you the whole time, so you can immediately see how your ideas relate to it.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1196984233661" ID="Freemind_Link_1631286703" MODIFIED="1199271303789">
<richcontent TYPE="NODE"><html>
<head>
<style type="text/css">
<!--
p { margin-top: 0 }
-->
</style>
</head>
<body>
<p>
<b>When you're working on your essay, you'll find it helpful to switch between this map, and the one you're creating. To switch between maps, go to the Maps menu, and select the name of the map you want. </b>
</p>
<p>
<b>(When you're a bit more familiar with FreeMind, you'll find it quicker to use the Shortcut Keys -- you can also use Alt + Shift + Left, or Alt + Shift + Right to move between maps.)</b>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1147216300994" ID="Freemind_Link_538231078" MODIFIED="1199271326923" TEXT="You&apos;re now ready to start work on the essay.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
</node>
<node COLOR="#0033ff" CREATED="1147216468177" FOLDED="true" ID="Freemind_Link_1886958546" MODIFIED="1196726904688" POSITION="right" TEXT="The process of research">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1147216357413" ID="Freemind_Link_499702363" MODIFIED="1199266988112" TEXT="If a question is worth asking at all (and be generous to your teachers, and assume that their question is!), then it&apos;s not going to have the kind of answer that you can just make up on the spot. It will require research.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1147216593387" ID="Freemind_Link_1374284784" MODIFIED="1199267022836" TEXT="Research requires both finding things out about the world, and hard thinking.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1147216690112" ID="Freemind_Link_1038997740" MODIFIED="1199267116963" TEXT="FreeMind helps you with both aspects of research. FreeMind helps you to capture all the new information you need for your essay, and also to order your thoughts.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1147216877772" ID="Freemind_Link_1522470300" MODIFIED="1196726904696" TEXT="FreeMind does this by facilitating:">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1147216936164" ID="Freemind_Link_1963065372" LINK="#Freemind_Link_513978291" MODIFIED="1147217209577" TEXT="Taking Notes">
<arrowlink DESTINATION="Freemind_Link_513978291" ENDARROW="Default" ENDINCLINATION="101;-78;" ID="Freemind_Arrow_Link_1920275275" STARTARROW="None" STARTINCLINATION="20;-58;"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147217081407" ID="Freemind_Link_1572116478" LINK="#_" MODIFIED="1147217153994" TEXT="Brainstorming">
<arrowlink DESTINATION="_" ENDARROW="Default" ENDINCLINATION="363;0;" ID="Freemind_Arrow_Link_703141957" STARTARROW="None" STARTINCLINATION="363;0;"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147217107610" ID="Freemind_Link_98667269" LINK="#Freemind_Link_331016293" MODIFIED="1196983827683" TEXT="Sifting and Organising Your Ideas">
<arrowlink DESTINATION="Freemind_Link_331016293" ENDARROW="Default" ENDINCLINATION="332;0;" ID="Freemind_Arrow_Link_547880401" STARTARROW="None" STARTINCLINATION="332;0;"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147217091333" ID="Freemind_Link_1710214210" LINK="#Freemind_Link_341601142" MODIFIED="1196983794780" TEXT="Making an outline">
<arrowlink DESTINATION="Freemind_Link_341601142" ENDARROW="Default" ENDINCLINATION="442;0;" ID="Freemind_Arrow_Link_192525604" STARTARROW="None" STARTINCLINATION="442;0;"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1196983886616" ID="Freemind_Link_759053646" MODIFIED="1196983927646" TEXT="When you&apos;ve made your outline you can">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1196983915256" ID="Freemind_Link_996906209" MODIFIED="1199271378965" TEXT="Print your map">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983930121" ID="Freemind_Link_1501502447" LINK="#Freemind_Link_877777095" MODIFIED="1196983991149" TEXT="Export to your wordprocessor">
<arrowlink DESTINATION="Freemind_Link_877777095" ENDARROW="Default" ENDINCLINATION="305;0;" ID="Freemind_Arrow_Link_1700041008" STARTARROW="None" STARTINCLINATION="305;0;"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196984820585" ID="Freemind_Link_1494904283" LINK="#Freemind_Link_781772166" MODIFIED="1199267167432" TEXT="Make a presentation">
<arrowlink DESTINATION="Freemind_Link_781772166" ENDARROW="Default" ENDINCLINATION="382;0;" ID="Freemind_Arrow_Link_684972232" STARTARROW="None" STARTINCLINATION="382;0;"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
</node>
<node COLOR="#0033ff" CREATED="1147215515154" FOLDED="true" ID="Freemind_Link_1034561457" MODIFIED="1196726904728" POSITION="right" TEXT="Planning an Essay">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1147215407513" FOLDED="true" ID="_" MODIFIED="1196726904729" TEXT="Brainstorming">
<edge STYLE="bezier" WIDTH="thin"/>
<linktarget COLOR="#b0b0b0" DESTINATION="_" ENDARROW="Default" ENDINCLINATION="363;0;" ID="Freemind_Arrow_Link_703141957" SOURCE="Freemind_Link_1572116478" STARTARROW="None" STARTINCLINATION="363;0;"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1147218731963" ID="Freemind_Link_1420002558" MODIFIED="1199267326103" TEXT="Brainstorming is a way of trying to geting all your ideas about a topic down on paper as quickly as possible.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147218762042" ID="Freemind_Link_790677993" MODIFIED="1147218824337" TEXT="The key to successful brainstorming is to let everything come out -- don&apos;t worry if it sounds goofy or dumb, just put it down! There&apos;ll be plenty of time for editing later.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147218835031" ID="Freemind_Link_916520369" MODIFIED="1147218913772" TEXT="To brainstorm with FreeMind, you&apos;ll need knowledge of two keys, plus your imagination.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147218916487" ID="Freemind_Link_888234871" MODIFIED="1147218957952" TEXT="Pressing Enter adds another idea at the same level you currently are at.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147218959856" ID="Freemind_Link_1371557121" MODIFIED="1147218981514" TEXT="Pressing Insert adds another idea as a subidea of the one you&apos;ve currently selected.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147219048363" ID="Freemind_Link_443781940" MODIFIED="1199267363992" TEXT="(The imagination you&apos;ll have to supply yourself!)">
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1147215424383" FOLDED="true" ID="Freemind_Link_513978291" MODIFIED="1196985085465" TEXT="Taking Notes">
<edge STYLE="bezier" WIDTH="thin"/>
<linktarget COLOR="#b0b0b0" DESTINATION="Freemind_Link_513978291" ENDARROW="Default" ENDINCLINATION="101;-78;" ID="Freemind_Arrow_Link_1920275275" SOURCE="Freemind_Link_1963065372" STARTARROW="None" STARTINCLINATION="20;-58;"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1147217250912" ID="Freemind_Link_709453371" MODIFIED="1196985085472" TEXT="Different people take notes in different ways. Whichever way you take notes, you should find FreeMind helpful.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147217308329" ID="Freemind_Link_249608113" MODIFIED="1199267411767" TEXT="One good way of using FreeMind is to add one node per book or article you read. Name the node a short version of the article title. ">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147217688809" FOLDED="true" ID="Freemind_Link_1470413282" MODIFIED="1199271447498" TEXT="Then add your notes on the article as a node note. To insert a note, go to the View menu, and select &quot;Show Note Window&quot;. You can then add your notes below.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1147217532707" ID="Freemind_Link_81630074" MODIFIED="1199267589742" TEXT="The Notes WIndow can get in the way (particularly if you have a small screen). So you may find it helpful to hide it after you&apos;ve added your note, by selecting &quot;Show Note Window&quot; again from the menu.">
<font NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node COLOR="#990000" CREATED="1147217382048" ID="Freemind_Link_1226928695" MODIFIED="1199267627355" TEXT="Don&apos;t forget to take full references for all the quotations you use. ">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147215767517" FOLDED="true" ID="Freemind_Link_1195317986" MODIFIED="1196985085480" TEXT="FreeMind can also do some clever things with web links and email addresses.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1147215637654" ID="Freemind_Link_1167090962" MODIFIED="1196985085481" TEXT="If you&apos;re researching on the web, then FreeMind can automatically link your note to the web page you&apos;re writing about.&#xa;">
<font NAME="SansSerif" SIZE="12"/>
</node>
<node COLOR="#111111" CREATED="1147217889250" ID="Freemind_Link_1374825576" MODIFIED="1196985085490" TEXT="Make your note, then select -&gt;Insert-&gt;Hyperlink (Text Field) from the menu. ">
<font NAME="SansSerif" SIZE="12"/>
</node>
<node COLOR="#111111" CREATED="1147217980481" ID="Freemind_Link_1842548545" MODIFIED="1196985085492" TEXT="A dialog box will appear. Type (or cut and paste) the web address ino the box, and select OK.">
<font NAME="SansSerif" SIZE="12"/>
<node COLOR="#111111" CREATED="1147218084712" ID="Freemind_Link_201175194" LINK="http://members.tripod.com/~lklivingston/essay/" MODIFIED="1147218325042" TEXT="Here&apos;s an example hyperlink!">
<font NAME="SansSerif" SIZE="12"/>
</node>
</node>
<node COLOR="#111111" CREATED="1147215728110" ID="Freemind_Link_1508333448" MODIFIED="1196985085499" TEXT="You can also make links to files on your own computer. To do this select -&gt;Insert-&gt;Hyperlink (File Chooser) from the menu.">
<font NAME="SansSerif" SIZE="12"/>
</node>
<node COLOR="#111111" CREATED="1147218469391" ID="Freemind_Link_899556633" MODIFIED="1196985085501" TEXT="To link a node to an email address, select -&gt;Insert-&gt;Hyperink (Text Field) from the menu. Type &quot;mailto: &quot; plus the person&apos;s email address.">
<font NAME="SansSerif" SIZE="12"/>
<node COLOR="#111111" CREATED="1147218606794" ID="Freemind_Link_433629028" LINK="mailto:%20president@whitehouse.gov" MODIFIED="1147218669175" TEXT="Here&apos;s an example email address!"/>
</node>
</node>
</node>
<node COLOR="#00b439" CREATED="1147215604658" FOLDED="true" ID="Freemind_Link_331016293" MODIFIED="1196983822972" TEXT="Sifting and organising your ideas">
<edge STYLE="bezier" WIDTH="thin"/>
<linktarget COLOR="#b0b0b0" DESTINATION="Freemind_Link_331016293" ENDARROW="Default" ENDINCLINATION="332;0;" ID="Freemind_Arrow_Link_547880401" SOURCE="Freemind_Link_98667269" STARTARROW="None" STARTINCLINATION="332;0;"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1147219082629" ID="Freemind_Link_136989740" MODIFIED="1196726946448" TEXT="After you&apos;ve done a bit of brainstorming, and have written all the ideas you can think of, it&apos;s time to start sorting your ideas out.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147219136784" ID="Freemind_Link_294466318" MODIFIED="1199267691701" TEXT="You may well find that you&apos;ve surprised yourself in the brainstorming process, and that you&apos;ve come up with ideas that you didn&apos;t think you believed. Well done if you&apos;ve managed to surprise yourself!">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147219216797" ID="Freemind_Link_847367743" MODIFIED="1199267704324" TEXT="The next thing to do is to take a step back and just look at the different ideas you&apos;ve come up with. What central themes do you notice? Which ideas seem to be more fundamental, and which less important?">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147219298282" ID="Freemind_Link_550806254" MODIFIED="1199267748975" TEXT="After you&apos;ve looked at your map for a bit, it&apos;s time to start rearranging your ideas. You can either rearrage your ideas by dragging and dropping them, or with the cursor keys. (CTRL + UP and CTRL DOWN move an idea up or down; CTRL LEFT and CTRL RIGHT move it left or right)&#xa;">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1147219462299" FOLDED="true" ID="Freemind_Link_992055866" MODIFIED="1199267766414" TEXT="The first think to do is to move all the ideas together that seem to belong together. Are there duplications? Could some ideas usefully be combined? Could some ideas be usefully split?">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1147219568518" ID="Freemind_Link_72639222" MODIFIED="1199267778396" TEXT="To split an idea, select it, type backspace (the editor appears), then select &quot;split&quot; and then okay."/>
</node>
<node COLOR="#990000" CREATED="1196727598888" ID="Freemind_Link_337591176" MODIFIED="1199271536002" TEXT="You should carry on sifting and organising till you feel that you know what the main point is that you want to make in the essay.">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p>
You should also make sure that the main point you're making in the essay provides a full answer to the question you have been asked, or you will probably be marked down for irrelevance.
</p>
</body>
</html></richcontent>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196727068959" ID="Freemind_Link_506089558" MODIFIED="1199271573158" TEXT="When you&apos;ve done this, save a NEW copy of your map. We&apos;ll use this to make the outline of the argument for your essay. (It&apos;s a good idea to save a copy under a different name before you make major changes -- this way you can always go back.) To do this, go to File, and then Save As on the menu, and call the new one it something like &quot;Essay_Outline v1&quot;. ">
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1147215431727" FOLDED="true" ID="Freemind_Link_341601142" MODIFIED="1196983750125" TEXT="Outlining">
<edge STYLE="bezier" WIDTH="thin"/>
<linktarget COLOR="#b0b0b0" DESTINATION="Freemind_Link_341601142" ENDARROW="Default" ENDINCLINATION="442;0;" ID="Freemind_Arrow_Link_192525604" SOURCE="Freemind_Link_1710214210" STARTARROW="None" STARTINCLINATION="442;0;"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1196727300687" ID="Freemind_Link_190098699" MODIFIED="1199271589812" TEXT="Now you know what your main point is, you can write an outline of the argument of the essay.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196727343011" ID="Freemind_Link_132833105" MODIFIED="1199271611186" TEXT="The point of producing an outline is to work out how you will argue for your essay&apos;s main claim.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196727904218" ID="Freemind_Link_1132818589" MODIFIED="1196728013384" TEXT="The first thing to do is to change the text of the central node to your main claim. (Tip: a quick way to go to the central node is to press Escape)">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196728190157" FOLDED="true" ID="Freemind_Link_957387789" MODIFIED="1196728351280" TEXT="The next thing to do is to look at the material you&apos;ve collected, and divide it into the following categories.">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1196728355461" FOLDED="true" ID="Freemind_Link_1900247400" MODIFIED="1196728447029" TEXT="Background material you need to understand the main claim.">
<node COLOR="#111111" CREATED="1196728466505" ID="Freemind_Link_1744947976" MODIFIED="1199271665915" TEXT="This will form your introduction."/>
</node>
<node COLOR="#111111" CREATED="1196728305220" FOLDED="true" ID="Freemind_Link_451169520" MODIFIED="1196728394455" TEXT="Reasons in favour of the main claim.">
<node COLOR="#111111" CREATED="1196728476496" ID="Freemind_Link_1096832797" MODIFIED="1196728487274" TEXT="These will form the core of your agrument."/>
</node>
<node COLOR="#111111" CREATED="1196728322633" FOLDED="true" ID="Freemind_Link_1736271122" MODIFIED="1196728408227" TEXT="Reasons against the main claim.">
<node COLOR="#111111" CREATED="1196728488579" ID="Freemind_Link_31771772" MODIFIED="1196728513981" TEXT="These are objections you will need to take into account."/>
</node>
<node COLOR="#111111" CREATED="1196728409198" FOLDED="true" ID="Freemind_Link_76447184" MODIFIED="1196728426571" TEXT="Things which are irrelevant to whether or not the main claim is true.">
<node COLOR="#111111" CREATED="1196728516943" ID="Freemind_Link_672473407" MODIFIED="1199268200116" TEXT="You should cut these to a separate file.">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p>
I usually keep a separate mind map for this. It's psychologically easier to put your discarded ideas somewhere else, rather than to delete them entirely. And if you've saved them elsewhere, you can easily reincorporate them if you decide that they were relevant after all.
</p>
</body>
</html></richcontent>
</node>
</node>
</node>
<node COLOR="#990000" CREATED="1196728673347" FOLDED="true" ID="Freemind_Link_1271984552" MODIFIED="1196728696644" TEXT="You should end up with something like this:">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1196728699485" ID="Freemind_Link_1710771587" MODIFIED="1196728731357" TEXT="Open source software is superior to closed source software.">
<node COLOR="#111111" CREATED="1196728740470" FOLDED="true" ID="Freemind_Link_871646595" MODIFIED="1196728752648" TEXT="Introductory material">
<node COLOR="#111111" CREATED="1196728754079" ID="Freemind_Link_1320166635" MODIFIED="1196728763867" TEXT="Define Open Source"/>
<node COLOR="#111111" CREATED="1196728764412" ID="Freemind_Link_779634578" MODIFIED="1196728776021" TEXT="Define Closed Source."/>
<node COLOR="#111111" CREATED="1196728776871" ID="Freemind_Link_803540039" MODIFIED="1196728794856" TEXT="Brief History of Linux, and of Free Software Foundation"/>
</node>
<node COLOR="#111111" CREATED="1196728805494" FOLDED="true" ID="Freemind_Link_1005748831" MODIFIED="1196728811417" TEXT="Arguments in favour">
<node COLOR="#111111" CREATED="1196728812557" ID="Freemind_Link_1453575536" MODIFIED="1196729358225" TEXT="Open Source is More Efficient">
<icon BUILTIN="ksmiletris"/>
</node>
<node COLOR="#111111" CREATED="1196729174703" ID="Freemind_Link_10779073" MODIFIED="1199268225371" TEXT="Open Source Is More Innovative"/>
<node COLOR="#111111" CREATED="1196728821353" ID="Freemind_Link_490282244" MODIFIED="1199268251578" TEXT="Sharing Sotware is Good"/>
</node>
<node COLOR="#111111" CREATED="1196728851240" FOLDED="true" ID="Freemind_Link_1222089020" MODIFIED="1196728857269" TEXT="Arguments Against">
<node COLOR="#111111" CREATED="1196728858234" ID="Freemind_Link_1098359632" MODIFIED="1196729396739" TEXT="Open Source is Communist"/>
<node COLOR="#111111" CREATED="1196728885727" ID="Freemind_Link_1030127371" MODIFIED="1196728902234" TEXT="Open Source Destroys the Ability to Make Money Frm Software"/>
<node COLOR="#111111" CREATED="1196728903740" ID="Freemind_Link_1891112167" MODIFIED="1199268257926" TEXT="Open Source Software Is Hard To Use"/>
</node>
</node>
</node>
<node COLOR="#990000" CREATED="1196729056119" FOLDED="true" ID="Freemind_Link_90146370" MODIFIED="1199268593247" TEXT="Taking account of objections">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1196729073703" ID="Freemind_Link_594053771" MODIFIED="1196729149609" TEXT="Now you can be pretty sure that someone who thinks that closed source software is superior to open source software will have already heard of your arguments in favour, and might have some objections or counter-arguments to them."/>
<node COLOR="#111111" CREATED="1199268389954" FOLDED="true" ID="Freemind_Link_703718185" MODIFIED="1199268437698" TEXT="So you also need to think about the objections someone might have to your arguments in favour of your main point.">
<node COLOR="#111111" CREATED="1196729151671" ID="Freemind_Link_394067842" MODIFIED="1196729200783" TEXT="For example, many people dispute that open source software is more innovative."/>
</node>
<node COLOR="#111111" CREATED="1199268445073" ID="Freemind_Link_634073269" MODIFIED="1199268634884" TEXT="And you also need to think about how you would respond to the arguments against your main point."/>
<node COLOR="#111111" CREATED="1199271738548" ID="Freemind_Link_658337433" MODIFIED="1199271757071" TEXT="Add your responses to these potential objections into your outline."/>
</node>
</node>
</node>
<node COLOR="#0033ff" CREATED="1147215464717" FOLDED="true" ID="Freemind_Link_1755853195" MODIFIED="1199268655954" POSITION="right" TEXT="From Outline to Finished Work">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1147215899809" ID="Freemind_Link_1449950809" MODIFIED="1199271809262" TEXT="Writing the outline of your essay is the hard part. Once you have a good outline, it&apos;s much easier to write a good essay or a good presentation.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1199271823974" ID="Freemind_Link_1607766784" MODIFIED="1199271847743" TEXT="You&apos;ll probably find it easier to to the actual writing of the essay in your wordprocessor.">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1147215468600" FOLDED="true" ID="Freemind_Link_877777095" MODIFIED="1199268558860" TEXT="Exporting your outline to your Wordprocessor">
<edge STYLE="bezier" WIDTH="thin"/>
<linktarget COLOR="#b0b0b0" DESTINATION="Freemind_Link_877777095" ENDARROW="Default" ENDINCLINATION="305;0;" ID="Freemind_Arrow_Link_1700041008" SOURCE="Freemind_Link_1501502447" STARTARROW="None" STARTINCLINATION="305;0;"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1199268841583" FOLDED="true" ID="Freemind_Link_1821901940" MODIFIED="1199268928264" TEXT="FreeMind currently exports much better to OpenOffice than to Microsoft Word. So if you don&apos;t yet have OpenOffice, it&apos;s well worth downloading it (it&apos;s free).">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1199269071435" ID="Freemind_Link_1291053034" MODIFIED="1199271897031" TEXT="But if you don&apos;t want to use OpenOffice, you can export your map to HTML, and then load this into Microsoft Word."/>
</node>
<node COLOR="#990000" CREATED="1199268939586" ID="Freemind_Link_1616381675" MODIFIED="1199268972025" TEXT="Once you&apos;ve finished your outline, you&apos;re ready to export.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196984752904" FOLDED="true" ID="Freemind_Link_1621587642" MODIFIED="1199269028702" TEXT="You should be aware of the difference that folding makes.">
<font NAME="SansSerif" SIZE="14"/>
<node COLOR="#111111" CREATED="1199269030644" ID="Freemind_Link_391880567" MODIFIED="1199269032522" TEXT="Nodes which are visible will come out as numbered headings, whilst nodes which are hidden come out as bullet points."/>
<node COLOR="#111111" CREATED="1199269033503" ID="Freemind_Link_1257873385" MODIFIED="1199269065814" TEXT="So take a minute to fold and unfold the nodes how you want them before you export."/>
<node COLOR="#111111" CREATED="1199269171501" ID="Freemind_Link_1342542809" MODIFIED="1199269213315" TEXT="For a normal length essay, you will probably only want two levels of headings showing."/>
</node>
<node COLOR="#990000" CREATED="1199269219070" ID="Freemind_Link_1527476759" MODIFIED="1199269266351" TEXT="Export to OpenOffice by selecting File, then Export, then As OpenOffice Writer Document from the menu.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196984766369" ID="Freemind_Link_561611184" MODIFIED="1199271927804" TEXT="Note: FreeMind does not (yet) have a spell checker. So you&apos;ll probably want to spell check the document before you do anything else. ">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1199269310249" ID="Freemind_Link_1112076216" MODIFIED="1199269350693" TEXT="Once you&apos;ve got your outline into OpenOffice, you can write the rest of the essay in your wordprocessor as normal.">
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1196984832346" FOLDED="true" ID="Freemind_Link_781772166" MODIFIED="1199267164196" TEXT="Making a presentation">
<edge STYLE="bezier" WIDTH="thin"/>
<linktarget COLOR="#b0b0b0" DESTINATION="Freemind_Link_781772166" ENDARROW="Default" ENDINCLINATION="382;0;" ID="Freemind_Arrow_Link_684972232" SOURCE="Freemind_Link_1494904283" STARTARROW="None" STARTINCLINATION="382;0;"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1199269360021" ID="Freemind_Link_1714771405" MODIFIED="1199269396846" TEXT="FreeMind also provides a good way of outlining PowerPoint presentations.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1199269398250" ID="Freemind_Link_233010529" MODIFIED="1199269426530" TEXT="You&apos;ll need OpenOffice again.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1199269427202" ID="Freemind_Link_1394183501" MODIFIED="1199269452608" TEXT="Follow the instructions above to export your outline to OpenOffice.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1199269453985" ID="Freemind_Link_1549715849" MODIFIED="1199271965985" TEXT="Once you have the outine in OpenOffice, select (from OpenOffice!) File, then Send to, then AutoAbstract to Presentation.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1199269878387" ID="Freemind_Link_23655519" MODIFIED="1199269897500" TEXT="This automatically creates a PowerPoint presentation from your outline.">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1199269725266" ID="Freemind_Link_1027338237" MODIFIED="1199269810148" TEXT="I&apos;ve found that setting &quot;Included Outline Levels&quot; to 2, and &quot;Subpoints per level&quot; to 5 gives the best results.">
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
<node COLOR="#00b439" CREATED="1196982818044" FOLDED="true" ID="Freemind_Link_1657086138" MODIFIED="1196983676153" TEXT="Things to check before you submit your essay">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
<node COLOR="#990000" CREATED="1196984043271" ID="Freemind_Link_1855894453" MODIFIED="1196984898332" TEXT="(This advice doesn&apos;t tell you anything about how to use FreeMind, but it may help you get a better mark in your essay!)">
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196982966244" ID="Freemind_Link_1803078302" MODIFIED="1196983588495" TEXT="Does my essay have a main claim?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" style="margin-bottom: 0cm">
<font size="4" color="#000000">Another way of asking this question is can you sum up in a sentence what the main point is that your essay is making?) If you <i>don't </i>have a main claim (or don't know what your main claim is!), then your essay <i>will not </i>get a good mark. You are assessed on the quality of the argument you put forward for your main claim, and in order to be able to do this we (and you) need to know what your main claim is.</font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983235176" ID="Freemind_Link_107276913" MODIFIED="1196983588497" TEXT="Does my main claim provide a full answer the question that I have been asked?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" style="margin-left: 1.27cm">
<font size="4" color="#000000">You must be honest with yourself at this point: if you suspect that you haven't fully answered the question, then you must either (a) revise your answer so that you <i>do </i>have a full answer to the question, or (b) provide an argument for why it is that the angle you want to bring to the question is legitimate (for example, explain why it is legitimate to focus on just one aspect of the question).</font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983274796" ID="Freemind_Link_1628680821" MODIFIED="1196983588498" TEXT="Have I made it obvious what my main claim is?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" lang="en-GB" style="margin-left: 1.27cm; font-style: normal">
<font size="4" color="#000000">You should state what your main claim is in at least two places, first in the introduction, and second in the conclusion. (The bits in between should be devoted to arguing for your main claim). </font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983304496" ID="Freemind_Link_927542090" MODIFIED="1196983588500" TEXT="Do I have an argument for my main claim?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" style="margin-left: 1.27cm">
<font size="4" color="#000000">What reasons have you put forward as to why a reasonable (but sceptical) person should accept that your main claim is <i>true</i>? If you don't have any reasons (but merely a gut intuition) then you need to go back and revise, and find some arguments.</font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983348548" ID="Freemind_Link_337592890" MODIFIED="1196983588501" TEXT="Is my argument for my main claim sound?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" lang="en-GB" style="margin-left: 1.27cm; font-style: normal">
<font size="4" color="#000000">Does your main claim follow logically from the supporting reasons you put forward? And are those supporting reasons themselves true (or at least plausibly true)?</font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983377809" ID="Freemind_Link_1338320981" MODIFIED="1196983588503" TEXT="Do I have an introduction which provides an overview of the structure of my argument?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" style="margin-left: 1.27cm">
<font size="4" color="#000000">It is not enough e.g. to <i>say </i>that &#x201c;I will be looking at arguments on both sides of this issue and coming to a conclusion&#x201d;. You should tell us <i>which </i>arguments you will be looking at, <i>what</i>your evaluation of each of these arguments will be, and <i>how</i>this analysis justifies the overall main claim you will be making. There are two reasons to give an overview of the structure of your argument: (a) it makes it much easier for the reader to grasp what you are saying, and why; (b) writing a summary of the structure of your argument is a good way of testing that <i>you do in fact </i>have a coherent argument. </font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983437232" ID="Freemind_Link_1521390030" MODIFIED="1196983588504" TEXT="What reasons might a reasonable person have for doubting my main claim?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" style="margin-left: 1.27cm">
<font size="4" color="#000000">Remember that in any academic debate, anything worth saying will be disputed. If you can't think of any reasons why someone might doubt your main claim, it's likely that you are in the grip of a dogmatic certainty that you are right. This is not good: your essay will come across as a rant, which is the last thing you want. </font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983470936" ID="Freemind_Link_1843933327" MODIFIED="1196983588506" TEXT="Have I responded to these reasons for doubting my main claim in a convincing way?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" lang="en-GB" style="margin-left: 1.27cm; font-style: normal">
<font size="4" color="#000000">To be convincing, you might show that the doubts, while reasonable, are not well founded; or you could make your main claim more specific or nuanced in deference to them.</font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983494907" ID="Freemind_Link_982795475" MODIFIED="1196983588508" TEXT="Is there any material in my essay which might seem irrelevant to establishing my main point?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western" style="margin-left: 1.27cm">
<font size="4" color="#000000">If there is, then either delete this material, or explain <i>why </i>this material is after all relevant.</font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
<node COLOR="#990000" CREATED="1196983523930" ID="Freemind_Link_606334721" MODIFIED="1196983588509" TEXT="Have I fully acknowledged all my sources, and marked all quotations as quotations?">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p class="western">
<font color="#000000" size="4">If not then you are guilty of <i>plagiarism. </i>This is a serious offence, and you are likely to fail your course..</font>
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="14"/>
</node>
</node>
</node>
<node COLOR="#0033ff" CREATED="1199269951880" FOLDED="true" ID="Freemind_Link_854745518" MODIFIED="1199272044954" POSITION="right" TEXT="About this map">
<edge STYLE="sharp_bezier" WIDTH="8"/>
<font NAME="SansSerif" SIZE="18"/>
<node COLOR="#00b439" CREATED="1199269969449" ID="Freemind_Link_1464926185" MODIFIED="1199270528585" TEXT="Version 0.1, Jan 2 2008">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1199270594113" ID="Freemind_Link_1351075037" LINK="mailto:j.g.wilson@peak.keele.ac.uk" MODIFIED="1199270993313" TEXT="James Wilson">
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
<node COLOR="#00b439" CREATED="1199269989298" ID="Freemind_Link_1843583599" MODIFIED="1199272081279" TEXT="Notes on this map">
<richcontent TYPE="NOTE"><html>
<head>
</head>
<body>
<p>
This map is intended to help someone who has to write an argumentative essay in a subject such as history or philosophy to write better essays with the help of FreeMind. Copyright for this map resides with the author. Released under the Creative Commons Attribution-ShareAlike licence v.2.00. http://creativecommons.org/licenses/by-sa/2.0/uk/
</p>
<p>
You are free:
</p>
<p>
* to copy, distribute, display, and perform the work
</p>
<p>
* to make derivative works
</p>
<p>
Under the following conditions:
</p>
<p>
* Attribution. You must give the original author credit.
</p>
<p>
* Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a licence identical to this one.
</p>
<p>
</p>
<p>
For any reuse or distribution, you must make clear to others the licence terms of this work.
</p>
<p>
Any of these conditions can be waived if you get permission from the copyright holder.
</p>
<p>
Nothing in this license impairs or restricts the author's moral rights.
</p>
</body>
</html></richcontent>
<edge STYLE="bezier" WIDTH="thin"/>
<font NAME="SansSerif" SIZE="16"/>
</node>
</node>
</node>
</map>