!!!C4. Capacity building\n11. Everyone should have the necessary skills to benefit fully from the Information Society. Therefore capacity building and ICT literacy are essential. ICTs can contribute to achieving universal education worldwide, through delivery of education and training of teachers, and offering improved conditions for lifelong learning, encompassing people that are outside the formal education process, and improving professional skills.\n## Develop domestic policies to ensure that ICTs are fully integrated in education and training at all levels, including in curriculum development, teacher training, institutional administration and management, and in support of the concept of lifelong learning.\n## Develop and promote programmes to eradicate illiteracy using ICTs at national, regional and international levels.\n## Promote e-literacy skills for all, for example by designing and offering courses for public administration, taking advantage of existing facilities such as libraries, multipurpose community centres, public access points and by establishing local ICT training centres with the cooperation of all stakeholders. Special attention should be paid to disadvantaged and vulnerable groups.\n## In the context of national educational policies, and taking into account the need to eradicate adult illiteracy, ensure that young people are equipped with knowledge and skills to use ICTs, including the capacity to analyse and treat information in creative and innovative ways, share their expertise and participate fully in the Information Society.\n## Governments, in cooperation with other stakeholders, should create programmes for capacity building with an emphasis on creating a critical mass of qualified and skilled ICT professionals and experts.\n## Develop pilot projects to demonstrate the impact of ICT-based alternative educational delivery systems, notably for achieving Education for All targets, including basic literacy targets.\n## Work on removing the gender barriers to ICT education and training and promoting equal training opportunities in ICT-related fields for women and girls. Early intervention programmes in science and technology should target young girls with the aim of increasing the number of women in ICT careers. Promote the exchange of best practices on the integration of gender perspectives in ICT education.\n## Empower local communities, especially those in rural and underserved areas, in ICT use and promote the production of useful and socially meaningful content for the benefit of all.\n## Launch education and training programmes, where possible using information networks of traditional nomadic and indigenous peoples, which provide opportunities to fully participate in the Information Society.\n## Design and implement regional and international cooperation activities to enhance the capacity, notably, of leaders and operational staff in developing countries and LDCs, to apply ICTs effectively in the whole range of educational activities. This should include delivery of education outside the educational structure, such as the workplace and at home.\n## Design specific training programmes in the use of ICTs in order to meet the educational needs of information professionals, such as archivists, librarians, museum professionals, scientists, teachers, journalists, postal workers and other relevant professional groups. Training of information professionals should focus not only on new methods and techniques for the development and provision of information and communication services, but also on relevant management skills to ensure the best use of technologies. Training of teachers should focus on the technical aspects of ICTs, on development of content, and on the potential possibilities and challenges of ICTs.\n## Develop distance learning, training and other forms of education and training as part of capacity building programmes. Give special attention to developing countries and especially LDCs in different levels of human resources development.\n## Promote international and regional cooperation in the field of capacity building, including country programmes developed by the United Nations and its Specialized Agencies\n## Launch pilot projects to design new forms of ICT-based networking, linking education, training and research institutions between and among developed and developing countries and countries with economies in transition.\n## Volunteering, if conducted in harmony with national policies and local cultures, can be a valuable asset for raising human capacity to make productive use of ICT tools and build a more inclusive Information Society. Activate volunteer programmes to provide capacity building on ICT for development, particularly in developing countries.\n## Design programmes to train users to develop self-learning and self-development capacities.
<<<\nFrom the [[Plan of Implementation of the World Summit on Sustainable Development|http://www.un-documents.net/jburgpln.htm]]\n<<<\n116. Education is critical for promoting sustainable development. It is therefore essential to mobilize necessary resources, including financial resources at all levels, by bilateral and multilateral donors, including the World Bank and the regional development banks, by civil society and by foundations, to complement the efforts by national governments to pursue the following goals and actions:\n## Meet the [[Millennium development goal|Millennium Development Goals]] of achieving universal primary education, ensuring that, by 2015, children everywhere, boys and girls alike, will be able to complete a full course of primary schooling;\n## Provide all children, particularly those living in rural areas and those living in poverty, especially girls, with the access and opportunity to complete a full course of primary education. \n117. Provide financial assistance and support to education, research, public awareness programmes and developmental institutions in developing countries and countries with economies in transition in order to:\n## Sustain their educational infrastructures and programmes, including those related to environment and public health education;\n## Consider means of avoiding the frequent, serious financial constraints faced by many institutions of higher learning, including universities around the world, particularly in developing countries and countries in transition. \n118. Address the impact of HIV/AIDS on the educational system in those countries seriously affected by the pandemic. \n\n119. Allocate national and international resources for basic education as proposed by the [[Dakar Framework for Action on Education for All|Dakar Framework for Action, Education For All]] and for improved integration of sustainable development into education and in bilateral and multilateral development programmes, and improve integration between publicly funded research and development and development programmes.\n\n120. Eliminate gender disparity in primary and secondary education by 2005, as provided in the Dakar Framework for Action on Education for All, and at all levels of education no later than 2015, to meet the development goals contained in the [[Millennium Declaration|http://www.un-documents.net/a55r2.htm]], with action to ensure, inter alia, equal access to all levels and forms of education, training and capacity-building by gender mainstreaming, and by creating a gender-sensitive educational system.\n\n121. Integrate sustainable development into education systems at all levels of education in order to promote education as a key agent for change.\n\n122. Develop, implement, monitor and review education action plans and programmes at the national, subnational and local levels, as appropriate, that reflect the Dakar Framework for Action on Education for All and that are relevant to local conditions and needs leading to the achievement of community development and make education for sustainable development a part of those plans.\n\n123. Provide all community members with a wide range of formal and non-formal continuing educational opportunities, including volunteer community service programmes, in order to end illiteracy and emphasize the importance of lifelong learning and promote sustainable development.\n\n124. Support the use of education to promote sustainable development, including through urgent actions at all levels to:\n## Integrate information and communications technology in school curriculum development to ensure its access by both rural and urban communities and provide assistance, particularly to developing countries, inter alia, for the establishment of an appropriate enabling environment required for such technology;\n## Promote, as appropriate, affordable and increased access to programmes for students, researchers and engineers from developing countries in the universities and research institutions of developed countries in order to promote the exchange of experience and capacity that will benefit all partners;\n## Continue to implement the work programme of the Commission on Sustainable Development on education for sustainable development;\n## Recommend to the United Nations General Assembly that it consider adopting a ''decade of education for sustainable development'', starting in 2005.
au BufNewFile,BufRead *.rhtml set syn=eruby\nau BufNewFile,BufRead *.rhtml set filetype=html\n \n"set nocompatible " We're running Vim, not Vi!\n:syntax on " Enable syntax highlighting\n:filetype indent on\n"filetype off " Enable filetype detection\n"filetype indent off " Enable filetype-specific indenting\n"filetype plugin off " Enable filetype-specific plugins\n \n:set foldmethod=syntax\n"set foldtext=getline(v:foldstart)\n" you want want to try this: set foldcolumn=3\n"set fillchars=fold:\s " note the whitespace after\n" not necessary but useful (so you can use the TAB key to fold/unfold\n:map <TAB> za\n \n"set background=dark\n:set incsearch\n \nif has("autocmd")\n "ruby code.\n augroup ruby\n autocmd BufReadPre,FileReadPre *.rb,*.rhtml set tabstop=8\n autocmd BufReadPre,FileReadPre *.rb,*.rhtml set softtabstop=2\n autocmd BufReadPre,FileReadPre *.rb,*.rhtml set shiftwidth=2\n" autocmd BufReadPre,FileReadPre *.rb,*.rhtml set noexpandtab\n autocmd Filetype ruby source ~/.vim/ruby-macros.vim\n augroup end\n "html code\n autocmd Filetype html source ~/.vim/html-macros.vim\nendif\n\nmap <c-w><c-f> :FirstExplorerWindow<cr>\nmap <c-w><c-b> :BottomExplorerWindow<cr>\nmap <c-w><c-t> :WMToggle<cr>\n\n\n"remember last line\nset viminfo='10,\s"100,:20,%,n~/.viminfo\n au BufReadPost * if line("'\s"") > 0|if line("'\s"") <= line("$")|exe("norm '\s"")|else|exe "norm $"|endif|endif\n \n" for winmanager\nmap <F2> :WMToggle<CR>\n\n"let Tlist_Inc_Winwidth = 0\nlet Tlist_Enable_Fold_Column = 0\nmap <F3> :Tlist<CR>\n\nmap <F12> <C-W>w\n
''General Assembly resolution 56/116. United Nations Literacy Decade: education for all''\n\n//The General Assembly//,\n\n//Recalling// that in the [[Universal Declaration of Human Rights|http://www.un-documents.net/a3r217a.htm]], the [[International Covenant on Economic, Social and Cultural Rights|http://www.un-documents.net/icescr.htm]] and the [[Convention on the Rights of the Child|http://www.un-documents.net/crc.htm]] the right of every individual to education is recognized as inalienable,\n\n//Recalling also// its resolutions [[42/104|http://www.un-documents.net/a42r104.htm]] of 7 December 1987, by which it proclaimed 1990 as International Literacy Year, and [[54/122|http://www.un-documents.net/a54r122.htm]] of 17 December 1999, in which it requested the Secretary-General, in cooperation with the Director-General of the United Nations Educational, Scientific and Cultural Organization and Member States and with other relevant organizations and bodies, to submit to the General Assembly at its fifty-sixth session a proposal for a United Nations literacy decade, with a draft plan of action and possible time frame for such a decade, on the basis of the outcome of the World Education Forum and the special session of the General Assembly for the five-year review of the World Summit for Social Development,\n\n//Reaffirming// its [[resolution 49/184|http://www.un-documents.net/a49r184.htm]] of 23 December 1994, by which it proclaimed the ten-year period beginning on 1 January 1995 the United Nations Decade for Human Rights Education and appealed to all Governments to intensify their efforts to eradicate illiteracy and to direct education towards the full development of the human personality and to the strengthening of respect for all human rights and fundamental freedoms,\n\n//Taking note //of Commission on Human Rights [[resolution 2001/29|http://www.un-documents.net/ecn40129.htm]] of 20 April 2001 on the right to education,\n\n//Recalling// the [[United Nations Millennium Declaration|http://www.un-documents.net/a55r2.htm]] of 8 September 2000 in which Member States resolved to ensure that, by the year 2015, children everywhere, boys and girls alike, would be able to complete a full course of primary schooling and that girls and boys would have equal access to all levels of education, which requires a renewed commitment to promote literacy for all,\n\n//Recalling also// the [[Copenhagen Declaration on Social Development|http://www.un-documents.net/cope-dec.htm]] and the [[Programme of Action of the World Summit for Social Development|http://www.un-documents.net/poa-wssd.htm]] and the outcome document of the twenty-fourth special session of the General Assembly, entitled "World Summit for Social Development and beyond: achieving social development for all in a globalizing world",\n\n//Convinced// that literacy is crucial to the acquisition, by every child, youth and adult, of essential life skills that enable them to address the challenges they can face in life, and represents an essential step in basic education, which is an indispensable means for effective participation in the societies and economies of the twenty-first century,\n\n//Affirming// that the realization of the right to education, especially for girls, contributes to the eradication of poverty,\n\n//Acknowledging// the activities undertaken at the national and regional levels for the Education for All 2000 assessment of progress towards achieving the goals of education for all, and stressing further the need to redouble efforts in order to meet the basic needs of people of all age groups, in particular girls and women,\n\n//Recognizing// that, despite the significant progress in basic education, especially the increase in primary school enrolment coupled with a growing emphasis on the quality of education, major problems, both emerging and continuing, still persist, which require even more forceful and concerted action at the national and international levels so as to achieve the goal of education for all,\n\n//Deeply concerned// about the persistence of the gender gap in education, which is reflected by the fact that nearly two thirds of the world's adult illiterates are women,\n\n//Urging// Member States, in close partnership with international organizations, as well as non-governmental organizations, to promote the right to education for all and to create conditions for all for learning throughout life,\n\n1. //Takes note// of the report of the Director-General of the United Nations Educational, Scientific and Cultural Organization entitled "Draft proposal and plan for a United Nations literacy decade";\n\n2. //Proclaims// the ten-year period beginning on 1 January 2003 the United Nations Literacy Decade;\n\n3. //Reaffirms// the [[Dakar Framework for Action|Dakar Framework for Action, Education For All]] adopted at the World Education Forum, in which commitments were made to achieve a 50 per cent improvement in levels of adult literacy by 2015 and to improve the quality of education;\n\n4. //Appeals// to all Governments to redouble their efforts to achieve their own goals of education for all by developing national plans in accordance with the Dakar Framework for Action, setting firm targets and timetables, including gender-specific education targets and programmes, to eliminate gender disparities at all levels of education, to combat the illiteracy of women and girls and to ensure that girls and women have full and equal access to education, and by working in active partnership with communities, associations, the media and development agencies to reach those targets;\n\n5. //Also appeals// to all Governments to reinforce political will and develop more inclusive policy-making environments and devise innovative strategies for reaching the poorest and most marginalized groups and for seeking alternative formal and non-formal approaches to learning with a view to achieving the goals of the Decade;\n\n6. //Urges// all Governments to take the lead in the coordination of the Decade activities at the national level, bringing all relevant national actors together in sustained dialogue on policy formulation, implementation and evaluation of literacy efforts;\n\n7. //Reaffirms// that literacy for all is at the heart of basic education for all and that creating literate environments and societies is essential for achieving the goals of eradicating poverty, reducing child mortality, curbing population growth, achieving gender equality and ensuring sustainable development, peace and democracy;\n\n8. //Appeals// to all Governments and to economic and financial organizations and institutions, both national and international, to lend greater financial and material support to the efforts to increase literacy and achieve the goals of education for all and those of the Decade through, inter alia, the 20/20 initiative, as appropriate;\n\n9. //Invites// Member States, the specialized agencies and other organizations of the United Nations system as well as relevant intergovernmental and non-governmental organizations to intensify further their efforts to implement effectively the [[World Declaration on Education for All]], the [[Dakar Framework for Action|Dakar Framework for Action, Education For All]] and the relevant commitments and recommendations to promote literacy made at recent major United Nations conferences and at their five-year reviews with a view to better coordinating their activities and increasing their contribution to development within the framework of the Decade in a manner that is complementary to and coordinated with the ongoing education for all process;\n\n10. //Decides// that the United Nations Educational, Scientific and Cultural Organization should take a coordinating role in stimulating and catalysing the activities at the international level within the framework of the Decade;\n\n11. //Requests// the Secretary-General, in cooperation with the Director-General of the United Nations Educational, Scientific and Cultural Organization, to seek and take into account comments and proposals from Governments and the relevant international organizations on the draft plan for the Decade in order to develop and finalize a well targeted and action-oriented plan of action to be submitted to the General Assembly at its fifty-seventh session;\n\n12. //Decides// to include in the provisional agenda of its fifty-seventh session a question entitled "United Nations Literacy Decade".\n\n@@text-align:right;88th plenary meeting\n19 December 2001@@
''General Assembly Resolution A/RES/57/254''. //20 December 2002//\n\n''United Nations Decade of Education for Sustainable Development''\n\n//The General Assembly//,\n\n//Recalling// [[chapter 36 of Agenda 21|http://www.un-documents.net/a21-36.htm]], on promoting education, public awareness and training, adopted at the United Nations Conference on Environment and Development, held in Rio de Janeiro, Brazil, in 1992,\n\n//Reaffirming// the internationally agreed development goal of achieving universal primary education, in particular that, by 2015, children everywhere, boys and girls alike, will be able to complete a full course of primary schooling,\n\n//Appreciating// the contribution made by the Commission on Sustainable Development to the issue of education for sustainable development since the United Nations Conference on Environment and Development,\n\n//Welcoming// the fact that the [[Plan of Implementation of the World Summit on Sustainable Development|http://www.un-documents.net/jburgpln.htm]] ("Johannesburg Plan of Implementation") confirmed the importance of education for sustainable development and recommended that the General Assembly consider adopting a decade of education for sustainable development starting in 2005,\n\n//Emphasizing// that education is an indispensable element for achieving sustainable development,\n\n1. //Decides// to proclaim the ten-year period beginning on 1 January 2005 the United Nations Decade of Education for Sustainable Development;\n\n2. //Designates// the United Nations Educational, Scientific and Cultural Organization as the lead agency for the promotion of the Decade, and requests it to develop a draft international implementation scheme, clarifying its relationship with the existing educational processes, in particular the [[Dakar Framework for Action|http://www.un-documents.net/dakarfa.htm]] adopted at the World Education Forum/3 and the [[United Nations Literacy Decade|http://www.unesco.org/education/litdecade/]], in consultation with the United Nations and other relevant international organizations, Governments, non-governmental organizations and other stakeholders, with a view to providing recommendations for Governments on how to promote and improve the integration of education for sustainable development in their respective educational strategies and action plans at the appropriate level;\n\n3. //Invites// Governments to consider the inclusion of measures to implement the Decade in their respective educational strategies and action plans by 2005, taking into account the international implementation scheme to be prepared by the United Nations Educational, Scientific and Cultural Organization;\n\n4. //Decides// to include in the provisional agenda of its fifty-eighth session an item entitled "United Nations Decade of Education for Sustainable Development".
The ''59th Annual NGO/DPI Conference'' was held from ''September 6-8, 2006'' at United Nations headquarters in New York. with the theme ''Unfinished Business: Effective Partnerships for Human Security and Sustainable Development''
''AQPERE'' (Association québécoise pour la promotion de l'éducation relative à l'environnement / Québec Association for the Promotion of Environmental Education) - http://www.aqpere.qc.ca - was established in 1990 in response to the Report of the World Commission on Environment and Development (WCED), [[Our Common Future]] - also known as the Brundtland Report after Gro Harlem Brundtland, Chair of the WCED - the landmark report that put the concept of sustanable development on the map, and that pioneered a broad-based consultation process based on the recognition that solutions to the challenges of sustainable development require both the input and participation of all sectors of society. AQPERE's member and partner organizations include major environmental, educational and scientific organizations in Québec, \n
Dr. Robert Litzler, Professor at Rosemont College in Montreal (Québec, Canada), made a brief presentation on [[AQPERE]] (Québec Association for the Promotion of Environmental Education), whose main office is based at Rosemont College. AQPERE was founded in 1990 in response to the publication of the Brundtland Report, [[Our Common Future]], a landmark document that put the issue of [[sustainable development]] on the global agenda and laid the groundwork for the historic [[Earth Summit]] and [[Agenda 21]], Throughout its existence, AQPERE has included a major focus on working with schools and colleges, and is a leading French-speaking environmental education organization, involved in numerous youth- and community-based, hands-on projects throughout the francophone world.\n\nRobert Litzler also described [[Planèt'ERE]] an international forum on Francophone environmental education - also headquartered at Rosemont College - that was first convened in 1997, and held its third forum in Burkina Faso in July 1985, with extensive participation from environmental educators from the French-speaking countries of West Africa' Like AQPERE, Planèt'ERE is committed to the promotion of community-based, hands-on approaches to education for sustainable development, based on the conviction that environmental education is of only limited effectiveness if it is just based on classroom education; it requires hands-on experience in the community if the lessons of sustainability are to take root.\n\nPlanèt' ERE provides a wonderful opportunity for its participants to learn about remarkable achievements of projects in which young people of francophone countries, with their teachers or educators, are actively involved in hands-on efforts to brings tangible solutions to real environmental problems that affect their own communities and their land, and greatly impressed the members of the Canadian delegation to the most recent Planèt' ERE forum.\n\nA power point presentation shown by Professor Litzler, and available on request, showed many examples of the type of projects that are supported and promoted by AQPERE and Planèt' ERE. Among the projects that evoked the most interest among the workshop participants were:\n* elementary school children saving drinking water by the collection of rainwater on the roof of Tournesol School.\n* high school students explaining the pollution of Lake ~Saint-Pierre to the town of ~Sorel-Tracy (by the St. Lawrence River)\n* students of the secondary high-school creating fashionable clothing from recycled material \n* one of a thousand green "Brundtland schools" in Québec receiving Brundtland certification on Earth Day, April 22\n* university students debating the problems of recycling waste.
Abby Dress, whose years of integrated communications career have spanned high-tech, science, healthcare, sustainable development, the arts, education, travel and tourism, is the chief executive officer of Smith & Dress Ltd. She balances her professional activities with academia as a full-time professor of media arts at Long Island University's C.W. Post Campus in Brookville, New York, where she directs its public relations degree program.\n\nWorking with clients ranging from Siemens, Citicorp, and Arrow Electronics to Symbol Technologies, Precipart, Yellowstone National Park, and the Canon Envirothon, Ms. Dress creates and implements pioneering communication and education programs from multimedia campaigns, corporate branding and social responsibility initiatives.\n\nMs. Dress is an accredited member of the Public Relations Society of America since 1995 and a nominated member of the American Institute of Graphic Arts since 1982. She recently co-produced a documentary about women pilots, Wings of Their Own, which premiered at New York's Cradle of Aviation Museum and was included in the New York International Film and Video Festival in Florida and New York. A logo for the National Environmental Education & Training Foundation that she designed with her husband was recognized with a 2006 Clarion Award by the Association of Women in Communication.
This web site has been create on a ''TiddlyWiki'' platform. TiddlyWiki - http://www.tiddlywiki.com - is a remarkably powerful and brilliant form of a "''Wiki''" site / WikiSpace. You may have heard of ''WikiPedia'' - an open, participatory encyclopedia that uses a simplifed of [[HTML]] coding and has been created by tens of thousands of volunteers who contibute new entries, edit, enhance and update old entries, or who monitor one . A ley feature of WikiPedia which is that a wiki site can contains a large number of distinct web pages the ease of linking to other pages on the site generally using double square brackets, e.g. <html>[[new page]]</html>, a built-in search engine, and the ability to edit or create . The name "[[Wiki]] derives from a Hawaiian word - that can be a noun, adjective or adverb - and means ''swift'' or ''quick", and has come to mean any web site, or web site software, that allows quick and easy to create and edit a large of and and in particular, uses a very simple uses a \n\nit is a self contained site, and all that is needed to install it on your own computer is to dowlnoad this page - or an empty TiddlyWiki - using a Javascript-enabled browser - Firefox or SeaMonkey are highly recommended. Wiki is a Hawaiian word meaning ''swift'', and on the basis of that meaning, TiddlyWiki - and variants thereof - surely the Wiki-est form of Wiki sites.\n\nIn the near future, this page will be adapted for a multi-user TiddlyWiki - aka ZiddlyWiki - http://www.ziddlywiki.com - which will make it possible for you to edit and add to the contents. If you want to explore how TiddlyWiki works, you can download this page as an HTML file, and then you will be able to edit it\n\nAn enhanced version of this site will also includes "[[Tiddlers]]' for an extensive set of documents related to the [[UN Decade of Education for Sustainable Development]]: a draft set of these Tiddlers have been generated from a DataPerfect database . In the meantime, the documents are available at http://www.un-documents.net - also generated from the same database and you can do a Google search for these documents by clikcing on [[Google UN documents]].\n\nIf a link is underlined, this means it is an External link; if you click on it it will open in a new browser window. You may want right-click on the link and choose the option "Open link in a new Tab". (This option is not available under Internet Explorer 6.x or below).\n\nIf you have any questions please click on [[Contact]] to send a message.
|@@[[About this web site]]@@ +++ [[TiddlyPerfect]] -<br>[[TiddlyPerfect Sites]] -<br>TiddlyWiki -<br>DataPerfect -<br>[[Tiddlers]] - ===|\n|[[User Options]] +++ [[Search Options]] -<br><<fontSize "font-size:">> -<br>[[Editing Options]] - ===|\n|<<search>>|\n|<<jump>><<renameButton 'jump to an open tiddler'>>|\n|<<closeAll>><<renameButton 'close all tiddlers'>>|\n|<<permaview>>|\n|<<newTiddler "New Tiddler">>|\n|<<saveChanges>>|\n|[[Tiddler Administration]] +++ [[Tiddler Lists]] +++ [[Basic Tiddler Lists]] -<br>[[Alphabetical Tiddlers]] -<br>[[Tiddler Timelines]] +++ [[Tiddler Timeline]] -<br>[[Reverse Timeline]] -<br>[[Event Timeline]] - === <br>[[Shadow Tiddlers]] -<br>[[Missing Tiddlers]] -<br>[[Imported Tiddlers]] -<br>[[Included TiddlyWikis]] - === <br>[[Menus]] +++ [[Main Menu|MainMenu]] -<br>[[Administrative Menu]] -<br>[[Hover Menu|HoverMenu]] -<br>[[Setup Menu]] -/%<br>[[DataPerfect Menus]] -<br>[[Browser Menus]] -<br>[[Building Menus]] -<br>[[Desktop Menus]] -%/ === <br>[[Default Tiddlers|DefaultTiddlers]] -<br>[[Import Tiddlers]] -<br> [[Tagging]] +++ [[Tiddler Tags]] -<br>[[IntelliTagger]] -<br>[[Toggle Tags]] -<br>[[Site Maps]] -<br>[[Tag Adder]] -<br>[[TagglyTagging]] -<br>[[Monkey Tagger]] - === -<br>[[Plugin Macros]] -<br> [[Templates & Stylesheets]] +++ PageTemplate -<br>ViewTemplate -<br>EditTemplate -<br>StyleSheetLayout -<br>StyleSheetColors -<br>[[MainMenuStyles]] -<br>[[TagglyTaggingStyles]] -<br>[[Colour Palette]] - === <br>[[Formatting Tiddlers]] +++ [[Formatting Text]] -<br>[[Headers & Outlines]] -/%<br>[[Tiddly Links]] -%/<br>[[Tables]] -<br>[[Images]] -<br>|WishList -<br>[[ToDoList]] - === ===|\n|@@[[TiddlyPerfect Team]]@@ +++ TiddlyWiki <<version>> -<br>DataPerfect 2.6x -<br>[[WordPerfect]] 5.1+<br>[[More of Dream Team]] - ===|\n|<html><a href="http://bluedot.us/Authoring.aspx" onclick="{var w=window;w.l=w.location;w.SdP='';w.bU=(w.l.protocol=='https:'?'https://'+w.SdP:'http://')+'bluedot.us';w.eUC=encodeURIComponent;function fBkF(){w.l.href=w.bU+'/Authoring.aspx?u='+w.eUC(w.l.href)+'&amp;t='+w.eUC(document.title);}w.gT=w.setTimeout(fBkF,6999);w.d=w.document;w.sT=w.d.body;w.o=w.d.createElement('scri'+'pt');if(typeof w.o!='object')fBkF();w.o.setAttribute('src',w.bU+'/js/Authoring.js');w.o.setAttribute('type','text/javascript');void(w.sT.appendChild(w.o));if(w.event){w.event.returnValue=false;}return false;}" id="BlueDotPartner"><img src="http://bluedot.us/images/partner_79x16_blue.gif" style="border:none"/></a> - <a href="http://del.icio.us/post" onclick="window.open('http://del.icio.us/post?v=4&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif"> del.icio.us</a></html>|\n|@@color:#ffffff;mmmmmmmmmmmmmmmmmmmmmm@@|
<<option chkGenerateAnRssFeed>> GenerateAnRssFeed\n<<option chkOpenInNewWindow>> OpenLinksInNewWindow\n<<option chkSaveEmptyTemplate>> SaveEmptyTemplate\n<<option chkToggleLinks>> Clicking on links to tiddlers that are already open causes them to close\n^^(override with Control or other modifier key)^^\n<<option chkHttpReadOnly>> HideEditingFeatures when viewed over HTTP\n<<option chkForceMinorUpdate>> Treat edits as MinorChanges by preserving date and time\n^^(override with Shift key when clicking 'done' or by pressing Ctrl-Shift-Enter^^\n<<option chkConfirmDelete>> ConfirmBeforeDeleting\nMaximum number of lines in a tiddler edit box: <<option txtMaxEditRows>>\nFolder name for backup files: <<option txtBackupFolder>>\n<<option chkInsertTabs>> Use tab key to insert tab characters instead of jumping to next field\n<<option chkUseInclude>> Include ~TiddlyWikis (IncludeList | IncludeState | [[help|http://tiddlywiki.abego-software.de/#%5B%5BIncludePlugin%20Documentation%5D%5D]])\n^^(Reload this ~TiddlyWiki to make changes become effective)^^\n<<option chkSearchTitles>> Search in tiddler titles\n<<option chkSearchText>> Search in tiddler text\n<<option chkSearchTags>> Search in tiddler tags\n<<option chkSearchTitlesFirst>> Search results show title matches first\n<<option chkSearchList>> Search results show list of matching tiddlers\n<<option chkSearchIncremental>> Incremental searching\n<<option chkSearchTitles>> Search in tiddler titles\n<<option chkSearchText>> Search in tiddler text\n<<option chkSearchTags>> Search in tiddler tags\n<<option chkSearchTitlesFirst>> Search results show title matches first\n<<option chkSearchList>> Search results show list of matching tiddlers\n<<option chkSearchIncremental>> Incremental searching\n''Private Settings: ''<<option chkUsePrivateSettings>> Use private settings. <<option chkMakeSettingPrivateWhenChanged>> Make setting private when changed.&#160;&#160;&#160;[[Show Settings]].\n^^(Private settings are stored in this ~TiddlyWiki, shared settings are stored as cookies. For more information see the [[Settings documentation|SettingsPlugin Documentation]].)^^\n<<option chkUseYourSearch>> Use 'Your Search' //([[more options|YourSearch Options]])//
> [[1. Preamble|http://www.un-documents.net/a21-01.htm]]\n!!! I. Social and Economic Dimensions\n> [[2. International Cooperation to Accelerate Sustainable Development in Developing Countries and Related Domestic Policies|http://www.un-documents.net/a21-02.htm]]\n> [[3. Combating Poverty|http://www.un-documents.net/a21-03.htm]]\n> [[4. Changing Consumption Patterns|http://www.un-documents.net/a21-04.htm]]\n> [[5. Demographic Dynamics and Sustainability|http://www.un-documents.net/a21-05.htm]]\n> [[6. Protecting and Promoting Human Health|http://www.un-documents.net/a21-06.htm]]\n> [[7. Promoting Sustainable Human Settlement Development|http://www.un-documents.net/a21-07.htm]]\n> [[8. Integrating Environment and Development in Decision-Making|http://www.un-documents.net/a21-08.htm]]\n!!! II. Conservation and Management of Resources for Development\n> [[9. Protection of the Atmosphere|http://www.un-documents.net/a21-09.htm]]\n> [[10. Integrated Approach to the Planning and Management of Land Resources|http://www.un-documents.net/a21-10.htm]]\n> [[11. Combating Deforestation|http://www.un-documents.net/a21-11.htm]]\n> [[12. Managing Fragile Ecosystems: Combating Desertification and Drought|http://www.un-documents.net/a21-12.htm]]\n> [[13. Managing Fragile Ecosystems: Sustainable Mountain Development|http://www.un-documents.net/a21-13.htm]]\n> [[14. Promoting Sustainable Agriculture and Rural Development|http://www.un-documents.net/a21-14.htm]]\n> [[15. Conservation of Biological Diversity|http://www.un-documents.net/a21-15.htm]]\n> [[16. Environmentally Sound Management of Biotechnology|http://www.un-documents.net/a21-16.htm]]\n> [[17. Protection of the Oceans, All Kinds of Seas, including Enclosed and Semi-enclosed Seas, and Coastal Areas and the Protection, Rational Use and Development of their Living Resources|http://www.un-documents.net/a21-17.htm]]\n> [[18. Protection of the Quality and Supply of Freshwater Resources: Application of Integrated Approaches to the Development, Management and Use of Water Resources|http://www.un-documents.net/a21-18.htm]]\n> [[19. Environmentally Sound Management of Toxic Chemicals, Including Prevention of Illegal International Traffic in Toxic and Dangerous Products|http://www.un-documents.net/a21-19.htm]]\n> [[20. Environmentally Sound Management of Hazardous Wastes, Including Prevention of Illegal International Traffic in Hazardous Wastes|http://www.un-documents.net/a21-20.htm]]\n> [[21. Environmentally Sound Management of Solid Wastes and Sewage-related Issues|http://www.un-documents.net/a21-21.htm]]\n> [[22. Safe and Environmentally Sound Management of Radioactive Wastes|http://www.un-documents.net/a21-22.htm]]\n!!! III. Strengthening the Role of Major Groups\n> [[23. Preamble|http://www.un-documents.net/a21-23.htm]]\n> [[24. Global Action for Women Towards Sustainable and Equitable Development|http://www.un-documents.net/a21-24.htm]]\n> [[25. Children and Youth in Sustainable Development|http://www.un-documents.net/a21-25.htm]]\n> [[26. Recognizing and Strengthening the Role of Indigenous People and their Communities|http://www.un-documents.net/a21-26.htm]]\n> [[27. Strengthening the Role of Non-governmental Organizations: Partners for Sustainable Development|http://www.un-documents.net/a21-27.htm]]\n> [[28. Local Authorities' Initiatives in Support of Agenda 21|http://www.un-documents.net/a21-28.htm]]\n> [[29. Strengthening the Role of Workers and their Trade Unions|http://www.un-documents.net/a21-29.htm]]\n> [[30. Strengthening the Role of Business and Industry|http://www.un-documents.net/a21-30.htm]]\n> [[31. Scientific and Technological Community|http://www.un-documents.net/a21-31.htm]]\n> [[32. Strengthening the Role of Farmers|http://www.un-documents.net/a21-32.htm]]\n!!! IV. Means of Implementation\n> [[33. Financial Resources and Mechanisms|http://www.un-documents.net/a21-33.htm]]\n> [[34. Transfer of Environmentally Sound Technology, Cooperation and Capacity-building|http://www.un-documents.net/a21-34.htm]]\n> [[35. Science for Sustainable Development|http://www.un-documents.net/a21-35.htm]]\n> [[36. Promoting Education, Public Awareness and Training|http://www.un-documents.net/a21-36.htm]]\n> [[37. National Mechanisms and International Cooperation for Capacity-building in Developing Countries|http://www.un-documents.net/a21-37.htm]]\n> [[38. International Institutional Arrangements|http://www.un-documents.net/a21-38.htm]]\n> [[39. International Legal Instruments and Mechanisms|http://www.un-documents.net/a21-39.htm]]\n> [[40. Information for Decision-making|http://www.un-documents.net/a21-40.htm]]\n
Alan Fortescue is the Director of Education for [[Earthwatch Institute]], an Environmental ~Non-Profit organization that brings science to life for people concerned about the Earth's future. Founded in 1971, Earthwatch supports scientific field research by offering volunteers the opportunity to join research teams around the world. This unique model is creating a systematic change in how the public views science and its role in environmental sustainability. Alan received his Doctorate in Higher Education Leadership, Foundations and Policy from the University of Virginia in 2005. His research interests focus on the relationship between business leadership, international development and the impacts of business activities on the health of the global environment. He is also interested in the role culture plays in shaping public perception of and participation in nature.
/***\n|''Name:''|AliasPlugin|\n|''Source:''|http://www.TiddlyTools.com/#AliasPlugin|\n|''Author:''|Eric Shulman - ELS Design Studios|\n|''License:''|[[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|\n|''~CoreVersion:''|2.0.10|\n\nCreate text-substitution macros that define abbreviations and other "aliases", and then embed them in the rest of your tiddler content to quickly insert common terms, phrases and links without a lot of repetitive typing.\n\n!!!!!Usage\n<<<\nFirst, decide upon a suitable "alias" for the text to be substituted. This is usually a short keyword or other abbreviated term that is easily input with just a few keystrokes. You can use any alias you like, but don't include any spaces in the alias name, since it will be used as the name of the 'alias macro' that is created, and macro names cannot contain spaces.\n\n//Note: If you use an alias name that ''does'' contain spaces, they will be automatically replaced with underscores ("_"), so that the resulting alias name will still be a valid macro name//\n\nTo create alias definitions, embed <html>&lt;&lt;alias <i>newname "text to display"</i>&gt;&gt;</html> macros in a tiddler. These macros don't actually produce any visible output, but simply define the alias macros that you want to use in your document, and thus they can be safely added to practically any tiddler without producing a change in that tiddler's appearance.\n\nIn order to ensure that your aliases are defined and available for use throughout your document, you should add your definitions to a tiddler that you are certain will be displayed when your TW is first loaded, such as MainMenu or SiteTitle (or, any tiddler listed in DefaultTiddlers).\n<<<\n!!!!!Examples\n<<<\n<<alias>> {{{<<alias>>}}}\nmissing alias name: fail safe, do nothing\n\n<<alias alias1>> {{{<<alias alias1>>}}}\nmissing text params, default to text=name (e.g., "<<alias1>>")\n\n<<alias alias2 simple multi-word text substitution>> {{{<<alias alias2 simple multi-word text substitution>>}}}\n<<alias2>>\n\n<<alias "alias3 with spaces" "spaces in aliasname converted to _">> {{{<<alias "alias3 with spaces" "spaces in aliasname converted to _ ">>}}}\n<<alias3_with_spaces>>\n\n<<alias alias4 "multi-line \ntext\nsubstitution">> {{{<<alias alias4 "multi-line\ntext\nsubstitution">>}}}\n<<alias4>>\n<<<\n!!!!!Installation\n<<<\nimport (or copy/paste) the following tiddlers into your document:\n''AliasPlugin'' (tagged with <<tag systemConfig>>)\n^^documentation and javascript for this plugin^^\n<<<\n!!!!!Revision History\n<<<\n''2005.10.09 [1.0.3]''\ncombined documentation and code into a single tiddler\n''2005.08.12 [1.0.0]''\ninitial release\n<<<\n!!!!!Credits\n<<<\nThis feature was developed by EricShulman from [[ELS Design Studios|http:/www.elsdesign.com]]\n<<<\n!!!!!Code\n***/\n//{{{\nversion.extensions.alias= {major: 1, minor: 0, revision: 3, date: new Date(2005,10,9)};\nconfig.macros.alias= { };\nconfig.macros.alias.handler = function(place,macroName,params) {\n var alias=params.shift(); if (!alias) return; alias=alias.replace(/ /g,"_"); // don't allow spaces in alias\n if (config.macros[alias]==undefined) // create new macro (as needed)\n { \n config.macros[alias] = { };\n config.macros[alias].handler =\n function (place,macroName,params)\n { wikify(config.macros[macroName].text,place,null,null); }\n }\n config.macros[alias].text = params[0]?params.join(' '):alias; // set alias text\n}\n//}}}\n
<<list all>>
''Armenian Assembly of America'' works through research, education and advocacy to strengthen U.S./Armenia and U.S./Nagorno Karabakh relations, promotes Armenia's and Karabakh's democratic development and economic prosperity and seeks universal affirmation of the Armenian Genocide.\n\nWith a nation-wide network of volunteer activists, lay leaders, and staff in Washington, Los Angeles, New York, Boston, Yerevan, Stepanakert and Gyumri, the Assembly works with the Administration, Congress, and other policy makers in Washington, D.C., and state legislatures to advance issues of concern to Armenian-Americans. \n\nFor more information, visit http://www.aaainc.org
A central goal of the historic 1992 [[Earth Summit]], at which the [[Framework Convention on Climate Change]] was adopted, was the transition to a new, sustainable development path, based to a significant extent on the broad-based participation of all major groups in society. ''Climate Change 2.0'' - is an initiative of [[Information Habitat: Where Information Lives]] in support of the [[NGO Committee on Education]]'s commitment to the [[UN Decade of Education for Sustainable Development]] (2005-2014). ''Information Habitat'' was founded in May 1990, in the early stages of preparation for the Summit, on the recognition of the critical role that the emerging information and communications revolution could play in that transition. The phenomenal advances in ICT, and their impact on almost all areas of human activity over the seventeen years since its founding have continued to confirm the validity of the initial premise of Information Habitat.\n\nHowever, while there is growing recognition of the significance of ICT as a driver in economic and social development, along with almost universal reliance on the Internet and electronic mail as the principal medium for access to and dissemination of information relating to sustainable development, there still remains very limited appreciation of the profound significance of ICT for sustainable development or of the nature of a development path based in a medium in which the marginal cost of production and economic exchange - in both financial and material terms - is virtually zero.
<<tabs txtMainTab Timeline Timeline TabTimeline Alphabetical 'All tiddlers' TabAll Tags 'All tags' TabTags Missing 'Missing tiddlers' TabMoreMissing Orphans 'Orphaned tiddlers' TabMoreOrphans Shadowed 'Shadowed tiddlers' TabMoreShadowed>>
To make quoted bits of text stand out, you can use BlockQuotes within your [[tiddler]]s, like this:\n\nJeremyRuston said:\n<<<\nA TiddlyWiki is like a blog because it's divided up into neat little chunks, but it encourages you to read it by hyperlinking rather than sequentially: if you like, a non-linear blog analogue that binds the individual microcontent items into a cohesive whole.\n<<<\n\nLike BulletPoints and NumberedBulletPoints, you can have multiple levels of BlockQuotes. Just edit this tiddler to see how it's done.\n\n>level 1\n>level 1\n>>level 2\n>>level 2\n>>>level 3\n>>>level 3\n>>level 2\n>level 1\n
Creating ''Bullets'' is simple.\n* Just add an asterisk\n* at the beginning of a line.\n** If you want to create sub-bullets\n** start the line with two asterisks\n*** And if you want yet another level\n*** use three asterisks\n* Edit this tiddler to see how it's done\n* You can also create NumberedBullets
@@font-size:120%;font-weight:bold;text-align:center;[[NGO Committee on Education]] (A [[CONGO|Conference Of NGOs]] Committee)@@\n!!By-Laws\n!!!Purpose\nThe NGO Committee on Education will:\n# Focus attention on and promote the various programs of formal and non-formal education of the UN intergovernmental agencies, of international institutions, and of NGOs.\n# Promote and facilitate the exchange of knowledge and dissemination of information on formal and non-formal education issues to various governments, civil society organizations, including academia, foundations, etc.\n# Address the issue of literacy for all children and adults, and other aspects of education in order to further enhance the goal of world education for all.\n# Work closely with the other NGO Committees related to the United Nations system and with the various relevant UN Commissions and Conferences.\n!!!Membership\n# Regular Membership: Membership in the Committee is open to Non-Governmental Organizations in consultative status with ECOSOC. These members shall be eligible to vote and hold office.\n# Associate Membership: Any NGO having a formal relationship with the United Nations may become an Associate Member. Such members will not be entitled to hold office or vote on matters of policy.\n# An organization may become a member by submitting and application to the Chairperson or Secretary.\n!!!Officers\n# The officers of the NGO Committee on Education shall be one Chairperson, one Vice-Chairperson, Secretary and Treasurer. Such officers shall be elected for a term of two years, and no person shall be elected to the same office for more than two consecutive terms. Officers must be from NGOs in consultative status.\n# No member may hold more than one office. For purposes of this paragraph the term "office" includes members-at-large of the Executive Committee.\n!!!Duties of Officers\n# The Chairperson shall convene and preside over meetings, promote the general effectiveness of the Committee, and maintain communications with other NGO Committees and with representatives of the UN system. The Chairperson or Vice-Chairperson shall represent the Committee when required.\n# The Secretary shall keep minutes of the meetings of the Committee, a record of the membership, and a record of attendance at meetings. The Secretary shall arrange for distribution of the minutes in advance of the meeting at which they will be approved.\n# The Treasurer shall receive and disburse funds as determined by the Executive Committee and shall be responsible for the maintenance of accounts and shall report regularly to the Committee's membership.\n!!!Executive Committee\n# The responsibility of the Executive Committee shall be to carry on the business of the Committee between meetings. The members of the Committee shall be kept informed of the activities of the Executive Committee through a report from the Chairperson or Vice-Chairperson at regular meetings of the Committee when relevant.\n# The officers with up to four elected members-at-large shall serve as the Executive Committee. Members-at-large shall serve for a term of two years. No person shall be elected for more than two consecutive terms.\n# Members-at-large may be Regular or Associate Members of the Committee, however, voting rules as described in the membership section apply.\n!!!Subcommittees\n# The NGO Committee on Education may establish Subcommittees or Working Groups as needed. The Chairperson of a Subcommittee will be a member //ex officio// of the Executive Committee. Members of such Subcommittees or Working Groups shall elect their own chairs, subject to approval of the Executive Committee.\n!!!Finances\n# Payment of dues of $25.00 to the Treasurer shall entitle members to receive the minutes and other materials determined by the NGO Committee and allow them to vote.\n# The fiscal year shall be from 1 October to 30 September.\n!!Elections\n# A Nominating Committee shall be appointed by the Chairperson, on consultation with other offices, not less than two months prior to the election at the Annual Meetings. The report of the Nominating Committee shall be circulated in writing to all Regular members of the Committee at least three weeks prior to the meeting at which the election is to take place. The Nominating Committee shall not nominate representatives represented by members of the Nominating Committee.\n# The election of officers and members of the Executive Committee shall take place at an Annual Meeting. Elected officers shall take office immediately.\n# Election of officers and procedural matters shall be decided by the majority of member organizations present and voting.\n# A ballot by mail may be taken in the event that a meeting of the Committee is not possible.\n!!!Meetings\n# The Committee shall meet periodically, at least four times a year. The Committee shall hold an Annual Meeting during the month of May or June.\n# A quorum shall consist of a representatives of one-third of the regular member organizations.\n# Recommendations of statements of positions to be submitted to ECOSOC or any of its subsidiary bodies may not be made in the name of the Committee. Joint statements of member organizations may be submitted over the names of those organizations who wish to become signatories to the statement.\n!!!Amendments\n: Proposed amendments to these By-laws shall be submitted to the Chairperson in time for consideration by the Executive Committee and for written circulation to each member organizations not less than two days prior to the date of the proposed adoption. An amendment shall be adopted only after discussion in a plenary meeting of the Committee and upon affirmative vote of two-thirds of these representatives of member organizations present and voting.\n\n//Adopted, November 4, 2000//
''CONGO'' - the ''C''onference ''O''f ''N''on-''G''overnmental ''O''rganizations in Consultative Relationship with the United Nations - is an independent, international, not-for-profit membership association of nongovernmental organizations that facilitates the participation of ~NGOs in United Nations debates and decisions. CONGO is most active in the major UN centers of New York, Geneva, and Vienna, but extends its work to all regions of the world. In 2000. CONGO became an NGO in 'General Consultative Status with the United Nations Economic and Social Council.\n* http://www.ngocongo.org
@@text-align: center;\n!!!Resolution on Information and Communications\nadopted by the\n''20th General Assembly''\nof the\n''Conference Of Non-Governmental Organizations in Consultative Status with ECOSOC (CONGO)''\nGeneva, Switzerland, 3-5 November, 1997@@\n!!!Information and Communications\n<<<\nThe //20th General Assembly of the Conference of NGOs//, meeting in Geneva from 3 to 5 November, 1997,\n\n//Recognizing// the continuing dramatic advances in information and communications technology, and the ways in which these advances are:\n* transforming access to, and participation in, the United Nations system;\n* creating a forum for non-governmental organizations that transcends national boundaries; and\n* enabling structural changes in the relationships between non-governmental organizations and national and local governments; \n//Recognizing also// that there exist very substantial disparities between countries, and within countries, in the extent to which there is effective access to the global information infrastructure;\n\n//Resolves// to consider how the Conference of NGOs and its member organizations can make use of modern information and communications technology to increase their effectiveness and to strengthen the participation of non-governmental organizations in the work of the United Nations system in order to promote the goals of the United Nations. \n<<<\n\n----\n\nResolution proposed by:\n: [[Information Habitat: Where Information Lives]]\n: International Council of Jewish Women
CamelCase refers to words with an initial Capital letter and another Capital letter - a camel's hump - in the middle, e.g. WishList.\n\nAlso referred to as a WikiWord or WikiWords
The ''Catholic International Education Office'' is a non-governmental organization representing world-wide Catholic education as a NGO. Founded in 1952 in Lucerne (Switzerland). It groups the national secretariats of Catholic education from each member country. Organised in five world regions : Africa, America, Europe, Asia and Oceania, Middle and Near-East. General Secretariat established in Brussels (Belgium). Formal relationship with international agencies and institutions working in the field of education:\n* ''UNESCO'': consultative status, category B, since 1958. With a status of formal consultation relationship since 1997.\n* ''ECOSOC'': registered with the Social and Economic Council of the United Nations since 1958. Since 1998, special consultative status.\n* ''UNICEF'': consultative status since 1963.\n* ''Council of Europe'': consultative status since 1965.\n* Collaboration relationship with: ''FAO'' (United Nations Food and Agriculture Organisation), ''ILO'' (International Labour Office), ''OAU'' (Organisation of African Unity), ''OAS'' (Organisation of American States). \n\n\n\nhttp://www.infoiec.org
|left|{{{|left|}}}|\n|| center |{{{| center |}}}|\n|| right|{{{| right|}}}|\n|[[HeaderRows||{{{|h}}} at end of row|h\n|HeaderLevels||{{{! !! !!!}}} etc. at beginning of line|\n|InvokeMacro|''importTiddlers'' macro|{{{<<importTiddlers>>}}}|\n|InlineHTML|<html><h3 align="right">right-aligned-header</h3></html>|{{{<html><h3 align="right">right-aligned-header</h3></html>}}}|\n
Christine Alfsen is a Senior Programme Specialist at United Nations Educational Scientific and Cultural Organisation. From 1999-2005, she developed and managed the Columbia University/UNESCO Joint Program on Biosphere and Society (CUBES) a network combining the strengths of major research institution with UNESCO's global networks supporting globally relevant local strategies for poverty alleviation, environmental sustainability, social inclusion, and conflict mitigation. Christine Alfsen was born in France and received her undergraduate training in Russian and Romanian language in Paris, followed by graduate degrees in Public Law and Development Economics. She has worked in the UN system since 1979, including 18 years in Thailand and Cambodia. She was head of the Natural Resources Sector for the United Nations Transitional Authority in Cambodia (UNTAC) from 1992-1993 and head of the Environment Unit at UNESCO Phnom Penh from 1995-1997. During this time she conceived and managed a UNESCO project on natural resources management of the Tonle Sap Lake, which included the establishment of a legal framework for the protection of the lake as a UNESCO Biosphere Reserve.
<div class='header'>\n<div class='titleLine'>\n<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n</div>\n</div>\n<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>\n<div id='sidebar'>\n<div macro='gradient vert #ffffff #cc9900'><a> </a><div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>\n</div>\n<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>\n</div>\n<div id='displayArea'>\n<div id='messageArea'></div>\n<div id='tiddlerDisplay'></div>\n</div>
/***\n!TiddlyWiki Classic Color Scheme\nDesigned by Jeremy Ruston\n<<tiddler SiteUrl>>#theme:Classic\n\nTo use this color scheme copy the [[ClassicTiddlyWiki]] contents into a tiddler and name it 'StyleSheet' also grab the [[ClassicTemplate]] and copy its contents into a tiddler named 'PageTemplate'.\n\n!Colors Used\n*@@bgcolor(#630):color(#fff): #630@@\n*@@bgcolor(#930): #930@@\n*@@bgcolor(#996633): #963@@\n*@@bgcolor(#c90): #c90@@\n*@@bgcolor(#cf6): #cf6@@\n*@@bgcolor(#cc9): #cc9@@\n*@@bgcolor(#ba9): #ba9@@\n*@@bgcolor(#996): #996@@\n*@@bgcolor(#300):color(#fff): #300@@\n*@@bgcolor(#000000):color(#fff): #000@@\n*@@bgcolor(#666): #666@@\n*@@bgcolor(#888): #888@@\n*@@bgcolor(#aaa): #aaa@@\n*@@bgcolor(#ddd): #ddd@@\n*@@bgcolor(#eee): #eee@@\n*@@bgcolor(#ffffff): #fff@@\n*@@bgcolor(#f00): #f00@@\n*@@bgcolor(#ff3): #ff3@@\n!Generic Rules /%==============================================%/\n***/\n/*{{{*/\nbody {\n background: #fff;\n color: #000;\n}\n\na{\n color: #963;\n}\n\na:hover{\n background: #963;\n color: #fff;\n}\n\na img{\n border: 0;\n}\n\nh1,h2,h3,h4,h5 {\n background: #cc9;\n}\n/*}}}*/\n/***\n!Header /%==================================================%/\n***/\n/*{{{*/\n.header{\n background: #300;\n}\n\n.titleLine {\n color: #fff;\n padding: 5em 0em 1em .5em;\n}\n\n.titleLine a {\n color: #cf6;\n}\n\n.titleLine a:hover {\n background: transparent;\n}\n/*}}}*/\n/***\n!Main Menu /%=================================================%/\n***/\n/*{{{*/\n#mainMenu .button {\n color: #930;\n}\n\n#mainMenu .button:hover {\n color: #cf6;\n background: #930;\n}\n\n#mainMenu li{\n list-style: none;\n}\n/*}}}*/\n/***\n!Sidebar options /%=================================================%/\n~TiddlyLinks and buttons are treated identically in the sidebar and slider panel\n***/\n/*{{{*/\n#sidebar {\n background: #c90;\n right: 0;\n}\n\n#sidebarOptions a{\n color: #930;\n border: 0;\n margin: 0;\n padding: .25em .5em;\n}\n\n#sidebarOptions a:hover {\n color: #cf6;\n background: #930;\n}\n\n#sidebarOptions a:active {\n color: #930;\n background: #cf6;\n}\n\n#sidebarOptions .sliderPanel {\n background: #eea;\n margin: 0;\n}\n\n#sidebarOptions .sliderPanel a {\n color: #930;\n}\n\n#sidebarOptions .sliderPanel a:hover {\n color: #cf6;\n background: #930;\n}\n\n#sidebarOptions .sliderPanel a:active {\n color: #930;\n background: #cf6;\n}\n/*}}}*/\n/***\n!Sidebar tabs /%=================================================%/\n***/\n/*{{{*/\n.tabSelected,.tabContents {\n background: #eea;\n border: 0;\n}\n\n.tabUnselected {\n background: #c90;\n}\n\n#sidebarTabs {\n background: #c90;\n}\n\n#sidebarTabs .tabSelected{\n color: #cf6;\n background: #963;\n}\n\n#sidebarTabs .tabUnselected {\n color: #cf6;\n background: #930;\n}\n\n#sidebarTabs .tabContents{\n background: #963;\n}\n\n#sidebarTabs .txtMoreTab .tabSelected,\n#sidebarTabs .txtMoreTab .tabSelected:hover{\n background: #930;\n color: #cf6;\n}\n\n#sidebarTabs .txtMoreTab .tabUnselected,\n#sidebarTabs .txtMoreTab .tabUnselected:hover{\n background: #300;\n color: #cf6;\n}\n\n#sidebarTabs .txtMoreTab .tabContents {\n background: #930;\n}\n\n#sidebarTabs .tabContents a {\n color: #cf6;\n border: 0;\n}\n\n#sidebarTabs .button.highlight,\n#sidebarTabs .tabContents a:hover {\n background: #cf6;\n color: #300;\n}\n/*}}}*/\n/***\n!Message Area /%=================================================%/\n***/\n/*{{{*/\n#messageArea {\n background: #930;\n color: #fff;\n}\n\n#messageArea a:link, #messageArea a:visited {\n color: #c90;\n}\n\n#messageArea a:hover {\n color: #963;\n background: transparent;\n}\n\n#messageArea a:active {\n color: #fff;\n}\n/*}}}*/\n/***\n!Popup /%=================================================%/\n***/\n/*{{{*/\n.popup {\n background: #eea;\n border: 1px solid #930;\n}\n\n.popup hr {\n color: #963;\n background: #963;\n border-bottom: 1px;\n}\n\n.popup li.disabled {\n color: #ba9;\n}\n\n.popup li a, .popup li a:visited {\n color: #300;\n}\n\n.popup li a:hover {\n background: #930;\n color: #eea;\n}\n/*}}}*/\n/***\n!Tiddler Display /%=================================================%/\n***/\n/*{{{*/\n.tiddler .button {\n color: #930;\n}\n\n.tiddler .button:hover {\n color: #cf6;\n background: #930;\n}\n\n.tiddler .button:active {\n color: #fff;\n background: #c90;\n}\n\n.shadow .title {\n color: #888;\n}\n\n.title {\n color: #422;\n}\n\n.subtitle {\n color: #866;\n}\n\n.toolbar {\n color: #aaa;\n}\n\n.toolbar a,\n.toolbar a:hover{\n border: 0;\n}\n\n.tagging, .tagged {\n border: 1px solid #fff;\n background-color: #ffc;\n}\n\n.selected .tagging, .selected .tagged {\n border: 1px solid #aa6;\n background-color: #ffc;\n}\n\n.tagging .listTitle, .tagged .listTitle {\ncolor: #999999;\n}\n\n.footer {\n color: #ddd;\n}\n\n.selected .footer {\n color: #888;\n}\n\n.sparkline {\n background: #eea;\n border: 0;\n}\n\n.sparktick {\n background: #930;\n}\n\n.errorButton {\n color: #ff0;\n background: #f00;\n}\n\n.zoomer {\n color: #963;\n border: 1px solid #963;\n}\n/*}}}*/\n/***\n''The viewer is where the tiddler content is displayed'' /%------------------------------------------------%/\n***/\n/*{{{*/\n.viewer .button {\n background: #c90;\n color: #300;\n border-right: 1px solid #300;\n border-bottom: 1px solid #300;\n}\n\n.viewer .button:hover {\n background: #eea;\n color: #c90;\n}\n\n.viewer .imageLink{\n background: transparent;\n}\n\n.viewer blockquote {\n border-left: 3px solid #666;\n}\n\n.viewer table {\n border: 2px solid #303030;\n}\n\n.viewer th, thead td {\n background: #996;\n border: 1px solid #606060;\n color: #fff;\n}\n\n.viewer td, .viewer tr {\n border: 1px solid #606060;\n}\n\n.viewer pre {\n border: 1px solid #963;\n background: #eea;\n}\n\n.viewer code {\n color: #630;\n}\n\n.viewer hr {\n border: 0;\n border-top: dashed 1px #606060;\n color: #666;\n}\n\n.highlight, .marked {\n background: #ff3;\n}\n/*}}}*/\n/***\n''The editor replaces the viewer in the tiddler'' /%------------------------------------------------%/\n***/\n/*{{{*/\n.editor input {\n border: 1px solid #000;\n}\n\n.editor textarea {\n border: 1px solid #000;\n width: 100%;\n}\n\n.editorFooter {\n color: #aaa;\n}\n\n.editorFooter a {\n color: #930;\n}\n\n.editorFooter a:hover {\n color: #cf6;\n background: #930;\n}\n\n.editorFooter a:active {\n color: #fff;\n background: #c90;\n}\n/*}}}*/
<div class='toolbar' macro='toolbar -closeTiddler closeOthers +editTiddler permalink references jump newHere'></div>\n<div class='title' macro='view title'></div>\n<div class='subtitle'>modified <span macro='view modified date [[DD MMM YYYY]]'></span>, created <span macro='view created date [[DD MMM YYYY]]'></span></div>\n<div class='tagging' macro='tagging'></div>\n<div class='tagged' macro='tags'></div>\n<div class='viewer' macro='view text wikified'></div>\n<div class='tagClear'></div>
![[Overview]]\n!![[Climate Change Crisis]]\n* [[Nature of the Climate Change]]\n* [[Timelines of Climate Change]]\n* [[Overview: Historic & Projected Trends]]\n!![[CO2 Emissions]]\n* [[Escalating Energy Consumption]]\n* [[Greenhouse Effect]]\n!![[Global Warming]]\n* [[Melting Ice]]\n** [[Vanishing Icecaps]]\n** [[Thermal Currents]]\n** [[Vanishing Glaciers]]\n** [[Meltdown Dynamics]]\n** [[Freshwater Shortages]]\n* [[Sea level rise]]\n** [[Lowlands Loss & Flooding]]\n** [[Small Islands]]\n* [[Extreme Weather]]\n** [[Extreme Storms]]\n** [[Prolongued Droughts]]\n!![[Economics of Climate Change]]\n* [[The Stern Review]] - Macroeconomics\n* [[Grassroots Enterprises]] - Microeconomics\n!![[Vital Responses]]\n* [[Guiding Principles]]\n* [[Wetlands Restoration]]\n* [[Native Tree Planting]]\n* [[Soil Conservation]]\n* [[Composting]]\n* [[Biogas]]\n* [[Permaculture principles]]\n* [[Avoiding dangerous climate change]]\n!![[Open Source Intelligence]]
<<<\n"No problem can be solved from the same level of consciousness that created it."\n//Albert Einstein// (1879 - 1955) Physicist & Nobel Laureate \n<<<\n''Climate Change 2.0'' is being developed from a vision of a collaborative application of [[Web 2.0]] methodologies to the global [[climate change crisis|Climate change crisis]] and incorporating a transition to an [[Open Source]], [[Creative Commons]] climate. ''Climate Change 2.0'' is based on the recognition of the vital contribution that the combination of the [[economics of information|Economics of information]] and information and communications technologies (ICT) can contribute - and already are contributing - to addressing what is increasingly recognized as the greatest challenges to a sustainable common future, through enabling a profound transition to a consciousness ...\n<<<\n"''The Interlocking Crises''\nUntil recently, the planet was a large world in which human activities and their effects were neatly compartmentalized within nations, within sectors (energy, agriculture, trade), and within broad areas of concern (environment, economics, social). These compartments have begun to dissolve. This applies in particular to the various global 'crises' that have seized public concern, particularly over the past decade. These are not separate crises: an environmental crisis, a development crisis, an energy crisis. They are all one."\n//[[Our Common Future, From One Earth to One World|http://www.un-documents.net/ocf-ov.htm]]//\n<<<\nIn ''Climate Change 2.0''\n\nDespite the fact that ICT has made indispensable contributions to the understanding of climate change. the lack of recognition of the current and potential role of ICT - and of the [[economics of information|Economics of information]], in addressing the climate change crisis is striking. Among the many contributions of ICT are the:\n* collection and analysis of the evidence demonstrating the nature and dynamics of climate change would not be possible;\n* use of earth observation satellite imagery\n* extensive and timely collaboration among thousands of research scientists, advocates and activists concerned with climate change;\n* use of the Internet as a key medium in the publication and dissemination of information and publications relating to climate change trends\nHowever, while there is a massive amount of information freely available online in relation to climate change,\n* there is no systematic strategy to optimize the organization of climate change information for a digital environment\n* almost all of the major documents are published as pdf files - a format optimized for printing - and that offers fairly primitive and cumbersome navigational features compared to the combination of HTML, scripting languages and database-driven methodologies\n* the pdf files are generally created without even the incorporation of internal pdf navigational tools, i.e. bookmarks, or with systematic inclusion of hyperlinks to references\nIn addition. although there are some excellent examples of the value of process-oriented ICT, little attention is given to the actual and potential use of ICT in such areas as:\n* monitoring and analyzing industrial energy & resource use, often within the conceptual framework of ''industrial ecology'' - see <<wikipedia "Industrial ecology">> at <<wikipedia Wikipedia>>.\n* monitoring and management of residential & office energy use\n* monitoring and management of traffic congestion & traffic flows\n* energy-saving through substituting the movement of information for the movement of people\n!!![[Background / Context]]\n!!![[Draft Plan of Action]]\n!!![[Current Status]]\n!!![[Related Initiatives]]
To date a number of elements of Climate 2.0 have been under development, with a short-term focus on the development of an online platform for the September 2007 ''60th Annual DPI/NGO Conference'' - on the theme of Climate Change in , and in the broader context of the [[NGO Committee on Education]]'s focus on the [[United Nations Decade of Education for Sustainable Development]], 2005-2014, and related international decades.\n\nThe DPI/NGO Climate Change Conference offers a unique opportunity for a demonstration project of [[Climate Change 2.0]] as it will be the last to be held at the United Nations Headquarters before major renovations begin, and there is strong interest in developing a prototype interactive online framework that would provide for real-time participation in the Conference, for this Conference, and as a model to be used for future Annual DPI/NGO Conferences.\n\nAmong the elements that are under development are the following:\n* [[Climate Change 2.0]]<br>[[www.climate-change-two.net/|http://www.climate-change-two.net/]]\n** [[Climate Change Impacts, Adaptation and Vulnerability]]<br>[[www.climate-change-two.net/ar4-wg2-spm|http://www.climate-change-two.net/ar4-wg2-spm]]\n** [[Rescuing a Planet Under Stress and a Civilization in Trouble: Plan B 3.0 (beta)]]<br>[[www.climate-change-two.net/plan-b/|http://www.climate-change-two.net/plan-b/]]\n** [[The Wealth of Networks: How Social Production Transforms Markets and Freedom]]<br>[[www.climate-change-two.net/wealth-of-networks/|http://www.climate-change-two.net/wealth-of-networks/]]\n** [[Economics of Climate Change: The Stern Review]]<br>[[www.climate-change-two.net/stern-review/|http://www.climate-change-two.net/stern-review/]]\n** [[Education, Youth & Technology for Sustainable Development]]<br>[[www.ngo-education.net/workshop/|http://www.ngo-education.net/workshop/]]\n** [[UN Documents Cooperation Circles: Gathering a Body of Global Agreements]]<br>[[www.un-documents.net/|http://www.un-documents.net/]]\n** [[TiddlyPerfect: An emerging hybrid information species]]<br>[[www.tiddlyperfect.net/|http://www.tiddlyperfect.net/]]
The Summary for Policy Makers of Working Group II of the [[Intergovernmental Panel on Climate Change]] addresses ''Climate Change Impacts, Adaptation and Vulnerability'' was released on April 6, 2007 and provides an overview of the current knowledge about observed impacts of climate change on the natural and human environment, across a wide range of systems and sectors concerning the nature of future impacts, including for some fields not covered in previous assessments, and by regions. The contents of the summary have been reorganized in TiddlyWiki format with the goal of making it easier to read and understand at [[www.climate-change-two.net/ar4-wg2-spm|http://www.climate-change-two.net/ar4-wg2-spm]]. The official version of 23-page summary can be downloaded in pdf format at [[www.ipcc.ch/SPM13apr07.pdf|http://www.ipcc.ch/SPM13apr07.pdf]]
''Education, Youth & Technology for Sustainable Development'' was co-sponsored by:\n* [[NGO Committee on Education]] - a Committee of [[CONGO]] - the Conference Of ~Non-Governmental Organizations in Consultative Relationship with the United Nations\n* [[UNESCO]]\n* [[Rotary International]]\n* [[Information Habitat: Where Information Lives]]\n* [[Armenian Assembly of America]]\n* [[Earthwatch Institute]]
ColorPalette\n|Background |#fff |@@bgcolor(#000000):color(#ffffff):Background@@ |@@bgcolor(#ffffff): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|Foreground |#000 |@@color(#000000):Foreground@@ |@@bgcolor(#000000): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|PrimaryPale |#8cf |@@color(#88ccff):~PrimaryPale@@ |@@bgcolor(#88ccff): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|PrimaryLight |#18f |@@color(#1188ff):~PrimaryLight@@ |@@bgcolor(#1188ff): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|PrimaryMid |#04b |@@color(#0044bb):~PrimaryMid@@ |@@bgcolor(#0044bb): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|PrimaryDark |#017 |@@color(#001177):~PrimaryDark@@ |@@bgcolor(#001177): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|SecondaryPale |#ffc |@@color(#ffffcc):~SecondaryPale@@ |@@bgcolor(#ffffcc): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|SecondaryLight |#fe7 |@@color(#ffee77):~SecondaryLight@@ |@@bgcolor(#ffee77): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|SecondaryMid |#db4 |@@color(#ddbb44):~SecondaryMid@@ |@@bgcolor(#ddbb44): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|SecondaryDark |#841 |@@color(#884411):~SecondaryDark@@ |@@bgcolor(#884411): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|TertiaryPale |#eee |@@color(#eeeeee):~TertiaryPale@@ |@@bgcolor(#eeeeee): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|TertiaryLight |#ccc |@@color(#cccccc):~TertiaryLight@@ |@@bgcolor(#cccccc): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|TertiaryMid |#999 |@@color(#999999):~TertiaryMid@@ |@@bgcolor(#999999): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|TertiaryDark |#666 |@@color(#666666):~TertiaryDark@@ |@@bgcolor(#666666): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n|Error |#f77 |@@color(#ff7777):Error@@ |@@bgcolor(#ff7777): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @@|\n
In addition to this main web site, the [[Information and Communications Sub-Committee]] has been developing a number of web sites for the [[NGO Committee on Education]]:\n* ''UN Documents Cooperation Circles: Gathering a Body of Global Agreements'' - a unique hyperlinked collection of more than five hundred key United Nations documents relating to sustainable development, education, human rights, peace, etc., including the agreements from most of the major global conferences organized by the United Nations and a significant number of important conventions / treaties. http://www.un-documents.net [[Read more details|UN Documents Cooperation Circles: Gathering a Body of Global Agreements]] \n* ''The Wealth of Networks: How Social Production Transforms Markets and Freedom'' - an HTML adaptation of the highly acclaimed book, released under a [[Creative Commons]] licence, on the nature and dynamics of a 'networked information economy' by ''Yochai Benkler''. Professor of Law at Yale University and New York University. http://www.ngo-education.net/wealth-of-networks/ [[Read more details|The Wealth of Networks: How Social Production Transforms Markets and Freedom]]
[[Diane Paravazian]] thanked the presenters and participants for creating a very successful workshop, and encouraged all to work together in the realization of the goals of the Decade of Education for Sustainable Development. The workshop session was followed by much lively networking among participants and a fruitful meeting of the presenters, hosted by UNESCO, to discuss follow-up activities.
''CONGO'' - the ''C''onference ''O''f ''N''on-''G''overnmental ''O''rganizations in Consultative Relationship with the United Nations - is an independent, international, not-for-profit membership association of nongovernmental organizations that facilitates the participation of NGOs in United Nations debates and decisions. CONGO is most active in the major UN centers of New York, Geneva, and Vienna, but extends its work to all regions of the world. In 2002. CONGO became accredited in its own right as an NGO in General Consultative Status with the United Nations Economic and Social Council.\n* http://www.ngocongo.org
SideBarTabs\n|[[Timeline|TabTimeline]]|[[All|TabAll]]|[[Tags|TabTags]]|>|>|[[More|TabMore]] |\n|>|>||[[Missing|TabMoreMissing]]|[[Orphans|TabMoreOrphans]]|[[Shadowed|TabMoreShadowed]]|\n* MartinBudden
<html><hide linebreaks>\nPlease use this form to send any messages, comments or questions about this site or about the workshop:\n<p>\n<form method=post target=email action="http://cgi.eytv4sfc.net/gdform.cgi" style="display:inline">\n<input type=hidden name=to value="seasons-of-peace@earthlink.net.net">\n<input type=hidden name=subject value="Workshop feedback">\n<input type=hidden name=prefix value="DPI/NGO Workshop">\n<input type=hidden name=url value="javascript:window.close();">\n<input type=text name=from style="width:49%" value="your name" onfocus="this.select()"><!--\n--><input type=text name=reply style="width:49%" value="your email address" onfocus="this.select()"><br>\n<font size=-2>Your message:</font><br>\n<textarea rows=7 cols=50 name=text style="width:98%" onfocus="this.select()"></textarea><br>\n<font size=-2>Enter your information, comments or questions, then press </font><input type=submit value="send"></form>\n<p>\nPlease note that your message will probably remain here are you have sent it, and that doesn't mean the message hasn't been sent!\n</html>\n
You can wrap any text in an HTML {{{<span>}}} or {{{<div>}}} with a specified CSS class. This allows custom CSS styling in a nice, modular way. By placing a rule in your StyleSheet tiddler like {{{.wrappingClass{color: #666; background: #bbb} }}} you can markup a piece of text in the tiddler using this code:\n\n{{{\n{{wrappingClass{Text that is now accentuated}}}\n}}}\n\n{{wrappingClass{Text that is now accentuated}}}\n\nBy default, the text is placed in a {{{<span>}}}. To use a {{{<div>}}} instead, insert a line break before the text:\n\n{{{\n{{wrappingClass{\nText that is now accentuated}}}\n}}}\n\n{{wrappingClass{\nText that is now accentuated}}}\n
/***\n|Name|HoverMenuPlugin|\n|Created by|[[Saq Imtiaz]]|\n|Location|http://tw.lewcid.org/#HoverMenuPlugin|\n|Version|1.11|\n|Requires|~TW2.x|\n|Description: |Provides a hovering menu on the edge of the screen for commonly used commands, that scrolls with the page. |\n|Demo: |Observe the hovering menu on the right edge of the screen. |\n|Installation: |Copy the contents of this tiddler to your TW, tag with systemConfig, save and reload your TW. |\nTo customize your HoverMenu, edit the HoverMenu shadow tiddler.\n\nTo customize whether the menu sticks to the right or left edge of the screen, and its start position, edit the HoverMenu configuration settings part of the code below. It's well documented, so don't be scared!\n\nThe menu has an id of hoverMenu, in case you want to style the buttons in it using css.\n\n!Notes:\nSince the default HoverMenu contains buttons for toggling the side bar and jumping to the top of the screen and to open tiddlers, the ToggleSideBarMacro, JumpMacro and the JumpToTopMacro are included in this tiddler, so you dont need to install them separately. Having them installed separately as well could lead to complications.\n\nIf you dont intend to use these three macros at all, feel free to remove those sections of code in this tiddler.\n\n!To Do:\n* rework code to allow multiple hovering menus in different positions, horizontal etc.\n* incorporate code for keyboard shortcuts that correspond to the buttons in the hovermenu\n\n!History:\n*03-08-06, ver 1.1.2: compatibility fix with SelectThemePlugin\n*03-08-06, ver 1.11: fixed error with button tooltips\n*27-07-06, ver 1.1 : added JumpMacro to hoverMenu\n*23-07-06\n\n!Code\n***/\n\n/***\nstart HoverMenu plugin code\n***/\n//{{{\nconfig.hoverMenu={};\n//}}}\n\n/***\nHoverMenu configuration settings\n***/\n//{{{\nconfig.hoverMenu.settings={\n align: 'right', //align menu to right or left side of screen, possible values are 'right' and 'left' \n x: 18, // horizontal distance of menu from side of screen, increase to your liking.\n y: 200 //vertical distance of menu from top of screen at start, increase or decrease to your liking\n };\n//}}}\n\n//{{{\n//continue HoverMenu plugin code\nconfig.hoverMenu.handler=function()\n{ \n if (!document.getElementById("hoverMenu"))\n {\n var theMenu = createTiddlyElement(document.getElementById("contentWrapper"), "div","hoverMenu");\n theMenu.setAttribute("refresh","content");\n theMenu.setAttribute("tiddler","HoverMenu");\n var menuContent = store.getTiddlerText("HoverMenu");\n wikify(menuContent,theMenu);\n }\n\n var Xloc = this.settings.x;\n Yloc =this.settings.y;\n var ns = (navigator.appName.indexOf("Netscape") != -1);\n function SetMenu(id)\n {\n var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];\n if(document.layers)GetElements.style=GetElements;\n GetElements.sP=function(x,y){this.style[config.hoverMenu.settings.align]=x +"px";this.style.top=y +"px";};\n GetElements.x = Xloc;\n GetElements.y = findScrollY();\n GetElements.y += Yloc;\n return GetElements;\n }\n window.LoCate_XY=function()\n {\n var pY = findScrollY();\n ftlObj.y += (pY + Yloc - ftlObj.y)/15;\n ftlObj.sP(ftlObj.x, ftlObj.y);\n setTimeout("LoCate_XY()", 10);\n }\n ftlObj = SetMenu("hoverMenu");\n LoCate_XY();\n};\n\nwindow.old_lewcid_hovermenu_restart = restart;\nrestart = function()\n{\n window.old_lewcid_hovermenu_restart();\n config.hoverMenu.handler();\n};\n\nsetStylesheet(\n"#hoverMenu .imgLink, #hoverMenu .imgLink:hover {border:none; padding:0px; float:right; margin-bottom:2px; margin-top:0px;}\sn"+\n"#hoverMenu .button, #hoverMenu .tiddlyLink {border:none; font-weight:bold; background:#18f; color:#FFF; padding:0 5px; float:right; margin-bottom:4px;}\sn"+\n"#hoverMenu .button:hover, #hoverMenu .tiddlyLink:hover {font-weight:bold; border:none; color:#fff; background:#000; padding:0 5px; float:right; margin-bottom:4px;}\sn"+\n"#hoverMenu .button {width:100%; text-align:center}"+\n"#hoverMenu { position:absolute; width:7px;}\sn"+\n"\sn","hoverMenuStyles");\n\n\nconfig.macros.renameButton={};\nconfig.macros.renameButton.handler = function(place,macroName,params,wikifier,paramString,tiddler)\n{\n\n if (place.lastChild.tagName!="BR")\n {\n place.lastChild.firstChild.data = params[0];\n if (params[1]) {place.lastChild.title = params[1];}\n }\n};\n\nconfig.shadowTiddlers["HoverMenu"]="<<top>>\sn<<toggleSideBar>><<renameButton '>' >>\sn<<jump j '' top>>\sn<<saveChanges>><<renameButton s 'Save TiddlyWiki'>>\sn<<newTiddler>><<renameButton n>>\sn";\n//}}}\n//end HoverMenu plugin code\n\n//Start ToggleSideBarMacro code\n//{{{\nconfig.macros.toggleSideBar={};\n\nconfig.macros.toggleSideBar.settings={\n styleHide : "#sidebar { display: none;}\sn"+"#contentWrapper #displayArea { margin-right: 1em;}\sn"+"",\n styleShow : " ",\n arrow1: "«",\n arrow2: "»"\n};\n\nconfig.macros.toggleSideBar.handler=function (place,macroName,params,wikifier,paramString,tiddler)\n{\n var tooltip= params[1]||'toggle sidebar';\n var mode = (params[2] && params[2]=="hide")? "hide":"show";\n var arrow = (mode == "hide")? this.settings.arrow1:this.settings.arrow2;\n var label= (params[0]&&params[0]!='.')?params[0]+" "+arrow:arrow;\n var theBtn = createTiddlyButton(place,label,tooltip,this.onToggleSideBar,"button HideSideBarButton");\n if (mode == "hide")\n { \n (document.getElementById("sidebar")).setAttribute("toggle","hide");\n setStylesheet(this.settings.styleHide,"ToggleSideBarStyles");\n }\n};\n\nconfig.macros.toggleSideBar.onToggleSideBar = function(){\n var sidebar = document.getElementById("sidebar");\n var settings = config.macros.toggleSideBar.settings;\n if (sidebar.getAttribute("toggle")=='hide')\n {\n setStylesheet(settings.styleShow,"ToggleSideBarStyles");\n sidebar.setAttribute("toggle","show");\n this.firstChild.data= (this.firstChild.data).replace(settings.arrow1,settings.arrow2);\n }\n else\n { \n setStylesheet(settings.styleHide,"ToggleSideBarStyles");\n sidebar.setAttribute("toggle","hide");\n this.firstChild.data= (this.firstChild.data).replace(settings.arrow2,settings.arrow1);\n }\n\n return false;\n}\n\nsetStylesheet(".HideSideBarButton .button {font-weight:bold; padding: 0 5px;}\sn","ToggleSideBarButtonStyles");\n//}}}\n//end ToggleSideBarMacro code\n\n//start JumpToTopMacro code\n//{{{\nconfig.macros.top={};\nconfig.macros.top.handler=function(place,macroName)\n{\n createTiddlyButton(place,"^","jump to top",this.onclick);\n}\nconfig.macros.top.onclick=function()\n{\n window.scrollTo(0,0);\n};\n\nconfig.commands.top =\n{\n text:" ^ ",\n tooltip:"jump to top"\n};\n\nconfig.commands.top.handler = function(event,src,title)\n{\n window.scrollTo(0,0);\n}\n//}}}\n//end JumpToStartMacro code\n\n//start JumpMacro code\n//{{{\nconfig.macros.jump= {};\nconfig.macros.jump.handler = function (place,macroName,params,wikifier,paramString,tiddler)\n{\n var label = (params[0] && params[0]!=".")? params[0]: 'jump';\n var tooltip = (params[1] && params[1]!=".")? params[1]: 'jump to an open tiddler';\n var top = (params[2] && params[2]=='top') ? true: false; \n\n var btn =createTiddlyButton(place,label,tooltip,this.onclick);\n if (top==true)\n btn.setAttribute("top","true")\n}\n\nconfig.macros.jump.onclick = function(e)\n{\n if (!e) var e = window.event;\n var theTarget = resolveTarget(e);\n var top = theTarget.getAttribute("top");\n var popup = Popup.create(this);\n if(popup)\n {\n if(top=="true")\n {createTiddlyButton(createTiddlyElement(popup,"li"),'Top ↑','Top of TW',config.macros.jump.top);\n createTiddlyElement(popup,"hr");}\n \n story.forEachTiddler(function(title,element) {\n createTiddlyLink(createTiddlyElement(popup,"li"),title,true);\n });\n }\n Popup.show(popup,false);\n e.cancelBubble = true;\n if (e.stopPropagation) e.stopPropagation();\n return false;\n}\n\nconfig.macros.jump.top = function()\n{\n window.scrollTo(0,0);\n}\n//}}}\n//end JumpMacro code\n\n//utility functions\n//{{{\nPopup.show = function(unused,slowly)\n{\n var curr = Popup.stack[Popup.stack.length-1];\n var rootLeft = findPosX(curr.root);\n var rootTop = findPosY(curr.root);\n var rootHeight = curr.root.offsetHeight;\n var popupLeft = rootLeft;\n var popupTop = rootTop + rootHeight;\n var popupWidth = curr.popup.offsetWidth;\n var winWidth = findWindowWidth();\n if (isChild(curr.root,'hoverMenu'))\n var x = config.hoverMenu.settings.x;\n else\n var x = 0;\n if(popupLeft + popupWidth+x > winWidth)\n popupLeft = winWidth - popupWidth -x;\n if (isChild(curr.root,'hoverMenu'))\n {curr.popup.style.right = x + "px";}\n else\n curr.popup.style.left = popupLeft + "px";\n curr.popup.style.top = popupTop + "px";\n curr.popup.style.display = "block";\n addClass(curr.root,"highlight");\n if(config.options.chkAnimate)\n anim.startAnimating(new Scroller(curr.popup,slowly));\n else\n window.scrollTo(0,ensureVisible(curr.popup));\n}\n\nwindow.isChild = function(e,parentId) {\n while (e != null) {\n var parent = document.getElementById(parentId);\n if (parent == e) return true;\n e = e.parentNode;\n }\n return false;\n};\n//}}}\n\n\n
This page documents custom macros that ServerSideWiki provides.\n\n!incomingTags <sortby>\nDisplay a nicely formatted list of tiddlers which are tagged with the current tiddlers name. Mainly created to provide a feature like what SimonBaird's implimentation does by default.\n\n>''sortby'' might be "title", "modified", "modified DESC",etc... default is title\n\nFor example this tiddle is tagged "Documentation"... if you go to the [[Documentation]] tiddler you will find this tiddle listed.\n\n!newTodolist\nCreates a button that creates a template for a new todolist that works with the auto checkmarking and moving items around BackPack style.\n\n!addnewtodo\nCreate a "add new todo" button when added to the bottom of a tiddler and enchances the existing check/uncheck functionality by allowing you to add items without directly editing the tiddler
Sometimes it's necessary to include custom HTML markup in the {{{<head>}}} of a TiddlyWiki file - typically for compatibility with ad serving software, external libraries, or for custom meta tags. The CustomMarkup operation defines four shadow tiddlers whose contents are spliced into the saved HTML file. (If you do a view/source you'll see the markers referred to below).\n|!Title |!Location |!Marker |\n|MarkupPreHead |Start of the {{{<head>}}} section |{{{<!--PRE-HEAD-START-->}}} |\n|MarkupPostHead |End of the {{{<head>}}} section |{{{<!--POST-HEAD-START-->}}} |\n|MarkupPreBody |Start of the {{{<body>}}} section |{{{<!--PRE-BODY-START-->}}} |\n|MarkupPostBody |End of the {{{<body>}}} section |{{{<!--POST-BODY-START-->}}} |\nMarkupPreHead is the only one with shadow content: a link to the default location of the RSS feed.\n\n* From JeremyRuston
Starting with this revision, you can skin TiddlyWiki with a special StyleSheet tiddler containing your own CSS style sheet declarations. Unlike hacking the HTML directly, the StyleSheet tiddler withstands upgrading to a new version of the TiddlyWiki code (see HowToUpgrade). You can also use the NestedStyleSheets feature to structure your CSS declarations.\n\nThe ExampleStyleSheet shows some of the basic options you can control (see AnotherExampleStyleSheet for more complex examples). SaveChanges and then click refresh in your browser to see StyleSheet changes. Any errors in your CSS syntax will be caught and displayed, but they shouldn't stop TiddlyWiki from working.
!!Education For All: Meeting Our Collective Commitments\n# Meeting in Dakar, Senegal, in April 2000, we, the participants in the World Education Forum, commit ourselves to the achievement of education for all (EFA) goals and targets for every citizen and for every society.\n# The Dakar Framework is a collective commitment to action. Governments have an obligation to ensure that EFA goals and targets are reached and sustained. This is a responsibility that will be met most effectively through broad-based partnerships within countries, supported by cooperation with regional and international agencies and institutions.\n# We re-affirm the vision of the [[World Declaration on Education for All]] (Jomtien 1990), supported by the [[Universal Declaration of Human Rights|http://www.un-documents.net/a3r217a.htm]] and the [[Convention on the Rights of the Child|http://www.un-documents.net/crc.htm]], that all children, young people and adults have the human right to benefit from an education that will meet their basic learning needs in the best and fullest sense of the term, an education that includes learning to know, to do, to live together and to be. It is an education geared to tapping each individual's talents and potential, and developing learners' personalities, so that they can improve their lives and transform their societies.\n# We welcome the commitments made by the international community to basic education throughout the 1990s, notably at the [[World Summit for Children|http://www.un-documents.net/wsc-dec.htm]] (1990), the [[Conference on Environment and Development|http://www.un-documents.net/a21-36.htm]] (1992), the [[World Conference on Human Rights|http://www.un-documents.net/ac157-23.htm]] (1993), the World Conference on Special Needs Education: Access and Quality (1994), the [[International Conference on Population and Development|http://www.un-documents.net/ac171-13.htm]] (1994), the [[World Summit for Social Development|http://www.un-documents.net/cope-dec.htm]] (1995), the [[Fourth World Conference on Women|http://www.un-documents.net/ac177-20.htm]] (1995), the [[Mid-Term Meeting of the International Consultative Forum on Education for All|The Amman Affirmation: Education for all: Achieving the goal]] (1996), the Fifth International Conference on Adult Education (1997), and the International Conference on Child Labour (1997). The challenge now is to deliver on these commitments.\n# The EFA 2000 Assessment demonstrates that there has been significant progress in many countries. But it is unacceptable in the year 2000 that more than 113 million children have no access to primary education, 880 million adults are illiterate, gender discrimination continues to permeate education systems, and the quality of learning and the acquisition of human values and skills fall far short of the aspirations and needs of individuals and societies. Youth and adults are denied access to the skills and knowledge necessary for gainful employment and full participation in their societies. Without accelerated progress towards education for all, national and internationally agreed targets for poverty reduction will be missed, and inequalities between countries and within societies will widen.\n# Education is a fundamental human right. It is the key to sustainable development and peace and stability within and among countries, and thus an indispensable means for effective participation in the societies and economies of the twenty-first century, which are affected by rapid globalization. Achieving EFA goals should be postponed no longer. The basic learning needs of all can and must be met as a matter of urgency.\n# We hereby collectively commit ourselves to the attainment of the following goals:\n## expanding and improving comprehensive early childhood care and education, especially for the most vulnerable and disadvantaged children;\n## ensuring that by 2015 all children, particularly girls, children in difficult circumstances and those belonging to ethnic minorities, have access to and complete free and compulsory primary education of good quality;\n## ensuring that the learning needs of all young people and adults are met through equitable access to appropriate learning and life skills programmes;\n## achieving a 50 per cent improvement in levels of adult literacy by 2015, especially for women, and equitable access to basic and continuing education for all adults;\n## eliminating gender disparities in primary and secondary education by 2005, and achieving gender equality in education by 2015, with a focus on ensuring girls' full and equal access to and achievement in basic education of good quality;\n## improving all aspects of the quality of education and ensuring excellence of all so that recognized and measurable learning outcomes are achieved by all, especially in literacy, numeracy and essential life skills.\n# To achieve these goals, we the governments, organizations, agencies, groups and associations represented at the World Education Forum pledge ourselves to:\n## mobilize strong national and international political commitment for education for all, develop national action plans and enhance significantly investment in basic education;\n## promote EFA policies within a sustainable and well-integrated sector framework clearly linked to poverty elimination and development strategies;\n## ensure the engagement and participation of civil society in the formulation, implementation and monitoring of strategies for educational development;\n## develop responsive, participatory and accountable systems of educational governance and management;\n## meet the needs of education systems affected by conflict, national calamities and instability and conduct educational programmes in ways that promote mutual understanding, peace and tolerance, and help to prevent violence and conflict;\n## implement integrated strategies for gender equality in education which recognize the need for changes in attitudes, values and practices;\n## implement as a matter of urgency education programmes and actions to combat the HIV/AIDS pandemic;\n## create safe, healthy, inclusive and equitably resourced educational environments conducive to excellence in learning with clearly defined levels of achievement for all;\n## enhance the status, morale and professionalism of teachers;\n## harness new information and communication technologies to help achieve EFA goals;\n## systematically monitor progress towards EFA goals and strategies at the national, regional and international levels; and\n## build on existing mechanisms to accelerate progress towards education for all.\n# Drawing on the evidence accumulated during the national and regional EFA assessments, and building on existing national sector strategies, all States will be requested to develop or strengthen existing national plans of action by 2002 at the latest. These plans should be integrated into a wider poverty reduction and development framework, and should be developed through more transparent and democratic processes, involving stakeholders, especially peoples' representatives, community leaders, parents, learners, non-governmental organizations (NGOs) and civil society. The plans will address problems associated with the chronic under-financing of basic education by establishing budget priorities that reflect a commitment to achieving EFA goals and targets at the earliest possible date, and no later than 2015. They will also set out clear strategies for overcoming the special problems facing those currently excluded from educational opportunities, with a clear commitment to girls' education and gender equity. The plans will give substance and form to the goals and strategies set out in this Framework, and to the commitments made during a succession of international conferences in the 1990s. Regional activities to support national strategies will be based on strengthened regional and subregional organizations, networks and initiatives.\n# Political will and stronger national leadership are needed for the effective and successful implementation of national plans in each of the countries concerned. However, political will must be underpinned by resources. The international community acknowledges that many countries currently lack the resources to achieve education for all within an acceptable time-frame. New financial resources, preferably in the form of grants and concessional assistance, must therefore be mobilized by bilateral and multilateral funding agencies, including the World Bank and regional development banks, and the private sector. We affirm that no countries seriously committed to education for all will be thwarted in their achievement of this goal by a lack of resources.\n# The international community will deliver on this collective commitment by launching with immediate effect a global initiative aimed at developing the strategies and mobilizing the resources needed to provide effective support to national efforts. Options to be considered under this initiative will include:\n## increasing external finance for education, in particular basic education;\n## ensuring greater predictability in the flow of external assistance;\n## facilitating more effective donor coordination;\n## strengthening sector-wide approaches;\n## providing earlier, more extensive and broader debt relief and/or debt cancellation for poverty reduction, with a strong commitment to basic education; and\n## undertaking more effective and regular monitoring of progress towards EFA goals and targets, including periodic assessments.\n# There is already evidence from many countries of what can be achieved through strong national strategies supported by effective development cooperation. Progress under these strategies could - and must - be accelerated through increased international support. At the same time, countries with less developed strategies - including countries in transition, countries affected by conflict, and post-crisis countries - must be given the support they need to achieve more rapid progress towards education for all.\n# We will strengthen accountable international and regional mechanisms to give clear expression to these commitments and to ensure that the Dakar Framework for Action is on the agenda of every international and regional organization, every national legislature and every local decision-making forum.\n# The EFA 2000 Assessment highlights that the challenge of education for all is greatest in sub-Saharan Africa, in South Asia, and in the least developed countries. Accordingly, while no country in need should be denied international assistance, priority should be given to these regions and countries. Countries in conflict or undergoing reconstruction should also be given special attention in building up their education systems to meet the needs of all learners.\n# Implementation of the preceding goals and strategies will require national, regional and international mechanisms to be galvanized immediately. To be most effective these mechanisms will be participatory and, wherever possible, build on what already exists. They will include representatives of all stakeholders and partners and they will operate in transparent and accountable ways. They will respond comprehensively to the word and spirit of the Jomtien Declaration and this Dakar Framework for Action. The functions of these mechanisms will include, to varying degrees, advocacy, resource mobilization, monitoring, and EFA knowledge generation and sharing.\n# The heart of EFA activity lies at the country level. National EFA Forums will be strengthened or established to support the achievement of EFA. All relevant ministries and national civil society organizations will be systematically represented in these Forums. They should be transparent and democratic and should constitute a framework for implementation at subnational levels. Countries will prepare comprehensive National EFA Plans by 2002 at the latest. For those countries with significant challenges, such as complex crises or natural disasters, special technical support will be provided by the international community. Each National EFA Plan will:\n## be developed by government leadership in direct and systematic consultation with national civil society;\n## attract co-ordinated support of all development partners;\n## specify reforms addressing the six EFA goals;\n## establish a sustainable financial framework;\n## be time-bound and action-oriented;\n## include mid-term performance indicators; and\n## achieve a synergy of all human development efforts, through its inclusion within the national development planning framework and process.\n# Where these processes and a credible plan are in place, partner members of the international community undertake to work in a consistent, co-ordinated and coherent manner. Each partner will contribute according to its comparative advantage in support of the National EFA Plans to ensure that resource gaps are filled.\n# Regional activities to support national efforts will be based on existing regional and subregional organizations, networks and initiatives, augmented where necessary. Regions and subregions will decide on a lead EFA network that will become the Regional or Subregional Forum with an explicit EFA mandate. Systematic involvement of, and co-ordination with, all relevant civil society and other regional and subregional organizations are essential. These Regional and Subregional EFA Forums will be linked organically with, and be accountable to, National EFA Forums. Their functions will be: co-ordination with all relevant networks; setting and monitoring regional/subregional targets; advocacy; policy dialogue; the promotion of partnerships and technical cooperation; the sharing of best practices and lessons learned; monitoring and reporting for accountability; and promoting resource mobilization. Regional and international support will be available to strengthen Regional and Subregional Forums and relevant EFA capacities, especially within Africa and South Asia.\n# UNESCO will continue its mandated role in co-ordinating EFA partners and maintaining their collaborative momentum. In line with this, UNESCO's Director-General will convene annually a high-level, small and flexible group. It will serve as a lever for political commitment and technical and financial resource mobilization. Informed by a monitoring report from the UNESCO International Institute for Educational Planning (IIEP), the UNESCO International Bureau of Education (IBE), the UNESCO Institute for Education (UIE) and, in particular, the UNESCO Institute of Statistics, and inputs from Regional and Subregional EFA Forums, it will also be an opportunity to hold the global community to account for commitments made in Dakar. It will be composed of highest-level leaders from governments and civil society of developing and developed countries, and from development agencies.\n# UNESCO will serve as the Secretariat. It will refocus its education programme in order to place the outcomes and priorities of Dakar at the heart of its work. This will involve working groups on each of the six goals adopted at Dakar. This Secretariat will work closely with other organizations and may include staff seconded from them.\n# Achieving Education for All will require additional financial support by countries and increased development assistance and debt relief for education by bilateral and multilateral donors, estimated to cost in the order of $8 billion a year. It is therefore essential that new, concrete financial commitments be made by national governments and also by bilateral and multilateral donors including the World Bank and the regional development banks, by civil society and by foundations.\n//28 April 2000 Dakar, Senegal//\n!!![[Expanded Commentary on the Dakar Framework for Action|http://www.un-documents.net/dakar-ec.htm]]\n
Daphne Cohen received han Ed.D. from Yeshiva University in New York in Administration and Supervision in 2006 , having conducted doctoral research on children’s views on basic concepts in morality. Building upon the work of Piaget, Kohlberg, Vygotsky, and Gilligan, Daphne was awarded a Schupf Foundation Fellowship that funded her doctoral research - undertaken with students at the United Nations International School.\n\nIn addition to pursuing her post-graduate education, Daphne is a Professor at the Graduate School of General and Special Education at Touro College. Professor Cohen teaches a variety of methods courses at Touro integrating technology into various disciplines such as math and science for elementary and middle school teachers. Dr. Cohen also teaches courses for CITE (Center for Integrated Teacher Education) and has taught educational technology and library programs in a variety of day schools. In addition, Professor Cohen has taught online courses for Axia College of the University of Phoenix and Touro College. Daphne is facilitating online courses in the areas of Educational methods integrating technology, math and science for elementary school teachers and critical thinking.\n\nA strong proponent of ongoing professional development with an overriding belief in the importance of utilizing the latest educational resources and technology to meet students’ needs and maintain a challenging, stimulating academic environment, Daphne spearheaded the development of a broad range of educational technology training workshops for school’s, serving as an invaluable resource to assist educators in integrating leading-edge technologies into the core curriculum. She created a comprehensive resource manual encapsulating educational software for early childhood through high school students.\n\nSince 1996, Daphne has developed educational programming and curriculum, established library media centers for educational organizations, and published educational materials. A key highlight in Daphne’s career was the publication of her coauthored work In Search of the Seven Wonders of Noah, a children’s book exploring moral and character education, and a companion educator’s resource guide. Daphne has developed and continues to deliver both teacher and student workshops delving into these publications.\n\nAn enthusiastic and dedicated educator committed to developing responsible, caring, and productive contributors to society, Daphne has a long track record of developing educational curriculum that sparks students’ curiosity, creativity, and critical thinking skills and encourages a life-long love of learning.\n\nPrior to pursuing her doctoral studies, Daphne obtained a Master of Science in Education from Yeshiva University and a Bachelor of Science\nin Elementary Education from Touro College in New York. She holds an Elementary and Early Childhood Education Certification through the\nState of New York as well as a Principal and Teacher’s License from the National Board of License for Teachers and Principals of Private\nSchools in North America. Finally, Dr. Cohen spent a year studying at Jerusalem College in Israel.\n\nDr. Cohen serves as treasurer of the NGO Committee on Education. Dr. Cohen is also a member of the Ethical Union, CEP {Character Education Partnership), AME {Association for Moral Education}, and the APA {American Psychological Association}.
The contents of this TiddlyWiki web page were generated from a ''~DataPerfect'' database. ~DataPerfect is a little-known, brilliant relational database compantion of the legendary ''~WordPerfect for DOS'', which was used to prepare the text from the pdf files of The Stern Review for input into the ~DataPerfect database. The design of ~DataPerfect makes it an exceptional vehicle for generating content for TiddlyWiki web pages. \n\n~DataPerfect was written, and is still maintained by, ''Lew Bastian'' - older brother of ~WordPerfect's author; before joinging the ''~WordPerfect Corporation'', Lew had worked for ''IBM'', where he had written some of the early disk-caching patents. The development of ~DataPerfect was discontinued by the ''~WordPerfect Corporation'' after the introduction of Windows, and subsequently, Novell made the program freely available; an active ''~DataPerfect Users Group'' - [[www.dataperfect.nl|http://www.dataperfect.nl]] - of which Lew Bastian is a leading member - provides exceptional support.
The ''Intergovernmental Conference on Environmental Education'', organized by Unesco in co-operation with UNEP, convened in the City of Tbilisi reflecting the harmony and consensus achieved there, solemnly adopts the following Declaration.\n<<<\nIn the last few decades, man has, through his power to transform his environment, wrought accelerated changes in the balance of nature. The result is frequent exposure of living species to dangers which may prove irreversible.\n\nThe [[Declaration of the United Nations Conference on the Human Environment]] organized in Stockholm in 1972 proclaimed: "to defend and improve the environment for present and future generations has become an imperative goal for mankind". This undertaking urgently calls for new strategies, incorporated into development, which particularly in the developing countries is a prerequisite for any such improvement. Solidarity and equity in the relations between nations should constitute the basis of a new international order, and bring together, as soon as possible, all available resources. Education utilizing the findings of science and technology should play a leading role in creating an awareness and a better understanding of environmental problems. It must foster positive patterns of conduct towards the environment and the nations' use of their resources.\n\nEnvironmental education should be provided for all ages, at all levels and in both formal and non-formal education. The mass media have a great responsibility to make their immense resources available for this educational mission. Environmental specialists as well as those whose actions and decisions can have a marked effect on the environment, should be provided in the course of their training with the necessary knowledge and skills and be given a full sense of their responsibilities in this respect.\n\nEnvironmental education, properly understood, should constitute a comprehensive lifelong education, one responsive to changes in a rapidly changing world. It should prepare the individual for life through an understanding of the major problems of the contemporary world, and the provision of skills and attributes needed to play a productive role towards improving life and protecting the environment with due regard given to ethical values. By adopting a holistic approach, rooted in a broad interdisciplinary base, it recreates an overall perspective which acknowledges the fact that natural environment and man-made environment are profoundly interdependent. It helps reveal the enduring continuity which links the acts of today to the consequences for tomorrow. It demonstrates the interdependencies among national communities and the need for solidarity among all mankind.\n\nEnvironmental education must look outward to the community. It should involve the individual in an active problem-solving process within the context of specific realities, and it should encourage initiative, a sense of responsibility and commitment to build a better tomorrow. By its very nature, environmental education can make a powerful contribution to the renovation of the educational process.\n\nIn order to achieve these goals, environmental education requires a number of specific actions to fill the gaps that, despite outstanding endeavours, continue to exist in our present education systems.\n\nAccordingly, the Tbilisi Conference:\n\n//Appeals// to Member States to include in their educational policies measures designed to introduce environmental concerns, activities and contents into their education systems, on the basis of the above objectives and characteristics;\n\n//Invites// educational authorities to promote and intensify thinking, research and innovation in regard to environmental education;\n\n//Urges// Member States to collaborate in this field, in particular by exchanging experiences, research findings, documentation and materials and by making their training facilities widely available to teachers and specialists from other countries; and\n\n//Appeals//, lastly, to the international community to give generously of its aid in order to strengthen this collaboration in a field which symbolizes the need for solidarity of all peoples and may be regarded as particularly conducive to the promotion of international understanding and to the cause of peace.\n<<<\n----\n\n[[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]
\n\nThe United Nations Conference on the Human Environment, having met at Stockholm from 5 to 16 June 1972, having considered the need for a common outlook and for common principles to inspire and guide the peoples of the world in the preservation and enhancement of the human environment,\n\nProclaims that:\n\n1. Man is both creature and moulder of his environment, which gives him physical sustenance and affords him the opportunity for intellectual, moral, social and spiritual growth. In the long and tortuous evolution of the human race on this planet a stage has been reached when, through the rapid acceleration of science and technology, man has acquired the power to transform his environment in countless ways and on an unprecedented scale. Both aspects of man's environment, the natural and the man-made, are essential to his well-being and to the enjoyment of basic human rights the right to life itself.\n\n2. The protection and improvement of the human environment is a major issue which affects the well-being of peoples and economic development throughout the world; it is the urgent desire of the peoples of the whole world and the duty of all Governments.\n\n3. Man has constantly to sum up experience and go on discovering, inventing, creating and advancing. In our time, man's capability to transform his surroundings, if used wisely, can bring to all peoples the benefits of development and the opportunity to enhance the quality of life. Wrongly or heedlessly applied, the same power can do incalculable harm to human beings and the human environment. We see around us growing evidence of man-made harm in many regions of the earth: dangerous levels of pollution in water, air, earth and living beings; major and undesirable disturbances to the ecological balance of the biosphere; destruction and depletion of irreplaceable resources; and gross deficiencies, harmful to the physical, mental and social health of man, in the man-made environment, particularly in the living and working environment.\n\n4. In the developing countries most of the environmental problems are caused by under-development. Millions continue to live far below the minimum levels required for a decent human existence, deprived of adequate food and clothing, shelter and education, health and sanitation. Therefore, the developing countries must direct their efforts to development, bearing in mind their priorities and the need to safeguard and improve the environment. For the same purpose, the industrialized countries should make efforts to reduce the gap themselves and the developing countries. In the industrialized countries, environmental problems are generally related to industrialization and technological development.\n\n5. The natural growth of population continuously presents problems for the preservation of the environment, and adequate policies and measures should be adopted, as appropriate, to face these problems. Of all things in the world, people are the most precious. It is the people that propel social progress, create social wealth, develop science and technology and, through their hard work, continuously transform the human environment. Along with social progress and the advance of production, science and technology, the capability of man to improve the environment increases with each passing day.\n\n6. A point has been reached in history when we must shape our actions throughout the world with a more prudent care for their environmental consequences. Through ignorance or indifference we can do massive and irreversible harm to the earthly environment on which our life and well being depend. Conversely, through fuller knowledge and wiser action, we can achieve for ourselves and our posterity a better life in an environment more in keeping with human needs and hopes. There are broad vistas for the enhancement of environmental quality and the creation of a good life. What is needed is an enthusiastic but calm state of mind and intense but orderly work. For the purpose of attaining freedom in the world of nature, man must use knowledge to build, in collaboration with nature, a better environment. To defend and improve the human environment for present and future generations has become an imperative goal for mankind-a goal to be pursued together with, and in harmony with, the established and fundamental goals of peace and of worldwide economic and social development.\n\n7. To achieve this environmental goal will demand the acceptance of responsibility by citizens and communities and by enterprises and institutions at every level, all sharing equitably in common efforts. Individuals in all walks of life as well as organizations in many fields, by their values and the sum of their actions, will shape the world environment of the future.\n\nLocal and national governments will bear the greatest burden for large-scale environmental policy and action within their jurisdictions. International cooperation is also needed in order to raise resources to support the developing countries in carrying out their responsibilities in this field. A growing class of environmental problems, because they are regional or global in extent or because they affect the common international realm, will require extensive cooperation among nations and action by international organizations in the common interest.\n\nThe Conference calls upon Governments and peoples to exert common efforts for the preservation and improvement of the human environment, for the benefit of all the people and for their posterity.\n\n''Principles''\n\nStates the common conviction that:\n\n''Principle 1''\n\nMan has the fundamental right to freedom, equality and adequate conditions of life, in an environment of a quality that permits a life of dignity and well-being, and he bears a solemn responsibility to protect and improve the environment for present and future generations. In this respect, policies promoting or perpetuating apartheid, racial segregation, discrimination, colonial and other forms of oppression and foreign domination stand condemned and must be eliminated.\n\n''Principle 2''\n\nThe natural resources of the earth, including the air, water, land, flora and fauna and especially representative samples of natural ecosystems, must be safeguarded for the benefit of present and future generations through careful planning or management, as appropriate.\n\n''Principle 3''\n\nThe capacity of the earth to produce vital renewable resources must be maintained and, wherever practicable, restored or improved.\n\n''Principle 4''\n\nMan has a special responsibility to safeguard and wisely manage the heritage of wildlife and its habitat, which are now gravely imperilled by a combination of adverse factors. Nature conservation, including wildlife, must therefore receive importance in planning for economic development.\n\n''Principle 5''\n\nThe non-renewable resources of the earth must be employed in such a way as to guard against the danger of their future exhaustion and to ensure that benefits from such employment are shared by all mankind.\n\n''Principle 6''\n\nThe discharge of toxic substances or of other substances and the release of heat, in such quantities or concentrations as to exceed the capacity of the environment to render them harmless, must be halted in order to ensure that serious or irreversible damage is not inflicted upon ecosystems. The just struggle of the peoples of ill countries against pollution should be supported.\n\n''Principle 7''\n\nStates shall take all possible steps to prevent pollution of the seas by substances that are liable to create hazards to human health, to harm living resources and marine life, to damage amenities or to interfere with other legitimate uses of the sea.\n\n''Principle 8''\n\nEconomic and social development is essential for ensuring a favorable living and working environment for man and for creating conditions on earth that are necessary for the improvement of the quality of life.\n\n''Principle 9''\n\nEnvironmental deficiencies generated by the conditions of under-development and natural disasters pose grave problems and can best be remedied by accelerated development through the transfer of substantial quantities of financial and technological assistance as a supplement to the domestic effort of the developing countries and such timely assistance as may be required.\n\n''Principle 10''\n\nFor the developing countries, stability of prices and adequate earnings for primary commodities and raw materials are essential to environmental management, since economic factors as well as ecological processes must be taken into account.\n\n''Principle 11''\n\nThe environmental policies of all States should enhance and not adversely affect the present or future development potential of developing countries, nor should they hamper the attainment\n\nof better living conditions for all, and appropriate steps should be taken by States and international organizations with a view to reaching agreement on meeting the possible national and international economic consequences resulting from the application of environmental measures.\n\n''Principle 12''\n\nResources should be made available to preserve and improve the environment, taking into account the circumstances and particular requirements of developing countries and any costs which may emanate- from their incorporating environmental safeguards into their development planning and the need for making available to them, upon their request, additional international technical and financial assistance for this purpose.\n\n''Principle 13''\n\nIn order to achieve a more rational management of resources and thus to improve the environment, States should adopt an integrated and coordinated approach to their development planning so as to ensure that development is compatible with the need to protect and improve environment for the benefit of their population.\n\n''Principle 14''\n\nRational planning constitutes an essential tool for reconciling any conflict between the needs of development and the need to protect and improve the environment.\n\n''Principle 15''\n\nPlanning must be applied to human settlements and urbanization with a view to avoiding adverse effects on the environment and obtaining maximum social, economic and environmental benefits for all. In this respect projects which arc designed for colonialist and racist domination must be abandoned.\n\n''Principle 16''\n\nDemographic policies which are without prejudice to basic human rights and which are deemed appropriate by Governments concerned should be applied in those regions where the rate of population growth or excessive population concentrations are likely to have adverse effects on the environment of the human environment and impede development.\n\n''Principle 17''\n\nAppropriate national institutions must be entrusted with the task of planning, managing or controlling the 9 environmental resources of States with a view to enhancing environmental quality.\n\n''Principle 18''\n\nScience and technology, as part of their contribution to economic and social development, must be applied to the identification, avoidance and control of environmental risks and the solution of environmental problems and for the common good of mankind.\n\n''Principle 19''\n\nEducation in environmental matters, for the younger generation as well as adults, giving due consideration to the underprivileged, is essential in order to broaden the basis for an enlightened opinion and responsible conduct by individuals, enterprises and communities in protecting and improving the environment in its full human dimension. It is also essential that mass media of communications avoid contributing to the deterioration of the environment, but, on the contrary, disseminates information of an educational nature on the need to project and improve the environment in order to enable mal to develop in every respect.\n\n''Principle 20''\n\nScientific research and development in the context of environmental problems, both national and multinational, must be promoted in all countries, especially the developing countries. In this connection, the free flow of up-to-date scientific information and transfer of experience must be supported and assisted, to facilitate the solution of environmental problems; environmental technologies should be made available to developing countries on terms which would encourage their wide dissemination without constituting an economic burden on the developing countries.\n\n''Principle 21''\n\nStates have, in accordance with the Charter of the United Nations and the principles of international law, the sovereign right to exploit their own resources pursuant to their own environmental policies, and the responsibility to ensure that activities within their jurisdiction or control do not cause damage to the environment of other States or of areas beyond the limits of national jurisdiction.\n\n''Principle 22''\n\nStates shall cooperate to develop further the international law regarding liability and compensation for the victims of pollution and other environmental damage caused by activities within the jurisdiction or control of such States to areas beyond their jurisdiction.\n\n''Principle 23''\n\nWithout prejudice to such criteria as may be agreed upon by the international community, or to standards which will have to be determined nationally, it will be essential in all cases to consider the systems of values prevailing in each country, and the extent of the applicability of standards which are valid for the most advanced countries but which may be inappropriate and of unwarranted social cost for the developing countries.\n\n''Principle 24''\n\nInternational matters concerning the protection and improvement of the environment should be handled in a cooperative spirit by all countries, big and small, on an equal footing. Cooperation through multilateral or bilateral arrangements or other appropriate means is essential to effectively control, prevent, reduce and eliminate adverse environmental effects resulting from activities conducted in all spheres, in such a way that due account is taken of the sovereignty and interests of all States.\n\n''Principle 25''\n\nStates shall ensure that international organizations play a coordinated, efficient and dynamic role for the protection and improvement of the environment.\n\n''Principle 26''\n\nMan and his environment must be spared the effects of nuclear weapons and all other means of mass destruction. States must strive to reach prompt agreement, in the relevant international organs, on the elimination and complete destruction of such weapons.
[[Welcome]]\n[[Overview]]\n[[Workshop Program]]\n[[Presentations]]\n[[Discussion]]\n[[Presenters]]\n[[59th Annual NGO/DPI Conference]]
<div class='header' macro='gradient vert #390108 #900'>\n<div class='headerShadow'>\n<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n</div>\n<div class='headerForeground'>\n<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n</div>\n</div>\n<div id='mainMenu'>\n<div refresh='content' tiddler='MainMenu'></div>\n</div>\n<div id='sidebar'>\n<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>\n<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>\n</div>\n<div id='displayArea'>\n<div id='messageArea'></div>\n<div id='tiddlerDisplay'></div>\n</div>
/***\nhttp://www.ngo-education.net/workshop/#theme:DevFire\n***/\n\n/*{{{*/\nbody {\nbackground: #000;\n}\n/*}}}*/\n/***\n!Link styles /% ============================================================= %/\n***/\n/*{{{*/\na,\na.button,\n#mainMenu a.button,\n#sidebarOptions .sliderPanel a{\n color: #ffbf00;\n border: 0;\n background: transparent;\n}\n\na:hover,\na.button:hover,\n#mainMenu a.button:hover,\n#sidebarOptions .sliderPanel a:hover\n#sidebarOptions .sliderPanel a:active{\n color: #ff7f00;\n border: 0;\n border-bottom: #ff7f00 1px dashed;\n background: transparent;\n text-decoration: none;\n}\n\n#displayArea .button.highlight{\n color: #ffbf00;\n background: #4c4c4c;\n}\n/*}}}*/\n/***\n!Header styles /% ============================================================= %/\n***/\n/*{{{*/\n.header{\n border-bottom: 2px solid #ffbf00;\n color: #fff;\n}\n\n.headerForeground a {\n color: #fff;\n}\n\n.header a:hover {\n border-bottom: 1px dashed #fff;\n}\n/*}}}*/\n/***\n!Main menu styles /% ============================================================= %/\n***/\n/*{{{*/\n#mainMenu {color: #fff;}\n#mainMenu h1{\n font-size: 1.1em;\n}\n#mainMenu li,#mainMenu ul{\n list-style: none;\n margin: 0;\n padding: 0;\n}\n/*}}}*/\n/***\n!Sidebar styles /% ============================================================= %/\n***/\n/*{{{*/\n#sidebar {\n right: 0;\n color: #fff;\n border: 2px solid #ffbf00;\n border-width: 0 0 2px 2px;\n}\n#sidebarOptions {\n background-color: #4c4c4c;\n padding: 0;\n}\n\n#sidebarOptions a{\n margin: 0;\n color: #ffbf00;\n border: 0;\n}\n#sidebarOptions a:hover {\n color: #4c4c4c;\n background-color: #ffbf00;\n\n}\n\n#sidebarOptions a:active {\n color: #ffbf00;\n background-color: transparent;\n}\n\n#sidebarOptions .sliderPanel {\n background-color: #333;\n margin: 0;\n}\n\n#sidebarTabs {background-color: #4c4c4c;}\n#sidebarTabs .tabSelected {\n padding: 3px 3px;\n cursor: default;\n color: #ffbf00;\n background-color: #666;\n}\n#sidebarTabs .tabUnselected {\n color: #ffbf00;\n background-color: #5f5f5f;\n padding: 0 4px;\n}\n\n#sidebarTabs .tabUnselected:hover,\n#sidebarTabs .tabContents {\n background-color: #666;\n}\n\n.listTitle{color: #FFF;}\n#sidebarTabs .tabContents a{\n color: #ffbf00;\n}\n\n#sidebarTabs .tabContents a:hover{\n color: #ff7f00;\n background: transparent;\n}\n\n#sidebarTabs .txtMoreTab .tabSelected,\n#sidebarTabs .txtMoreTab .tab:hover,\n#sidebarTabs .txtMoreTab .tabContents{\n color: #ffbf00;\n background: #4c4c4c;\n}\n\n#sidebarTabs .txtMoreTab .tabUnselected {\n color: #ffbf00;\n background: #5f5f5f;\n}\n\n.tab.tabSelected, .tab.tabSelected:hover{color: #ffbf00; border: 0; background-color: #4c4c4c;cursor:default;}\n.tab.tabUnselected {background-color: #666;}\n.tab.tabUnselected:hover{color:#ffbf00; border: 0;background-color: #4c4c4c;}\n.tabContents {\n background-color: #4c4c4c;\n border: 0;\n}\n.tabContents .tabContents{background: #666;}\n.tabContents .tabSelected{background: #666;}\n.tabContents .tabUnselected{background: #5f5f5f;}\n.tabContents .tab:hover{background: #666;}\n/*}}}*/\n/***\n!Message area styles /% ============================================================= %/\n***/\n/*{{{*/\n#messageArea {background-color: #666; color: #fff; border: 2px solid #ffbf00;}\n#messageArea a:link, #messageArea a:visited {color: #ffbf00; text-decoration:none;}\n#messageArea a:hover {color: #ff7f00;}\n#messageArea a:active {color: #ff7f00;}\n#messageArea .messageToolbar a{\n border: 1px solid #ffbf00;\n background: #4c4c4c;\n}\n/*}}}*/\n/***\n!Popup styles /% ============================================================= %/\n***/\n/*{{{*/\n.popup {color: #fff; background-color: #4c4c4c; border: 1px solid #ffbf00;}\n.popup li.disabled{color: #fff;}\n.popup a {color: #ffbf00; }\n.popup a:hover { background: transparent; color: #ff7f00; border: 0;}\n.popup hr {color: #ffbf00; background: #ffbf00;}\n/*}}}*/\n/***\n!Tiddler Display styles /% ============================================================= %/\n***/\n/*{{{*/\n.title{color: #fff;}\nh1, h2, h3, h4, h5 {\n color: #fff;\n background-color: transparent;\n border-bottom: 1px solid #333;\n}\n\n.subtitle{\n color: #666;\n}\n\n.viewer {color: #fff; }\n\n.viewer table{background: #666; color: #fff;}\n\n.viewer th {background-color: #996; color: #fff;}\n\n.viewer pre, .viewer code {color: #ddd; background-color: #4c4c4c; border: 1px solid #ffbf00;}\n\n.viewer hr {color: #666;}\n\n.tiddler .button {color: #4c4c4c;}\n.tiddler .button:hover { color: #ffbf00; background-color: #4c4c4c;}\n.tiddler .button:active {color: #ffbf00; background-color: #4c4c4c;}\n\n.toolbar {\n color: #4c4c4c;\n}\n\n.toolbar a.button,\n.toolbar a.button:hover,\n.toolbar a.button:active,\n.editorFooter a{\n border: 0;\n}\n\n.footer {\n color: #ddd;\n}\n\n.selected .footer {\n color: #888;\n}\n\n.highlight, .marked {\n color: #000;\n background-color: #ffe72f;\n}\n.editorFooter {\n color: #aaa;\n}\n\n.tab{\n-moz-border-radius-topleft: 3px;\n-moz-border-radius-topright: 3px;\n}\n\n.tagging,\n.tagged{\n background: #4c4c4c;\n border: 1px solid #4c4c4c; \n}\n\n.selected .tagging,\n.selected .tagged{\n background-color: #333;\n border: 1px solid #ffbf00;\n}\n\n.tagging .listTitle,\n.tagged .listTitle{\n color: #fff;\n}\n\n.tagging .button,\n.tagged .button{\n color: #ffbf00;\n border: 0;\n padding: 0;\n}\n\n.tagging .button:hover,\n.tagged .button:hover{\nbackground: transparent;\n}\n\n.selected .isTag .tagging.simple,\n.selected .tagged.simple,\n.isTag .tagging.simple,\n.tagged.simple {\n float: none;\n display: inline;\n border: 0;\n background: transparent;\n color: #fff;\n margin: 0;\n}\n\n.cascade {\n background: #4c4c4c;\n color: #ddd;\n border: 1px solid #ffbf00;\n}\n/*}}}*/
Diane Paravazian has had more than twenty years of experience in language and cross-cultural education and training both in academic and business settings. She has worked for the Port Authority of New York and New Jersey and Pace University as the Director of the World Trade Institute Language Center. As Director of the Language Center, she has created innovative and customized language and culture programs for major corporations. As Director and Adjunct Professor of French at Pace University, with Pace University's Department of Modern Languages, she designed a new undergraduate major, and a related bridge program at Murry Bergtraum High School. Currently Ms. Paravazian is a Professor of French at St. John's University, is working on her Doctoral Dissertation in at New York University and serves on a number of boards, including the Business Advisory Board of Murry Bergtraum High School, and the American Association of Teachers of French, Metropolitan Chapter. She is Treasurer of the Société des Professeurs Français et Francophones d'Amérique, a foundation which offers grants to students studying French. Ms. Paravazian has received a number of academic fellowships and awards, including the French Government's "Chevalier des Palmes Académiques."\n\nAt the United Nations, Ms. Paravazian serves as UN Representative for the [[World Association of Girl Guides and Girl Scouts]]; she had previously represented the [[Armenian Assembly of America]] since 2000. During this time she has been a member of the DPI/NGO Planning Committee, Media Co-Chair for the Conference, member of the NGO Committees on Sustainable Development and Human Rights, Secretary of the NGO Committee on Education . She is currently active as member at large on the NGO Committee on the Status of Women and Acting Co-Chair of the [[NGO Committee on Education]].
/***\n|''Name:''|DisableWikiLinksPlugin|\n|''Source:''|http://www.TiddlyTools.com/#DisableWikiLinksPlugin|\n|''Author:''|Eric Shulman - ELS Design Studios|\n|''License:''|[[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|\n|''~CoreVersion:''|2.0.10|\n\nThis plugin allows you to disable TiddlyWiki's automatic WikiWord linking behavior, so that WikiWords embedded in tiddler content will be rendered as regular text, instead of being automatically converted to tiddler links. To create a tiddler link when automatic linking is disabled, you must enclose the link text within {{{[[...]]}}}.\n\nYou can also block automatic WikiWord linking behavior only for non-existing tiddler titles, while still automatically linking WikiWords that correspond to existing tiddlers titles or shadow tiddler titles.\n\nYou can also block specific selected WikiWords from being automatically linked by listing them in [[DisableWikiLinksList]], separated by whitespace. This tiddler is optional and, when present, causes the listed words to always be excluded, even if automatic linking of other WikiWords is being permitted. \n\nNote: WikiWords contained in default ''shadow'' tiddlers will be automatically linked unless you select an additional checkbox option lets you disable these automatic links as well, though this is not recommended, since it can make it more difficult to access some TiddlyWiki standard default content (such as AdvancedOptions or SideBarTabs)\n\n!!!!!Configuration\n<<<\nSelf-contained control panel:\n<<option chkDisableNonExistingWikiLinks>> Disable automatic WikiWord links for non-existing tiddlers\n<<option chkDisableWikiLinks>> Disable ALL automatic WikiWord tiddler links\n<<option chkAllowLinksFromShadowTiddlers>> ... except for WikiWords contained in shadow tiddlers\n<<<\n!!!!!Installation\n<<<\nimport (or copy/paste) the following tiddlers into your document:\n''DisableWikiLinksPlugin'' (tagged with <<tag systemConfig>>)\n<<<\n!!!!!Revision History\n<<<\n''2006.12.31 [1.4.0]'' in formatter, test for chkDisableNonExistingWikiLinks\n''2006.12.09 [1.3.0]'' in formatter, test for excluded wiki words specified in DisableWikiLinksList\n''2006.12.09 [1.2.2]'' fix logic in autoLinkWikiWords() (was allowing links TO shadow tiddlers, even when chkDisableWikiLinks is TRUE). \n''2006.12.09 [1.2.1]'' revised logic for handling links in shadow content\n''2006.12.08 [1.2.0]'' added hijack of Tiddler.prototype.autoLinkWikiWords so regular (non-bracketed) WikiWords won't be added to the missing list\n''2006.05.24 [1.1.0]'' added option to NOT bypass automatic wikiword links when displaying default shadow content (default is to auto-link shadow content)\n''2006.02.05 [1.0.1]'' wrapped wikifier hijack in init function to eliminate globals and avoid FireFox 1.5.0.1 crash bug when referencing globals\n''2005.12.09 [1.0.0]'' initial release\n<<<\n!!!!!Credits\n<<<\nThis feature was developed by EricShulman from [[ELS Design Studios|http:/www.elsdesign.com]]\n<<<\n!!!!!Code\n***/\n//{{{\nversion.extensions.disableWikiLinks= {major: 1, minor: 4, revision: 0, date: new Date(2006,12,31)};\n\nif (config.options.chkDisableNonExistingWikiLinks==undefined) config.options.chkDisableNonExistingWikiLinks= false;\nif (config.options.chkDisableWikiLinks==undefined) config.options.chkDisableWikiLinks= false;\nif (config.options.chkAllowLinksFromShadowTiddlers==undefined) config.options.chkAllowLinksFromShadowTiddlers=true;\n\n// find the formatter for wikiLink and replace handler with 'pass-thru' rendering\ninitDisableWikiLinksFormatter();\nfunction initDisableWikiLinksFormatter() {\n for (var i=0; i<config.formatters.length && config.formatters[i].name!="wikiLink"; i++);\n config.formatters[i].coreHandler=config.formatters[i].handler;\n config.formatters[i].handler=function(w) {\n // supress any leading "~" (if present)\n var skip=(w.matchText.substr(0,1)==config.textPrimitives.unWikiLink)?1:0;\n var title=w.matchText.substr(skip);\n var exists=store.tiddlerExists(title);\n var inShadow=w.tiddler && store.isShadowTiddler(w.tiddler.title);\n\n // check for specific excluded wiki words\n var t=store.getTiddlerText("DisableWikiLinksList")\n if (t && t.length && t.indexOf(w.matchText)!=-1)\n { w.outputText(w.output,w.matchStart+skip,w.nextMatch); return; }\n\n // if not disabling links from shadows (default setting)\n if (config.options.chkAllowLinksFromShadowTiddlers && inShadow)\n return this.coreHandler(w);\n\n // check for non-existing non-shadow tiddler\n if (config.options.chkDisableNonExistingWikiLinks && !exists)\n { w.outputText(w.output,w.matchStart+skip,w.nextMatch); return; }\n\n // if not enabled, just do standard WikiWord link formatting\n if (!config.options.chkDisableWikiLinks)\n return this.coreHandler(w);\n\n // just return text without linking\n w.outputText(w.output,w.matchStart+skip,w.nextMatch)\n }\n}\n\nTiddler.prototype.coreAutoLinkWikiWords = Tiddler.prototype.autoLinkWikiWords;\nTiddler.prototype.autoLinkWikiWords = function()\n{\n // DEBUG alert("processing: "+this.title);\n // if all automatic links are not disabled, just return results from core function\n if (!config.options.chkDisableWikiLinks)\n return this.coreAutoLinkWikiWords.apply(this,arguments);\n return false;\n}\n//}}}\n
On completion of the presentations, [[Diane Paravazian]] opened the floor for discussion, and mentioned the importance of focussin on the Decade at the 2007 session of the Commission on Sustainable Development (30 April - 11 May).\n\n//Comment//: Robert Pollard, of [[Information Habitat: Where Information Lives]], mentioned the interactive web site being developed for the [[NGO Committee on Education]] and the potential that information and communications technology (ICT) offers for education for sustainable development and suggested that ICT can play a vital role in a transition to sustainability.\n\n//Question// from a Toronto representative of ICLEI (International Council for Local Environmental Initiatives): Is UNESCO was working with local governments?\n\n[[Christine Alfsen]]: Yes, but ~UN-HABITAT is playing the lead role in that area. UNESCO recognizes the importance of the urban environment.\n\n//Question// from a retired 7th & 8th grade teacher: How do you deal with war in the classroom? How can children be allowed to talk about these things, and also to deal with misinformation relating to war.\n\n[[Faye Feller|Faye C. Feller]]: Student-led initiatives can raise these issues.\n\n[[Christine Alfsen]]: Environment is not a painless issue. UNESCO has been asked: "Why did the UN let schools be destroyed in Lebanon, and now UNESCO has to help rebuild them?" UNESCO is working to support revision of textbooks away from bias that promotes prejudice.\n\n//Comment/Question// - in French from an African gentleman: Civic education is very important and does not get enough attention in schools. Why doesn't UNESCO impose higher standards for the inclusion of civic education in schools?\n\n[[Christine Alfsen]]: UNESCO can not impose\n\n
This page will automatically add the various bits of documentation available on this wiki using the ''incomingTags'' macro. See CustomMacros to learn more.\n\nYou may also want to checkout GettingStarted.
Drissa Campaore is a native of Burkina Faso, and the President of the Youth Commission of the International Organization PlanètERE. Under his direction of the General Assembly, the publication "l'Appel des jeunes" was launched, generating the youth division of the International Organization PlanètERE. Mr. Campaore headed the Youth Forum at the Tenth Summit of Heads of State of la Francophonie, held in Ouagadougou, in November of 2004. Mr. Campaore holds a Master's Degree and has participated in variety of "eco-citizenship," journalism and technology-related training programs.
''[[Alan Fortescue]]'' provided a brief overview of [[Earthwatch Institute]] and spoke about:\n* ''Human perspective'': Not losing the human perspective in the use of technology with education. While it is important to capture and utilize new technologies and reach new and diverse audiences on a range of critical issues, educational technologies are only a tool, and if used poorly can create as many problems as they can solve.\n* ''Compassion'': Earthwatch seeks to create social action and behavioral changes in people by bringing them into learning experiences where knowledge and passion are combined to create compassion. Now what does this mean? The Dalai Lama defines compassion within a simple context, the idea that just as I want happiness and do not want to suffer, so too do you (and you and you) want happiness and not to suffer. In other words compassion is the ability to see oneself in others.\n\nAt Earthwatch this kind of compassion is cultivated in three ways:\n* First we support field conservation research - 130 research projects around the world, priority areas, with focused outcomes, data collected with the goal of influencing policy or educating the public in a wide array of venues, etc.\n* Second, we place volunteers from all walks of life onto two week field expeditions where they work (day and night, in the snow rain and heat) with scientists, helping them collect their data. These experiences are designed to be holistic and involve volunteers with pre-fielding learning opportunities and post-fielding community presentations. We give our volunteers research skills, scientific and conservation knowledge, and an experience in a new cultural and environmental setting that can be powerful enough to awaken one's soul.\n* Additionally, volunteers receive training on global environmental concerns and conservation issues as well as the [[Millennium Development Goals]] and other Conventions such that - ''and this is key'' - through their hands-on field experience they are able to connect the local needs and issues on the ground at the research site with local needs and issues back home. This recognition of self in others and the recognition of one's home in the context of another's home creates compassionate action for conservation.\n* Finally, Alan said that education needs to be seen as a perpetual cycle of achievement and action that is about linking knowledge with systems building. Our goal is not to embrace just knowledge, but the process of learning to action, education cannot afford (especially in these days) to be just a placeholder for all we want someone to know, it has to be a moniker of what we are willing to do.\n\n''[[Ellen Wang]]'' spoke about the steps of conservation in the Pantanal region of Brazil. Earthwatch Institute is committed to working closely with communities, ranchers, educators, government and non-government organizations (NGO) to develop appropriate management and conservation practices for the region. Because more than 95% of the Brazilian Pantanal is privately owned, one of the biggest challenges for local communities is balancing economic sustainability with conservation. Developing economic alternatives to cattle ranching, creating new reserves, providing environmental education and improving the scientific foundation for conservation strategies are important actions being spearheaded by a number of NGOs and Brazilian environmental agencies.\n\nTeacher and community fellows appear to take home the important conservation messages delivered to them in the field. The field experience also appears to be a powerful pedagogical model through which a change in human behaviors becomes possible.\n\n''[[Esther Mwele]]'' spoke about her experience as a research intern on our conservation research initiative in Kenya. Kenya has one of the highest human population growth rates in the world, and the impact on the land and its celebrated biodiversity is telling. With rising populations and changing settlement patterns, the Samburu people and other local communities are increasingly finding themselves in conflict with wildlife.\n\nOvergrazing by cattle and conversion of grassland to farmland threatens or eliminates valuable wildlife habitat. In turn, elephants, lions, and other wildlife destroy crops, prey on livestock, and even incur human injury and death. Both wildlife and livestock suffer from competition for watering holes in dry seasons. As a result of these conflicts some species, such as Grevy's zebras, are dwindling close to extinction.\n\nEarthwatch is working with local communities and partners, such as Lewa Wildlife Conservancy, to actively promote the conservation and well-being of wildlife, wild habitats, and human populations in the Samburu region. In collaboration with local partners, Earthwatch has developed a suite of projects that address the concerns of local stakeholders, from landowners to conservation professionals:\n\nEsther's research focuses on one of the priority research field developed for the Samburu CRI which was to establish the socio-economic and conservation impacts of various wildlife management enterprises in the region. It is not clear the process used in establishing such enterprises, the level of community involvement in the planning, and impacts on livelihoods and environmental sustainability.\n\n''Objectives of the study'':\n* To evaluate the role of community-based wildlife conservation and conservation-related enterprises in local development;\n* To assess the adverse effects of community-based wildlife conservation and conservation-related enterprises;\n* To examine the level of community participation in wildlife conservation;\n* To suggest measures for enhanced community-based wildlife conservation.\n\n''Key issues to consider'':\n* Positive impacts that will include: employment creation, income, capacity building, benefit sharing, and infrastructure development.\n* Negative impacts which will include: wildlife destruction of life and property, compensation for the wildlife destruction of private property and life, cultural transformation, diseases (human and wildlife), environmental degradation as a result of concentration of wildlife, domestic animals and human settlement, competition for key environmental resources - water and pasture.\n* Levels of community participation in wildlife management will focus on the interplay of local, regional and national institutional structures on community participation. The actual role of the various segments of the local communities in wildlife conservation system will be critical in determining the levels of community participation.\n\n''Target population'':\n* Local communities (Namunyak, Kalama, Sera, West Gate, Nkaroni and Lodungokwe);\n* Commercial enterprises (direct and indirect); and\n* Resource persons with Samburu County Council, Kenya Wildlife Service, National Environment Management Authority, ~NGOs, etc.
The ''Earthwatch Institute'' - http://www.earthwatch.org
''Economics of Climate Change: The Stern Review'' is a major publication, published in October 2006, that was commissioned by the Treasury Department of the British Government with the mandate of reviewing the issue of the economic dimensions of climate change - a key area that has not previously gained sufficient attention. \n\nThe web-based version of the ''Stern Review'' has been "translated" by the [[NGO Committee on Education]] into the "language" of a TiddlyPerfect platform, with the contents housed in a DataPerfect database from which the tiddlers and tags were generated, and is designed to optimize the accessibility and navigability of the contents of the report for reading in a digital environment, and to begin to raise the vital issue of the economics of information as it relates to climate change. The original, official version of the report was published in a pdf version. - a format that is optimized for print rather than for on-screen reading, and that is relatively cumbersome to navigate through the contents; to improve the online value of the pdf files of the Stern Review, an extensive set of bookmarks have been added to the pdf files - none having been included in the official pdf files - to make it easier for those who prefer to read the online version to find their way around the lengthy review..\n\nThe TiddlyPerfect version of the Stern Review also includes a shortened Executive Summary - the original being more that thirty pages long, and \n\nhttp://www.ngo-education.net/stern-review/
<!--{{{-->\n<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler deleteTiddler jump'></div>\n<div class='title' macro='view title'></div>\n<div class='editor' macro='edit title'></div>\n<div class='editor' macro='edit text'></div>\n<div class='editor' macro='edit tags'></div>\n<div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>\n<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler deleteTiddler jump'></div>\n<!--}}}-->
A major focus of the [[Information and Communications Sub-Committee]] has been th4e development of a growing number of web sites, based on a remarkable TiddlyPerfect / TiddlyWiki platform, with an evolving focus on [[Climate Change 2.0]] including preparations for the [[60th Annual DPI/NGO Conference]], 5-7 September 2007 that will focus on Climate Change\n\nThe DPI/NGO Climate Change Conference offers a unique opportunity for a demonstration project of [[Climate Change 2.0]] as it will be the last to be held at the United Nations Headquarters before major renovations begin, and there is strong interest in developing a prototype interactive online framework that would provide for real-time participation in the Conference, for this Conference, and as a model to be used for future Annual DPI/NGO Conferences.\n\nAmong the elements that are under development are the following:\n* [[Climate Change 2.0]]<br>[[www.climate-change-two.net/|http://www.climate-change-two.net/]]\n** [[Climate Change Impacts, Adaptation and Vulnerability]]<br>[[www.climate-change-two.net/ar4-wg2-spm|http://www.climate-change-two.net/ar4-wg2-spm]]\n** [[Rescuing a Planet Under Stress and a Civilization in Trouble: Plan B 3.0 (beta)]]<br>[[www.climate-change-two.net/plan-b/|http://www.climate-change-two.net/plan-b/]]\n** [[The Wealth of Networks: How Social Production Transforms Markets and Freedom]]<br>[[www.climate-change-two.net/wealth-of-networks/|http://www.climate-change-two.net/wealth-of-networks/]]\n** [[Economics of Climate Change: The Stern Review]]<br>[[www.climate-change-two.net/stern-review/|http://www.climate-change-two.net/stern-review/]]\n** [[Education, Youth & Technology for Sustainable Development]]<br>[[www.ngo-education.net/workshop/|http://www.ngo-education.net/workshop/]]\n** [[UN Documents Cooperation Circles: Gathering a Body of Global Agreements]]<br>[[www.un-documents.net/|http://www.un-documents.net/]]\n** [[TiddlyPerfect: An emerging hybrid information species]]<br>[[www.tiddlyperfect.net/|http://www.tiddlyperfect.net/]]
<<tiddler "DPI/NGO Workshop">> [[edit contents|DPI/NGO Workshop]]
Ellen Wang is a Doctoral Candidate in the Postgraduate Programme in Zoology at the Universidade Estadual Paulista, Campus de Rio, Claro, Brazil. Ellen Wang has studied freshwater invertebrates, plant physiology, limnology, freshwater phytoplankton, manatees, caimans, carnivores (including ocelots, pumas and jaguars), and numerous amphibians and reptiles. She is currently the Field Director of [[Earthwatch Institute]]’s Pantanal Conservation Research Initiative and has worked in the [[Pantanal]] since 1992. She also runs the project “Amphibians and Reptiles of the Southern Pantanal” and collaborates with three other projects in the Pantanal. An international partnership between her project and the University of Birmingham, UK, focusing on caimans, is being discussed.
{{{\n[img[title|filename]]\n[img[filename]]\n[img[title|filename][link]]\n[img[filename][link]]\n}}}\nImages can be included by their filename or full URL. It's good practice to include a title to be shown as a tooltip, and when the image isn't available. An image can also link to another tiddler or or a URL\n[img[Romanesque broccoli|fractalveg.jpg][http://www.flickr.com/photos/jermy/10134618/]]\n{{{\n[img[Fractal vegetable|fractalveg.jpg]]\n[img[This is shown as a tooltip|http://example.com/image.jpg]]\n[img[http://example.com/image.jpg]]\n[img[http://example.com/image.jpg][ExampleDotCom]]\n}}}\nThe tooltip is optional.\n\n[<img[Forest|forest.jpg][http://www.flickr.com/photos/jermy/8749660/]][>img[Field|field.jpg][http://www.flickr.com/photos/jermy/8749285/]]You can also float images to the left or right: the forest is left aligned with {{{[<img[}}}, and the field is right aligned with {{{[>img[}}}.\n@@clear(left):clear(right):display(block):You can use CSS to clear the floats@@\n{{{\n[<img[A woody bit of Hampstead Heath|forest.jpg]]\n[>img[A field near Milton Keynes|field.jpg]]\n}}}
Esther Mbithe Mwele recently completed an internship at [[Earthwatch Institute]]’s Samburu Conservation Research Initiative in Kenya where she studied the socio-economic and conservation impacts of wildlife management enterprises under the direction of Dr. Caleb Mireri and Dr. Nicholas Oguge. She is pursuing a Master’s degree in Environmental Planning and Management at Kenyatta University and graduated with Second Class honors (upper division) from Moi University with a Bachelor of Art degree in Geography. Besides her work in Samburu, Ms. Mbithe Mwele has worked on an integrated wetland management plan for the environmental enhancement and sustainable development of Budalangi Division in the Busia District, Kenya; a sustainable development plan for Eldoret Municipality as a growth center in the Rift Valley region; the revitalization of public rental housing in Nairobi and household solid waste management strategies. She has also been involved with the Teacher Rescue Dada Centre (a rescue and rehabilitation centre for street girls); the Moi University Refugee Welfare Club, the Moi University Choir and the Geography students association.
The Executive Committee of the [[NGO Committee on Education]] consists of the Officers, Members-at-Large, and Sub-Committee Chairs (//ex officio//):\n!!! Co-Chairs\n* [[Diane Paravazian]], [[World Association of Girl Guides and Girl Scouts]]\n* [[Faye C. Feller]], [[Information Habitat: Where Information Lives]]\n!!! Secretary\n* ''Catherine Waters'', [[Catholic International Education Office]]\n!!! Treasurer\n* [[Daphne Cohen]], [[International Humanist and Ethical Union]]\n!!!Members-at-Large\n* ''Catherine Moore''. [[International Federation of University Women]]\n* ''Doris Sargeant'', [[Rotary International]]\n* ''Cora Weiss'', [[The Hague Appeal for Peace]]\n!!!Sub-Committee Chairs\n* ''Information & Communications Sub-Committee''\n** [[Robert Pollard]], [[Information Habitat: Where Information Lives]]
//{{{\n// WebSnapr - Preview Bubble Javascript\n// Written by Juan Xavier Larrea\n// Adapted for TW by Saq Imtiaz\n// requires [[this image|bg.png]]\n\nfunction applyStyleString(obj,str) {\n if(document.all && !window.opera) {\n obj.style.setAttribute("cssText",str);\n } else {\n obj.setAttribute("style",str);\n }\n}\n\n// Point this variable to the correct location of the bg.png file\nvar bubbleImagePath = 'bg.png';\n\nfunction getElementsByClassName(oElm, strTagName, strClassName){\n var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);\n var arrReturnElements = new Array();\n strClassName = strClassName.replace(/\s-/g, "\s\s-");\n var oRegExp = new RegExp("(^|\s\ss)" + strClassName + "(\s\ss|$)");\n var oElement;\n for(var i=0; i<arrElements.length; i++){\n oElement = arrElements[i]; \n if(oRegExp.test(oElement.className)){\n arrReturnElements.push(oElement);\n } \n }\n return (arrReturnElements)\n}\n\nfunction bindBubbles(e){\n lbActions=getElementsByClassName(document,"a","externalLink");\n for(i=0;i<lbActions.length;i++){\n addEvent(lbActions[i],"mouseover",attachBubble,false);\n addEvent(lbActions[i],"mouseout",detachBubble,false);\n lbActions[i].title = '';\n }\n}\n\nfunction attachBubble(_b){\n var _c;\n if(_b["srcElement"]){\n _c=_b["srcElement"];\n }else{\n _c=_b["target"];\n }\n if (_c.href == undefined){\n _c=_c.parentNode;\n }\n var _d=_c.href;\n var _e=findPosX(_c) +5;\n var _f=findPosY(_c) +17; \n var _10=document.createElement("div");\n document.getElementsByTagName("body")[0].appendChild(_10);\n _10.className="previewbubble";\n applyStyleString(_10,"text-align: center; z-index: 99999; position: absolute; top: "+_f+"px ; left: "+_e+"px ; width: 240px; height: 190px; padding: 0; margin: 0;");\n if (config.browser.isIE)\n _10.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + bubbleImagePath + "',sizingMethod='image')";\n else\n _10.style.background= "url("+ bubbleImagePath +") no-repeat";\n var img=document.createElement("img");\n _10.appendChild(img);\n\n applyStyleString(img,"padding-top: 0; padding-left: 0; padding-right: 0; padding-bottom: 0; margin-top: 27px; margin-left: 12px; margin-bottom: 0; margin-right: 0; border: 0");\n img.setAttribute("src","http://images.websnapr.com/?url="+_d);\n img.setAttribute("width",202);\n img.setAttribute("height",152);\n img.setAttribute("alt","Snapshot");\n}\n\nfunction detachBubble(_12){\n lbActions=getElementsByClassName(document,"div","previewbubble");\n for(i=0;i<lbActions.length;i++){\n lbActions[i].parentNode.removeChild(lbActions[i]);\n }\n}\n\nold_websnapr_refreshTiddler = Story.prototype.refreshTiddler;\nStory.prototype.refreshTiddler = function(title,template,force)\n{\n var tiddlerElem = old_websnapr_refreshTiddler.apply(this,arguments);\n bindBubbles();\n return tiddlerElem;\n}\n//}}}
Faye C. Feller has had a lifelong involvement with multi-cultural arts and education programs for children and youth. She is currently Executive Director of the National Association of Women for the Arts, and serves as ~Co-Chair of the [[NGO Committee on Education]] at the United Nations and as a U.N. Representative for [[Information Habitat: Where Information Lives]], an NGO in Special Consultative Status with ECOSOC that has focused on the transformative opportunities of the Internet revolution.\n\nFaye’s work with the NGO Committee on Education is focused on a major initiative in support of the UN Decade of Education for Sustainable Development, the International Decade for a Culture of Peace and ~Non-Violence for the Children of the World, the Decade of Action: Water for Life and the Second Decade of the World’s Indigenous People.\n\nFaye developed a prototype Science Seekers program as an after-school program for Middle School students at the Rotary Learning Lab in East Harlem; she has worked with student-led initiatives Peace in Public Places and Pumped up for Peace, which is featured on the U.N.'s Cyberschoolbus web site. Faye has served on the New York City Task Force for the ~Gandhi-King Season of Nonviolence.
See [[Faye C. Feller]] & [[Abby Dress]]
<div id='header'>\n<div id='titleline'>\n<span id='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n<span id='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n</div>\n</div>\n<div id='sidebar'>\n<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>\n<div id='sidebarOptions' macro="slider chkSliderSidebarOptions SideBarOptions 'search & options »' 'Search and other tools'"></div>\n<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>\n</div>\n<div id='displayArea'>\n<div id='messageArea'></div>\n<div id='tiddlerDisplay'></div>\n</div>
[[GoodFlickr]]\n/***\n!Sidebars /%====================================================================================%/\n***/\n/*{{{*/\n#mainMenu{\n position: static;\n text-align: left;\n width: 17em;\n}\n\n#mainMenu h1,#mainMenu h2,#mainMenu h3{\n color: #ff0084;\n font-weight: bold;\n padding: 2px 0px;\n font-size: 1.1em;\n letter-spacing: .1em;\n border-bottom: dotted 1px #ccc;\n background-color: transparent;\n}\n\n#sidebar{\n width: 20em;\n}\n\n#sidebar ul,\n#sidebar li{\n padding: 0;\n margin: 0;\n list-style: none;\n}\n\n#sidebar .tabContents{\n width: 18em;\n}\n\n#sidebar .sliderPanel{\n border: 2px dashed #ccc;\n background: transparent;\n margin: 0;\n}\n\n#sidebar .sliderPanel a{\n display:block;\n}\n\n#sidebar .sliderPanel .sliderPanel a{\n display:inline;\n}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n/* TIDDLER DISPLAY/EDIT SPACE ========================================================== */\n\n#contentWrapper .tiddler {\n margin: 0 0 10px 0;\n padding: 0 15px !important;\n border: dotted 1px #fff;\n color: #666;\n}\n\n.tiddler .title {\n background-color: #e9e9e9;\n}\n\n.selected {\n border: dotted 1px #ccc;\n margin: -1px;\n}\n\n.selected .viewer {\n color: #000 !important; \n}\n\n.selected .viewer * {\n color: #000;\n}\n\n.selected .viewer h2, .selected .viewer h4, .selected .viewer h6, .selected .viewer h3, .selected .viewer h5 {\n color: #0063dc;\n}\n\n.selected .viewer pre,.selected .viewer li{\n color: #000 !important;\n}\n\n.selected .title {\n color: #ff0084;\n background-color: #e9e9e9;\n}\n\n#contentWrapper .selected .viewer a {\n color: #0063dc;\n background-color: transparent;\n}\n\n#contentWrapper .selected .viewer a:hover {\n color: #ff0084;\n \n}\n\n#messageArea {\n font-size: 13px;\n font-weight: bold;\n padding: 5px;\n margin: 10px 20px;\n color: #ff0084;\n border: dotted 1px #ccc;\n text-align: center;\n background: #fff;\n}\n\n#messageArea a {\n color: #0063dc !important;\n}\n\n#messageArea a:hover {\n color: #ff0084 !important;\n}\n\n#displayArea .tiddlyLinkExisting {\n font-weight: bold;\n text-decoration: none;\n}\n\n#displayArea .tiddlyLinkNonExisting {\n font-style: italic;\n text-decoration: none;\n}\n\n#displayArea .externalLink {\n text-decoration: underline;\n}\n\n.title {\n font-size: 1.3em;\n padding: 0 0 0 0;\n font-weight: bold;\n display: block;\n color: #0063dc;\n}\n\n.toolbar {\n font-weight: normal;\n font-size: 11px;\n visibility: hidden;\n text-align: right;\n padding: 0 0 5px 0;\n margin: 0;\n}\n\n.toolbar a.button {\n padding: 1px 5px;\n color: #fff;\n text-decoration: none;\n border: 1px outset #0063dc;\n background: #0063dc;\n margin: 1px;\n}\n\n.toolbar a.button:hover {\n color: #fff;\n background: #ff0084;\n border: 1px outset #ff0084;\n}\n\n.toolbar a.button:active {\n color: #fff;\n background: #ff0084;\n border: 1px inset #ff0084;\n}\n\n.tagLinks {\n padding-top: 5px;\n margin-top: 10px;\n border-top: 1px dotted #ccc;\n color: #aaa;\n}\n\n.tagLinks a {\n color: #aaa;\n}\n\n.selected .tagLinks a {\n color: #0063dc;\n}\n\n.tagLinks a:hover {\n color: #ff0084;\n}\n\n\n#contentWrapper .viewer {\n line-height: 140%;\n color: #666;\n}\n\n#contentWrapper .viewer a{\n font-weight: bold;\n color: #666;\n text-decoration: none;\n background-color: transparent;\n}\n\n#contentWrapper .viewer h1, #contentWrapper .viewer h2, #contentWrapper .viewer h3, #contentWrapper .viewer h4, #contentWrapper .viewer h5, #contentWrapper .viewer h6{\n background-color: transparent;\n border-bottom: 1px dotted #666;\n margin-bottom: .25em;\n}\n\n.viewer blockquote {\n border-left: 3px solid #777;\n margin: 5px;\n padding: 5px;\n}\n\n.viewer ul {\n padding-left: 30px;\n}\n\n.viewer ol {\n padding-left: 30px;\n}\n\nol\n{\n list-style-type: decimal;\n}\n\nol ol\n{\n list-style-type: lower-alpha;\n}\n\nol ol ol\n{\n list-style-type: lower-roman;\n}\n\n.viewer ul, .viewer ol, .viewer p {\n margin: 5px 0 12px 0;\n}\n\n.viewer li {\n margin: 3px 0;\n}\n\n.viewer pre{\n font-family: monspace;\n}\n\n#contentWrapper .viewer *{\n color: #666;\n}\n\n\n.viewer h2 {\n font-size: 1.2em;\n}\n\n.viewer h3 {\n font-size: 1.1em;\n font-style: italic;\n}\n\n.viewer h4 {\n font-size: 1em;\n}\n\n.viewer h5 {\n font-size: .9em;\n font-style: italic;\n}\n\n.viewer h6 {\n font-size: .8em;\n}\n\n.viewer table {\n border-collapse: collapse;\n border: 2px solid #303030;\n font-size: 11px;\n margin: 10px 0;\n}\n\n.viewer th {\n background: #eee;\n border: 1px solid #aaa;\n padding: 3px;\n}\n\n.viewer td {\n border: 1px solid #aaa;\n padding: 3px;\n}\n\n.viewer caption {\n padding: 3px;\n}\n\n.viewer hr {\n border: none;\n border-top: dotted 1px #777;\n height: 1px;\n color: #fff;\n margin: 7px 0;\n}\n\n.body {\n margin: 5px 0 0px 0;\n padding: 5px 0;\n}\n\n.highlight {\n color: #000;\n background: #ffe72f;\n}\n\n.editor {\n font-size: 8pt;\n color: #402c74;\n font-weight: normal;\n padding: 10px 0;\n}\n\n.editor input, .editor textarea {\n display: block;\n font: 13px/130% "Andale Mono", "Monaco", "Lucida Console", "Courier New", monospace;\n margin: 0;\n border: 1px inset #333;\n padding: 2px 0;\n}\n\n.footer a.button,.editorFooter a.button{\n color: #e6e6e6;\n}\n\n.selected .footer a.button,\n.selected .editorFooter a.button{\n color: #0063dc;\n}\n\n.selected .footer a.button:hover,\n.selected .editorFooter a.button:hover{\n color: #ff0084;\n background-color: transparent;\n}\n\ninput:focus, textarea:focus {\n background: #ffe;\n border: 1px solid #000 !important;\n}\n/*}}}*/\n\n\n
<div id='header'>\n<div id='titleLine'>\n<span id='siteTitle' refresh='content' tiddler='SiteTitle'></span>\n<span id='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n</div>\n</div>\n<div id='sidebar'>\n<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>\n<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>\n<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div><div id="licensePanel">\n<a rel="license" href="http://shared.snapgrid.com/gtd_tiddlywiki.html#RevisionHistory" target="_new">GTDTW Version <span macro="version"></span></a>\n<a rel="license" href="http://www.tiddlywiki.com" target="_new">\nTiddlyWiki is published by Jeremy Ruston at Osmosoft under a BSD open source license</a>\n<a rel="license" href="http://snapgrid.com" target="_new">GTD TiddlyWiki is a modification by Nathan Bowers at Snapgrid under the same license terms.</a>\n<a rel="license" href="http://davidco.com" target="_new">"Getting Things Done" is &#169; David Allen at Davidco. Davidco has no affiliation with TiddlyWiki or GTD TiddlyWiki.</a></div></div>\n<div id='displayArea'>\n<div id='messageArea'></div>\n<div id='tiddlerDisplay'></div>
GTD Tiddly Wiki is a ~GettingThingsDone adaptation by NathanBowers of JeremyRuston's Open Source TiddlyWiki. The purpose of GTD Tiddly Wiki is to give users a single repository for their GTD lists and support materials so they can create/edit lists, and then print directly to 3x5 cards for use with the HipsterPDA.\n\nLearn more at http://shared.snapgrid.com/gtd_tiddlywiki.html.
To get started with modifying this TiddlyWiki, you'll might want to modify the following tiddlers:\n* UserName: You will need to enter your username for signing your edits: <<option txtUserName>>\n* SiteTitle: The title will be displayed in the header of the page & in the {{{<title>}}} tag of the page\n* SiteSubtitle: The subtitle of the site will be displayed in the header of the page & in the {{{<title>}}} tag of the page\n: You will be able to see the SiteTitle & SiteSubtitle the browser title bar)\n* MainMenu: The menu (usually on the left)\n* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened\n* SiteUrl: contains the URL for the site - useful when selecting stylesheets\n\nYou can also click on AdvancedOptions to see some additional ways the page can be tweaked.
<html>\n<iframe style="background-color:#ffffff; border-color:#ffffff; border:none;" width="100%" height="400" frameborder="0" scrolling="yes" src="http://www.un-documents.net/search.html" title="UN Documents search">\n</iframe> </html>
This set of tiddlers allows you to edit and manage the title and sub-title of the page, and key information about the page; Others are easily read by browsers in particular, information that it is valuable to make available to Internet search engines. The first of these two are visible to the viewer - in the browser window, and in the banner at the top of the page.the others are read by search engines and browsers, but are only visible to the reader if she or he looks at the source code af a web page\n* [[Site Title|SiteTitle]] - appears at the head of the page banner, and the \n* [[Site Subtitle|SiteSubtitle]] - included in the browser bar and search results and at the bottom right of the site banner\n* [[MarkupPreHead]] - this contents of this shadowed tiddler contains the concatenation of information - each of them representing a "meta tag". Ideally, this tiddler would use the syntax- using the syntax {{{<<tiddler "Site Keywords">>}}}, etc.\n** [[Site Keywords]] - a list of comma-separated keywords, also a first read for search engines\n** [[Site Description]] - a concise description of the site, stored in the HEAD of the HTML page, and is generally one of the first items to be read by intelligent search engines. As a rule, it should not be more that 256 characters, or about 40 words.\n>>>Each of these tiddlers contains what is known as a "meta tag", e,.g.\n<<<\n>> {{{<meta name="description" content="Climate Change 2.0: A convenient TiddlyPerfect response to Truth in a rapidly-changing Creative Commons, Open Source Climate">}}} \n<<<\n** [[Site Owner]] - this tiddler records the ownership of the page itself: not to be confused with the various copyrights associated with the page, included in the tiddler that follows\n** [[Site Copyrights]] - this tiddler provides attribution to the rights holders \n** [[Site Url|SiteUrl]] - this tiddler conytains the Url of the site, e.g. http:///climate-change-two.net\n** [[Site Splash Screen]] - this page contains the HTML tags for the Splash Screen that appears when the page is opened,\n>> //Technical note//: In a TiddlyPerfect site, this tiddler would be automatically generated by the DataPerfect engine from its sub-tiddlers - using the syntax:\n>>> {{{<<tiddler "Site Keywords">>}}},\n>>> {{{<<tiddler "Site Decription">>}}}, etc.\n>> under TiddlyWiki, this does not work, as the contents of the tiddler would not be readable by the browser, not having been translated - wikified - until the relevant javascript in TiddlyWiki had been loaded.
/***\n| Name:|HideWhenPlugin|\n| Description:|Allows conditional inclusion/exclusion in templates|\n| Version:|6.1.2|\n| Date:|20-Oct-2006|\n| Source:|http://mptw.tiddlyspot.com/#HideWhenPlugin|\n| Author:|Simon Baird <simon.baird@gmail.com>|\nFor use in ViewTemplate and EditTemplate. Eg\n{{{<div macro="showWhenTagged Task">[[TaskToolbar]]</div>}}}\n{{{<div macro="showWhen tiddler.modifier == 'BartSimpson'"><img src="bart.gif"/></div>}}}\n***/\n//{{{\n\nwindow.removeElementWhen = function(test,place) {\n if (test) {\n removeChildren(place);\n place.parentNode.removeChild(place);\n }\n};\n\nmerge(config.macros,{\n\n hideWhen: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( eval(paramString), place);\n }},\n\n showWhen: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( !eval(paramString), place);\n }},\n\n hideWhenTagged: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( tiddler.tags.containsAll(params), place);\n }},\n\n showWhenTagged: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( !tiddler.tags.containsAll(params), place);\n }},\n\n hideWhenTaggedAny: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( tiddler.tags.containsAny(params), place);\n }},\n\n showWhenTaggedAny: { handler: function (place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( !tiddler.tags.containsAny(params), place);\n }},\n\n hideWhenExists: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( store.tiddlerExists(params[0]) || store.isShadowTiddler(params[0]), place);\n }},\n\n showWhenExists: { handler: function(place,macroName,params,wikifier,paramString,tiddler) {\n removeElementWhen( !(store.tiddlerExists(params[0]) || store.isShadowTiddler(params[0])), place);\n }}\n\n});\n\n//}}}\n\n
You can divide a tiddler into\n----\nsections by typing four dashes on a line by themselves
<<top>>\n<<jump j '' top>>\n<<fullscreen>>\n\n<<fontSize>>\n\n\n\n<<newTiddler>><<renameButton n>>\n<<saveChanges>><<renameButton s 'Save TiddlyWiki'>>\n
Entities in HTML documents allow characters to be entered that can't easily be typed on an ordinary keyboard. They take the form of an ampersand (&), an identifying string, and a terminating semi-colon (;). There's a complete reference [[here|http://www.htmlhelp.com/reference/html40/entities/]]; some of the more common and useful ones are shown below. Also see [[Paul's Notepad|http://thepettersons.org/PaulsNotepad.html#GreekHtmlEntities%20HtmlEntitiesList%20LatinHtmlEntities%20MathHtmlEntities]] for a more complete list.\n\n|>|>|>|>|>|>| !HTML Entities |\n| &amp;nbsp; | &nbsp; | no-break space | &nbsp;&nbsp; | &amp;apos; | &apos; | single quote, apostrophe |\n| &amp;ndash; | &ndash; | en dash |~| &amp;quot; | &quot; | quotation mark |\n| &amp;mdash; | &mdash; | em dash |~| &amp;prime; | &prime; | prime; minutes; feet |\n| &amp;hellip; | &hellip; | horizontal ellipsis |~| &amp;Prime; | &Prime; | double prime; seconds; inches |\n| &amp;copy; | &copy; | Copyright symbol |~| &amp;lsquo; | &lsquo; | left single quote |\n| &amp;reg; | &reg; | Registered symbol |~| &amp;rsquo; | &rsquo; | right single quote |\n| &amp;trade; | &trade; | Trademark symbol |~| &amp;ldquo; | &ldquo; | left double quote |\n| &amp;dagger; | &dagger; | dagger |~| &amp;rdquo; | &rdquo; | right double quote |\n| &amp;Dagger; | &Dagger; | double dagger |~| &amp;laquo; | &laquo; | left angle quote |\n| &amp;para; | &para; | paragraph sign |~| &amp;raquo; | &raquo; | right angle quote |\n| &amp;sect; | &sect; | section sign |~| &amp;times; | &times; | multiplication symbol |\n| &amp;uarr; | &uarr; | up arrow |~| &amp;darr; | &darr; | down arrow |\n| &amp;larr; | &larr; | left arrow |~| &amp;rarr; | &rarr; | right arrow |\n| &amp;lArr; | &lArr; | double left arrow |~| &amp;rArr; | &rArr; | double right arrow |\n| &amp;harr; | &harr; | left right arrow |~| &amp;hArr; | &hArr; | double left right arrow |\n\nThe table below shows how accented characters can be built up by subsituting a base character into the various accent entities in place of the underscore ('_'):\n\n|>|>|>|>|>|>|>|>|>|>|>|>|>|>|>|>|>| !Accented Characters |\n| grave accent | &amp;_grave; | &Agrave; | &agrave; | &Egrave; | &egrave; | &Igrave; | &igrave; | &Ograve; | &ograve; | &Ugrave; | &ugrave; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |\n| acute accent | &amp;_acute; | &Aacute; | &aacute; | &Eacute; | &eacute; | &Iacute; | &iacute; | &Oacute; | &oacute; | &Uacute; | &uacute; | &nbsp; | &nbsp; | &Yacute; | &yacute; | &nbsp; | &nbsp; |\n| circumflex accent | &amp;_circ; | &Acirc; | &acirc; | &Ecirc; | &ecirc; | &Icirc; | &icirc; | &Ocirc; | &ocirc; | &Ucirc; | &ucirc; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |\n| umlaut mark | &amp;_uml; | &Auml; | &auml; | &Euml; | &euml; | &Iuml; | &iuml; | &Ouml; | &ouml; | &Uuml; | &uuml; | &nbsp; | &nbsp; | &Yuml; | &yuml; | &nbsp; | &nbsp; |\n| tilde | &amp;_tilde; | &Atilde; | &atilde; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &Otilde; | &otilde; | &nbsp; | &nbsp; | &Ntilde; | &ntilde; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |\n| ring | &amp;_ring; | &Aring; | &aring; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |\n| slash | &amp;_slash; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &Oslash; | &oslash; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |\n| cedilla | &amp;_cedil; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; | &Ccedil; | &ccedil; |
{{{\n[img[title|filename]]\n[img[filename]]\n[img[title|filename][link]]\n[img[filename][link]]\n}}}\nImages can be included by their filename or full URL. It's good practice to include a title for the image to be shown as a tooltip, and when the image isn't available. An image can also link to another tiddler or or a URL, e.g.\n[img[Twin Light & Colour Cube|http://www.climate-change-two.net/light-cube-0-075.png][Twin Light & Colour Cubes]]\n{{{\n[img[Twin Light & Colour Cube|http://www.climate-change-two.net/light-cube-0-075.png][Twin Light & Colour Cubes]]\n}}}\n\nYou can also float images to the right or left: use {{{[<img[}}} for left-floating images and {{{[>img[}}} for right-floated images; you can use CSS to clear the floats.\n[<img[Twin Light & Colour Cube - floating left|http://www.climate-change-two.net/light-cube-1-075.png][http://www.digital-bridges.net/]] [>img[Twin Light & Colour Cube - floating right|http://www.climate-change-two.net/light-cube-0-075.png][http://www.digital-bridges.net/]]\n@@clear(left):clear(right):display(block):@@\n{{{\n[<img[Twin Light & Colour Cube - floated left|http://www.climate-change-two.net/light-cube-1-075.png][http://www.digital-bridges.net/]]\n[>img[Twin Light & Colour Cube - floated right|http://www.climate-change-two.net/light-cube-0-075.png][http://www.digital-bridges.net/]]\n@@clear(left):clear(right):display(block):@@\n}}}
The ''Import Tiddlers'' tiddler uses the ''<html>&lt;&lt;importTiddlers&gt;&gt;</html>'' built-in macro that allows you to import tiddlers from other TiddlyWiki pages.\n\n<<importTiddlers inline>>
<<importTiddlers>>
/***\n|''Name:''|ImportTiddlersPlugin|\n|''Source:''|http://www.TiddlyTools.com/#ImportTiddlersPlugin|\n|''Author:''|Eric Shulman - ELS Design Studios|\n|''License:''|[[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|\n|''~CoreVersion:''|2.0.10|\n\nWhen many people share and edit copies of the same TiddlyWiki document, the ability to quickly collect all these changes back into a single, updated document that can then be redistributed to the entire group is very important. It can also be very extremely helpful when moving your own tiddlers from document to document (e.g., when upgrading to the latest version of TiddlyWiki, or 'pre-loading' your favorite stylesheets into a new 'empty' TiddlyWiki document.)\n\nThis plugin lets you selectively combine tiddlers from any two TiddlyWiki documents. An interactive control panel lets you pick a document to import from, and then select which tiddlers to import, with prompting for skip, rename, merge or replace actions when importing tiddlers that match existing titles. Automatically add tags to imported tiddlers so they are easy to find later on. Generates a detailed report of import 'history' in ImportedTiddlers.\n!!!!!Interactive interface\n<<<\n{{{<<importTiddlers>>}}}\ncreates "import tiddlers" link. click to show/hide import control panel\n\n{{{<<importTiddlers inline>>}}}\ncreates import control panel directly in tiddler content\n\n<<importTiddlers inline>>\n\nPress ''[browse]'' to select a TiddlyWiki document file to import. You can also type in the path/filename or a remote document URL (starting with http://)and press ''[open]''. //Note: There may be some delay to permit the browser time to access and load the document before updating the listbox with the titles of all tiddlers that are available to be imported.//\n\nSelect one or more titles from the listbox (hold CTRL or SHIFT while clicking to add/remove the highlight from individual list items). You can press ''[select all]'' to quickly highlight all tiddler titles in the list. Use the ''[-]'', ''[+]'', or ''[=]'' links to adjust the listbox size so you can view more (or less) tiddler titles at one time. When you have chosen the tiddlers you want to import and entered any extra tags, press ''[import]'' to begin copying them to the current TiddlyWiki document.\n\n''select: all, new, changes, or differences''\n\nYou can click on ''all'', ''new'', ''changes'', or ''differences'' to automatically select a subset of tiddlers from the list. This makes it very quick and easy to find and import just the updated tiddlers you are interested in:\n>''"all"'' selects ALL tiddlers from the import source document, even if they have not been changed.\n>''"new"'' selects only tiddlers that are found in the import source document, but do not yet exist in the destination document\n>''"changes"'' selects only tiddlers that exist in both documents but that are newer in the source document\n>''"differences"'' selects all new and existing tiddlers that are different from the destination document (even if destination tiddler is newer)\n\n''Import Tagging:''\n\nTiddlers that have been imported can be automatically tagged, so they will be easier to find later on, after they have been added to your document. New tags are entered into the "add tags" input field, and then //added// to the existing tags for each tiddler as it is imported.\n\n''Skip, Rename, Merge, or Replace:''\n\nWhen importing a tiddler whose title is identical to one that already exists, the import process pauses and the tiddler title is displayed in an input field, along with four push buttons: ''[skip]'', ''[rename]'', ''[merge]'' and ''[replace]''.\n\nTo bypass importing this tiddler, press ''[skip]''. To import the tiddler with a different name (so that both the tiddlers will exist when the import is done), enter a new title in the input field and then press ''[rename]''. Press ''[merge]'' to combine the content from both tiddlers into a single tiddler. Press ''[replace]'' to overwrite the existing tiddler with the imported one, discarding the previous tiddler content.\n\n//Note: if both the title ''and'' modification date/////time match, the imported tiddler is assumed to be identical to the existing one, and will be automatically skipped (i.e., not imported) without asking.//\n\n''Import Report History''\n\nWhen tiddlers are imported, a report is generated into ImportedTiddlers, indicating when the latest import was performed, the number of tiddlers successfully imported, from what location, and by whom. It also includes a list with the title, date and author of each tiddler that was imported.\n\nWhen the import process is completed, the ImportedTiddlers report is automatically displayed for your review. If more tiddlers are subsequently imported, a new report is //added// to ImportedTiddlers, above the previous report (i.e., at the top of the tiddler), so that a reverse-chronological history of imports is maintained.\n\nIf a cumulative record is not desired, the ImportedTiddlers report may be deleted at any time. A new ImportedTiddlers report will be created the next time tiddlers are imported.\n\nNote: You can prevent the ImportedTiddlers report from being generated for any given import activity by clearing the "create a report" checkbox before beginning the import processing.\n\n<<<\n!!!!!non-interactive 'load tiddlers' macro\n<<<\nUseful for automated installation/update of plugins and other tiddler content.\n\n{{{<<loadTiddlers "label:load tiddlers from %0" http://www.tiddlytools.com/example.html confirm>>}}}\n<<loadTiddlers "label:load tiddlers from %0" http://www.tiddlytools.com/example.html confirm>>\n\nSyntax:\n{{{<<loadTiddlers label:text prompt:text filter source quiet confirm>>}}}\n\n''label:text'' and ''prompt:text''\n>defines link text and tooltip (prompt) that can be clicked to trigger the load tiddler processing. If a label is NOT provided, then no link is created and loadTiddlers() is executed whenever the containing tiddler is rendered.\n''filter'' (optional) determines which tiddlers will be automatically selected for importing. Use one of the following keywords:\n>''"all"'' retrieves ALL tiddlers from the import source document, even if they have not been changed.\n>''"new"'' retrieves only tiddlers that are found in the import source document, but do not yet exist in the destination document\n>''"changes"'' retrieves only tiddlers that exist in both documents for which the import source tiddler is newer than the existing tiddler\n>''"updates"'' retrieves both ''new'' and ''changed'' tiddlers (this is the default action when none is specified)\n>''"tiddler:~TiddlerName"'' retrieves only the specific tiddler named in the parameter.\n>''"tag:text"'' retrieves only the tiddlers tagged with the indicated text.\n''source'' (required) is the location of the imported document. It can be either a local document path/filename in whatever format your system requires, or a remote web location (starting with "http://" or "https://")\n>use the keyword ''ask'' to prompt for a source location whenever the macro is invoked\n''"quiet"'' (optional)\n>supresses all status message during the import processing (e.g., "opening local file...", "found NN tiddlers..." etc). Note that if ANY tiddlers are actualy imported, a final information message will still be displayed (along with the ImportedTiddlers report), even when 'quiet' is specified. This ensures that changes to your document cannot occur without any visible indication at all.\n''"confirm"'' (optional)\n>adds interactive confirmation. A browser message box (OK/Cancel) is displayed for each tiddler that will be imported, so that you can manually bypass any tiddlers that you do not want to import.\n<<<\n!!!!!Installation\n<<<\ncopy/paste the following tiddlers into your document:\n''ImportTiddlersPlugin'' (tagged with <<tag systemConfig>>)\n\ncreate/edit ''SideBarOptions'': (sidebar menu items) \n^^Add "< < ImportTiddlers > >" macro^^\n\n''Quick Installation Tip #1:''\nIf you are using an unmodified version of TiddlyWiki (core release version <<version>>), you can get a new, empty TiddlyWiki with the Import Tiddlers plugin pre-installed (''[[download from here|TW+ImportExport.html]]''), and then simply import all your content from your old document into this new, empty document.\n<<<\n!!!!!Revision History\n<<<\n''2006.10.12 [3.0.8]'' in readTiddlersFromHTML(), fallback to find end of store area by matching "/body" when POST-BODY-START is not present (backward compatibility for older documents)\n''2006.09.10 [3.0.7]'' in readTiddlersFromHTML(), find end of store area by matching "POST-BODY-START" instead of "/body" \n''2006.08.16 [3.0.6]'' Use higher-level store.saveTiddler() instead of store.addTiddler() to avoid conflicts with ZW and other adaptations that hijack low-level tiddler handling. Also, in CreateImportPanel(), no longer register notify to "refresh listbox after every tiddler change" (left over from old 'auto-filtered' list handling). Thanks to Bob McElrath for report/solution.\n''2006.07.29 [3.0.5]'' added noChangeMsg to loadTiddlers processing. if not 'quiet' mode, reports skipped tiddlers.\n''2006.04.18 [3.0.4]'' in loadTiddlers.handler, fixed parsing of "prompt:" param. Also, corrected parameters mismatch in loadTiddlers() callback function definition (order of params was wrong, resulting in filters NOT being applied)\n''2006.04.12 [3.0.3]'' moved many display messages to macro properties for easier L10N translations via 'lingo' definitions.\n''2006.04.12 [3.0.2]'' additional refactoring of 'core candidate' code. Proposed API now defines "loadRemoteFile()" for XMLHttpRequest processing with built in fallback for handling local filesystem access, and readTiddlersFromHTML() to process the resulting source HTML content.\n''2006.04.04 [3.0.1]'' in refreshImportList(), when using [by tags], tiddlers without tags are now included in a new "untagged" psuedo-tag list section\n''2006.04.04 [3.0.0]'' Separate non-interactive {{{<<importTiddlers...>>}}} macro functionality for incorporation into TW2.1 core and renamed as {{{<<loadTiddlers>>}}} macro. New parameters for loadTiddlers: ''label:text'' and ''prompt:text'' for link creation, ''ask'' for filename/URL, ''tag:text'' for filtering, "confirm" for accept/reject of individual inbound tiddlers. Also, ImportedTiddlers report generator output has been simplified and "importReplace/importPublic" tags and associated "force" param (which were rarely, if ever, used) has been dropped.\n''2006.03.30 [2.9.1]'' when extracting store area from remote URL, look for "</body>" instead of "</body>\sn</html>" so it will match even if the "\sn" is absent from the source.\n''2006.03.30 [2.9.0]'' added optional 'force' macro param. When present, autoImportTiddlers() bypasses the checks for importPublic and importReplace. Based on a request from Tom Otvos.\n''2006.03.28 [2.8.1]'' in loadImportFile(), added checks to see if 'netscape' and 'x.overrideMimeType()' are defined (IE does *not* define these values, so we bypass this code)\nAlso, when extracting store area from remote URL, explicitly look for "</body>\sn</html>" to exclude any extra content that may have been added to the end of the file by hosting environments such as GeoCities. Thanks to Tom Otvos for finding these bugs and suggesting some fixes.\n''2006.02.21 [2.8.0]'' added support for "tiddler:TiddlerName" filtering parameter in auto-import processing\n''2006.02.21 [2.7.1]'' Clean up layout problems with IE. (Use tables for alignment instead of SPANs styled with float:left and float:right)\n''2006.02.21 [2.7.0]'' Added "local file" and "web server" radio buttons for selecting dynamic import source controls in ImportPanel. Default file control is replaced with URL text input field when "web server" is selected. Default remote document URL is defined in SiteURL tiddler. Also, added option for prepending SiteProxy URL as prefix to remote URL to mask cross-domain document access (requires compatible server-side script)\n''2006.02.17 [2.6.0]'' Removed "differences only" listbox display mode, replaced with selection filter 'presets': all/new/changes/differences. Also fixed initialization handling for "add new tags" so that checkbox state is correctly tracked when panel is first displayed.\n''2006.02.16 [2.5.4]'' added checkbox options to control "import remote tags" and "keep existing tags" behavior, in addition to existing "add new tags" functionality.\n''2006.02.14 [2.5.3]'' FF1501 corrected unintended global 't' (loop index) in importReport() and autoImportTiddlers()\n''2006.02.10 [2.5.2]'' corrected unintended global variable in importReport().\n''2006.02.05 [2.5.1]'' moved globals from window.* to config.macros.importTiddlers.* to avoid FireFox 1.5.0.1 crash bug when referencing globals\n''2006.01.18 [2.5.0]'' added checkbox for "create a report". Default is to create/update the ImportedTiddlers report. Clear the checkbox to skip this step.\n''2006.01.15 [2.4.1]'' added "importPublic" tag and inverted default so that auto sharing is NOT done unless tagged with importPublic\n''2006.01.15 [2.4.0]'' Added support for tagging individual tiddlers with importSkip, importReplace, and/or importPrivate to control which tiddlers can be overwritten or shared with others when using auto-import macro syntax. Defaults are to SKIP overwriting existing tiddlers with imported tiddlers, and ALLOW your tiddlers to be auto-imported by others.\n''2006.01.15 [2.3.2]'' Added "ask" parameter to confirm each tiddler before importing (for use with auto-importing)\n''2006.01.15 [2.3.1]'' Strip TW core scripts from import source content and load just the storeArea into the hidden IFRAME. Makes loading more efficient by reducing the document size and by preventing the import document from executing its TW initialization (including plugins). Seems to resolve the "Found 0 tiddlers" problem. Also, when importing local documents, use convertUTF8ToUnicode() to convert the file contents so support international characters sets.\n''2006.01.12 [2.3.0]'' Reorganized code to use callback function for loading import files to support event-driven I/O via an ASYNCHRONOUS XMLHttpRequest. Let's processing continue while waiting for remote hosts to respond to URL requests. Added non-interactive 'batch' macro mode, using parameters to specify which tiddlers to import, and from what document source. Improved error messages and diagnostics, plus an optional 'quiet' switch for batch mode to eliminate //most// feedback.\n''2006.01.11 [2.2.0]'' Added "[by tags]" to list of tiddlers, based on code submitted by BradleyMeck\n''2006.01.09 [2.1.1]'' When a URL is typed in, and then the "open" button is pressed, it generates both an onChange event for the file input and a click event for open button. This results in multiple XMLHttpRequest()'s which seem to jam things up quite a bit. I removed the onChange handling for file input field. To open a file (local or URL), you must now explicitly press the "open" button in the control panel.\n''2006.01.08 [2.1.0]'' IMPORT FROM ANYWHERE!!! re-write getImportedTiddlers() logic to either read a local file (using local I/O), OR... read a remote file, using a combination of XML and an iframe to permit cross-domain reading of DOM elements. Adapted from example code and techniques courtesy of Jonny LeRoy.\n''2006.01.06 [2.0.2]'' When refreshing list contents, fixed check for tiddlerExists() when "show differences only" is selected, so that imported tiddlers that don't exist in the current file will be recognized as differences and included in the list.\n''2006.01.04 [2.0.1]'' When "show differences only" is NOT checked, import all tiddlers that have been selected even when they have a matching title and date.\n''2005.12.27 [2.0.0]'' Update for TW2.0\nDefer initial panel creation and only register a notification function when panel first is created\n''2005.12.22 [1.3.1]'' tweak formatting in importReport() and add 'discard report' link to output\n''2005.12.03 [1.3.0]'' Dynamically create/remove importPanel as needed to ensure only one instance of interface elements exists, even if there are multiple instances of macro embedding. Also, dynamically create/recreate importFrame each time an external TW document is loaded for importation (reduces DOM overhead and ensures a 'fresh' frame for each document)\n''2005.11.29 [1.2.1]'' fixed formatting of 'detail info' in importReport()\n''2005.11.11 [1.2.0]'' added 'inline' param to embed controls in a tiddler\n''2005.11.09 [1.1.0]'' only load HTML and CSS the first time the macro handler is called. Allows for redundant placement of the macro without creating multiple instances of controls with the same ID's.\n''2005.10.25 [1.0.5]'' fixed typo in importReport() that prevented reports from being generated\n''2005.10.09 [1.0.4]'' combined documentation with plugin code instead of using separate tiddlers\n''2005.08.05 [1.0.3]'' moved CSS and HTML definitions into plugin code instead of using separate tiddlers\n''2005.07.27 [1.0.2]'' core update 1.2.29: custom overlayStyleSheet() replaced with new core setStylesheet()\n''2005.07.23 [1.0.1]'' added parameter checks and corrected addNotification() usage\n''2005.07.20 [1.0.0]'' Initial Release\n<<<\n!!!!!Credits\n<<<\nThis feature was developed by EricShulman from [[ELS Design Studios|http:/www.elsdesign.com]]\n<<<\n!!!!!Code\n***/\n// // ''MACRO DEFINITION''\n//{{{\n// Version\nversion.extensions.importTiddlers = {major: 3, minor: 0, revision: 8, date: new Date(2006,10,12)};\n\n// IE needs explicit global scoping for functions/vars called from browser events\nwindow.onClickImportButton=onClickImportButton;\nwindow.refreshImportList=refreshImportList;\n\n// default cookie/option values\nif (!config.options.chkImportReport) config.options.chkImportReport=true;\n\nconfig.macros.importTiddlers = { };\nconfig.macros.importTiddlers = {\n label: "import tiddlers",\n prompt: "Copy tiddlers from another document",\n foundMsg: "Found %0 tiddlers in %1",\n countMsg: "%0 tiddlers selected for import",\n importedMsg: "Imported %0 of %1 tiddlers from %2",\n src: "", // path/filename or URL of document to import (retrieved from SiteUrl tiddler)\n proxy: "", // URL for remote proxy script (retrieved from SiteProxy tiddler)\n useProxy: false, // use specific proxy script in front of remote URL\n inbound: null, // hash-indexed array of tiddlers from other document\n newTags: "", // text of tags added to imported tiddlers\n addTags: true, // add new tags to imported tiddlers\n listsize: 8, // # of lines to show in imported tiddler list\n importTags: true, // include tags from remote source document when importing a tiddler\n keepTags: true, // retain existing tags when replacing a tiddler\n index: 0, // current processing index in import list\n sort: "" // sort order for imported tiddler listbox\n};\n\nconfig.macros.importTiddlers.handler = function(place,macroName,params) {\n if (!config.macros.loadTiddlers.handler)\n { alert("importTiddlers error: this plugin requires LoadTiddlersPlugin or TiddlyWiki 2.1+"); return; }\n if (!params[0]) // LINK TO FLOATING PANEL\n createTiddlyButton(place,this.label,this.prompt,onClickImportMenu);\n else if (params[0]=="inline") {// // INLINE TIDDLER CONTENT\n createImportPanel(place);\n document.getElementById("importPanel").style.position="static";\n document.getElementById("importPanel").style.display="block";\n }\n else config.macros.loadTiddlers.handler(place,macroName,params); // FALLBACK: PASS TO LOADTIDDLERS\n}\n//}}}\n\n// // ''INTERFACE DEFINITION''\n\n// // Handle link click to create/show/hide control panel\n//{{{\nfunction onClickImportMenu(e)\n{\n if (!e) var e = window.event;\n var parent=resolveTarget(e).parentNode;\n var panel = document.getElementById("importPanel");\n if (panel==undefined || panel.parentNode!=parent)\n panel=createImportPanel(parent);\n var isOpen = panel.style.display=="block";\n if(config.options.chkAnimate)\n anim.startAnimating(new Slider(panel,!isOpen,e.shiftKey || e.altKey,"none"));\n else\n panel.style.display = isOpen ? "none" : "block" ;\n e.cancelBubble = true;\n if (e.stopPropagation) e.stopPropagation();\n return(false);\n}\n//}}}\n\n// // Create control panel: HTML, CSS\n//{{{\nfunction createImportPanel(place) {\n var panel=document.getElementById("importPanel");\n if (panel) { panel.parentNode.removeChild(panel); }\n setStylesheet(config.macros.importTiddlers.css,"importTiddlers");\n panel=createTiddlyElement(place,"span","importPanel",null,null)\n panel.innerHTML=config.macros.importTiddlers.html;\n refreshImportList();\n var siteURL=store.getTiddlerText("SiteUrl"); if (!siteURL) siteURL="";\n document.getElementById("importSourceURL").value=siteURL;\n config.macros.importTiddlers.src=siteURL;\n var siteProxy=store.getTiddlerText("SiteProxy"); if (!siteProxy) siteProxy="SiteProxy";\n document.getElementById("importSiteProxy").value=siteProxy;\n config.macros.importTiddlers.proxy=siteProxy;\n return panel;\n}\n//}}}\n\n// // CSS\n//{{{\nconfig.macros.importTiddlers.css = '\s\n#importPanel {\s\n display: none; position:absolute; z-index:11; width:35em; right:105%; top:3em;\s\n background-color: #eee; color:#000; font-size: 8pt; line-height:110%;\s\n border:1px solid black; border-bottom-width: 3px; border-right-width: 3px;\s\n padding: 0.5em; margin:0em; -moz-border-radius:1em;\s\n}\s\n#importPanel a, #importPanel td a { color:#009; display:inline; margin:0px; padding:1px; }\s\n#importPanel table { width:100%; border:0px; padding:0px; margin:0px; font-size:8pt; line-height:110%; background:transparent; }\s\n#importPanel tr { border:0px;padding:0px;margin:0px; background:transparent; }\s\n#importPanel td { color:#000; border:0px;padding:0px;margin:0px; background:transparent; }\s\n#importPanel select { width:98%;margin:0px;font-size:8pt;line-height:110%;}\s\n#importPanel input { width:98%;padding:0px;margin:0px;font-size:8pt;line-height:110%}\s\n#importPanel .box { border:1px solid black; padding:3px; margin-bottom:5px; background:#f8f8f8; -moz-border-radius:5px;}\s\n#importPanel .topline { border-top:2px solid black; padding-top:3px; margin-bottom:5px; }\s\n#importPanel .rad { width:auto; }\s\n#importPanel .chk { width:auto; margin:1px;border:0; }\s\n#importPanel .btn { width:auto; }\s\n#importPanel .btn1 { width:98%; }\s\n#importPanel .btn2 { width:48%; }\s\n#importPanel .btn3 { width:32%; }\s\n#importPanel .btn4 { width:24%; }\s\n#importPanel .btn5 { width:19%; }\s\n#importPanel .importButton { padding: 0em; margin: 0px; font-size:8pt; }\s\n#importPanel .importListButton { padding:0em 0.25em 0em 0.25em; color: #000000; display:inline }\s\n#importCollisionPanel { display:none; margin:0.5em 0em 0em 0em; }\s\n';\n//}}}\n\n// // HTML \n//{{{\nconfig.macros.importTiddlers.html = '\s\n<!-- source and report -->\s\n<table><tr><td align=left>\s\n import from\s\n <input type="radio" class="rad" name="importFrom" value="file" CHECKED\s\n onClick="document.getElementById(\s'importLocalPanel\s').style.display=this.checked?\s'block\s':\s'none\s';\s\n document.getElementById(\s'importHTTPPanel\s').style.display=!this.checked?\s'block\s':\s'none\s'"> local file\s\n <input type="radio" class="rad" name="importFrom" value="http"\s\n onClick="document.getElementById(\s'importLocalPanel\s').style.display=!this.checked?\s'block\s':\s'none\s';\s\n document.getElementById(\s'importHTTPPanel\s').style.display=this.checked?\s'block\s':\s'none\s'"> web server\s\n</td><td align=right>\s\n <input type=checkbox class="chk" id="chkImportReport" checked\s\n onClick="config.options[\s'chkImportReport\s']=this.checked;"> create a report\s\n</td></tr></table>\s\n<!-- import from local file -->\s\n<div id="importLocalPanel" style="display:block;margin-bottom:5px;margin-top:5px;padding-top:3px;border-top:1px solid #999">\s\nlocal document path/filename:<br>\s\n<input type="file" id="fileImportSource" size=57 style="width:100%"\s\n onKeyUp="config.macros.importTiddlers.src=this.value"\s\n onChange="config.macros.importTiddlers.src=this.value;">\s\n</div><!--panel-->\s\n\s\n<!-- import from http server -->\s\n<div id="importHTTPPanel" style="display:none;margin-bottom:5px;margin-top:5px;padding-top:3px;border-top:1px solid #999">\s\n<table><tr><td align=left>\s\n remote document URL:<br>\s\n</td><td align=right>\s\n <input type="checkbox" class="chk" id="importUseProxy"\s\n onClick="config.macros.importTiddlers.useProxy=this.checked;\s\n document.getElementById(\s'importSiteProxy\s').style.display=this.checked?\s'block\s':\s'none\s'"> use a proxy script\s\n</td></tr></table>\s\n<input type="text" id="importSiteProxy" style="display:none;margin-bottom:1px" onfocus="this.select()" value="SiteProxy"\s\n onKeyUp="config.macros.importTiddlers.proxy=this.value"\s\n onChange="config.macros.importTiddlers.proxy=this.value;">\s\n<input type="text" id="importSourceURL" onfocus="this.select()" value="SiteUrl"\s\n onKeyUp="config.macros.importTiddlers.src=this.value"\s\n onChange="config.macros.importTiddlers.src=this.value;">\s\n</div><!--panel-->\s\n\s\n<table><tr><td align=left>\s\n select:\s\n <a href="JavaScript:;" id="importSelectAll"\s\n onclick="onClickImportButton(this)" title="select all tiddlers">\s\n &nbsp;all&nbsp;</a>\s\n <a href="JavaScript:;" id="importSelectNew"\s\n onclick="onClickImportButton(this)" title="select tiddlers not already in destination document">\s\n &nbsp;added&nbsp;</a> \s\n <a href="JavaScript:;" id="importSelectChanges"\s\n onclick="onClickImportButton(this)" title="select tiddlers that have been updated in source document">\s\n &nbsp;changes&nbsp;</a> \s\n <a href="JavaScript:;" id="importSelectDifferences"\s\n onclick="onClickImportButton(this)" title="select tiddlers that have been added or are different from existing tiddlers">\s\n &nbsp;differences&nbsp;</a> \s\n <a href="JavaScript:;" id="importToggleFilter"\s\n onclick="onClickImportButton(this)" title="show/hide selection filter">\s\n &nbsp;filter&nbsp;</a> \s\n</td><td align=right>\s\n <a href="JavaScript:;" id="importListSmaller"\s\n onclick="onClickImportButton(this)" title="reduce list size">\s\n &nbsp;&#150;&nbsp;</a>\s\n <a href="JavaScript:;" id="importListLarger"\s\n onclick="onClickImportButton(this)" title="increase list size">\s\n &nbsp;+&nbsp;</a>\s\n <a href="JavaScript:;" id="importListMaximize"\s\n onclick="onClickImportButton(this)" title="maximize/restore list size">\s\n &nbsp;=&nbsp;</a>\s\n</td></tr></table>\s\n<select id="importList" size=8 multiple\s\n onchange="setTimeout(\s'refreshImportList(\s'+this.selectedIndex+\s')\s',1)">\s\n <!-- NOTE: delay refresh so list is updated AFTER onchange event is handled -->\s\n</select>\s\n<input type=checkbox class="chk" id="chkAddTags" checked\s\n onClick="config.macros.importTiddlers.addTags=this.checked;">add new tags &nbsp;\s\n<input type=checkbox class="chk" id="chkImportTags" checked\s\n onClick="config.macros.importTiddlers.importTags=this.checked;">import source tags &nbsp;\s\n<input type=checkbox class="chk" id="chkKeepTags" checked\s\n onClick="config.macros.importTiddlers.keepTags=this.checked;">keep existing tags<br>\s\n<input type=text id="txtNewTags" size=15 onKeyUp="config.macros.importTiddlers.newTags=this.value" autocomplete=off>\s\n<div align=center>\s\n <input type=button id="importOpen" class="importButton" style="width:32%" value="open"\s\n onclick="onClickImportButton(this)">\s\n <input type=button id="importStart" class="importButton" style="width:32%" value="import"\s\n onclick="onClickImportButton(this)">\s\n <input type=button id="importClose" class="importButton" style="width:32%" value="close"\s\n onclick="onClickImportButton(this)">\s\n</div>\s\n<div id="importCollisionPanel">\s\n tiddler already exists:\s\n <input type=text id="importNewTitle" size=15 autocomplete=off">\s\n <div align=center>\s\n <input type=button id="importSkip" class="importButton" style="width:23%" value="skip"\s\n onclick="onClickImportButton(this)">\s\n <input type=button id="importRename" class="importButton" style="width:23%" value="rename"\s\n onclick="onClickImportButton(this)">\s\n <input type=button id="importMerge" class="importButton" style="width:23%" value="merge"\s\n onclick="onClickImportButton(this)">\s\n <input type=button id="importReplace" class="importButton" style="width:23%" value="replace"\s\n onclick="onClickImportButton(this)">\s\n </div>\s\n</div>\s\n';\n//}}}\n\n// // Control interactions\n//{{{\nfunction onClickImportButton(which)\n{\n // DEBUG alert(which.id);\n var theList = document.getElementById('importList');\n if (!theList) return;\n var thePanel = document.getElementById('importPanel');\n var theCollisionPanel = document.getElementById('importCollisionPanel');\n var theNewTitle = document.getElementById('importNewTitle');\n var count=0;\n switch (which.id)\n {\n case 'fileImportSource':\n case 'importOpen': // load import source into hidden frame\n importReport(); // if an import was in progress, generate a report\n config.macros.importTiddlers.inbound=null; // clear the imported tiddler buffer\n refreshImportList(); // reset/resize the listbox\n if (config.macros.importTiddlers.src=="") break;\n // Load document into hidden iframe so we can read it's DOM and fill the list\n loadRemoteFile(config.macros.importTiddlers.src, function(src,txt) {\n var tiddlers = readTiddlersFromHTML(txt);\n var count=tiddlers?tiddlers.length:0;\n displayMessage(config.macros.importTiddlers.foundMsg.format([count,src]));\n config.macros.importTiddlers.inbound=tiddlers;\n window.refreshImportList(0);\n });\n break;\n case 'importSelectAll': // select all tiddler list items (i.e., not headings)\n importReport(); // if an import was in progress, generate a report\n for (var t=0,count=0; t < theList.options.length; t++) {\n if (theList.options[t].value=="") continue;\n theList.options[t].selected=true;\n count++;\n }\n clearMessage(); displayMessage(config.macros.importTiddlers.countMsg.format([count]));\n break;\n case 'importSelectNew': // select tiddlers not in current document\n importReport(); // if an import was in progress, generate a report\n for (var t=0,count=0; t < theList.options.length; t++) {\n theList.options[t].selected=false;\n if (theList.options[t].value=="") continue;\n theList.options[t].selected=!store.tiddlerExists(theList.options[t].value);\n count+=theList.options[t].selected?1:0;\n }\n clearMessage(); displayMessage(config.macros.importTiddlers.countMsg.format([count]));\n break;\n case 'importSelectChanges': // select tiddlers that are updated from existing tiddlers\n importReport(); // if an import was in progress, generate a report\n for (var t=0,count=0; t < theList.options.length; t++) {\n theList.options[t].selected=false;\n if (theList.options[t].value==""||!store.tiddlerExists(theList.options[t].value)) continue;\n for (var i=0; i<config.macros.importTiddlers.inbound.length; i++) // find matching inbound tiddler\n { var inbound=config.macros.importTiddlers.inbound[i]; if (inbound.title==theList.options[t].value) break; }\n theList.options[t].selected=(inbound.modified-store.getTiddler(theList.options[t].value).modified>0); // updated tiddler\n count+=theList.options[t].selected?1:0;\n }\n clearMessage(); displayMessage(config.macros.importTiddlers.countMsg.format([count]));\n break;\n case 'importSelectDifferences': // select tiddlers that are new or different from existing tiddlers\n importReport(); // if an import was in progress, generate a report\n for (var t=0,count=0; t < theList.options.length; t++) {\n theList.options[t].selected=false;\n if (theList.options[t].value=="") continue;\n if (!store.tiddlerExists(theList.options[t].value)) { theList.options[t].selected=true; count++; continue; }\n for (var i=0; i<config.macros.importTiddlers.inbound.length; i++) // find matching inbound tiddler\n { var inbound=config.macros.importTiddlers.inbound[i]; if (inbound.title==theList.options[t].value) break; }\n theList.options[t].selected=(inbound.modified-store.getTiddler(theList.options[t].value).modified!=0); // changed tiddler\n count+=theList.options[t].selected?1:0;\n }\n clearMessage(); displayMessage(config.macros.importTiddlers.countMsg.format([count]));\n break;\n case 'importToggleFilter': // show/hide filter\n case 'importFilter': // apply filter\n alert("coming soon!");\n break;\n case 'importStart': // initiate the import processing\n importReport(); // if an import was in progress, generate a report\n config.macros.importTiddlers.index=0;\n config.macros.importTiddlers.index=importTiddlers(0);\n importStopped();\n break;\n case 'importClose': // unload imported tiddlers or hide the import control panel\n // if imported tiddlers not loaded, close the import control panel\n if (!config.macros.importTiddlers.inbound) { thePanel.style.display='none'; break; }\n importReport(); // if an import was in progress, generate a report\n config.macros.importTiddlers.inbound=null; // clear the imported tiddler buffer\n refreshImportList(); // reset/resize the listbox\n break;\n case 'importSkip': // don't import the tiddler\n var theItem = theList.options[config.macros.importTiddlers.index];\n for (var j=0;j<config.macros.importTiddlers.inbound.length;j++)\n if (config.macros.importTiddlers.inbound[j].title==theItem.value) break;\n var theImported = config.macros.importTiddlers.inbound[j];\n theImported.status='skipped after asking'; // mark item as skipped\n theCollisionPanel.style.display='none';\n config.macros.importTiddlers.index=importTiddlers(config.macros.importTiddlers.index+1); // resume with NEXT item\n importStopped();\n break;\n case 'importRename': // change name of imported tiddler\n var theItem = theList.options[config.macros.importTiddlers.index];\n for (var j=0;j<config.macros.importTiddlers.inbound.length;j++)\n if (config.macros.importTiddlers.inbound[j].title==theItem.value) break;\n var theImported = config.macros.importTiddlers.inbound[j];\n theImported.status = 'renamed from '+theImported.title; // mark item as renamed\n theImported.set(theNewTitle.value,null,null,null,null); // change the tiddler title\n theItem.value = theNewTitle.value; // change the listbox item text\n theItem.text = theNewTitle.value; // change the listbox item text\n theCollisionPanel.style.display='none';\n config.macros.importTiddlers.index=importTiddlers(config.macros.importTiddlers.index); // resume with THIS item\n importStopped();\n break;\n case 'importMerge': // join existing and imported tiddler content\n var theItem = theList.options[config.macros.importTiddlers.index];\n for (var j=0;j<config.macros.importTiddlers.inbound.length;j++)\n if (config.macros.importTiddlers.inbound[j].title==theItem.value) break;\n var theImported = config.macros.importTiddlers.inbound[j];\n var theExisting = store.getTiddler(theItem.value);\n var theText = theExisting.text+'\sn----\sn^^merged from: ';\n theText +='[['+config.macros.importTiddlers.src+'#'+theItem.value+'|'+config.macros.importTiddlers.src+'#'+theItem.value+']]^^\sn';\n theText +='^^'+theImported.modified.toLocaleString()+' by '+theImported.modifier+'^^\sn'+theImported.text;\n var theDate = new Date();\n var theTags = theExisting.getTags()+' '+theImported.getTags();\n theImported.set(null,theText,null,theDate,theTags);\n theImported.status = 'merged with '+theExisting.title; // mark item as merged\n theImported.status += ' - '+theExisting.modified.formatString("MM/DD/YYYY 0hh:0mm:0ss");\n theImported.status += ' by '+theExisting.modifier;\n theCollisionPanel.style.display='none';\n config.macros.importTiddlers.index=importTiddlers(config.macros.importTiddlers.index); // resume with this item\n importStopped();\n break;\n case 'importReplace': // substitute imported tiddler for existing tiddler\n var theItem = theList.options[config.macros.importTiddlers.index];\n for (var j=0;j<config.macros.importTiddlers.inbound.length;j++)\n if (config.macros.importTiddlers.inbound[j].title==theItem.value) break;\n var theImported = config.macros.importTiddlers.inbound[j];\n var theExisting = store.getTiddler(theItem.value);\n theImported.status = 'replaces '+theExisting.title; // mark item for replace\n theImported.status += ' - '+theExisting.modified.formatString("MM/DD/YYYY 0hh:0mm:0ss");\n theImported.status += ' by '+theExisting.modifier;\n theCollisionPanel.style.display='none';\n config.macros.importTiddlers.index=importTiddlers(config.macros.importTiddlers.index); // resume with THIS item\n importStopped();\n break;\n case 'importListSmaller': // decrease current listbox size, minimum=5\n if (theList.options.length==1) break;\n theList.size-=(theList.size>5)?1:0;\n config.macros.importTiddlers.listsize=theList.size;\n break;\n case 'importListLarger': // increase current listbox size, maximum=number of items in list\n if (theList.options.length==1) break;\n theList.size+=(theList.size<theList.options.length)?1:0;\n config.macros.importTiddlers.listsize=theList.size;\n break;\n case 'importListMaximize': // toggle listbox size between current and maximum\n if (theList.options.length==1) break;\n theList.size=(theList.size==theList.options.length)?config.macros.importTiddlers.listsize:theList.options.length;\n break;\n }\n}\n//}}}\n\n// // refresh listbox\n//{{{\nfunction refreshImportList(selectedIndex)\n{\n var theList = document.getElementById("importList");\n if (!theList) return;\n // if nothing to show, reset list content and size\n if (!config.macros.importTiddlers.inbound) \n {\n while (theList.length > 0) { theList.options[0] = null; }\n theList.options[0]=new Option('please open a document...',"",false,false);\n theList.size=config.macros.importTiddlers.listsize;\n return;\n }\n // get the sort order\n if (!selectedIndex) selectedIndex=0;\n if (selectedIndex==0) config.macros.importTiddlers.sort='title'; // heading\n if (selectedIndex==1) config.macros.importTiddlers.sort='title';\n if (selectedIndex==2) config.macros.importTiddlers.sort='modified';\n if (selectedIndex==3) config.macros.importTiddlers.sort='tags';\n if (selectedIndex>3) {\n // display selected tiddler count\n for (var t=0,count=0; t < theList.options.length; t++) count+=(theList.options[t].selected&&theList.options[t].value!="")?1:0;\n clearMessage(); displayMessage(config.macros.importTiddlers.countMsg.format([count]));\n return; // no refresh needed\n }\n\n // get the alphasorted list of tiddlers (optionally, filter out unchanged tiddlers)\n var tiddlers=config.macros.importTiddlers.inbound;\n tiddlers.sort(function (a,b) {if(a['title'] == b['title']) return(0); else return (a['title'] < b['title']) ? -1 : +1; });\n // clear current list contents\n while (theList.length > 0) { theList.options[0] = null; }\n // add heading and control items to list\n var i=0;\n var indent=String.fromCharCode(160)+String.fromCharCode(160);\n theList.options[i++]=new Option(tiddlers.length+' tiddler'+((tiddlers.length!=1)?'s are':' is')+' in the document',"",false,false);\n theList.options[i++]=new Option(((config.macros.importTiddlers.sort=="title" )?">":indent)+' [by title]',"",false,false);\n theList.options[i++]=new Option(((config.macros.importTiddlers.sort=="modified")?">":indent)+' [by date]',"",false,false);\n theList.options[i++]=new Option(((config.macros.importTiddlers.sort=="tags")?">":indent)+' [by tags]',"",false,false);\n // output the tiddler list\n switch(config.macros.importTiddlers.sort)\n {\n case "title":\n for(var t = 0; t < tiddlers.length; t++)\n theList.options[i++] = new Option(tiddlers[t].title,tiddlers[t].title,false,false);\n break;\n case "modified":\n // sort descending for newest date first\n tiddlers.sort(function (a,b) {if(a['modified'] == b['modified']) return(0); else return (a['modified'] > b['modified']) ? -1 : +1; });\n var lastSection = "";\n for(var t = 0; t < tiddlers.length; t++) {\n var tiddler = tiddlers[t];\n var theSection = tiddler.modified.toLocaleDateString();\n if (theSection != lastSection) {\n theList.options[i++] = new Option(theSection,"",false,false);\n lastSection = theSection;\n }\n theList.options[i++] = new Option(indent+indent+tiddler.title,tiddler.title,false,false);\n }\n break;\n case "tags":\n var theTitles = {}; // all tiddler titles, hash indexed by tag value\n var theTags = new Array();\n for(var t=0; t<tiddlers.length; t++) {\n var title=tiddlers[t].title;\n var tags=tiddlers[t].tags;\n if (!tags || !tags.length) {\n if (theTitles["untagged"]==undefined) { theTags.push("untagged"); theTitles["untagged"]=new Array(); }\n theTitles["untagged"].push(title);\n }\n else for(var s=0; s<tags.length; s++) {\n if (theTitles[tags[s]]==undefined) { theTags.push(tags[s]); theTitles[tags[s]]=new Array(); }\n theTitles[tags[s]].push(title);\n }\n }\n theTags.sort();\n for(var tagindex=0; tagindex<theTags.length; tagindex++) {\n var theTag=theTags[tagindex];\n theList.options[i++]=new Option(theTag,"",false,false);\n for(var t=0; t<theTitles[theTag].length; t++)\n theList.options[i++]=new Option(indent+indent+theTitles[theTag][t],theTitles[theTag][t],false,false);\n }\n break;\n }\n theList.selectedIndex=selectedIndex; // select current control item\n if (theList.size<config.macros.importTiddlers.listsize) theList.size=config.macros.importTiddlers.listsize;\n if (theList.size>theList.options.length) theList.size=theList.options.length;\n}\n//}}}\n\n// // re-entrant processing for handling import with interactive collision prompting\n//{{{\nfunction importTiddlers(startIndex)\n{\n if (!config.macros.importTiddlers.inbound) return -1;\n\n var theList = document.getElementById('importList');\n if (!theList) return;\n var t;\n // if starting new import, reset import status flags\n if (startIndex==0)\n for (var t=0;t<config.macros.importTiddlers.inbound.length;t++)\n config.macros.importTiddlers.inbound[t].status="";\n for (var i=startIndex; i<theList.options.length; i++)\n {\n // if list item is not selected or is a heading (i.e., has no value), skip it\n if ((!theList.options[i].selected) || ((t=theList.options[i].value)==""))\n continue;\n for (var j=0;j<config.macros.importTiddlers.inbound.length;j++)\n if (config.macros.importTiddlers.inbound[j].title==t) break;\n var inbound = config.macros.importTiddlers.inbound[j];\n var theExisting = store.getTiddler(inbound.title);\n // avoid redundant import for tiddlers that are listed multiple times (when 'by tags')\n if (inbound.status=="added")\n continue;\n // don't import the "ImportedTiddlers" history from the other document...\n if (inbound.title=='ImportedTiddlers')\n continue;\n // if tiddler exists and import not marked for replace or merge, stop importing\n if (theExisting && (inbound.status.substr(0,7)!="replace") && (inbound.status.substr(0,5)!="merge"))\n return i;\n // assemble tags (remote + existing + added)\n var newTags = "";\n if (config.macros.importTiddlers.importTags)\n newTags+=inbound.getTags() // import remote tags\n if (config.macros.importTiddlers.keepTags && theExisting)\n newTags+=" "+theExisting.getTags(); // keep existing tags\n if (config.macros.importTiddlers.addTags && config.macros.importTiddlers.newTags.trim().length)\n newTags+=" "+config.macros.importTiddlers.newTags; // add new tags\n inbound.set(null,null,null,null,newTags.trim());\n // set the status to 'added' (if not already set by the 'ask the user' UI)\n inbound.status=(inbound.status=="")?'added':inbound.status;\n // do the import!\n // OLD: store.addTiddler(in); store.setDirty(true);\n store.saveTiddler(inbound.title, inbound.title, inbound.text, inbound.modifier, inbound.modified, inbound.tags);\n store.fetchTiddler(inbound.title).created = inbound.created; // force creation date to imported value\n }\n return(-1); // signals that we really finished the entire list\n}\n//}}}\n\n//{{{\nfunction importStopped()\n{\n var theList = document.getElementById('importList');\n var theNewTitle = document.getElementById('importNewTitle');\n if (!theList) return;\n if (config.macros.importTiddlers.index==-1)\n importReport(); // import finished... generate the report\n else\n {\n // DEBUG alert('import stopped at: '+config.macros.importTiddlers.index);\n // import collision... show the collision panel and set the title edit field\n document.getElementById('importCollisionPanel').style.display='block';\n theNewTitle.value=theList.options[config.macros.importTiddlers.index].value;\n }\n}\n//}}}\n\n// // ''REPORT GENERATOR''\n//{{{\nfunction importReport(quiet)\n{\n if (!config.macros.importTiddlers.inbound) return;\n // DEBUG alert('importReport: start');\n\n // if import was not completed, the collision panel will still be open... close it now.\n var panel=document.getElementById('importCollisionPanel'); if (panel) panel.style.display='none';\n\n // get the alphasorted list of tiddlers\n var tiddlers = config.macros.importTiddlers.inbound;\n // gather the statistics\n var count=0;\n for (var t=0; t<tiddlers.length; t++)\n if (tiddlers[t].status && tiddlers[t].status.trim().length && tiddlers[t].status.substr(0,7)!="skipped") count++;\n\n // generate a report\n if (count && config.options.chkImportReport) {\n // get/create the report tiddler\n var theReport = store.getTiddler('ImportedTiddlers');\n if (!theReport) { theReport= new Tiddler(); theReport.title = 'ImportedTiddlers'; theReport.text = ""; }\n // format the report content\n var now = new Date();\n var newText = "On "+now.toLocaleString()+", "+config.options.txtUserName\n newText +=" imported "+count+" tiddler"+(count==1?"":"s")+" from\sn[["+config.macros.importTiddlers.src+"|"+config.macros.importTiddlers.src+"]]:\sn";\n if (config.macros.importTiddlers.addTags && config.macros.importTiddlers.newTags.trim().length)\n newText += "imported tiddlers were tagged with: \s""+config.macros.importTiddlers.newTags+"\s"\sn";\n newText += "<<<\sn";\n for (var t=0; t<tiddlers.length; t++) if (tiddlers[t].status) newText += "#[["+tiddlers[t].title+"]] - "+tiddlers[t].status+"\sn";\n newText += "<<<\sn";\n// 20060918 ELS: DON'T ADD "discard" BUTTON TO REPORT\n// newText += "<html><input type=\s"button\s" href=\s"javascript:;\s" ";\n// newText += "onclick=\s"story.closeTiddler('"+theReport.title+"'); store.deleteTiddler('"+theReport.title+"');\s" ";\n// newText += "value=\s"discard report\s"></html>";\n // update the ImportedTiddlers content and show the tiddler\n theReport.text = newText+((theReport.text!="")?'\sn----\sn':"")+theReport.text;\n theReport.modifier = config.options.txtUserName;\n theReport.modified = new Date();\n // OLD: store.addTiddler(theReport);\n store.saveTiddler(theReport.title, theReport.title, theReport.text, theReport.modifier, theReport.modified, theReport.tags);\n if (!quiet) { story.displayTiddler(null,theReport.title,1,null,null,false); story.refreshTiddler(theReport.title,1,true); }\n }\n\n // reset status flags\n for (var t=0; t<config.macros.importTiddlers.inbound.length; t++) config.macros.importTiddlers.inbound[t].status="";\n\n // refresh display if tiddlers have been loaded\n if (count) { store.setDirty(true); store.notifyAll(); }\n\n // always show final message when tiddlers were actually loaded\n if (count) displayMessage(config.macros.importTiddlers.importedMsg.format([count,tiddlers.length,config.macros.importTiddlers.src]));\n}\n//}}}\n\n/***\n!!!!!TW 2.1beta Core Code Candidate\n//The following section is a preliminary 'code candidate' for incorporation of non-interactive 'load tiddlers' functionality into TW2.1beta. //\n***/\n//{{{\n// default cookie/option values\nif (!config.options.chkImportReport) config.options.chkImportReport=true;\n\nconfig.macros.loadTiddlers = {\n label: "",\n prompt: "add/update tiddlers from '%0'",\n askMsg: "Please enter a local path/filename or a remote URL",\n openMsg: "Opening %0",\n openErrMsg: "Could not open %0 - error=%1",\n readMsg: "Read %0 bytes from %1",\n foundMsg: "Found %0 tiddlers in %1",\n nochangeMsg: "'%0' is up-to-date... skipped.",\n loadedMsg: "Loaded %0 of %1 tiddlers from %2"\n};\n\nconfig.macros.loadTiddlers.handler = function(place,macroName,params) {\n var label=(params[0] && params[0].substr(0,6)=='label:')?params.shift().substr(6):this.label;\n var prompt=(params[0] && params[0].substr(0,7)=='prompt:')?params.shift().substr(7):this.prompt;\n var filter="updates";\n if (params[0] && (params[0]=='all' || params[0]=='new' || params[0]=='changes' || params[0]=='updates'\n || params[0].substr(0,8)=='tiddler:' || params[0].substr(0,4)=='tag:'))\n filter=params.shift();\n var src=params.shift(); if (!src || !src.length) return; // filename is required\n var quiet=(params[0]=="quiet"); if (quiet) params.shift();\n var ask=(params[0]=="confirm"); if (ask) params.shift();\n var force=(params[0]=="force"); if (force) params.shift();\n if (label.trim().length) {\n // link triggers load tiddlers from another file/URL and then applies filtering rules to add/replace tiddlers in the store\n createTiddlyButton(place,label.format([src]),prompt.format([src]), function() {\n if (src=="ask") src=prompt(config.macros.loadTiddlers.askMsg);\n loadRemoteFile(src,loadTiddlers,quiet,ask,filter,force);\n })\n }\n else {\n // load tiddlers from another file/URL and then apply filtering rules to add/replace tiddlers in the store\n if (src=="ask") src=prompt(config.macros.loadTiddlers.askMsg);\n loadRemoteFile(src,loadTiddlers,quiet,ask,filter,force);\n }\n}\n\nfunction loadTiddlers(src,html,quiet,ask,filter,force)\n{\n var tiddlers = readTiddlersFromHTML(html);\n var count=tiddlers?tiddlers.length:0;\n if (!quiet) displayMessage(config.macros.loadTiddlers.foundMsg.format([count,src]));\n var count=0;\n if (tiddlers) for (var t=0;t<tiddlers.length;t++) {\n var inbound = tiddlers[t];\n var theExisting = store.getTiddler(inbound.title);\n if (inbound.title=='ImportedTiddlers')\n continue; // skip "ImportedTiddlers" history from the other document...\n\n // apply the all/new/changes/updates filter (if any)\n if (filter && filter!="all") {\n if ((filter=="new") && theExisting) // skip existing tiddlers\n continue;\n if ((filter=="changes") && !theExisting) // skip new tiddlers\n continue;\n if ((filter.substr(0,4)=="tag:") && inbound.tags.find(filter.substr(4))==null) // must match specific tag value\n continue;\n if ((filter.substr(0,8)=="tiddler:") && inbound.title!=filter.substr(8)) // must match specific tiddler name\n continue;\n if (!force && store.tiddlerExists(inbound.title) && ((theExisting.modified.getTime()-inbound.modified.getTime())>=0))\n { if (!quiet) displayMessage(config.macros.loadTiddlers.nochangeMsg.format([inbound.title])); continue; }\n }\n // get confirmation if required\n if (ask && !confirm((theExisting?"Update":"Add")+" tiddler '"+inbound.title+"'\snfrom "+src))\n { tiddlers[t].status="skipped - cancelled by user"; continue; }\n // DO IT!\n // OLD: store.addTiddler(in);\n store.saveTiddler(inbound.title, inbound.title, inbound.text, inbound.modifier, inbound.modified, inbound.tags);\n store.fetchTiddler(inbound.title).created = inbound.created; // force creation date to imported value\n tiddlers[t].status=theExisting?"updated":"added"\n count++;\n }\n if (count) {\n // refresh display\n store.setDirty(true);\n store.notifyAll();\n // generate a report\n if (config.options.chkImportReport) {\n // get/create the report tiddler\n var theReport = store.getTiddler('ImportedTiddlers');\n if (!theReport) { theReport= new Tiddler(); theReport.title = 'ImportedTiddlers'; theReport.text = ""; }\n // format the report content\n var now = new Date();\n var newText = "On "+now.toLocaleString()+", "+config.options.txtUserName+" loaded "+count+" tiddlers from\sn[["+src+"|"+src+"]]:\sn";\n newText += "<<<\sn";\n for (var t=0; t<tiddlers.length; t++) if (tiddlers[t].status) newText += "#[["+tiddlers[t].title+"]] - "+tiddlers[t].status+"\sn";\n newText += "<<<\sn";\n// 20060918 ELS: DON'T ADD "discard" BUTTON TO REPORT\n// newText += "<html><input type=\s"button\s" href=\s"javascript:;\s" ";\n// newText += "onclick=\s"story.closeTiddler('"+theReport.title+"'); store.deleteTiddler('"+theReport.title+"');\s" ";\n// newText += "value=\s"discard report\s"></html>";\n // update the ImportedTiddlers content and show the tiddler\n theReport.text = newText+((theReport.text!="")?'\sn----\sn':"")+theReport.text;\n theReport.modifier = config.options.txtUserName;\n theReport.modified = new Date();\n // OLD: store.addTiddler(theReport);\n store.saveTiddler(theReport.title, theReport.title, theReport.text, theReport.modifier, theReport.modified, theReport.tags);\n if (!quiet) { story.displayTiddler(null,theReport.title,1,null,null,false); story.refreshTiddler(theReport.title,1,true); }\n }\n }\n // always show final message when tiddlers were actually loaded\n if (!quiet||count) displayMessage(config.macros.loadTiddlers.loadedMsg.format([count,tiddlers.length,src]));\n}\n\nfunction loadRemoteFile(src,callback,quiet,ask,filter,force) {\n if (src==undefined || !src.length) return null; // filename is required\n if (!quiet) clearMessage();\n if (!quiet) displayMessage(config.macros.loadTiddlers.openMsg.format([src]));\n if (src.substr(0,4)!="http" && src.substr(0,4)!="file") { // if not a URL, fallback to read from local filesystem\n var txt=loadFile(src);\n if ((txt==null)||(txt==false)) // file didn't load\n { if (!quiet) displayMessage(config.macros.loadTiddlers.openErrMsg.format([src,"(unknown)"])); }\n else {\n if (!quiet) displayMessage(config.macros.loadTiddlers.readMsg.format([txt.length,src]));\n if (callback) callback(src,convertUTF8ToUnicode(txt),quiet,ask,filter,force);\n }\n }\n else {\n var x; // get an request object\n try {x = new XMLHttpRequest()} // moz\n catch(e) {\n try {x = new ActiveXObject("Msxml2.XMLHTTP")} // IE 6\n catch (e) {\n try {x = new ActiveXObject("Microsoft.XMLHTTP")} // IE 5\n catch (e) { return }\n }\n }\n // setup callback function to handle server response(s)\n x.onreadystatechange = function() {\n if (x.readyState == 4) {\n if (x.status==0 || x.status == 200) {\n if (!quiet) displayMessage(config.macros.loadTiddlers.readMsg.format([x.responseText.length,src]));\n if (callback) callback(src,x.responseText,quiet,ask,filter,force);\n }\n else {\n if (!quiet) displayMessage(config.macros.loadTiddlers.openErrMsg.format([src,x.status]));\n }\n }\n }\n // get privileges to read another document's DOM via http:// or file:// (moz-only)\n if (typeof(netscape)!="undefined") {\n try { netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead"); }\n catch (e) { if (!quiet) displayMessage(e.description?e.description:e.toString()); }\n }\n // send the HTTP request\n try {\n var url=src+(src.indexOf('?')<0?'?':'&')+'nocache='+Math.random();\n x.open("GET",src,true);\n if (x.overrideMimeType) x.overrideMimeType('text/html');\n x.send(null);\n }\n catch (e) {\n if (!quiet) {\n displayMessage(config.macros.loadTiddlers.openErrMsg.format([src,"(unknown)"]));\n displayMessage(e.description?e.description:e.toString());\n }\n }\n }\n}\n\nfunction readTiddlersFromHTML(html)\n{\n // extract store area from html \n var start=html.indexOf('<div id="storeArea">');\n var end=html.indexOf("<!--POST-BODY-START--"+">",start);\n if (end==-1) var end=html.indexOf("</body"+">",start); // backward-compatibility for older documents\n var sa="<html><body>"+html.substring(start,end)+"</body></html>";\n\n // load html into iframe document\n var f=document.getElementById("loaderFrame"); if (f) document.body.removeChild(f);\n f=document.createElement("iframe"); f.id="loaderFrame";\n f.style.width="0px"; f.style.height="0px"; f.style.border="0px";\n document.body.appendChild(f);\n var d=f.document;\n if (f.contentDocument) d=f.contentDocument; // For NS6\n else if (f.contentWindow) d=f.contentWindow.document; // For IE5.5 and IE6\n d.open(); d.writeln(sa); d.close();\n\n // read tiddler DIVs from storeArea DOM element \n var sa = d.getElementById("storeArea");\n if (!sa) return null;\n sa.normalize();\n var nodes = sa.childNodes;\n if (!nodes || !nodes.length) return null;\n var tiddlers = [];\n for(var t = 0; t < nodes.length; t++) {\n var title = null;\n if(nodes[t].getAttribute)\n title = nodes[t].getAttribute("tiddler");\n if(!title && nodes[t].id && (nodes[t].id.substr(0,5) == "store"))\n title = nodes[t].id.substr(5);\n if(title && title != "")\n tiddlers.push((new Tiddler()).loadFromDiv(nodes[t],title));\n }\n return tiddlers;\n}\n//}}}
On 2007.05.10 - Thursday, May 10 11:28:49 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[Sustainable Development]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 11:26:36 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[Conference Of NGOs]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 11:22:44 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[TiddlyPerfect: An emerging hybrid information species]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 11:21:34 AM, Webster imported 2 tiddlers from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[Climate Change]] - added\n#[[Climate Change 2.0]] - skipped after asking\n#[[Climate Change 2.0 - Elements]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 10:56:55 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[Key Documents on Education for Sustainable Development]] - replaces Key Documents on Education for Sustainable Development - 4/25/2007 15:55:00 by Webster\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 10:55:28 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[Education, Youth & Technology for Sustainable Development]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 10:51:00 AM, Webster imported 2 tiddlers from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[StyleSheetColors]] - replaces StyleSheetColors - 5/8/2007 19:41:00 by Webster\n#[[TagglyTaggingStyles]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 10:04:14 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[NestedSlidersPlugin]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 9:57:43 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[MainMenuStyles]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 9:56:02 AM, Webster imported 3 tiddlers from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[PageTemplate]] - added\n#[[StyleSheetLayout]] - replaces StyleSheetLayout - 11/6/2006 08:15:00 by GrandpaRuh\n#[[ViewTemplate]] - replaces ViewTemplate - 3/8/2007 01:10:00 by Information Habitat\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 9:53:15 AM, Webster imported 1 tiddler from\n[[T:\sclimate-change-two.net\sindex.htm|T:\sclimate-change-two.net\sindex.htm]]:\n<<<\n#[[TagglyTaggingPlugin]] - added\n<<<\n\n----\nOn 2007.05.10 - Thursday, May 10 9:49:59 AM, Webster imported 14 tiddlers from\n[[http://www.ngo-education.net/workshop/|http://www.ngo-education.net/workshop/]]:\n<<<\n#[[ExternalLinkPreviewPlugin]] - added\n#[[HideWhenPlugin]] - added\n#[[InlineSlidersPlugin]] - added\n#[[MonkeyTaggerMacro]] - added\n#[[MultiRssPlugin]] - added\n#[[QuickOpenTagPlugin]] - added\n#[[SearchOptions plugin]] - skipped after asking\n#[[TagAdderMacro]] - added\n#[[TagCloudPlugin]] - added\n#[[ToggleTagPlugin]] - added\n#[[YourSearchPlugin macro]] - added\n#[[allTagsExcept plugin macro]] - skipped after asking\n#[[fontSize plugin macro]] - added\n#[[fullscreen plugin macros]] - added\n#[[monkeyTagger plugin macro]] - added\n#[[wikipedia plugin macro]] - added\n<<<\n\n----\nOn 2007.05.08 - Tuesday, May 08 10:24:34 AM, Webster imported 35 tiddlers from\n[[http://www.ngo-education.net/workshop/|http://www.ngo-education.net/workshop/]]:\n<<<\n#[[StyleSheetColors]] - replaces StyleSheetColors - 11/4/2006 19:16:00 by GrandpaRuh\n#[[Daphne Cohen]] - added\n#[[Executive Committee]] - added\n#[[World Association of Girl Guides and Girl Scouts]] - added\n#[[Diane Paravazian]] - replaces Diane Paravazian - 10/30/2006 08:42:00 by NGOEducation\n#[[Information Ecology]] - added\n#[[Tiddler Administration]] - added\n#[[Robert Pollard]] - added\n#[[By-laws]] - replaces By-laws - 10/30/2006 14:15:00 by NGOEducation\n#[[United Nations Decade of Education for Sustainable Development]] - added\n#[[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]] - added\n#[[International Humanist and Ethical Union]] - added\n#[["Capacity building" in the World Summit on the Information Society Plan of Action]] - added\n#[[57/254. United Nations Decade of Education for Sustainable Development]] - added\n#[[Declaration of the Tbilisi Intergovernmental Conference on Environmental Education]] - added\n#[[ViewTemplate]] - replaces ViewTemplate - 11/5/2006 13:02:00 by GrandpaRuh\n#[[Tbilisi Recommendations: Role, Objectives and Guiding Principles of Environmental Education]] - added\n#[[The Hague Appeal for Peace]] - added\n#[[International Federation of University Women]] - added\n#[[Catholic International Education Office]] - added\n#[[Tbilisi Recommendations: International and regional co-operation]] - added\n#[[Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] - added\n#[[Tbilisi Recommendations: General Recommendations]] - added\n#[[Tbilisi Recommendations: Training of personnel]] - added\n#[[Tbilisi Recommendations: Environmental education of professionals]] - added\n#[[Tbilisi Recommendations: Environmental education for the general public]] - added\n#[[Tbilisi Recommendations: Target populations for environmental education]] - added\n#[[Tbilisi Recommendations: Content and methods]] - added\n#[[Tbilisi Recommendations: Research]] - added\n#[[Tbilisi Recommendations: Teaching - learning materials]] - added\n#[[Tbilisi Recommendations: Organizational structure]] - added\n#[[Tbilisi Recommendations: Dissemination of information]] - added\n#[[Tbilisi Recommendations: Recommendations on regional co-operation]] - added\n#[[Background / Context]] - added\n#[[Climate Change 2.0]] - added\n<<<\n\n----\nOn 2007.05.08 - Tuesday, May 08 9:36:40 AM, Webster imported 53 tiddlers from\n[[http://www.ngo-education.net/workshop/|http://www.ngo-education.net/workshop/]]:\n<<<\n#[[NGO Committee on Education]] - replaces NGO Committee on Education - 11/6/2006 10:38:00 by GrandpaRuh\n#[[Alphabetical Tiddlers]] - added\n#[[Key Documents on Education for All]] - added\n#[[Meetings]] - added\n#[[56/116. United Nations Literacy Decade: education for all]] - added\n#[["Education" in the Johannesburg Plan of Implementation]] - added\n#[[The Amman Affirmation: Education For All: Achieving the goal]] - added\n#[[Key Documents on Education for Sustainable Development]] - added\n#[[Dakar Framework for Action, Education For All]] - added\n#[[Administrative Menu]] - added\n#[[Information Ecology: NGO Recommendations]] - added\n#[[CONGO Resolution on Information and Communications]] - added\n#[[Setup Menu]] - added\n#[[Climate Change Impacts, Adaptation and Vulnerability]] - added\n#[[Templates for Light & Colour Cubes]] - added\n#[[Twin Light & Colour Cubes]] - added\n#[[Images]] - added\n#[[Tbilisi Recommendations]] - added\n#[[Information and Communications Sub-Committee]] - added\n#[[CustomLewcid - HoverMenuPlugin]] - added\n#[[Site Splash Screen]] - added\n#[[Head Menu]] - added\n#[[DataPerfect]] - added\n#[[UN Documents Cooperation Circles: Gathering a Body of Global Agreements]] - added\n#[[TiddlyPerfect Sites]] - added\n#[[Plan B 3.0 (beta): Rescuing a Planet Under Stress and a Civilization in Trouble]] - added\n#[[Economics of Climate Change: The Stern Review]] - added\n#[[Lester Brown]] - added\n#[[Our Common Future]] - added\n#[[Committee web sites]] - added\n#[[The Wealth of Networks: How Social Production Transforms Markets and Freedom]] - added\n#[[Templates & Stylesheets]] - added\n#[[EditTemplate]] - added\n#[[IntelliTaggerPlugin]] - added\n#[[Integrated Monitoring Frameworks: NGO Recommendations]] - added\n#[[DisableWikiLinksPlugin]] - added\n#[[HoverMenu]] - added\n#[[Declaration of the United Nations Conference on the Human Environment]] - added\n#[[Rio Declaration on Environment and Development]] - added\n#[[Purposes and Principles of the United Nations]] - added\n#[[Johannesburg Declaration on Sustainable Development]] - added\n#[[Agenda 21]] - added\n#[[Basic Tiddler Lists]] - added\n#[[Software Contributions]] - added\n#[[World Declaration on Education For All: Meeting Basic Learning Needs]] - added\n#[[Jomtien Declaration: Education For All: The Purpose]] - added\n#[[Jomtien Declaration: Education For All: An Expanded Vision and a Renewed Commitment]] - added\n#[[Menus]] - added\n#[[World Declaration on Education for All]] - added\n#[[Jomtien Declaration: Preamble]] - added\n#[[Jomtien Declaration: Education For All: The Requirements]] - added\n#[[Jomtein Declaration: Adoption of the Declaration]] - added\n#[[Tiddler Timeline]] - added\n<<<\n
''Information ecology'' is a holistic life science for a knowledge-based universe - based on the concept of information and information systems as evolving life forms whose behaviour can best be understood by considering the nature and dynamics of information ecosystems in conjunction with an appreciation of the fundamental nature and properties of information and of a knowledge-based universe and the premise of the existence of 'one light in all of creation'.\n!!Properties of information\nInformation has:\n* has zero mass\n* has zero physical size \n* takes virtually zero time to travel\n* enables common access to properties of the whole\n!!Principles of information\n* value is enhanced by intelligent organization\n* flow is enhanced by intelligent networks\n* management is enhanced by intelligent protocols\n* understanding is enhanced by intelligent practice \nFrom the perspective of economics, the virtually zero marginal cost of information has profound significance, and, in conjunction with the progressive evolution of information and communications technology has given rise to the accelerating development and adoption of open source software, the emergence of a rapidly-growing information commons in the broader context of a cascading global transition to a knowledge-based universe. \n\nThis transition represents no less than an inexorable and progressive transition to a profound new, stable ''Nash equilibrium'' for economic behaviour in which the intelligent adoption of information systems and strategies is the critical factor, accompanied by the emergence of a radically new form of ''free market economics'' for information in which the free exchange of information is free of monetary constraints.\n\nThe concept of "information ecology" has been gaining increasing recognition and usage - e.g. see <<wikipedia "Information ecology">> in Wikipedia. The framework for information ecology that underlies TiddlyPerfect has been progressively developed by [[Information Habitat: Where Information Lives]], an Non-Governmental Organization in Special Consultative Status with the UN Economic and Social Council, in the course of Information Habitat's support and promotion of broad-based participation and access to and exchnage of information in the series of UN global conferences beginning with preparations for the 1992 Earth Summit, held in Rio de Janeiro, Brazil. through the 1996 Habitat II conference in Istanbul and in the follow-up to these and related conferences.
> From [[Towards Earth Summit II: Recommendations for Actions and Commitments at Earth Summit II|http://habitat.igc.org/csdngo/1997/es2ngo1.html]], June 1997\n!!Information Ecology\n!!!We call for:\n>A major commitment to analyze and explore the opportunities and implications of the rapidly evolving "information and communication ecosystem" and to identify critical information ecology issues relating to sustainability. We call for the design and establishment of, and support for participatory enabling environments - from community and interlocal networks to national and global frameworks - within which information and communications technologies, systems and processes - including traditional and non-electronic forms - can facilitate a transition to more open, equitable and sustainable communities and society.\n!!!Implementation:\n<<<\nThe Commission on Sustainable Development - CSD - should convene an Ad Hoc, Open-Ended Working Group on Information Ecology - with participation of non-governmental organizations as well as of member states and from within United Nations agencies, programmes and centres. The mandate of the Working Group should include the following:\n* to conduct a systematic review of the opportunities and implications for sustainability and equity of an ecologically sound approach to information flow;\n* to identify and address critical sustainability issues from a whole systems, full life-cycle costs, perspective regarding the transition from a predominantly material to an increasingly digital economy - including resource and capital cost implications.\n* to examine the development of effective mechanisms to support access to and transfer of ecologically and socially sound technologies;\n* to identify and address actual and prospective, direct and indirect economic, cultural, social and environmental impacts of the introduction of information technology;\n* to consider how information and communication technology can be used to strengthen effective community-based, participatory planning, decision-making and implementation processes relating to sustainability and equitable development, focussing on the use of information exchange mechanisms that are accessible at a grassroots level;\n* to examine the destabilizing potentials of modern information, communication and automation technologies, and to develop provisions to prevent the undermining of traditional and sustainable cultures and practices, or the jeopardizing of human, economic, social cultural and political rights;\n* to undertake an examination of the evolving information ecosystem in terms of equitable access to information in the North and the South, addressing intellectual property rights, trends towards concentration of ownership and control in information and communication technology and electronic media, access to information and communication infrastructure, and democratic, participatory processes, rights and freedoms;\n* to review, in the light of the rapidly increasing proportion of capital formation that is in the realm of intellectual property, and the need for development strategies that enable access to information and communication infrastructure as a critical means of enabling access to resources;\n* to set in process the design of a comprehensive sustainability information and communication environment. This should be designed to facilitate partnership-based integrative coordination of monitoring and implementation of the agreements of the "Rio cluster" series of global conferences;\n<<<\n!!!Rationale:\n> The evolution of information and communication technology - the progressive emergence of an "information age" - has been dramatic in the five years since the first Earth Summit. The integrative power of information technology is increasingly clear, as is its progressively growing capacity to model and map the properties of whole systems, however, the pursuit of a specific trend in technology can become unsustainable. Meanwhile, the increasing scale and role of information and communication technology in the global economy and the increasing impact of automation, the rapid growth in both access and inequities in access confirm that the implications of information technology extend far beyond the role envisioned in [[Chapter 40 of Agenda 21 |http://www.un-documents.net/a21-40.htm]] as a support system for decision-makers and require comprehensive re-assessment by the CSD.
''Information Habitat: Where Information Lives'' - an ''NGO in Consultative Status with the United Nations Economic and Social Council'' - was founded in May 1990 in the context of preparations for the 1992 Earth Summit, held in Rio de Janeiro, Brazil. Information Habitat has focused on the transformative opportunties of information and communications technology (ICT) in support of broad-based participation of ~NGOs in the work of the United Nations, and the critical role of ICT in offering a path towards sustainable development.\n\nFor more information on Information Habitat, visit http://www.information-habitat.net
''Information and Communications Sub-Committee'' of the [[NGO Committee on Education]]\n\n
TiddlyWiki lets you write ordinary HTML by enclosing it in {{{<html>}}} and {{{</html>}}}:\n\n<html>\n<a href="javascript:;" onclick="onClickTiddlerLink(event);" tiddlyLink="TiddlyWiki" style="background-color: yellow;">Link to wikiwords from HTML</a>\n</html>\n\nThe source for the above is:\n\n{{{\n<html>\n<div style="background-color: yellow;">\n<a href="javascript:;" onclick="onClickTiddlerLink(event);" tiddlyLink="Macros">Link to wikiwords from HTML</a>\n</div>\n</html>\n}}}\n\nHTML can enable some exotic new features (like [[embedding GMail and Outlook|http://groups.google.com/group/TiddlyWiki/browse_thread/thread/d363303aff5868d0/056269d8409d121f?lnk=st&q=embedding+gmail&rnum=1#056269d8409d121f]] in a TiddlyWiki). However it doesn't work for some JavaScript code libraries; see CustomMarkup for another way to include custom HTML in your TiddlyWiki.
//{{{\nconfig.formatters.unshift( {\n name: "inlinesliders",\n match: "\s\s+\s\s+\s\s+\s\s+|\s\s<slider",\n lookaheadRegExp: /(?:\s+\s+\s+\s+|<slider) (\sw*)(?:>?)\sn((?:.|\sn)*?)\sn(?:====|<\s/slider>)/mg,\n handler: function(w)\n {\n this.lookaheadRegExp.lastIndex = w.matchStart;\n var lookaheadMatch = this.lookaheadRegExp.exec(w.source)\n if(lookaheadMatch && lookaheadMatch.index == w.matchStart )\n {\n var btn = createTiddlyButton(w.output,lookaheadMatch[1] + " "+"\su00BB",lookaheadMatch[1],this.onClickSlider,"button sliderButton");\n var panel = createTiddlyElement(w.output,"div",null,"sliderPanel");\n panel.style.display = "none";\n wikify(lookaheadMatch[2],panel);\n w.nextMatch = lookaheadMatch.index + lookaheadMatch[0].length;\n }\n },\n onClickSlider : function(e)\n {\n if(!e) var e = window.event;\n var n = this.nextSibling;\n n.style.display = (n.style.display=="none") ? "block" : "none";\n return false;\n }\n})\n//}}}
> From [[Towards Earth Summit II: Recommendations for Actions and Commitments at Earth Summit II|http://habitat.igc.org/csdngo/1997/es2ngo1.html]], June 1997\n!!!Integrated Monitoring Frameworks\n''We call for'': The establishment through DPCSD (now the Department of Economic and Social Affairs) of an integrated comprehensive framework - making effective use of modern information and communications technology - for systematic monitoring of the implementation of all the Rio agreements as well as the agreements of the other recent global conferences.\n* Information that the UN has available at web-sites and other new information technologies should be made accessible to the public on a no-cost basis\n* The development of indicators and criteria shall in no way undermine obligations incurred under treaties, covenants conventions or commitments made in conference action plans.\n''Implementation'':\n* Develop a comprehensive framework - to be accessible online - to enable the systematic monitoring and implementation of the agreements of the "Rio cluster" of United Nations conferences and proceedings;\n* develop an integrated, fully searchable database that incorporates the text of all these agreements, that documents initiatives - including best practices - taken by intergovernmental agencies, governments and major groups, and that incorporates data and indicators that can help show current status and trends towards sustainability;\n* the use of geographic information systems as a tool to assist in organizing and integrating information on measures; and\n* measures to support capacity-building in the use of information and communications technology - including the strengthening of information and communications infrastructure in developing countries\n''Rationale'': There is currently no systematic framework in place by which it is possible to assess and monitor the extent and specifics of implementation of the Rio agreements. Modern information and communications technology offers a range of powerful tools to organize and integrate a broad base of diverse information, and to make it widely accessible. There are many areas of overlap between the Rio agreements and the other "Rio cluster" agreements - all of which, in one way or another relate to the attainment of a sustainable common future - so there is a need for an integrated process of monitoring implementation of the whole set of agreements.
/***\n|//Name://|~IntelliTaggerPlugin|\n|//Version://|1.0.0 |\n|//Date:// |26 April 2006 - 2006-04-26|\n|//Tags://|tagging intellitagger plugin 'abego software' intelligence 'key words'|\n|//Type://|plugin|\n|//Source://|http://tiddlywiki.abego-software.de/#IntelliTaggerPlugin|\n|//Author://|Udo Borkowski (ub [at] abego-software [dot] de)|\n|//Documentation://|[[IntelliTaggerPlugin Documentation|http://tiddlywiki.abego-software.de/doc/IntelliTagger.pdf]] (pdf)|\n|//Source Code://|[[IntelliTaggerPlugin SourceCode|[http://tiddlywiki.abego-software.de/#IntelliTaggerPlugin SourceCode]]|\n|//Licence://|[[BSD open source license (abego Software)|http://tiddlywiki.abego-software.de/#BSD open source license (abego Software)]]|\n|//~TiddlyWiki://|Version 2.0.8 or better|\n|//Browser://|Firefox 1.5.0.2 or better|\n***/\n// /%\nif(!version.extensions.IntelliTaggerPlugin){if(!window.abego){window.abego={};}if(!abego.internal){abego.internal={};}abego.alertAndThrow=function(s){alert(s);throw s;};if(version.major<2){abego.alertAndThrow("Use TiddlyWiki 2.0.8 or better to run the IntelliTagger Plugin.");}version.extensions.IntelliTaggerPlugin={major:1,minor:0,revision:0,date:new Date(2006,3,26),type:"plugin",source:"http://tiddlywiki.abego-software.de/#IntelliTaggerPlugin",documentation:"[[IntelliTaggerPlugin Documentation]]",sourcecode:"[[IntelliTaggerPlugin SourceCode]]",author:"Udo Borkowski (ub [at] abego-software [dot] de)",licence:"[[BSD open source license (abego Software)]]",tiddlywiki:"Version 2.0.8 or better",browser:"Firefox 1.5.0.2 or better"};abego.isPopupOpen=function(_2){return _2&&_2.parentNode==document.body;};abego.openAsPopup=function(_3){if(_3.parentNode!=document.body){document.body.appendChild(_3);}};abego.closePopup=function(_4){if(abego.isPopupOpen(_4)){document.body.removeChild(_4);}};abego.getWindowRect=function(){return {left:findScrollX(),top:findScrollY(),height:findWindowHeight(),width:findWindowWidth()};};abego.moveElement=function(_5,_6,_7){_5.style.left=_6+"px";_5.style.top=_7+"px";};abego.centerOnWindow=function(_8){if(_8.style.position!="absolute"){throw "abego.centerOnWindow: element must have absolute position";}var _9=abego.getWindowRect();abego.moveElement(_8,_9.left+(_9.width-_8.offsetWidth)/2,_9.top+(_9.height-_8.offsetHeight)/2);};abego.isDescendantOrSelf=function(_a,e){while(e){if(_a==e){return true;}e=e.parentNode;}return false;};abego.toSet=function(_c){var _d={};for(var i=0;i<_c.length;i++){_d[_c[i]]=true;}return _d;};abego.filterStrings=function(_f,_10,_11){var _12=[];for(var i=0;i<_f.length&&(_11===undefined||_12.length<_11);i++){var s=_f[i];if(s.match(_10)){_12.push(s);}}return _12;};abego.arraysAreEqual=function(a,b){var n=a.length;if(n!=b.length){return false;}for(var i=0;i<n;i++){if(a[i]!=b[i]){return false;}}return true;};abego.moveBelowAndClip=function(_19,_1a){if(!_1a){return;}var _1b=findPosX(_1a);var _1c=findPosY(_1a);var _1d=_1a.offsetHeight;var _1e=_1b;var _1f=_1c+_1d;var _20=findWindowWidth();if(_20<_19.offsetWidth){_19.style.width=(_20-100)+"px";}var _21=_19.offsetWidth;if(_1e+_21>_20){_1e=_20-_21-30;}if(_1e<0){_1e=0;}_19.style.left=_1e+"px";_19.style.top=_1f+"px";_19.style.display="block";};abego.compareStrings=function(a,b){return (a==b)?0:(a<b)?-1:1;};abego.sortIgnoreCase=function(arr){var _25=[];var n=arr.length;for(var i=0;i<n;i++){var s=arr[i];_25.push([s.toString().toLowerCase(),s]);}_25.sort(function(a,b){return (a[0]==b[0])?0:(a[0]<b[0])?-1:1;});for(i=0;i<n;i++){arr[i]=_25[i][1];}};abego.getTiddlerField=function(_2b,_2c,_2d){var _2e=document.getElementById(_2b.idPrefix+_2c);var e=null;if(_2e!=null){var _30=_2e.getElementsByTagName("*");for(var t=0;t<_30.length;t++){var c=_30[t];if(c.tagName.toLowerCase()=="input"||c.tagName.toLowerCase()=="textarea"){if(!e){e=c;}if(c.getAttribute("edit")==_2d){e=c;}}}}return e;};abego.setRange=function(_33,_34,end){if(_33.setSelectionRange){_33.setSelectionRange(_34,end);var max=0+_33.scrollHeight;var len=_33.textLength;var top=max*_34/len,bot=max*end/len;_33.scrollTop=Math.min(top,(bot+top-_33.clientHeight)/2);}else{if(_33.createTextRange!=undefined){var _39=_33.createTextRange();_39.collapse();_39.moveEnd("character",end);_39.moveStart("character",_34);_39.select();}else{_33.select();}}};abego.internal.TagManager=function(){var _3a=null;var _3b=function(){if(_3a){return;}_3a={};store.forEachTiddler(function(_3c,_3d){for(var i=0;i<_3d.tags.length;i++){var tag=_3d.tags[i];var _40=_3a[tag];if(!_40){_40=_3a[tag]={count:0,tiddlers:{}};}_40.tiddlers[_3d.title]=true;_40.count+=1;}});};var _41=TiddlyWiki.prototype.saveTiddler;TiddlyWiki.prototype.saveTiddler=function(_42,_43,_44,_45,_46,_47){var _48=this.fetchTiddler(_42);var _49=_48?_48.tags:[];var _4a=(typeof _47=="string")?_47.readBracketedList():_47;_41.apply(this,arguments);if(!abego.arraysAreEqual(_49,_4a)){abego.internal.getTagManager().reset();}};var _4b=TiddlyWiki.prototype.removeTiddler;TiddlyWiki.prototype.removeTiddler=function(_4c){var _4d=this.fetchTiddler(_4c);var _4e=_4d&&_4d.tags.length>0;_4b.apply(this,arguments);if(_4e){abego.internal.getTagManager().reset();}};this.reset=function(){_3a=null;};this.getTiddlersWithTag=function(tag){_3b();var _50=_3a[tag];return _50?_50.tiddlers:null;};this.getAllTags=function(_51){_3b();var _52=[];for(var i in _3a){_52.push(i);}for(i=0;_51&&i<_51.length;i++){_52.pushUnique(_51[i],true);}abego.sortIgnoreCase(_52);return _52;};this.getTagInfos=function(){_3b();var _54=[];for(var _55 in _3a){_54.push([_55,_3a[_55]]);}return _54;};var _56=function(a,b){var a1=a[1];var b1=b[1];var d=b[1].count-a[1].count;return d!=0?d:abego.compareStrings(a[0].toLowerCase(),b[0].toLowerCase());};this.getSortedTagInfos=function(){_3b();var _5c=this.getTagInfos();_5c.sort(_56);return _5c;};this.getPartnerRankedTags=function(_5d){var _5e={};for(var i=0;i<_5d.length;i++){var _60=this.getTiddlersWithTag(_5d[i]);for(var _61 in _60){var _62=store.getTiddler(_61);if(!(_62 instanceof Tiddler)){continue;}for(var j=0;j<_62.tags.length;j++){var tag=_62.tags[j];var c=_5e[tag];_5e[tag]=c?c+1:1;}}}var _66=abego.toSet(_5d);var _67=[];for(var n in _5e){if(!_66[n]){_67.push(n);}}_67.sort(function(a,b){var d=_5e[b]-_5e[a];return d!=0?d:abego.compareStrings(a.toLowerCase(),b.toLowerCase());});return _67;};};abego.internal.getTagManager=function(){if(!abego.internal.gTagManager){abego.internal.gTagManager=new abego.internal.TagManager();}return abego.internal.gTagManager;};(function(){var _6c=2;var _6d=1;var _6e=30;var _6f;var _70;var _71;var _72;var _73;var _74;if(!abego.IntelliTagger){abego.IntelliTagger={};}var _75=function(){return _70;};var _76=function(tag){return _73[tag];};var _78=function(s){var i=s.lastIndexOf(" ");return (i>=0)?s.substr(0,i):"";};var _7b=function(_7c){var s=_7c.value;var len=s.length;return (len>0&&s[len-1]!=" ");};var _7f=function(_80){var s=_80.value;var len=s.length;if(len>0&&s[len-1]!=" "){_80.value+=" ";}};var _83=function(tag,_85,_86){if(_7b(_85)){_85.value=_78(_85.value);}story.setTiddlerTag(_86.title,tag,0);_7f(_85);abego.IntelliTagger.assistTagging(_85,_86);};var _87=function(n){if(_74){if(_74.length>n){return _74[n];}n-=_74.length;}return (_72&&_72.length>n)?_72[n]:null;};var _89=function(n,_8b,_8c){var _8d=_87(n);if(_8d){_83(_8d,_8b,_8c);}};var _8e=function(_8f){var pos=_8f.value.lastIndexOf(" ");var _91=(pos>=0)?_8f.value.substr(++pos,_8f.value.length):_8f.value;return new RegExp(_91.escapeRegExp(),"i");};var _92=function(_93,_94){var _95=0;for(var i=0;i<_93.length;i++){if(_94[_93[i]]){_95++;}}return _95;};var _97=function(_98,_99,_9a){var _9b=1;var c=_98[_99];for(var i=_99+1;i<_98.length;i++){if(_98[i][1].count==c){if(_98[i][0].match(_9a)){_9b++;}}else{break;}}return _9b;};var _9e=function(_9f,_a0){var _a1=abego.internal.getTagManager().getSortedTagInfos();var _a2=[];var _a3=0;for(var i=0;i<_a1.length;i++){var c=_a1[i][1].count;if(c!=_a3){if(_a0&&(_a2.length+_97(_a1,i,_9f)>_a0)){break;}_a3=c;}if(c==1){break;}var s=_a1[i][0];if(s.match(_9f)){_a2.push(s);}}return _a2;};var _a7=function(_a8,_a9){return abego.filterStrings(abego.internal.getTagManager().getAllTags(_a9),_a8);};var _aa=function(){if(!_6f){return;}var _ab=store.getTiddlerText("IntelliTaggerMainTemplate");if(!_ab){_ab="<b>Tiddler IntelliTaggerMainTemplate not found</b>";}_6f.innerHTML=_ab;applyHtmlMacros(_6f,null);refreshElements(_6f,null);};var _ac=function(e){if(!e){var e=window.event;}var tag=this.getAttribute("tag");if(_71){_71.call(this,tag,e);}return false;};var _af=function(_b0,_b1,_b2,_b3){if(!_b1){return;}var _b4=_b3?abego.toSet(_b3):{};var n=_b1.length;for(var i=0;i<n;i++){var tag=_b1[i];if(_b4[tag]){continue;}if(i>0){createTiddlyElement(_b0,"span",null,"tagSeparator"," | ");}var _b8="";var _b9=_b0;if(_b2<10){_b9=createTiddlyElement(_b0,"span",null,"numberedSuggestion");_b2++;var key=_b2<10?""+(_b2):"0";createTiddlyElement(_b9,"span",null,"suggestionNumber",key+") ");var _bb=_b2==1?"Ctrl-Space or ":"";_b8=" (Shortcut: %1Alt-%0)".format([key,_bb]);}var _bc=config.views.wikified.tag.tooltip.format([tag]);var _bd=(_76(tag)?"Remove tag '%0'%1":"Add tag '%0'%1").format([tag,_b8]);var _be="%0; Shift-Click: %1".format([_bd,_bc]);var btn=createTiddlyButton(_b9,tag,_be,_ac,_76(tag)?"currentTag":null);btn.setAttribute("tag",tag);}};var _c0=function(){if(_6f){window.scrollTo(0,ensureVisible(_6f));}if(_75()){window.scrollTo(0,ensureVisible(_75()));}};var _c1=function(e){if(!e){var e=window.event;}if(!_6f){return;}var _c3=resolveTarget(e);if(_c3==_75()){return;}if(abego.isDescendantOrSelf(_6f,_c3)){return;}abego.IntelliTagger.close();};addEvent(document,"click",_c1);var _c4=Story.prototype.gatherSaveFields;Story.prototype.gatherSaveFields=function(e,_c6){_c4.apply(this,arguments);var _c7=_c6.tags;if(_c7){_c6.tags=_c7.trim();}};var _c8=function(_c9){story.focusTiddler(_c9,"tags");var _ca=abego.getTiddlerField(story,_c9,"tags");if(_ca){var len=_ca.value.length;abego.setRange(_ca,len,len);window.scrollTo(0,ensureVisible(_ca));}};var _cc=config.macros.edit.handler;config.macros.edit.handler=function(_cd,_ce,_cf,_d0,_d1,_d2){_cc.apply(this,arguments);var _d3=_cf[0];if((_d2 instanceof Tiddler)&&_d3=="tags"){var _d4=_cd.lastChild;_d4.onfocus=function(e){abego.IntelliTagger.assistTagging(_d4,_d2);setTimeout(function(){_c8(_d2.title);},100);};_d4.onkeyup=function(e){if(!e){var e=window.event;}if(e.altKey&&!e.ctrlKey&&!e.metaKey&&(e.keyCode>=48&&e.keyCode<=57)){_89(e.keyCode==48?9:e.keyCode-49,_d4,_d2);}else{if(e.ctrlKey&&e.keyCode==32){_89(0,_d4,_d2);}}setTimeout(function(){abego.IntelliTagger.assistTagging(_d4,_d2);},100);return false;};_7f(_d4);}};var _d7=function(e){if(!e){var e=window.event;}var _d9=resolveTarget(e);var _da=_d9.getAttribute("tiddler");if(_da){story.displayTiddler(_d9,_da,"IntelliTaggerEditTagsTemplate",false);_c8(_da);}return false;};var _db=config.macros.tags.handler;config.macros.tags.handler=function(_dc,_dd,_de,_df,_e0,_e1){_db.apply(this,arguments);abego.IntelliTagger.createEditTagsButton(_e1,createTiddlyElement(_dc.lastChild,"li"));};var _e2=function(){if(_6f&&_70&&!abego.isDescendantOrSelf(document,_70)){abego.IntelliTagger.close();}};setInterval(_e2,100);abego.IntelliTagger.displayTagSuggestions=function(_e3,_e4,_e5,_e6,_e7){_72=_e3;_73=abego.toSet(_e4);_74=_e5;_70=_e6;_71=_e7;if(!_6f){_6f=createTiddlyElement(document.body,"div",null,"intelliTaggerSuggestions");_6f.style.position="absolute";}_aa();abego.openAsPopup(_6f);if(_75()){var w=_75().offsetWidth;if(_6f.offsetWidth<w){_6f.style.width=(w-2*(_6c+_6d))+"px";}abego.moveBelowAndClip(_6f,_75());}else{abego.centerOnWindow(_6f);}_c0();};abego.IntelliTagger.assistTagging=function(_e9,_ea){var _eb=_8e(_e9);var s=_e9.value;if(_7b(_e9)){s=_78(s);}var _ed=s.readBracketedList();var _ee=_ed.length>0?abego.filterStrings(abego.internal.getTagManager().getPartnerRankedTags(_ed),_eb,_6e):_9e(_eb,_6e);abego.IntelliTagger.displayTagSuggestions(_a7(_eb,_ed),_ed,_ee,_e9,function(tag,e){if(e.shiftKey){onClickTag.call(this,e);}else{_83(tag,_e9,_ea);}});};abego.IntelliTagger.close=function(){abego.closePopup(_6f);_6f=null;return false;};abego.IntelliTagger.createEditTagsButton=function(_f1,_f2,_f3,_f4,_f5,id,_f7){if(!_f3){_f3="[edit]";}if(!_f4){_f4="Edit the tags";}if(!_f5){_f5="editTags";}var _f8=createTiddlyButton(_f2,_f3,_f4,_d7,_f5,id,_f7);_f8.setAttribute("tiddler",(_f1 instanceof Tiddler)?_f1.title:String(_f1));return _f8;};config.macros.intelliTagger={label:"intelliTagger",handler:function(_f9,_fa,_fb,_fc,_fd,_fe){var _ff=_fd.parseParams("list",null,true);var _100=_ff[0]["action"];for(var i=0;_100&&i<_100.length;i++){var _102=_100[i];var _103=config.macros.intelliTagger.subhandlers[_102];if(!_103){abego.alertAndThrow("Unsupported action '%0'".format([_102]));}_103(_f9,_fa,_fb,_fc,_fd,_fe);}},subhandlers:{showTags:function(_104,_105,_106,_107,_108,_109){_af(_104,_72,_74?_74.length:0,_74);},showFavorites:function(_10a,_10b,_10c,_10d,_10e,_10f){_af(_10a,_74,0);},closeButton:function(_110,_111,_112,_113,_114,_115){var _116=createTiddlyButton(_110,"close","Close the suggestions",abego.IntelliTagger.close);},version:function(_117){var t="IntelliTagger %0.%1.%2".format([version.extensions.IntelliTaggerPlugin.major,version.extensions.IntelliTaggerPlugin.minor,version.extensions.IntelliTaggerPlugin.revision]);var e=createTiddlyElement(_117,"a");e.setAttribute("href","http://tiddlywiki.abego-software.de/#IntelliTaggerPlugin");e.innerHTML="<font color=\s"black\s" face=\s"Arial, Helvetica, sans-serif\s">"+t+"<font>";},copyright:function(_11a){var e=createTiddlyElement(_11a,"a");e.setAttribute("href","http://tiddlywiki.abego-software.de");e.innerHTML="<font color=\s"black\s" face=\s"Arial, Helvetica, sans-serif\s">&copy; 2006 <b><font color=\s"red\s">abego</font></b> Software<font>";}}};})();config.shadowTiddlers["IntelliTaggerStyleSheet"]="/***\sn"+"!~IntelliTagger Stylesheet\sn"+"***/\sn"+"/*{{{*/\sn"+".intelliTaggerSuggestions {\sn"+"\stposition: absolute;\sn"+"\stwidth: 600px;\sn"+"\sn"+"\stpadding: 2px;\sn"+"\stlist-style: none;\sn"+"\stmargin: 0;\sn"+"\sn"+"\stbackground: #eeeeee;\sn"+"\stborder: 1px solid DarkGray;\sn"+"}\sn"+"\sn"+".intelliTaggerSuggestions .currentTag {\sn"+"\stfont-weight: bold;\sn"+"}\sn"+"\sn"+".intelliTaggerSuggestions .suggestionNumber {\sn"+"\stcolor: #808080;\sn"+"}\sn"+"\sn"+".intelliTaggerSuggestions .numberedSuggestion{\sn"+"\stwhite-space: nowrap;\sn"+"}\sn"+"\sn"+".intelliTaggerSuggestions .intelliTaggerFooter {\sn"+"\stmargin-top: 4px;\sn"+"\stborder-top-width: thin;\sn"+"\stborder-top-style: solid;\sn"+"\stborder-top-color: #999999;\sn"+"}\sn"+".intelliTaggerSuggestions .favorites {\sn"+"\stborder-bottom-width: thin;\sn"+"\stborder-bottom-style: solid;\sn"+"\stborder-bottom-color: #999999;\sn"+"\stpadding-bottom: 2px;\sn"+"}\sn"+"\sn"+".intelliTaggerSuggestions .normalTags {\sn"+"\stpadding-top: 2px;\sn"+"}\sn"+"\sn"+".intelliTaggerSuggestions .intelliTaggerFooter .button {\sn"+"\stfont-size: 10px;\sn"+"\sn"+"\stpadding-left: 0.3em;\sn"+"\stpadding-right: 0.3em;\sn"+"}\sn"+"\sn"+"/*}}}*/\sn";config.shadowTiddlers["IntelliTaggerMainTemplate"]="<!--\sn"+"{{{\sn"+"-->\sn"+"<div class=\s"favorites\s" macro=\s"intelliTagger action: showFavorites\s"></div>\sn"+"<div class=\s"normalTags\s" macro=\s"intelliTagger action: showTags\s"></div>\sn"+"<!-- The Footer (with the Navigation) ============================================ -->\sn"+"<table class=\s"intelliTaggerFooter\s" border=\s"0\s" width=\s"100%\s" cellspacing=\s"0\s" cellpadding=\s"0\s"><tbody>\sn"+" <tr>\sn"+"\st<td align=\s"left\s">\sn"+"\st\st<span macro=\s"intelliTagger action: closeButton\s"></span>\sn"+"\st</td>\sn"+"\st<td align=\s"right\s">\sn"+"\st\st<span macro=\s"intelliTagger action: version\s"></span>, <span macro=\s"intelliTagger action: copyright \s"></span>\sn"+"\st</td>\sn"+" </tr>\sn"+"</tbody></table>\sn"+"<!--\sn"+"}}}\sn"+"-->\sn";config.shadowTiddlers["IntelliTaggerEditTagsTemplate"]="<!--\sn"+"{{{\sn"+"-->\sn"+"<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler'></div>\sn"+"<div class='title' macro='view title'></div>\sn"+"<div class='tagged' macro='tags'></div>\sn"+"<div class='viewer' macro='view text wikified'></div>\sn"+"<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler'></div>\sn"+"<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>\sn"+"<!--\sn"+"}}}\sn"+"-->\sn";config.shadowTiddlers["BSD open source license (abego Software)"]="See [[Licence|http://tiddlywiki.abego-software.de/#%5B%5BBSD%20open%20source%20license%5D%5D]].";config.shadowTiddlers["IntelliTaggerPlugin Documentation"]="[[Documentation on abego Software website|http://tiddlywiki.abego-software.de/doc/IntelliTagger.pdf]].";config.shadowTiddlers["IntelliTaggerPlugin SourceCode"]="[[Plugin source code on abego Software website|http://tiddlywiki.abego-software.de/src/Plugin-IntelliTagger-src.js]]";setStylesheet(store.getTiddlerText("IntelliTaggerStyleSheet"),"intelliTagger");}\n//%/\n
In addition to the excellent Plugins found here and throughout the TiddlyWiki world, TiddlyWiki contains some internal Macros that, for the most part, remain undocumented. They can offer lots of interesting possibilities when customizing your TiddlyWiki. The Macro list below was compiled from TiddlyWiki version 1.2.31. Click on a macro's description below to view more detail about each Macro including syntax, description, and examples!\n\n|!Macro|!Description|!Syntax|\n|allTags|[[List all Tags in a Tiddler|TipAllTags]]|{{{<}}}{{{<allTags>>}}}|\n|closeAll|[[Close all displayed Tiddlers|TipCloseAll]]|{{{<}}}{{{<closeAll>>}}}|\n|importTiddlers|Import Tiddlers|{{{<<importTiddlers>>}}}|\n|list all|[[List all Tiddlers in a Tiddler|TipListAll]]|{{{<}}}{{{<list all>>}}}|\n|list missing|[[List all Missing Tiddlers in a Tiddler|TipListMissing]]|{{{<}}}{{{<list missing>>}}}|\n|list orphans|[[List all orphaned Tiddlers in a Tiddler|TipListOrphans]]|{{{<}}}{{{<list orphans>>}}}|\n|newJournal|[[Create new date & Time stamped Tiddler|TipNewJournal]]|{{{<}}}{{{<newJournal>>}}}|\n|newTiddler|[[Create new Tiddler|TipNewTiddler]]|{{{<}}}{{{<newTiddler>>}}}|\n|permaview|[[URL link for all open Tiddlers|TipPermaView]]|{{{<}}}{{{<permaview>>}}}|\n|saveChanges |[[Save all TiddlyWiki changes|TipSaveChanges]]|{{{<}}}{{{<saveChanges>>}}}|\n|search|[[Display a Search box|TipSearch]]|{{{<}}}{{{<search>>}}}|\n|slider|[[Display a Slider|TipSlider]]|{{{<}}}{{{<slider sliderID sliderTiddler sliderLabel>>}}}|\n|tabs|[[Display Tabbed content|TipTabbedContent]]|{{{<}}}{{{<tabs indentifier tabLabel tabName Tiddler>>}}}|\n|tag|[[Display a Tag PopUp|TipTagPopUp]]|{{{<}}}{{{<tag tagName>>}}}|\n|tiddler|[[Display inline contents of a Tiddler|TipTiddlerContents]]|{{{<}}}{{{<tiddler Tiddler>>}}}|\n|timeline|[[Display Timeline in a Tiddler|TipTimeline]]|{{{<}}}{{{<timeline>>}}}|\n|today|[[Dusplay Today's Date|TipToday]]|{{{<}}}{{{<today>>}}}|\n|version|[[Display TiddlyWiki's version|TipTWVersion]]|{{{<}}}{{{<version>>}}}|\n\nHere is a [[PermaView Link|http://TiddlyWikiTips.com/index.html#%5B%5BTip%20%2312%3A%20TiddlyWiki%20Internal%20Macros%5D%5D%20TipAllTags%20TipCloseAll%20TipNewJournal%20TipNewTiddler%20TipPermaView%20TipSaveChanges%20TipSearch%20TipSlider%20TipTabbedContent%20TipTagPopUp%20TipTiddlerContents%20TipTimeline%20TipToday%20TipTWVersion]] to open all of the Internal Macro Tiddlers!
The ''International Federation of University Women'' (IFUW) is an international, non-profit organization of women graduates working to promote lifelong education, to improve the status of women and girls and to enable women to effect positive change for a peaceful world. IFUW was founded in 1919 after World War I by women graduates who believed in the importance of working together for peace, international understanding and friendship and has 79 national affiliates and has members in more than 120 countries. The International Federation of University Women is an NGO in Special Consultative Status with the Economic and Social Council since 1947.\n\nFor more information, visit http://www.ifuw.org
Founded in Amsterdam in 1952, the ''International Humanist and Ethical Union'' (IHEU) is the sole world umbrella organisation embracing Humanist, atheist, rationalist, secular, skeptic, Ethical Culture, freethought and similar organisations world-wide. The IHEU represents the views of over three million Humanists organized in over 100 national organizations in 40 countries. The International Humanist and Ethical Union is an NGO in Special Consultative Status with the Economic and Social Council.\n\nFor more information, visit http://www.iheu.org
Izabel Coellho Lima e Jurgieclewicz was born to a traditional family in Mato Grosso do Sul State in Brazil. 18-year old Izabel grew up in close contact with the Pantanal and its wildlife. Her family has been established in the region for two hundred years and recently switched from cattle ranching as the only income source to having ecotourism as income alternative. In 2004, Izabel participated an [[Earthwath Institute]] expedition in the Pantanal and was part of the Earthbound3 film with two other Brazilian and three American students. During the expedition, they also took part in the Live from the Field program when they spoke to kids in American classrooms through a satellite phone.
!Javascript\n* http://ejohn.org/projects/javascript-diff-algorithm/\n* http://www.thesolutioncafe.com/html-spell-checker.html $$$\n* http://www.dynarch.com/demos/htmlarea/examples/spell-checker.html
!!!From our origins to the future\n1. We, the representatives of the peoples of the world, assembled at the World Summit on Sustainable Development in Johannesburg, South Africa, from 2 to 4 September 2002, reaffirm our commitment to sustainable development.\n\n2. We commit ourselves to building a humane, equitable and caring global society, cognizant of the need for human dignity for all.\n\n3. At the beginning of this Summit, the children of the world spoke to us in a simple yet clear voice that the future belongs to them, and accordingly challenged all of us to ensure that through our actions they will inherit a world free of the indignity and indecency occasioned by poverty, environmental degradation and patterns of unsustainable development.\n\n4. As part of our response to these children, who represent our collective future, all of us, coming from every corner of the world, informed by different life experiences, are united and moved by a deeply felt sense that we urgently need to create a new and brighter world of hope.\n\n5. Accordingly, we assume a collective responsibility to advance and strengthen the interdependent and mutually reinforcing pillars of sustainable development - economic development, social development and environmental protection - at the local, national, regional and global levels.\n\n6. From this continent, the cradle of humanity, we declare, through the [[Plan of Implementation of the World Summit on Sustainable Development|http://www.un-documents.net/jburgpln.htm]] and the present Declaration, our responsibility to one another, to the greater community of life and to our children.\n\n7. Recognizing that humankind is at a crossroads, we have united in a common resolve to make a determined effort to respond positively to the need to produce a practical and visible plan to bring about poverty eradication and human development.\n!!!From Stockholm to Rio de Janeiro to Johannesburg\n8. Thirty years ago, in Stockholm, we agreed on the urgent need to respond to the problem of environmental deterioration.^^[[1|Declaration of the United Nations Conference on the Human Environment]]^^ Ten years ago, at the United Nations Conference on Environment and Development, held in Rio de Janeiro, we agreed that the protection of the environment and social and economic development are fundamental to sustainable development, based on the Rio Principles. To achieve such development, we adopted the global programme entitled [[Agenda 21]] and the [[Rio Declaration on Environment and Development]], to which we reaffirm our commitment. The Rio Conference was a significant milestone that set a new agenda for sustainable development.\n\n9. Between Rio and Johannesburg, the world's nations have met in several major conferences under the auspices of the United Nations, including the International Conference on Financing for Development, as well as the Doha Ministerial Conference. These conferences defined for the world a comprehensive vision for the future of humanity.\n\n10. At the Johannesburg Summit, we have achieved much in bringing together a rich tapestry of peoples and views in a constructive search for a common path towards a world that respects and implements the vision of sustainable development. The Johannesburg Summit has also confirmed that significant progress has been made towards achieving a global consensus and partnership among all the people of our planet.\n!!!The challenges we face\n11. We recognize that poverty eradication, changing consumption and production patterns and protecting and managing the natural resource base for economic and social development are overarching objectives of and essential requirements for sustainable development.\n\n12. The deep fault line that divides human society between the rich and the poor and the ever-increasing gap between the developed and developing worlds pose a major threat to global prosperity, security and stability.\n\n13. The global environment continues to suffer. Loss of biodiversity continues, fish stocks continue to be depleted, desertification claims more and more fertile land, the adverse effects of climate change are already evident, natural disasters are more frequent and more devastating, and developing countries more vulnerable, and air, water and marine pollution continue to rob millions of a decent life.\n\n14. Globalization has added a new dimension to these challenges. The rapid integration of markets, mobility of capital and significant increases in investment flows around the world have opened new challenges and opportunities for the pursuit of sustainable development. But the benefits and costs of globalization are unevenly distributed, with developing countries facing special difficulties in meeting this challenge.\n\n15. We risk the entrenchment of these global disparities and unless we act in a manner that fundamentally changes their lives the poor of the world may lose confidence in their representatives and the democratic systems to which we remain committed, seeing their representatives as nothing more than sounding brass or tinkling cymbals.\n!!!Our commitment to sustainable development\n16. We are determined to ensure that our rich diversity, which is our collective strength, will be used for constructive partnership for change and for the achievement of the common goal of sustainable development.\n\n17. Recognizing the importance of building human solidarity, we urge the promotion of dialogue and cooperation among the world's civilizations and peoples, irrespective of race, disabilities, religion, language, culture or tradition.\n\n18. We welcome the focus of the Johannesburg Summit on the indivisibility of human dignity and are resolved, through decisions on targets, timetables and partnerships, to speedily increase access to such basic requirements as clean water, sanitation, adequate shelter, energy, health care, food security and the protection of biodiversity. At the same time, we will work together to help one another gain access to financial resources, benefit from the opening of markets, ensure capacity- building, use modern technology to bring about development and make sure that there is technology transfer, human resource development, education and training to banish underdevelopment forever.\n\n19. We reaffirm our pledge to place particular focus on, and give priority attention to, the fight against the worldwide conditions that pose severe threats to the sustainable development of our people, which include: chronic hunger; malnutrition; foreign occupation; armed conflict; illicit drug problems; organized crime; corruption; natural disasters; illicit arms trafficking; trafficking in persons; terrorism; intolerance and incitement to racial, ethnic, religious and other hatreds; xenophobia; and endemic, communicable and chronic diseases, in particular HIV/AIDS, malaria and tuberculosis.\n\n20. We are committed to ensuring that women's empowerment, emancipation and gender equality are integrated in all the activities encompassed within [[Agenda 21]], the [[Millennium Development Goals]] and the [[Plan of Implementation of the Summit|http://www.un-documents.net/jburgpln.htm]].\n\n21. We recognize the reality that global society has the means and is endowed with the resources to address the challenges of poverty eradication and sustainable development confronting all humanity. Together, we will take extra steps to ensure that these available resources are used to the benefit of humanity.\n\n22. In this regard, to contribute to the achievement of our development goals and targets, we urge developed countries that have not done so to make concrete efforts reach the internationally agreed levels of official development assistance.\n\n23. We welcome and support the emergence of stronger regional groupings and alliances, such as the [[New Partnership for Africa's Development|http://www.un-documents.net/nepad.htm]], to promote regional cooperation, improved international cooperation and sustainable development.\n\n24. We shall continue to pay special attention to the developmental needs of small island developing States and the least developed countries.\n\n25. We reaffirm the vital role of the indigenous peoples in sustainable development.\n\n26. We recognize that sustainable development requires a long-term perspective and broad-based participation in policy formulation, decision-making and implementation at all levels. As social partners, we will continue to work for stable partnerships with all major groups, respecting the independent, important roles of each of them.\n\n27. We agree that in pursuit of its legitimate activities the private sector, including both large and small companies, has a duty to contribute to the evolution of equitable and sustainable communities and societies.\n\n28. We also agree to provide assistance to increase income-generating employment opportunities, taking into account the [[Declaration on Fundamental Principles and Rights at Work|http://www.un-documents.net/dfprw.htm]] of the International Labour Organization.\n\n29. We agree that there is a need for private sector corporations to enforce corporate accountability, which should take place within a transparent and stable regulatory environment.\n\n30. We undertake to strengthen and improve governance at all levels for the effective implementation of [[Agenda 21]], the [[Millennium Development Goals]] and the [[Plan of Implementation of the Summit|http://www.un-documents.net/jburgpln.htm]].\n!!!Multilateralism is the future\n31. To achieve our goals of sustainable development, we need more effective, democratic and accountable international and multilateral institutions.\n\n32. We reaffirm our commitment to the [[principles and purposes of the Charter of the United Nations|Purposes and Principles of the United Nations]] and international law, as well as to the strengthening of multilateralism. We support the leadership role of the United Nations as the most universal and representative organization in the world, which is best placed to promote sustainable development.\n\n33. We further commit ourselves to monitor progress at regular intervals towards the achievement of our sustainable development goals and objectives.\n!!!Making it happen!\n34. We are in agreement that this must be an inclusive process, involving all the major groups and Governments that participated in the historic Johannesburg Summit.\n\n35. We commit ourselves to act together, united by a common determination to save our planet, promote human development and achieve universal prosperity and peace.\n\n36. We commit ourselves to the [[Plan of Implementation of the World Summit on Sustainable Development|http://www.un-documents.net/jburgpln.htm]] and to expediting the achievement of the time-bound, socio-economic and environmental targets contained therein.\n\n37. From the African continent, the cradle of humankind, we solemnly pledge to the peoples of the world and the generations that will surely inherit this Earth that we are determined to ensure that our collective hope for sustainable development is realized.\n
://From the [[World Declaration on Education For All: Meeting Basic Learning Needs]] adopted at the [[World Conference on Education for All]] in [[Jomtien, Thailand]]//\n!!![[Preamble|Jomtien Declaration: Preamble]]\n!!![[Education For All: The Purpose|Jomtien Declaration: Education For All: The Purpose]]\n!!![[Education For All: An Expanded Vision and a Renewed Commitment|Jomtien Declaration: Education For All: An Expanded Vision and a Renewed Commitment]]\n!!![[Education For All: The Requirements|Jomtein Declaration: Education For All: The Requirements]]\n!!Adoption of the Declaration\n//''We, the participants in the World Conference on Education for All, reaffirm the right of all people to education.'' This is the foundation of our determination, singly and together, to ensure education for all.\n\nWe commit ourselves to act cooperatively through our own spheres of responsibility, taking all necessary steps to achieve the goals of education for all. Together we call on governments, concerned organizations and individuals to join in this urgent undertaking.\n\nThe basic learning needs of all can and must be met. There can be no more meaningful way to begin the [[International Literacy Year|http://www.un-documents.net/a42r104.htm]], to move forward the goals of the [[United Nations Decade of Disabled Persons|http://www.un-documents.net/a37r53.htm]] (1983-92), the [[World Decade for Cultural Development|http://www.un-documents.net/a41r187.htm]] (1988-97), the Fourth United Nations Development Decade (1991-2000), of the [[Convention on the Elimination of Discrimination against Women|http://www.un-documents.net/cedaw.htm]] and the [[Forward Looking Strategies for the Advancement of Women|http://www.un-documents.net/nflsaw.htm]], and of the [[Convention on the Rights of the Child|http://www.un-documents.net/crc.htm]]. There has never been a more propitious time to commit ourselves to providing basic learning opportunities for all the people of the world.\n\nWe adopt, therefore, this ''//World Declaration on Education for All: Meeting Basic Learning Needs//'' and agree on the ''[[Framework for Action to Meet Basic Learning Needs|http://www.un-documents.net/jomtienf.htm]]'', to achieve the goals set forth in this ''//Declaration//''.
://From the [[World Declaration on Education For All: Meeting Basic Learning Needs]] adopted at the [[World Conference on Education for All]] in [[Jomtien, Thailand]] in March, 1990.//\n!![[Preamble|Jomtien Declaration: Preamble]]\n!![[Education For All: The Purpose|Jomtien Declaration: Education For All: The Purpose]]\n!!Education For All: An Expanded Vision and a Renewed Commitment\n!!!Article II - Shaping The Vision\n<<<\n''To serve the basic learning needs of all requires more than a recommitment to basic education as it now exists. What is needed is an "expanded vision" that surpasses present resource levels, institutional structures, curricula, and conventional delivery systems while building on the best in current practices.'' New possibilities exist today which result from the convergence of the increase in information and the unprecedented capacity to communicate. We must seize them with creativity and a determination for increased effectiveness.\n\nAs elaborated in Articles III-VII, the expanded vision encompasses:\n* Universalizing access and promoting equity;\n* Focussing on learning;\n* Broadening the means and scope of basic education;\n* Enhancing the environment for learning;\n* Strengthening partnerships.\nThe realization of an enormous potential for human progress and empowerment is contingent upon whether people can be enabled to acquire the education and the start needed to tap into the ever-expanding pool of relevant knowledge and the new means for sharing this knowledge.\n<<<\n!!!Article III - Universalizing Access and Promoting Equity\n# ''Basic education should be provided to all children, youth and adults.'' To this end, basic education services of quality should be expanded and consistent measures must be taken to reduce disparities.\n# For basic education to be equitable, all children, youth and adults must be given the opportunity to achieve and maintain an acceptable level of learning.\n# The most urgent priority is to ensure access to, and improve the quality of, education for girls and women, and to remove every obstacle that hampers their active participation. All gender stereotyping in education should be eliminated.\n# An active commitment must be made to removing educational disparities. Underserved groups: the poor; street and working children; rural and remote populations; nomads and migrant workers; indigenous peoples; ethnic, racial, and linguistic minorities; refugees; those displaced by war; and people under occupation, should not suffer any discrimination in access to learning opportunities.\n# The learning needs of the disabled demand special attention. Steps need to be taken to provide equal access to education to every category of disabled persons as an integral part of the education system.\n!!!Article IV - Focussing on Learning\n:''Whether or not expanded educational opportunities will translate into meaningful development - for an individual or for society - depends ultimately on whether people actually learn as a result of those opportunities, i.e., whether they incorporate useful knowledge, reasoning ability, skills, and values.'' The focus of basic education must, therefore, be on actual learning acquisition and outcome, rather than exclusively upon enrolment, continued participation in organized programmes and completion of certification requirements. Active and participatory approaches are particularly valuable in assuring learning acquisition and allowing learners to reach their fullest potential. It is, therefore, necessary to define acceptable levels of learning acquisition for educational programmes and to improve and apply systems of assessing learning achievement.\n!!!Article V - Broadening the Means and Scope of Basic Education\n<<<\n!!![[Adoption of the Declaration]|Jomtein Declaration: Adoption of the Declaration]]\nThe diversity, complexity, and changing nature of basic learning needs of children, youth and adults necessitates broadening and constantly redefining the scope of basic education to include the following components:\n* ''//Learning begins at birth.//'' This calls for early childhood care and initial education . These can be provided through arrangements involving families, communities, or institutional programmes, as appropriate.\n* ''//The main delivery system for the basic education of children outside the family is primary schooling.//'' Primary education must be universal, ensure that the basic learning needs of all children are satisfied, and take into account the culture, needs, and opportunities of the community. Supplementary alternative programmes can help meet the basic learning needs of children with limited or no access to formal schooling, provided that they share the same standards of learning applied to schools, and are adequately supported.\n* ''//The basic learning needs of youth and adults are diverse and should be met through a variety of delivery systems.//'' Literacy programmes are indispensable because literacy is a necessary skill in itself and the foundation of other life skills. Literacy in the mother-tongue strengthens cultural identity and heritage. Other needs can be served by: skills training, apprenticeships, and formal and non-formal education programmes in health, nutrition, population, agricultural techniques, the environment, science, technology, family life, including fertility awareness, and other societal issues.\n* ''//All available instruments and channels of information, communications, and social action could be used to help convey essential knowledge and inform and educate people on social issues.//'' In addition to the traditional means, libraries, television, radio and other media can be mobilized to realize their potential towards meeting basic education needs of all.\nThese components should constitute an integrated system - complementary, mutually reinforcing, and of comparable standards, and they should contribute to creating and developing possibilities for lifelong learning.\n<<<\n!!!Article VI - Enhancing the Environment for Learning\n:''Learning does not take place in isolation. Societies, therefore, must ensure that all learners receive the nutrition, health care, and general physical and emotional support they need in order to participate actively in and benefit from their education.'' Knowledge and skills that will enhance the learning environment of children should be integrated into community learning programmes for adults. The education of children and their parents or other caretakers is mutually supportive and this interaction should be used to create, for all, a learning environment of vibrancy and warmth.\n!!!Article VII - Strengthening Partnerships\n:''National, regional, and local educational authorities have a unique obligation to provide basic education for all, but they cannot be expected to supply every human, financial or organizational requirement for this task. New and revitalized partnerships at all levels will be necessary: ''partnerships among all sub-sectors and forms of education, recognizing the special role of teachers and that of administrators and other educational personnel; partnerships between education and other government departments, including planning, finance, labour, communications, and other social sectors; partnerships between government and non-governmental organizations, the private sector, local communities, religious groups, and families. The recognition of the vital role of both families and teachers is particularly important. In this context, the terms and conditions of service of teachers and their status, which constitute a determining factor in the implementation of education for all, must be urgently improved in all countries in line with the joint ILO/ UNESCO Recommendation Concerning the Status of Teachers (1966). Genuine partnerships contribute to the planning, implementing, managing and evaluating of basic education programmes. When we speak of "an expanded vision and a renewed commitment", partnerships are at the heart of it.
://From the [[World Declaration on Education For All: Meeting Basic Learning Needs]] adopted at the [[World Conference on Education for All]] in [[Jomtien, Thailand]]//\n!![[Preamble|Jomtien Declaration: Preamble]]\n!!Education For All: The Purpose\n!!!Article I - Meeting Basic Learning Needs\n# ''Every person - child, youth and adult - shall be able to benefit from educational opportunities designed to meet their basic learning needs.'' These needs comprise both essential learning tools (such as literacy, oral expression, numeracy, and problem solving) and the basic learning content (such as knowledge, skills, values, and attitudes) required by human beings to be able to survive, to develop their full capacities, to live and work in dignity, to participate fully in development, to improve the quality of their lives, to make informed decisions, and to continue learning. The scope of basic learning needs and how they should be met varies with individual countries and cultures, and inevitably, changes with the passage of time.\n# The satisfaction of these needs empowers individuals in any society and confers upon them a responsibility to respect and build upon their collective cultural, linguistic and spiritual heritage, to promote the education of others, to further the cause of social justice, to achieve environmental protection, to be tolerant towards social, political and religious systems which differ from their own, ensuring that commonly accepted humanistic values and human rights are upheld, and to work for international peace and solidarity in an interdependent world.\n# Another and no less fundamental aim of educational development is the transmission and enrichment of common cultural and moral values. It is in these values that the individual and society find their identity and worth.\n# Basic education is more than an end in itself. It is the foundation for lifelong learning and human development on which countries may build, systematically, further levels and types of education and training.\n!![[Education For All: An Expanded Vision and a Renewed Commitment|Jomtien Declaration: Education For All: An Expanded Vision and a Renewed Commitment]]\n!![[Education For All: The Requirements|Jomtien Declaration: Education For All: The Requirements]]
://From the [[World Declaration on Education For All: Meeting Basic Learning Needs]] adopted at the [[World Conference on Education for All]] in [[Jomtien, Thailand]]//\n!!![[Preamble|Jomtien Declaration: Preamble]]\n!!![[Education For All: The Purpose|Jomtien Declaration: Education For All: The Purpose]]\n!!![[Education For All: An Expanded Vision and a Renewed Commitment|Jomtien Declaration: Education For All: An Expanded Vision and a Renewed Commitment]]\n!!Education For All: The Requirements\n!!!Article VIII - Developing a Supportive Policy Context\n# ''Supportive policies in the social, cultural, and economic sectors are required in order to realize the full provision and utitlization of basic education for individual and societal improvement. ''The provision of basic education for all depends on political commitment and political will backed by appropriate fiscal measures and reinforced by educational policy reforms and institutional strengthening. Suitable economic, trade, labour, employment and health policies will enhance learners' incentives and contributions to societal development.\n# Societies should also insure a strong intellectual and scientific environment for basic education. This implies improving higher education and developing scientific research. Close contact with contemporary technological and scientific knowledge should be possible at every level of education.\n!!!Article IX - Mobilizing Resources\n# ''If the basic learning needs of all are to be met through a much broader scope of action than in the past, it will be essential to mobilize existing and new financial and human resources, public, private and voluntary.'' All of society has a contribution to make, recognizing that time, energy and funding directed to basic education are perhaps the most profound investment in people and in the future of a country which can be made.\n# Enlarged public-sector support means drawing on the resources of all the government agencies responsible for human development, through increased absolute and proportional allocations to basic education services with the clear recognition of competing claims on national resources of which education is an important one, but not the only one. Serious attention to improving the efficiency of existing educational resources and programmes will not only produce more, it can also be expected to attract new resources. The urgent task of meeting basic learning needs may require a reallocation between sectors, as, for example, a transfer from military to educational expenditure. Above all, special protection for basic education will be required in countries undergoing structural adjustment and facing severe external debt burdens. Today, more than ever, education must be seen as a fundamental dimension of any social, cultural, and economic design.\n!!!Article X - Strengthening International Solidarity\n# ''Meeting basic learning needs constitutes a common and universal human responsibility. It requires international solidarity and equitable and fair economic relations in order to redress existing economic disparities. ''All nations have valuable knowledge and experiences to share for designing effective educational policies and programmes.\n# Substantial and long-term increases in resources for basic education will be needed. The world community, including intergovernmental agencies and institutions, has an urgent responsibility to alleviate the constraints that prevent some countries from achieving the goal of education for all. It will mean the adoption of measures that augment the national budgets of the poorest countries or serve to relieve heavy debt burdens. Creditors and debtors must seek innovative and equitable formulae to resolve these burdens, since the capacity of many developing countries to respond effectively to education and other basic needs will be greatly helped by finding solutions to the debt problem.\n# Basic learning needs of adults and children must be addressed wherever they exist. Least developed and low-income countries have special needs which require priority in international support for basic education in the 1990s.\n# All nations must also work together to resolve conflicts and strife, to end military occupations, and to settle displaced populations, or to facilitate their return to their countries of origin, and ensure that their basic learning needs are met. Only a stable and peaceful environment can create the conditions in which every human being, child and adult alike, may benefit from the goals of this Declaration.\n!!![[Adoption of the Declaration|Jomtein Declaration: Adoption of the Declaration]]\n
://From the [[World Declaration on Education For All: Meeting Basic Learning Needs]] adopted at the [[World Conference on Education for All]] in [[Jomtien, Thailand]]//\n!!Preamble\nMore than 40 years ago, the nations of the world, speaking through the [[Universal Declaration of Human Rights|http://www.un-documents.net/a3r217a.htm]], asserted that "everyone has a right to education". Despite notable efforts by countries around the globe to ensure the right to education for all, the following realities persist:\n* More than 100 million children, including at least 60 million girls, have no access to primary schooling;\n* More than 960 million adults, two-thirds of whom are women, are illiterate, and functional illiteracy is a significant problem in all countries, industrialized and developing;\n* More than one-third of the world's adults have no access to the printed knowledge, new skills and technologies that could improve the quality of their lives and help them shape, and adapt to, social and cultural change; and\n* More than 100 million children and countless adults fail to complete basic education programmes; millions more satisfy the attendance requirements but do not acquire essential knowledge and skills.\nAt the same time, the world faces daunting problems: notably mounting debt burdens, the threat of economic stagnation and decline, rapid population growth, widening economic disparities among and within nations, war, occupation, civil strife, violent crime, the preventable deaths of millions of children and widespread environmental degradation. These problems constrain efforts to meet basic learning needs, while the lack of basic education among a significant proportion of the population prevents societies from addressing such problems with strength and purpose.\n\nThese problems have led to major setbacks in basic education in the 1980s in many of the least developed countries. In some other countries, economic growth has been available to finance education expansion, but even so, many millions remain in poverty and unschooled or illiterate. In certain industrialized countries too, cutbacks in government expenditure over the 1980s have led to the deterioration of education.\n\nYet the world is also at the threshold of a new century, with all its promise and possibilities. Today, there is genuine progress toward peaceful //détente// and greater cooperation among nations. Today, the essential rights and capacities of women are being realized. Today, there are many useful scientific and cultural developments. Today, the sheer quantity of information available in the world - much of it relevant to survival and basic well-being - is exponentially greater than that available only a few years ago, and the rate of its growth is accelerating. This includes information about obtaining more life-enhancing knowledge - or learning how to learn. A synergistic effect occurs when important information is coupled with another modern advance - our new capacity to communicate.\n\nThese new forces, when combined with the cumulative experience of reform, innovation, research and the remarkable educational progress of many countries, make the goal of basic education for all - for the first time in history - an attainable goal.\n\nTherefore, we participants in the World Conference on Education for All, assembled in Jomtien, Thailand, from 5 to 9 March, 1990:\n<<<\n''//Recalling//'' that education is a fundamental right for all people, women and men, of all ages, throughout our world;\n\n''//Understanding//'' that education can help ensure a safer, healthier, more prosperous and environmentally sound world, while simultaneously contributing to social, economic, and cultural progress, tolerance, and international cooperation;\n\n''//Knowing //''that education is an indispensable key to, though not a sufficient condition for, personal and social improvement;\n\n''//Recognizing//'' that traditional knowledge and indigenous cultural heritage have a value and validity in their own right and a capacity to both define and promote development;\n\n''//Acknowledging//'' that, overall, the current provision of education is seriously deficient and that it must be made more relevant and qualitatively improved, and made universally available;\n\n''//Recognizing//'' that sound basic education is fundamental to the strengthening of higher levels of education and of scientific and technological literacy and capacity and thus to self-reliant development; and\n\n''//Recognizing//'' the necessity to give to present and coming generations an expanded vision of, and a renewed commitment to, basic education to address the scale and complexity of the challenge;\n\n''//Proclaim//'' the following [[World Declaration on Education For All: Meeting Basic Learning Needs]]\n<<<\n!!![[Education For All: The Purpose|Jomtien Declaration: Education For All: The Purpose]]\n!!![[Education For All: An Expanded Vision and a Renewed Commitment|Jomtien Declaration: Education For All: An Expanded Vision and a Renewed Commitment]]\n!!![[Education For All: The Requirements|Jomtien Declaration: Education For All: The Requirements]]\n!!![[Adoption of the Declaration|Jomtein Declaration: Adoption of the Declaration]]
[img[Josh Goebel|http://yyyc514.serversidewiki.com/images/josh_150.jpg]]\n!10 things about me\n# I'm Josh\n# I'm a Single Guy\n# I'm 26 years old, sometimes I act it, sometimes not\n# I'm really just a big kid (and kinda silly says a friend)\n# I believe JesusChrist died on a cross and rose three days later to pay the price for my sin so that by believing in him one day I can get to heaven.\n# I'm a romantic, but also a computer geek, is that possible?\n# I love TiddlyWiki but not being tied to a floppy/memory stick.\n# I believe to be happy is better than to be rich\n# I founded [[DWG Solutions, LLC.|http://www.dwgsolutions.com/]] with my sister almost two years ago, though ServerSideWiki is not currently officially affiliated with DWG\n# I believe ServerSideWiki is pretty cool, but I'm biased.\n\nI can be reached at [[support@serversidewiki.com|mailto:support@serversidewiki.com]].
* ''World Conference on Education for All''. Jomtien, Thailand, March, 1990\n** [[World Declaration on Education For All: Meeting Basic Learning Needs]]\n* ''Mid-Term Meeting of the International Consultative Forum on Education for All'', Amman, Jordan, June 1996\n** [[The Amman Affirmation: Education For All: Achieving the goal]]\n* ''World Education Forum'' - Dakar, Senegal, April, 2000\n** [[Dakar Framework for Action, Education For All]]\n* ''United Nations General Assembly'' - New York, NY. December 2001\n** [[United Nations Literacy Decade: education for all|56/116. United Nations Literacy Decade: education for all]] - Resolution 56/116\n* ''United Nations Literacy Decade'' (2003-2012) - UNESCO web site\n** [[www.unesco.org/education/litdecade/|http://www.unesco.org/education/litdecade/]]\n
* ''United Nations Conference on the Human Environment'' - Stockholm, Sweden, June 1972\n** [[Declaration of the United Nations Conference on the Human Environment]]\n** [[Action Plan for the Human Environment|http://www.un-documents.net/unche.htm]]\n* ''Intergovernmental Conference on Environmental Education'' - Tbilisi, Georgia, October, 1977\n** [[Declaration of the Tbilisi Intergovernmental Conference on Environmental Education]]\n** [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n* ''World Commission on Environment & Development''\n** [[Our Common Future]] - Geneva, Switzerland, June 1987\n* ''World Conference on Education for All''. Jomtien, Thailand, March, 1990\n** [[World Declaration on Education For All: Meeting Basic Learning Needs]]\n* ''United Nations Conference on Environment & Development'' - Rio de Janeiro, Brazil, June 1992\n** [[Rio Declaration on Environment and Development]]\n** [[Agenda 21]]\n*** [[Agenda 21, Chapter 36|http://www.un-documents.net/a21-36.htm]]: Promoting Education, Public Awareness And Training\n*** [[References to Education in Agenda 21|http://habitat.igc.org/agenda21/eea.htm]]\n* ''Mid-Term Meeting of the International Consultative Forum on Education for All'', Amman, Jordan, June 1996\n** [[The Amman Affirmation: Education for All: Achieving the goal]]\n* ''World Education Forum'' - Dakar, Senegal, April, 2000\n** [[Dakar Framework for Education For All]]\n* ''World Summit on Sustainable Development'' - Johannesburg, South Africa, September 2002\n** [[Johannesburg Declaration on Sustainable Development]]\n** [["Education" in the Johannesburg Plan of Implementation]]\n** [[Plan of Implementation of the World Summit on Sustainable Development|http://www.un-documents.net/jburgpln.htm]] \n* ''United Nations General Assembly'' - New York, NY, December 2002\n** [[Resolution 57/254. United Nations Decade of Education for Sustainable Development|57/254. United Nations Decade of Education for Sustainable Development]]\n* ''World Summit on the Information Society'' - Geneva, Switzerland, December 2003\n** [[Planetary Sustainability in the Age of the Information and Knowledge Society|http://www.un-documents.net/psaiks.pdf]] - UNESCO contribution\n** [["Capacity building" in the World Summit on the Information Society Plan of Action]]\n
<!--{{{-->\n<div class='header'>\n <div class='titleLine'>\n <span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n </div>\n</div>\n<div id='sidebar'>\n <div id='sidebarSearch' macro='search'></div>\n <div id='mainMenu' refresh='content' tiddler='MainMenu'></div>\n <div id='sidebarOptions' refresh='content' tiddler='KubrickSidebar'></div>\n <div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>\n</div>\n<div id='displayArea'>\n <div id='messageArea'></div>\n <div id='tiddlerDisplay'></div>\n</div>\n<div id='contentFooter'><p>TiddlyWiki was created by <a href='http://tiddlywiki.com'>Jeremy Ruston</a> and TiddlyKubrick was created by <a href='http://checkettsweb.com'>Clint Checketts</a></p></div>\n<!--}}}-->
Lester R. Brown is President of Earth Policy Institute - http://www.earth-policy.org - a nonprofit, interdisciplinary research organization based in Washington, D.C., which he founded in May 2001. The purpose of the Earth Policy Institute is to provide a vision of an environmentally sustainable economy and a roadmap of how to get from here to there.\n\nBrown has been described as "one of the world's most influential thinkers" by the //Washington Post//. The //Telegraph// of Calcutta called him "the guru of the environmental movement." In 1986, the Library of Congress requested his papers for their archives.\n\nSome 30 years ago, Brown helped pioneer the concept of environmentally sustainable development, a concept he uses in his design of an eco-economy. He was the Founder and President of the Worldwatch Institute during its first 26 years. During a career that started with tomato farming, Brown has authored or coauthored many books and been awarded over 20 honorary degrees. His books have appeared in more than 40 languages.\n\nBrown is a MacArthur Fellow and the recipient of countless prizes and awards, including the 1987 United Nations Environment Prize, the 1989 World Wide Fund for Nature Gold Medal, and the 1994 Blue Planet Prize for his "exceptional contributions to solving global environmental problems." In 1995, Marquis //Who's Who//, on the occasion of its fiftieth edition, selected Lester Brown as one of 50 Great Americans. Most recently he was awarded the Presidential Medal of Italy and the Borgström Prize by the Royal Swedish Academy of Agriculture and Forestry, and he was appointed an honorary professor of the Chinese Academy of Sciences. He lives in Washington, D.C.
|[[Welcome]] |h\n|@@[[Workshop Report]]@@ +++ [[Overview]] -<br>[[Workshop Program]] -<br>[[Presentations]] -<br>[[Discussion]] -<br>[[Co-sponsors]] -<br>[[Presenters]] ===|\n|[[59th Annual NGO/DPI Conference]]|\n|[[UN Decade of Education for Sustainable Development]] +++ [[Sustainable Development]] -<br>[[Key Documents on Education for Sustainable Development]] -<br>[[Climate Change 2.0]] - ===|\n|@@[[NGO Committee on Education]]@@ +++ [[Web Sites|Education Committee Web Sites]] -<br>[[Meetings]] -<br>[[Executive Committee]] -<br>[[By-laws]] -<br>[[Information and Communications Sub-Committee]] - ===|\n|[[The Conference Of NGOs|Conference Of NGOs]]|\n|[img[CONGO - the Conference Of NGOs|http://www.ngo-education.net/congo.jpg]]|\n<<tiddler "Administrative Menu">\n\n/% redirected tiddlers - to be expanded - placed in the MainMenu to ensure the redirect instructions are seen by TiddlyWiki when the page is loaded%/\n<<redirect UNDESD "UN Decade of Education for Sustainable Development">>\n<<redirect "Esther Mwele" "Esther Mbithe Mwele">>
|[[Welcome]] |h\n||\n|[[Workshop Report]] |h\n|[[Overview]]|\n|[[Workshop Program]]|\n|[[Presentations]]|\n|[[Discussion]]|\n|[[Co-sponsors]]|\n|[[Presenters]]|\n|[[59th Annual NGO/DPI Conference]]|\n|[[UN Decade of Education for Sustainable Development]]|\n|[[NGO Committee on Education]]|\n|[[Search UN documents]]|\n|[[Workshop Site Map]]|\n||\n|AboutTiddlyWiki |h\n|TiddlyWikiHelp|\n|AboutTiddlers|\n|TiddlerLinks|\n|FormattingTiddler|\n|CamelCase WikiWords|\n|TiddlyMacros|\n|TiddlyLayout|\n|TiddlyTags|\n||\n|GettingStarted|\n|WishList|\n|ToDoList|\n\n/% redirected tiddlers - to be expanded - placed in the MainMenu to ensure the redirect instructions are seen by TiddlyWiki when the page is loaded%/\n<<redirect UNDESD "UN Decade of Education for Sustainable Development">>\n<<redirect "Esther Mwele" "Esther Mbithe Mwele">>
/*{{{*/\n#mainMenu {\nposition: absolute;\nleft: 0;\nwidth: 16em;\ntext-align: right;\nline-height: 1.6em;\npadding-left: 0.2em;\npadding-right: 0.5em;\npadding-top: 0.5em;\nfont-size: 85%;\n}\n\n#mainMenu .tiddlyLinkExisting, \n#mainMenu .tiddlyLinkNonExisting,\n#sidebarTabs .tiddlyLinkNonExisting{\nfont-weight: normal;\nfont-style: normal;\n}\n\n#mainMenu table {\ntext-align: right;\nwidth: 100%;\n}\n/*}}}*/\n
<!--{{{-->\n<meta name="description" content="Education, Youth & Technology for Sustainable Development for the UN Decade on Education for Sustainable Development by the NGO Committee on EducationUnited Nations">\n<meta name="keywords" content="education, sustainable development, sustainable, youth, technology, decade, children, tiddlywiki, united nations, peace, culture of peace, indigenous, indigenous people, water, literacy, millennium, millennium development goals, civil society, major groups, unesco, open source, open content, creative commons">\n<meta name="dedication" content="To regeneration, healing, sustainability, human rights and peace on Earth & Decades of Education for Sustainable Development, for a Culture of Peace, Water for Life, Indigenous People & Literacy">\n<meta name="review" content="05 Nov 2006">\n<meta name="generated" content="TiddlyWiki. version 2.1.2">\n<link rev="made" title="NGO Committee on Education" href="mailto:grandpa-ruh@ngo-education.net">\n<link rev="owns" title="NGO Committee on Education" href="mailto:grandpa-ruh@ngo-education.net">\n<link href="http://www.ngo-education.net/workshop">\n<!--}}}-->
The ''NGO Committee on Education'' normally holds its meetings on the third Thursday of each month between September and June. Please contact the Co-Chairs at [[co-chairs@ngo-education.net|mailto:co-chairs@ngo-education.net]] for information on upcoming meetings, or to be added to the email list for the Committee.\n* ''April 26 2007'': 2:30 - 4:30 pm. ''Sergei Kambalov'', Chief of Branch, ECOSOC and Inter-organizational Cooperation will speak on "Global Alliance for ICT and Development, Education and the Role of Non-Governmental Organizations". Location: Church Center for the United Nations, 44th Street & First Avenue, New York, NY\n* ''March 15 2007'': we will be joining with the ''NGO Committee on Human Rights'' from 11:30 am to 3:30 pm, at the Church Center for the United Nations, 44th Street & First Avenue, New York, NY. \n\n
[[Menus]] \n* [[Main Menu|MainMenu]] \n* [[Hover Menu|HoverMenu]] \n* [[Nesting Menus]]\n* [[DataPerfect Menus]] \n* [[Changing Menus]]\n* [[Browser Menus]] \n* [[Designing Menus]]\n* [[Building Menus]]\n* [[Desktop Menus]] \n* [[Digital Navigation]]\n* [[Learning Menus]]
By the year 2015, all 191 UN Member States have pledged to meet these goals.\n# ''Eradicate extreme poverty and hunger''\n** Reduce by half the proportion of people living on less than a dollar a day.\n** Reduce by half the proportion of people who suffer from hunger\n# ''Achieve universal primary education''\n** Ensure that all boys and girls complete a full course of primary schooling\n# ''Promote gender equality and empower women''\n** Eliminate gender disparity in primary and secondary education preferably by 2005, and at all levels by 2015\n# ''Reduce child mortality''\n** Reduce by two thirds the mortality rate among children under five\n# ''Improve maternal health''\n** Reduce by three quarters the maternal mortality ratio\n# ''Combat HIV/AIDS, malaria and other diseases''\n** Halt and begin to reverse the spread of HIV/AIDS\n** Halt and begin to reverse the incidence of malaria and other major diseases\n# ''Ensure environmental sustainability''\n** Integrate the principles of sustainable development into country policies and programmes; reverse loss of environmental resources\n** Reduce by half the proportion of people without sustainable access to safe drinking water\n** Achieve significant improvement in lives of at least 100 million slum dwellers, by 2020\n# ''Develop a global partnership for development''\n** Develop further an open trading and financial system that is rule-based, predictable and non-discriminatory. Includes a commitment to good governance, development and poverty reduction-nationally and internationally\n** Address the least developed countries' special needs. This includes tariff- and quota-free access for their exports; enhanced debt relief for heavily indebted poor countries; cancellation of official bilateral debt; and more generous official development assistance for countries committed to poverty reduction\n** Address the special needs of landlocked and small island developing States\n** Deal comprehensively with developing countries' debt problems through national and international measures to make debt sustainable in the long term\n** In cooperation with the developing countries, develop decent and productive work for youth\n** In cooperation with pharmaceutical companies, provide access to affordable essential drugs in developing countries\n** In cooperation with the private sector, make available the benefits of new technologies - especially information and communications technologies
[[Diane Parvazian]] introduced the presenters, reminding them to keep their presentations concise so as to leave adequate time for discussion and comments.
/***\n| Name:|''monkeyTagger''|\n| Created by:|SaqImtiaz|\n| Location:|http://lewcid.googlepages.com/lewcid.html|\n| Version:|0.9 (08-Apr-2006)|\n| Requires:|~TW2.07|\n\n!About:\n*an adaptation of TagAdderMacro for monkeyGTD and tagglytagging user, but could be useful to just about anyone!\n*{{{<<monkeyTagger Project>>}}} gives a drop down list of all tags, tagged with Project.\n*The list allows toggling of tags on the current tiddler.\n*logging options for task management.\n\n!Demo:\n<<monkeyTagger Status>>\n\n!Installation:\n*Copy this tiddler to your TW with the systemConfig tag\n*either copy the following to your ViewTemplate:\n{{{<div class='tagged' macro='monkeyTagger tagToTrack'></div>}}}\nor\n*better yet, define your own toolbar class and add as many as you need to create a nice toolbar.\nEg:\n{{{<div class='toolbar' >\n<span style="padding-right:0.15em;" macro='monkeyTagger Project'></span>\n<span style="padding-right:0.15em;" macro='monkeyTagger Status'></span>\n<span macro='toolbar -closeTiddler closeOthers +editTiddler permalink references jump'></span>\n</div>}}}\n (adjust padding to taste)\n\n!Usage:\n\n''Syntax:''\n|>|{{{<<monkeyTagger source:"sourcetag" label:"customlabel" logging:"true/false" anchor:"anchortext" arrow:"true/false">>}}}|\n|label:|quoted text to use as a customlabel|\n|arrow:|add arrow to custom label, values are "true" or "false"|\n|anchor:|quoted text to specify where to add logging text|\n|logging:|enable logging of tags added (for task management), values are "true" or "false"|\n\nthe only parameter you ''have'' to pass is the source. When passing only one parameter, you can write either something like:\n{{{<<monkeyTagger "Project">>}}} or {{{<<monkeyTagger source:"Project">>}}} for <<monkeyTagger Project>>\nAll other parameters are optional, and can be written in any order.\n\n''Defaults:''\n|label:|default label if not specified = source tag + arrow|\n|arrow:|true |\n|logging:|false |\n|anchor:|none used by default, logging text added to end of tiddler |\n\n''Examples:''\n|custom label| {{{<<monkeyTagger source:"Project" label:"customlabel">>}}} |<<monkeyTagger source:"Project" label:"customlabel">>|\n|custom label without arrow| {{{<<monkeyTagger source:"Project" label:"customlabel" arrow:"false">>}}} |<<monkeyTagger source:"Project" label:"customlabel" arrow:"false">>|\n|logging enabled| {{{<<monkeyTagger source:"Project" logging:"true"}}} |<<monkeyTagger source:"Project" logging:"true">>|\n|logging enabled with anchor text|{{{<<monkeyTagger source:"Project" logging:"true" anchor:"anchortext"}}} |<<monkeyTagger source:"Project" logging:"true" anchor:"anchortext">>|\n\n''Tips:''\n*Make sure your anchor text doesn't occur more than once in every tiddler, as the first instance will be used.\n*I recommend using something like {{{/%StatusLog%/}}} as an invisible anchor.\n*Use a tag based template, and add monkeyTagger macro's with logging enabled to the toolbar in just your taskmanagement templates.\n\n!To Do:\n*add sorting options if requested.\n*''add exclude tag feature''!\n\n!History\n*Version 0.9: \n**changed to named parameters to make it more user friendly\n**added option to disable/enable dropdown arrow in custom labels\n**added logging option with anchor text.\n\n!CODE\n***/\n//{{{\n\nconfig.macros.monkeyTagger= {};\n//config.macros.monkeyTagger.dropdownchar = (document.all?"▼":"▾"); // the fat one is the only one that works in IE\nconfig.macros.monkeyTagger.dropdownchar = "▼"; // uncomment previous line and comment this for smaller version in FF\nconfig.macros.monkeyTagger.handler = function(place,macroName,params,wikifier,paramString,tiddler)\n{\n var nAV = paramString.parseParams('test', null, true);\n\n if ((nAV[0].arrow)&&(nAV[0].arrow[0])=='false')\n var arrow=': ';\n else\n var arrow=': '+ config.macros.monkeyTagger.dropdownchar;\n\n if((nAV[0].source)&&(nAV[0].source[0])!='.')\n {var tagToTrack = nAV[0].source[0]}\n else if(params[0]&&(params[0]!='.'))\n {var tagToTrack = params[0]}\n else\n {return false;};\n var monkeylabel = ((nAV[0].label)&&(nAV[0].label[0])!='.')?nAV[0].label[0]+arrow: tagToTrack+arrow;\n var logmode = ((nAV[0].logging)&&(nAV[0].logging[0])!='.')?nAV[0].logging[0]: "false";\n if ((nAV[0].anchor)&&(nAV[0].anchor[0])!='.')\n var anchor = nAV[0].anchor[0];\n var monkeytooltip=tagToTrack + ' :';\n\n\n if(tiddler instanceof Tiddler)\n {var title = tiddler.title;\n \n var addcomment = function(tiddler,newTag){\n var now = new Date();\n var timeFormat= 'DD/0MM/YY 0hh:0mm';\n var formattednow= now.formatString(timeFormat);\n var txt="\sn*''"+tagToTrack+"'' set as ''"+newTag+"'' on "+formattednow;\n if (anchor && anchor!='.')\n {var pos=tiddler.text.indexOf(anchor);\n if (pos!=-1) {pos=pos + anchor.length}\n else if (pos==-1) {pos=tiddler.text.length}}\n else if (!anchor){var pos = tiddler.text.length;};\n\n tiddler.set(null,tiddler.text.substr(0,pos)+txt+tiddler.text.substr(pos));\n story.refreshTiddler(tiddler.title,null,true);\n return false;\n}\n\n var ontagclick = function(e) {\n if (!e) var e = window.event;\n var tag = this.getAttribute("tag");\n var t=store.getTiddler(title);\n if (!t || !t.tags) return;\n if (t.tags.find(tag)==null)\n {t.tags.push(tag)\n if (logmode=="true"){addcomment(t,tag);}}\n else\n {t.tags.splice(t.tags.find(tag),1)};\n story.saveTiddler(title);\n story.refreshTiddler(title,null,true);\n return false;\n };\n var onclick = function(e) {\n if (!e) var e = window.event;\n var popup = Popup.create(this);\n var thistiddler=store.getTiddler(title);\n\n var taggedarray = new Array();\n var tagslabel = new Array();\n\n var taggedtiddlers = store.getTaggedTiddlers(tagToTrack);\n for (var t=0; t<taggedtiddlers.length; t++){\n var taggedtitle= ((taggedtiddlers[t]).title);\n taggedarray.push(taggedtitle);}\n\n for (var t=0; t<taggedarray.length; t++){\n var temptag = taggedarray[t];\n if (thistiddler.tags.find(temptag)==null)\n {var temptag='[ ] '+ temptag;\n tagslabel.push(temptag);}\n else\n {var temptag ='[x] '+ temptag;\n tagslabel.push(temptag);}\n }\n\n if(tagslabel.length == 0)\n createTiddlyText(createTiddlyElement(popup,"li"),('no '+tagToTrack));\n for (var t=0; t<tagslabel.length; t++)\n {\n var theTag = createTiddlyButton(createTiddlyElement(popup,"li"),tagslabel[t],("toggle '"+ ([taggedarray[t]]))+"'",ontagclick);\n theTag.setAttribute("tag",taggedarray[t]);\n }\n Popup.show(popup,false);\n e.cancelBubble = true;\n if (e.stopPropagation) e.stopPropagation();\n return(false);\n};\n //createTiddlyButton(place,monkeylabel,monkeylabel,onclick);\n\nvar createdropperButton = function(place){\nvar sp = createTiddlyElement(place,"span",null,"monkeytaggerbutton");\nvar theDropDownBtn = createTiddlyButton(sp,monkeylabel,monkeytooltip,onclick);\n};\n\ncreatedropperButton(place);\n }\n};\nsetStylesheet(\n ".toolbar .monkeytaggerbutton {margin-right:0em; border:0px solid #fff; padding:0px; padding-right:0px; padding-left:0px;}\sn"+\n ".monkeytaggerbutton a.button {padding:2px; padding-left:2px; padding-right:2px;}\sn"+\n// ".monkeytaggerbutton {font-size:130%;}\sn"+\n//".monkeytaggerbutton .button {color:#703;}\sn"+\n "",\n"MonkeyTaggerStyles");\n\n//}}}
{{{Monospaced text}}} is supported - edit this tiddler to see the syntax.\n\nYou can also have monospaced blocks (useful for source code):\n\n{{{\nvar posTop = findPosY(e);\nvar posBot = posTop + e.offsetHeight;\nvar winTop = findScrollY();\nvar winHeight = findWindowHeight();\nvar winBot = winTop + winHeight;\nif(posTop < winTop)\nreturn(posTop);\nelse if(posBot > winBot)\n{\nif(e.offsetHeight < winHeight)\nreturn(posTop - (winHeight - e.offsetHeight));\nelse\nreturn(posTop);\n}\nelse\nreturn(winTop);\n}}}\n
//{{{\nconfig.macros.saveRss = {};\nconfig.macros.saveRss.handler = function(place)\n{\n if(!readOnly)\n createTiddlyButton(place,'save rss','save rss',function(e){saveMultiRss();return false;});\n}\n\nwindow.getRssMarkers = function()\n{\n var s = [];\n myregexp=/\s|(?:.*?)\s|(?:.*?)\s|(.*?)\s|(?:.*?)\s|(.*?)\s|/g;\n while((m = myregexp.exec(store.getTiddlerText("MultiRssConfig"))) != null)\n s.push("<link rel='alternate' type='application/rss+xml' title='%0' href='%1'>".format([m[1].trim(),m[2].trim()]));\n return s.splice(1,s.length).join("\sn");\n}\n\nupdateMarkupBlock_old_multirss = window.updateMarkupBlock;\nwindow.updateMarkupBlock = function (s,blockName,tiddlerName)\n{\n s = updateMarkupBlock_old_multirss.apply(this,arguments);\n if (blockName == "PRE-HEAD")\n s = lewcidRSSAddToMarkupBlock(s);\n return s;\n}\n\nwindow.lewcidRSSAddToMarkupBlock = function (s)\n{\n var pos = s.indexOf("<!--PRE-HEAD-END-->");\n return ( s.substring(0,pos).replace("<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml'>","") + "\sn" + getRssMarkers() + "\sn" + s.substring(pos) );\n}\n\nTiddlyWiki.prototype.rssgetTiddlers = function(field,includeTag,excludeTag)\n{\n var results = [];\n this.forEachTiddler(function(title,tiddler)\n {\n if(excludeTag == undefined || excludeTag == '' || tiddler.tags.find(excludeTag) == null)\n if(includeTag == undefined || includeTag == '' || tiddler.tags.find(includeTag)!=null)\n results.push(tiddler);\n });\n if(field)\n results.sort(function (a,b) {if(a[field] == b[field]) return(0); else return (a[field] < b[field]) ? -1 : +1; });\n return results;\n}\n\nwindow.generateRss = function (tiddlers,title,subtitle)\n{\n var s = [];\n var d = new Date();\n var u = store.getTiddlerText("SiteUrl");\n s.push("<" + "?xml version=\s"1.0\s"?" + ">");\n s.push("<rss version=\s"2.0\s">");\n s.push("<channel>");\n s.push("<title" + ">" + ((title && title != '') ? wikifyPlain("SiteTitle").htmlEncode()+ " | "+ title: wikifyPlain("SiteTitle").htmlEncode()) + "</title" + ">");\n if(u)\n s.push("<link>" + u.htmlEncode() + "</link>");\n s.push("<description>" + ((subtitle && subtitle != '')? subtitle : wikifyPlain("SiteSubtitle").htmlEncode()) + "</description>");\n s.push("<language>en-us</language>");\n s.push("<copyright>Copyright " + d.getFullYear() + " " + config.options.txtUserName.htmlEncode() + "</copyright>");\n s.push("<pubDate>" + d.toGMTString() + "</pubDate>");\n s.push("<lastBuildDate>" + d.toGMTString() + "</lastBuildDate>");\n s.push("<docs>http://blogs.law.harvard.edu/tech/rss</docs>");\n s.push("<generator>TiddlyWiki " + version.major + "." + version.minor + "." + version.revision + "</generator>");\n if (!tiddlers)\n var tiddlers = store.getTiddlers("modified","excludeLists");\n var n = config.numRssItems > tiddlers.length ? 0 : tiddlers.length-config.numRssItems;\n for (var t=tiddlers.length-1; t>=n; t--)\n s.push(tiddlers[t].saveToRss(u));\n s.push("</channel>");\n s.push("</rss>");\n return s.join("\sn");\n}\n\n\nold_multiRss_saveChanges = window.saveChanges;\nwindow.saveChanges = function(onlyIfDirty)\n{\n var rssStatus = config.options.chkGenerateAnRssFeed;\n config.options.chkGenerateAnRssFeed = false;\n old_multiRss_saveChanges.apply(this,arguments);\n config.options.chkGenerateAnRssFeed = rssStatus;\n if(config.options.chkGenerateAnRssFeed)\n saveMultiRss();\n}\n\nwindow.saveMultiRss = function()\n{\n var rssIndex = store.getTiddlerText("MultiRssConfig").split("\sn");\n rssIndex = rssIndex.splice(1,rssIndex.length);\n for (var i=0; i<rssIndex.length; i++)\n {\n var rss = rssIndex[i].split("|");\n var localPath = getLocalPath(document.location.toString());\n var rssPath = getRssPath(localPath)+ (rss[5].trim());\n var rssSave = saveFile(rssPath,convertUnicodeToUTF8(generateRss(store.rssgetTiddlers("modified",rss[1].trim(),rss[2].trim()),rss[3].trim(),rss[4].trim())));\n if(rssSave)\n displayMessage(config.messages.rssSaved,"file://" + rssPath);\n else\n alert(config.messages.rssFailed);\n }\n}\n\nwindow.getRssPath = function(str) {\n var slash = (str.indexOf('/')!=-1)? '/':'\s\s';\n return str.substring(0,str.lastIndexOf(slash) + 1);\n}\n\nconfig.shadowTiddlers.MultiRssConfig = "| !includeTag | !excludeTag | !title | !description | !filename |\sn| rss | |rss only| this feed has rss tiddlers only | rss.xml |\sn| lewcidExtension| |plugins| plugins only |plugins.xml|\sn| | systemConfig| excludetest | everything but plugins | exclude.xml|";\n//}}}
The ''NGO Committee on Education'' is a New York-based Substantive Committee of [[CONGO|Conference Of NGOs]] - the ''C''onference ''O''f ''N''on-''G''overnmental ''O''rganizations in Consultative Relationship with the United Nations - and was founded in November 2000.\n\nThe Committee normally holds its meetings on the third Thursday of each month between September and June. Please contact the Co-Chairs at [[co-chairs@ngo-education.net|mailto:co-chairs@ngo-education.net]], or use the [[contact form|Contact form]] if you would like to receive information on upcoming meetings, and/or to be added to the email list for the Committee.\n\nThe ''NGO Committee on Education'' has made a priority commitment to the [[United Nations Decade of Education for Sustainable Development]] (2005-2014) throughout the Decade. This commitment was launched with our co-sponsorship of a workshop on ''Education, Youth & Technology for Sustainable Development'' at the ''59th Annual DPI/NGO Conference'' on September 9, 20076 For more details on the workshop, please visit http://www.ngo-education.net/workshop\n* [[Meetings]]\n* [[By-laws]]\n* [[Executive Committee]]\n* [[Information and Communications Sub-Committee]]\n** [[Web sites|Committee web sites]]\n*** [[UN Documents Cooperation Circles: Gathering a Body of Global Agreements]]\n*** [[The Wealth of Networks: How Social Production Transforms Markets and Freedom]]\n*** [[Education, Youth & Technology for Sustainable Development|Workshop on Education, Youth & Technology]]\n*** [[Climate Change 2.0]]\n*** [[Climate Change Impacts, Adaptation and Vulnerability]]\n*** [[Economics of Climate Change: The Stern Review]]\n*** [[Rescuing a Planet Under Stress and a Civilization in Trouble - Plan B 3.0 (beta)]]
/***\n|''Name:''|NestedSlidersPlugin|\n|''Source:''|http://www.TiddlyTools.com/#NestedSlidersPlugin|\n|''Author:''|Eric Shulman - ELS Design Studios|\n|''License:''|[[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|\n|''~CoreVersion:''|2.0.10|\n\nQuickly make any tiddler content into an expandable 'slider' panel, without needing to create a separate tiddler to contain the slider content. Optional syntax allows ''default to open'', ''custom button label/tooltip'' and ''automatic blockquote formatting.''\n\nYou can also 'nest' these sliders as deep as you like (see complex nesting example below), so that expandable 'tree-like' hierarchical displays can be created. This is most useful when converting existing in-line text content to create in-line annotations, footnotes, context-sensitive help, or other subordinate information displays.\n\nFor more details, please click on a section headline below:\n++++!!!!![Configuration]>\nDebugging messages for 'lazy sliders' deferred rendering:\n<<option chkDebugLazySliderDefer>> show debugging alert when deferring slider rendering\n<<option chkDebugLazySliderRender>> show debugging alert when deferred slider is actually rendered\n===\n++++!!!!![Usage and Options]>\nWhen installed, this plugin adds new wiki syntax for embedding 'slider' panels directly into tiddler content. Use {{{+++}}} and {{{===}}} to delimit the slider content. Additional optional syntax elements let you specify\n*default to open\n** closed {{{+++}}} and {{{===}}}\n** open {{{++++}}} and {{{===}}}\n>> mark the start and end of the slider definition, respectively. When the extra {{{+}}} is used, the slider will be open when initially displayed.\n*cookiename: {{{(cookiename)}}} - saves the slider opened/closed state, and restores this state whenever the slider is re-rendered.\n*heading level\n*floater: (with optional CSS width value)\n*mouse auto rollover: {{{*}}} ^^ automatically opens/closes slider on "rollover" as well as when clicked^^\n*custom class/label/tooltip/accesskey: {{{{{class{[label=key|tooltip]}}}}}} ^^uses custom label/tooltip/accesskey. {{{{{class{...}}}}}}, {{{=key}}} and {{{|tooltip}}} are optional. 'class' is any valid CSS class name, used to style the slider label text. 'key' must be a ''single letter only''. Default labels/tootips are: ">" (more) and "<" (less), with no default access key assignment.^^\n*automatic blockquote: {{{">"}}} //(without the quotes)// ^^automatically adds blockquote formatting to slider content^^\n*deferred rendering\nThe complete syntax, using all options, is:\n//{{{\n++++(cookiename)!!!!!^width^*{{class{[label=key|tooltip]}}}>...\ncontent goes here\n===\n//}}}\n\n* {{{!}}} through {{{!!!!!}}}^^\ndisplays the slider label using a formatted headline (Hn) style instead of a button/link style^^\n* {{{^width^}}} (or just {{{^}}})^^\nmakes the slider 'float' on top of other content rather than shifting that content downward. 'width' must be a valid CSS value (e.g., "30em", "180px", "50%", etc.). If omitted, the default width is "auto" (i.e., fit to content)^^\n\n* \n*\n* {{{"..."}}} //(without the quotes)//^^\ndefers rendering of closed sliders until the first time they are opened. //Note: deferred rendering may produce unexpected results in some cases. Use with care.//^^\n\n//Note: to make slider definitions easier to read and recognize when editing a tiddler, newlines immediately following the {{{+++}}} 'start slider' or preceding the {{{===}}} 'end slider' sequence are automatically suppressed so that excess whitespace is eliminated from the output.//\n===\n++++!!!!![Examples]>\nsimple in-line slider: \n{{{\n+++\n content\n===\n}}}\n+++\n content\n===\n----\nuse a custom label and tooltip: \n{{{\n+++[label|tooltip]\n content\n===\n}}}\n+++[label|tooltip]\n content\n===\n----\ncontent automatically blockquoted: \n{{{\n+++>\n content\n===\n}}}\n+++>\n content\n===\n----\nall options combined //(default open, cookie, heading, sized floater, rollover, class, label/tooltip/key, blockquoted, deferred)//\n{{{\n++++(testcookie)!!!^30em^*{{big{[label=Z|click or press Alt-Z to open]}}}>...\n content\n===\n}}}\n++++(testcookie)!!!^30em^*{{big{[label=Z|click or press Alt-Z to open]}}}>...\n content\n===\n----\ncomplex nesting example:\n{{{\n+++^[get info...=I|click for information or press Alt-I]\n put some general information here, plus a floating slider with more specific info:\n +++^10em^[view details...|click for details]\n put some detail here, which could include a rollover with a +++^25em^*[glossary definition]explaining technical terms===\n ===\n===\n}}}\n+++^[get info...=I|click for information or press Alt-I]\n put some general information here, plus a floating slider with more specific info:\n +++^10em^[view details...|click for details]\n put some detail here, which could include a rollover with a +++^25em^*[glossary definition]explaining technical terms===\n ===\n===\n===\n!!!!!Installation\n<<<\nimport (or copy/paste) the following tiddlers into your document:\n''NestedSlidersPlugin'' (tagged with <<tag systemConfig>>)\n<<<\n!!!!!Revision History\n<<<\n''2006.07.28 - 2.0.0'' added custom class syntax around label/tip/key syntax: {{{{{classname{[label=key|tip]}}}}}}\n''2006.07.25 - 1.9.3'' when parsing slider, save default open/closed state in button element, then in onClickNestedSlider(), if slider state matches saved default, instead of saving cookie, delete it. Significantly reduces the 'cookie overhead' when default slider states are used.\n''2006.06.29 - 1.9.2'' in onClickNestedSlider(), when setting focus to first control, skip over type="hidden"\n''2006.06.22 - 1.9.1'' added panel.defaultPanelWidth to save requested panel width, even after resizing has changed the style value\n''2006.05.11 - 1.9.0'' added optional '^width^' syntax for floating sliders and '=key' syntax for setting an access key on a slider label\n''2006.05.09 - 1.8.0'' in onClickNestedSlider(), when showing panel, set focus to first child input/textarea/select element\n''2006.04.24 - 1.7.8'' in adjustSliderPos(), if floating panel is contained inside another floating panel, subtract offset of containing panel to find correct position\n''2006.02.16 - 1.7.7'' corrected deferred rendering to account for use-case where show/hide state is tracked in a cookie\n''2006.02.15 - 1.7.6'' in adjustSliderPos(), ensure that floating panel is positioned completely within the browser window (i.e., does not go beyond the right edge of the browser window)\n''2006.02.04 - 1.7.5'' add 'var' to unintended global variable declarations to avoid FireFox 1.5.0.1 crash bug when assigning to globals\n''2006.01.18 - 1.7.4'' only define adjustSliderPos() function if it has not already been provided by another plugin. This lets other plugins 'hijack' the function even when they are loaded first.\n''2006.01.16 - 1.7.3'' added adjustSliderPos(place,btn,panel,panelClass) function to permit specialized logic for placement of floating panels. While it provides improved placement for many uses of floating panels, it exhibits a relative offset positioning error when used within *nested* floating panels. Short-term workaround is to only adjust the position for 'top-level' floaters.\n''2006.01.16 - 1.7.2'' added button property to slider panel elements so that slider panel can tell which button it belongs to. Also, re-activated and corrected animation handling so that nested sliders aren't clipped by hijacking Slider.prototype.stop so that "overflow:hidden" can be reset to "overflow:visible" after animation ends\n''2006.01.14 - 1.7.1'' added optional "^" syntax for floating panels. Defines new CSS class, ".floatingPanel", as an alternative for standard in-line ".sliderPanel" styles.\n''2006.01.14 - 1.7.0'' added optional "*" syntax for rollover handling to show/hide slider without requiring a click (Based on a suggestion by tw4efl)\n''2006.01.03 - 1.6.2'' When using optional "!" heading style, instead of creating a clickable "Hn" element, create an "A" element inside the "Hn" element. (allows click-through in SlideShowPlugin, which captures nearly all click events, except for hyperlinks)\n''2005.12.15 - 1.6.1'' added optional "..." syntax to invoke deferred ('lazy') rendering for initially hidden sliders\nremoved checkbox option for 'global' application of lazy sliders\n''2005.11.25 - 1.6.0'' added optional handling for 'lazy sliders' (deferred rendering for initially hidden sliders)\n''2005.11.21 - 1.5.1'' revised regular expressions: if present, a single newline //preceding// and/or //following// a slider definition will be suppressed so start/end syntax can be place on separate lines in the tiddler 'source' for improved readability. Similarly, any whitespace (newlines, tabs, spaces, etc.) trailing the 'start slider' syntax or preceding the 'end slider' syntax is also suppressed.\n''2005.11.20 - 1.5.0'' added (cookiename) syntax for optional tracking and restoring of slider open/close state\n''2005.11.11 - 1.4.0'' added !!!!! syntax to render slider label as a header (Hn) style instead of a button/link style\n''2005.11.07 - 1.3.0'' removed alternative syntax {{{(((}}} and {{{)))}}} (so they can be used by other\nformatting extensions) and simplified/improved regular expressions to trim multiple excess newlines\n''2005.11.05 - 1.2.1'' changed name to NestedSlidersPlugin\nmore documentation\n''2005.11.04 - 1.2.0'' added alternative character-mode syntax {{{(((}}} and {{{)))}}}\ntweaked "eat newlines" logic for line-mode {{{+++}}} and {{{===}}} syntax\n''2005.11.03 - 1.1.1'' fixed toggling of default tooltips ("more..." and "less...") when a non-default button label is used\ncode cleanup, added documentation\n''2005.11.03 - 1.1.0'' changed delimiter syntax from {{{(((}}} and {{{)))}}} to {{{+++}}} and {{{===}}}\nchanged name to EasySlidersPlugin\n''2005.11.03 - 1.0.0'' initial public release\n<<<\n!!!!!Credits\n<<<\nThis feature was implemented by EricShulman from [[ELS Design Studios|http:/www.elsdesign.com]] with initial research and suggestions from RodneyGomes, GeoffSlocock, and PaulPetterson.\n<<<\n!!!!!Code\n***/\n//{{{\nversion.extensions.nestedSliders = {major: 2, minor: 0, revision: 0, date: new Date(2006,7,28)};\n//}}}\n\n//{{{\n// options for deferred rendering of sliders that are not initially displayed\nif (config.options.chkDebugLazySliderDefer==undefined) config.options.chkDebugLazySliderDefer=false;\nif (config.options.chkDebugLazySliderRender==undefined) config.options.chkDebugLazySliderRender=false;\n\n// default styles for 'floating' class\nsetStylesheet(".floatingPanel { position:absolute; z-index:10; padding:0.5em; margin:0em; \s\n background-color:#eee; color:#000; border:1px solid #000; text-align:left; }","floatingPanelStylesheet");\n//}}}\n\n//{{{\nconfig.formatters.push( {\n name: "nestedSliders",\n match: "\s\sn?\s\s+{3}",\n terminator: "\s\ss*\s\s={3}\s\sn?",\n lookahead: "\s\sn?\s\s+{3}(\s\s+)?(\s\s([^\s\s)]*\s\s))?(\s\s!*)?(\s\s^(?:[^\s\s^\s\s*\s\s[\s\s>]*\s\s^)?)?(\s\s*)?(?:\s\s{\s\s{([\s\sw]+[\s\ss\s\sw]*)\s\s{)?(\s\s[[^\s\s]]*\s\s])?(?:\s\s}{3})?(\s\s>)?(\s\s.\s\s.\s\s.)?\s\ss*",\n handler: function(w)\n {\n // defopen=lookaheadMatch[1]\n // cookiename=lookaheadMatch[2]\n // header=lookaheadMatch[3]\n // panelwidth=lookaheadMatch[4]\n // rollover=lookaheadMatch[5]\n // class=lookaheadMatch[6]\n // label=lookaheadMatch[7]\n // blockquote=lookaheadMatch[8]\n // deferred=lookaheadMatch[9]\n\n lookaheadRegExp = new RegExp(this.lookahead,"mg");\n lookaheadRegExp.lastIndex = w.matchStart;\n var lookaheadMatch = lookaheadRegExp.exec(w.source)\n if(lookaheadMatch && lookaheadMatch.index == w.matchStart)\n {\n // location for rendering button and panel\n var place=w.output;\n\n // default to closed, no cookie, no accesskey\n var show="none"; var title=">"; var tooltip="show"; var cookie=""; var key="";\n\n // extra "+", default to open\n if (lookaheadMatch[1])\n { show="block"; title="<"; tooltip="hide"; }\n\n // cookie, use saved open/closed state\n if (lookaheadMatch[2]) {\n cookie=lookaheadMatch[2].trim().slice(1,-1);\n cookie="chkSlider"+cookie;\n if (config.options[cookie]==undefined)\n { config.options[cookie] = (show=="block") }\n if (config.options[cookie])\n { show="block"; title="<"; tooltip="hide"; }\n else\n { show="none"; title=">"; tooltip="show"; }\n }\n\n // parse custom label/tooltip/accesskey: [label=X|tooltip]\n if (lookaheadMatch[7]) {\n title = lookaheadMatch[7].trim().slice(1,-1);\n var pos=title.indexOf("|");\n if (pos!=-1) { tooltip = title.substr(pos+1,title.length); title=title.substr(0,pos); }\n if (title.substr(title.length-2,1)=="=") { key=title.substr(title.length-1,1); title=title.slice(0,-2); }\n if (pos==-1) tooltip += " "+title; // default tooltip: "show/hide <title>"\n }\n\n // create the button\n if (lookaheadMatch[3]) { // use "Hn" header format instead of button/link\n var lvl=(lookaheadMatch[3].length>6)?6:lookaheadMatch[3].length;\n var btn = createTiddlyElement(createTiddlyElement(place,"h"+lvl,null,null,null),"a",null,lookaheadMatch[6],title);\n btn.onclick=onClickNestedSlider;\n btn.setAttribute("href","javascript:;");\n btn.setAttribute("title",tooltip);\n }\n else\n var btn = createTiddlyButton(place,title,tooltip,onClickNestedSlider,lookaheadMatch[6]);\n\n // set extra button attributes\n btn.sliderCookie = cookie; // save the cookiename (if any) in the button object\n btn.defOpen=lookaheadMatch[1]!=null; // save default open/closed state (boolean)\n btn.keyparam=key; // save the access key letter ("" if none)\n if (key.length) {\n btn.setAttribute("accessKey",key); // init access key\n btn.onfocus=function(){this.setAttribute("accessKey",this.keyparam);}; // **reclaim** access key on focus\n }\n\n // "non-click" MouseOver open/close slider\n if (lookaheadMatch[5]) btn.onmouseover=onClickNestedSlider;\n\n // create slider panel\n var panelClass=lookaheadMatch[4]?"floatingPanel":"sliderPanel";\n var panel=createTiddlyElement(place,"div",null,panelClass,null);\n panel.button = btn; // so the slider panel know which button it belongs to\n panel.defaultPanelWidth=(lookaheadMatch[4] && lookaheadMatch[4].length>2)?lookaheadMatch[4].slice(1,-1):""; // save requested panel size\n btn.sliderPanel=panel;\n panel.style.display = show;\n panel.style.width=panel.defaultPanelWidth;\n\n // render slider (or defer until shown) \n w.nextMatch = lookaheadMatch.index + lookaheadMatch[0].length;\n if ((show=="block")||!lookaheadMatch[9]) {\n // render now if panel is supposed to be shown or NOT deferred rendering\n w.subWikify(lookaheadMatch[8]?createTiddlyElement(panel,"blockquote"):panel,this.terminator);\n // align slider/floater position with button\n adjustSliderPos(place,btn,panel,panelClass);\n }\n else {\n var src = w.source.substr(w.nextMatch);\n var endpos=findMatchingDelimiter(src,"+++","===");\n panel.setAttribute("raw",src.substr(0,endpos));\n panel.setAttribute("blockquote",lookaheadMatch[8]?"true":"false");\n panel.setAttribute("rendered","false");\n w.nextMatch += endpos+3;\n if (w.source.substr(w.nextMatch,1)=="\sn") w.nextMatch++;\n if (config.options.chkDebugLazySliderDefer) alert("deferred '"+title+"':\sn\sn"+panel.getAttribute("raw"));\n }\n }\n }\n }\n)\n\n// TBD: ignore 'quoted' delimiters (e.g., "{{{+++foo===}}}" isn't really a slider)\nfunction findMatchingDelimiter(src,starttext,endtext) {\n var startpos = 0;\n var endpos = src.indexOf(endtext);\n // check for nested delimiters\n while (src.substring(startpos,endpos-1).indexOf(starttext)!=-1) {\n // count number of nested 'starts'\n var startcount=0;\n var temp = src.substring(startpos,endpos-1);\n var pos=temp.indexOf(starttext);\n while (pos!=-1) { startcount++; pos=temp.indexOf(starttext,pos+starttext.length); }\n // set up to check for additional 'starts' after adjusting endpos\n startpos=endpos+endtext.length;\n // find endpos for corresponding number of matching 'ends'\n while (startcount && endpos!=-1) {\n endpos = src.indexOf(endtext,endpos+endtext.length);\n startcount--;\n }\n }\n return (endpos==-1)?src.length:endpos;\n}\n//}}}\n\n//{{{\nwindow.onClickNestedSlider=function(e)\n{\n if (!e) var e = window.event;\n var theTarget = resolveTarget(e);\n var theLabel = theTarget.firstChild.data;\n var theSlider = theTarget.sliderPanel\n var isOpen = theSlider.style.display!="none";\n // if using default button labels, toggle labels\n if (theLabel==">") theTarget.firstChild.data = "<";\n else if (theLabel=="<") theTarget.firstChild.data = ">";\n // if using default tooltips, toggle tooltips\n if (theTarget.getAttribute("title")=="show")\n theTarget.setAttribute("title","hide");\n else if (theTarget.getAttribute("title")=="hide")\n theTarget.setAttribute("title","show");\n if (theTarget.getAttribute("title")=="show "+theLabel)\n theTarget.setAttribute("title","hide "+theLabel);\n else if (theTarget.getAttribute("title")=="hide "+theLabel)\n theTarget.setAttribute("title","show "+theLabel);\n // deferred rendering (if needed)\n if (theSlider.getAttribute("rendered")=="false") {\n if (config.options.chkDebugLazySliderRender)\n alert("rendering '"+theLabel+"':\sn\sn"+theSlider.getAttribute("raw"));\n var place=theSlider;\n if (theSlider.getAttribute("blockquote")=="true")\n place=createTiddlyElement(place,"blockquote");\n wikify(theSlider.getAttribute("raw"),place);\n theSlider.setAttribute("rendered","true");\n }\n // show/hide the slider\n if(config.options.chkAnimate)\n anim.startAnimating(new Slider(theSlider,!isOpen,e.shiftKey || e.altKey,"none"));\n else\n theSlider.style.display = isOpen ? "none" : "block";\n // reset to default width (might have been changed via plugin code)\n theSlider.style.width=theSlider.defaultPanelWidth;\n // align slider/floater position with target button\n if (!isOpen) adjustSliderPos(theSlider.parentNode,theTarget,theSlider,theSlider.className);\n // if showing panel, set focus to first 'focus-able' element in panel\n if (theSlider.style.display!="none") {\n var ctrls=theSlider.getElementsByTagName("*");\n for (var c=0; c<ctrls.length; c++) {\n var t=ctrls[c].tagName.toLowerCase();\n if ((t=="input" && ctrls[c].type!="hidden") || t=="textarea" || t=="select")\n { ctrls[c].focus(); break; }\n }\n }\n if (this.sliderCookie && this.sliderCookie.length) {\n config.options[this.sliderCookie]=!isOpen;\n if (config.options[this.sliderCookie]!=this.defOpen)\n saveOptionCookie(this.sliderCookie);\n else { // remove cookie if slider is in default display state\n var ex=new Date(); ex.setTime(ex.getTime()-1000);\n document.cookie = this.sliderCookie+"=novalue; path=/; expires="+ex.toGMTString();\n }\n }\n return false;\n}\n\n// hijack animation handler 'stop' handler so overflow is visible after animation has completed\nSlider.prototype.coreStop = Slider.prototype.stop;\nSlider.prototype.stop = function() { this.coreStop(); this.element.style.overflow = "visible"; }\n\n// adjust panel position based on button position\nif (window.adjustSliderPos==undefined) window.adjustSliderPos=function(place,btn,panel,panelClass) {\n if (panelClass=="floatingPanel") {\n var left=0;\n var top=btn.offsetHeight; \n if (place.style.position!="relative") {\n var left=findPosX(btn);\n var top=findPosY(btn)+btn.offsetHeight;\n var p=place; while (p && p.className!='floatingPanel') p=p.parentNode;\n if (p) { left-=findPosX(p); top-=findPosY(p); }\n }\n if (left+panel.offsetWidth > getWindowWidth()) left=getWindowWidth()-panel.offsetWidth-10;\n panel.style.left=left+"px"; panel.style.top=top+"px";\n }\n}\n\nfunction getWindowWidth() {\n if(document.width!=undefined)\n return document.width; // moz (FF)\n if(document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) )\n return document.documentElement.clientWidth; // IE6\n if(document.body && ( document.body.clientWidth || document.body.clientHeight ) )\n return document.body.clientWidth; // IE4\n if(window.innerWidth!=undefined)\n return window.innerWidth; // IE - general\n return 0; // unknown\n}\n//}}}
To make a tiddler that doesn't have a WikiWord as its name, you can enclose the name in [[double square brackets]] - edit this tiddler to see an example. After saving the tiddler you can then click on the link to create the new tiddler. NonWikiWordLinks permits tiddlers to be created with names that are made from character sets that don't have upper and lower case.
It's easy to create ''~NumberedBullets''.\n# Use a single '#' at the start of each line\n# and the tiddler will automatically\n# start numbering your list.\n## If you want a sub-list\n## within any bullets\n## add two '#'s at the start of the lines.\n# When you go back to a single '#'\n# the main numbered list will start up\n# where it left off.\n\nIt's just as simple to do normal [[Bullets]].
Where people give their source away, or make it freely available to the public.
TiddlyWiki is published under a BSD OpenSourceLicense that gives you the freedom to use it pretty much however you want, including for commercial purposes, as long as you keep JeremyRuston's copyright notice. (You can see the full license text by doing a 'view source' in your browser). In addition, if you do use TiddlyWiki please include a link back to http://www.tiddlywiki.com.
''Our Common Future'' - the ''Report of the World Commission on Environment and Development'' : \nTransmitted to the General Assembly as an Annex to document [[A/42/427 - Development and International Co-operation: Environment|http://www.un-documents.net/a47-427.htm]] \n!!Table of Contents\n<<<\n!!![[Chairman's Foreword|http://www.un-documents.net/ocf-cf.htm]]\n!!![[From One Earth to One World|http://www.un-documents.net/ocf-ov.htm]]\n<<<\n!!Part I. Common Concerns\n<<<\n!!![[1. A Threatened Future|http://www.un-documents.net/ocf-01.htm]] +++\n> [[Symptoms and Causes|http://www.un-documents.net/ocf-01.htm#I]]\n> [[New Approaches to Environment and Development|http://www.un-documents.net/ocf-01.htm#II]]\n===\n\n!!![[2. Towards Sustainable Development|http://www.un-documents.net/ocf-02.htm]] +++\n> [[The Concept of Sustainable Development|http://www.un-documents.net/ocf-02.htm#I]]\n> [[Equity and the Common Interest|http://www.un-documents.net/ocf-02.htm#II]]\n> [[Strategic Imperatives|http://www.un-documents.net/ocf-02.htm#III]]\n> [[Conclusion|http://www.un-documents.net/ocf-02.htm#IV]]\n===\n\n!!![[3. The Role of the International Economy|http://www.un-documents.net/ocf-03.htm]] +++\n> [[The International Economy, the Environment, and Development|http://www.un-documents.net/ocf-03.htm#I]]\n> [[Decline in the 1980s|http://www.un-documents.net/ocf-03.htm#II]]\n> [[Enabling Sustainable Development|http://www.un-documents.net/ocf-03.htm#III]]\n> [[A Sustainable World Economy|http://www.un-documents.net/ocf-03.htm#IV]]\n===\n\n<<<\n!!Part II. Common Challenges\n<<<\n!!![[4. Population and Human Resources|http://www.un-documents.net/ocf-04.htm]] +++\n> [[The Links with Environment and Development|http://www.un-documents.net/ocf-04.htm#I]]\n> [[The Population Perspective|http://www.un-documents.net/ocf-04.htm#II]] \n> [[A Policy Framework|http://www.un-documents.net/ocf-04.htm#III]]\n===\n\n!!!5. Food Security: Sustaining the Potential +++\n> Achievements\n> Signs of Crisis\n> The Challenge\n> Strategies for Sustainable Food Security\n> Food for the Future\n===\n\n!!!6. Species and Ecosystems: Resources for Development +++\n> The Problem: Character and Extent\n> Extinction Patterns and Trends\n> Some Causes of Extinction\n> Economic Values at Stake\n> New Approach: Anticipate and Prevent\n> International Action for National Species*\n> Scope for National Action\n> The Need for Action\n===\n\n!!![[7. Energy: Choices for Environment and Development|http://www.un-documents.net/ocf-07.htm]] +++\n> [[Energy, Economy, and Environment|http://www.un-documents.net/ocf-07.htm#I]]\n> [[Fossil Fuels: The Continuing Dilemma|http://www.un-documents.net/ocf-07.htm#II]]\n> [[Nuclear Energy: Unsolved Problems|http://www.un-documents.net/ocf-07.htm#III]]\n> [[Wood Fuels: The Vanishing Resource|http://www.un-documents.net/ocf-07.htm#IV]]\n> [[Renewable Energy: The Untapped Potential|http://www.un-documents.net/ocf-07.htm#V]]\n> [[Energy Efficiency: Maintaining the Momentum|http://www.un-documents.net/ocf-07.htm#VI]]\n> [[Energy Conservation Measures|http://www.un-documents.net/ocf-07.htm#VII]]\n> [[Conclusion|http://www.un-documents.net/ocf-07.htm#VIII]]\n===\n\n!!![[8. Industry: Producing More With Less|http://www.un-documents.net/ocf-08.htm]] +++\n> [[Industrial Growth and its Impact|http://www.un-documents.net/ocf-08.htm#I]]\n> [[Sustainable Industrial Development in a Global Context|http://www.un-documents.net/ocf-08.htm#II]]\n> [[Strategies for Sustainable Industrial Development|http://www.un-documents.net/ocf-08.htm#III]]\n===\n\n!!![[9. The Urban Challenge|http://www.un-documents.net/ocf-09.htm]] +++\n> [[The Growth of Cities|http://www.un-documents.net/ocf-09.htm#I]]\n> [[The Urban Challenge in Developing Countries|http://www.un-documents.net/ocf-09.htm#II]]\n> [[International Cooperation|http://www.un-documents.net/ocf-09.htm#III]]\n===\n\n<<<\n!!Part III. Common Endeavours\n<<<\n!!![[10. Managing The Commons|http://www.un-documents.net/ocf-10.htm]] +++\n> [[Oceans: The Balance of Life|http://www.un-documents.net/ocf-10.htm#I]]\n> [[Space: A Key to Planetary Management|http://www.un-documents.net/ocf-10.htm#II]]\n> [[Antarctica: Towards Global Cooperation|http://www.un-documents.net/ocf-10.htm#III]]\n===\n\n!!![[11. Peace, Security, Development, and the Environment|http://www.un-documents.net/ocf-11.htm]] +++\n> [[Environmental Stress as a Source of Conflict|http://www.un-documents.net/ocf-11.htm#I]]\n> [[Conflict as a Cause of Unsustainable Development|http://www.un-documents.net/ocf-11.htm#II]]\n===\n\n> [[Towards Security and Sustainable Development|http://www.un-documents.net/ocf-11.htm#III]]\n!!![[12. Towards Common Action: Proposals For Institutional and Legal Change|http://www.un-documents.net/ocf-12.htm]] +++\n> [[The Challenge for Institutional and Legal Change|http://www.un-documents.net/ocf-12.htm#I]]\n> [[Proposals for Institutional and Legal Change|http://www.un-documents.net/ocf-12.htm#II]]\n> [[A Call for Action|http://www.un-documents.net/ocf-12.htm#III]]\n===\n\n<<<\n!!Annexes \n<<<\n!!![[Annexe 1: Summary of Proposed Legal Principles for Environmental Protection and Sustainable Development Adopted by the WCED Experts Group on Environmental Law|http://www.un-documents.net/ocf-a1.htm]]\n!!![[Annexe 2: The Commission and its Work|http://www.un-documents.net/ocf-a2.htm]]\n!!![[Acronyms and Note on Terminology|http://www.un-documents.net/ocf-acr.htm]]\n<<<
''Education, Youth & Technology for Sustainable Development'', a workshop sponsored by [[Rotary International]] and cosponsored by [[UNESCO]] (United Nations Educational, Scientific and Cultural Organization), the [[NGO Committee on Education]] of [[CONGO]] (Conference Of ~Non-Governmental Organizations in Consultative relationship with the United Nations), [[Information Habitat: Where Information Lives]], the [[Armenian Assembly of America]] and [[Earthwatch Institute]], was held on Thursday, 7 September 2006, in Conference Room 9 at the United Nations. \n\n[[Sylvan Barnet Jr.|Sylvan M. Barnet, Jr.]], [[Rotary International]] and [[Diane Paravazian]], [[Armenian Assembly of America]] and Acting ~Co-Chair, NGO Committee on Education, were moderators. Presenters from four organizations described hands-on sustainable development programmes and youth-oriented partnerships in education, science and technology. The workshop was organized to launch a decade-long partnership initiative in support of the [[UN Decade of Education for Sustainable Development]] (2004-2014) and related International Decades. \n\nDrawing a standing-room only crowd, the workshop was attended by over 90 people, a third of whom were interested in participating actively in the program and web-based follow-up proposed by the NGO Committee on Education.
<!--{{{-->\n<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>\n<div class='headerShadow'>\n<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n</div>\n<div class='headerForeground'>\n<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n</div>\n</div>\n<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>\n<div id='displayArea'>\n<div id='messageArea'></div>\n<div id='tiddlerDisplay'></div>\n</div>\n<!--}}}-->
|Standard Periodic Table (ref. Wikipedia)|c\n|| !1 | !2 |!| !3 | !4 | !5 | !6 | !7 | !8 | !9 | !10 | !11 | !12 | !13 | !14 | !15 | !16 | !17 | !18 |\n|!1|bgcolor(#a0ffa0): @@color(red):H@@ |>|>|>|>|>|>|>|>|>|>|>|>|>|>|>|>||bgcolor(#c0ffff): @@color(red):He@@ |\n|!2|bgcolor(#ff6666): Li |bgcolor(#ffdead): Be |>|>|>|>|>|>|>|>|>|>||bgcolor(#cccc99): B |bgcolor(#a0ffa0): C |bgcolor(#a0ffa0): @@color(red):N@@ |bgcolor(#a0ffa0): @@color(red):O@@ |bgcolor(#ffff99): @@color(red):F@@ |bgcolor(#c0ffff): @@color(red):Ne@@ |\n|!3|bgcolor(#ff6666): Na |bgcolor(#ffdead): Mg |>|>|>|>|>|>|>|>|>|>||bgcolor(#cccccc): Al |bgcolor(#cccc99): Si |bgcolor(#a0ffa0): P |bgcolor(#a0ffa0): S |bgcolor(#ffff99): @@color(red):Cl@@ |bgcolor(#c0ffff): @@color(red):Ar@@ |\n|!4|bgcolor(#ff6666): K |bgcolor(#ffdead): Ca ||bgcolor(#ffc0c0): Sc |bgcolor(#ffc0c0): Ti |bgcolor(#ffc0c0): V |bgcolor(#ffc0c0): Cr |bgcolor(#ffc0c0): Mn |bgcolor(#ffc0c0): Fe |bgcolor(#ffc0c0): Co |bgcolor(#ffc0c0): Ni |bgcolor(#ffc0c0): Cu |bgcolor(#ffc0c0): Zn |bgcolor(#cccccc): Ga |bgcolor(#cccc99): Ge |bgcolor(#cccc99): As |bgcolor(#a0ffa0): Se |bgcolor(#ffff99): @@color(green):Br@@ |bgcolor(#c0ffff): @@color(red):Kr@@ |\n|!5|bgcolor(#ff6666): Rb |bgcolor(#ffdead): Sr ||bgcolor(#ffc0c0): Y |bgcolor(#ffc0c0): Zr |bgcolor(#ffc0c0): Nb |bgcolor(#ffc0c0): Mo |bgcolor(#ffc0c0): Tc |bgcolor(#ffc0c0): Ru |bgcolor(#ffc0c0): Rh |bgcolor(#ffc0c0): Pd |bgcolor(#ffc0c0): Ag |bgcolor(#ffc0c0): Cd |bgcolor(#cccccc): In |bgcolor(#cccccc): Sn |bgcolor(#cccc99): Sb |bgcolor(#cccc99): Te |bgcolor(#ffff99): I |bgcolor(#c0ffff): @@color(red):Xe@@ |\n|!6|bgcolor(#ff6666): Cs |bgcolor(#ffdead): Ba |bgcolor(#ffbfff):^^*1^^|bgcolor(#ffc0c0): Lu |bgcolor(#ffc0c0): Hf |bgcolor(#ffc0c0): Ta |bgcolor(#ffc0c0): W |bgcolor(#ffc0c0): Re |bgcolor(#ffc0c0): Os |bgcolor(#ffc0c0): Ir |bgcolor(#ffc0c0): Pt |bgcolor(#ffc0c0): Au |bgcolor(#ffc0c0): @@color(green):Hg@@ |bgcolor(#cccccc): Tl |bgcolor(#cccccc): Pb |bgcolor(#cccccc): Bi |bgcolor(#cccc99): Po |bgcolor(#ffff99): At |bgcolor(#c0ffff): @@color(red):Rn@@ |\n|!7|bgcolor(#ff6666): Fr |bgcolor(#ffdead): Ra |bgcolor(#ff99cc):^^*2^^|bgcolor(#ffc0c0): Lr |bgcolor(#ffc0c0): Rf |bgcolor(#ffc0c0): Db |bgcolor(#ffc0c0): Sq |bgcolor(#ffc0c0): Bh |bgcolor(#ffc0c0): Hs |bgcolor(#ffc0c0): Mt |bgcolor(#ffc0c0): Ds |bgcolor(#ffc0c0): Rg |bgcolor(#ffc0c0): @@color(green):Uub@@ |bgcolor(#cccccc): Uut |bgcolor(#cccccc): Uuq |bgcolor(#cccccc): Uup |bgcolor(#cccccc): Uuh |bgcolor(#fcfecc): @@color(#cccccc):Uus@@ |bgcolor(#ecfefc): @@color(#cccccc):Uuo@@ |\n\n| !Lanthanides^^*1^^|bgcolor(#ffbfff): La |bgcolor(#ffbfff): Ce |bgcolor(#ffbfff): Pr |bgcolor(#ffbfff): Nd |bgcolor(#ffbfff): Pm |bgcolor(#ffbfff): Sm |bgcolor(#ffbfff): Eu |bgcolor(#ffbfff): Gd |bgcolor(#ffbfff): Tb |bgcolor(#ffbfff): Dy |bgcolor(#ffbfff): Ho |bgcolor(#ffbfff): Er |bgcolor(#ffbfff): Tm |bgcolor(#ffbfff): Yb |\n| !Actinides^^*2^^|bgcolor(#ff99cc): Ac |bgcolor(#ff99cc): Th |bgcolor(#ff99cc): Pa |bgcolor(#ff99cc): U |bgcolor(#ff99cc): Np |bgcolor(#ff99cc): Pu |bgcolor(#ff99cc): Am |bgcolor(#ff99cc): Cm |bgcolor(#ff99cc): Bk |bgcolor(#ff99cc): Cf |bgcolor(#ff99cc): Es |bgcolor(#ff99cc): Fm |bgcolor(#ff99cc): Md |bgcolor(#ff99cc): No |\n\n*Chemical Series of the Periodic Table\n**@@bgcolor(#ff6666): Alkali metals@@\n**@@bgcolor(#ffdead): Alkaline earth metals@@\n**@@bgcolor(#ffbfff): Lanthanides@@\n**@@bgcolor(#ff99cc): Actinides@@\n**@@bgcolor(#ffc0c0): Transition metals@@\n**@@bgcolor(#cccccc): Poor metals@@\n**@@bgcolor(#cccc99): Metalloids@@\n**@@bgcolor(#a0ffa0): Nonmetals@@\n**@@bgcolor(#ffff99): Halogens@@\n**@@bgcolor(#c0ffff): Noble gases@@\n\n*State at standard temperature and pressure\n**those in @@color(red):red@@ are gases\n**those in @@color(green):green@@ are liquids\n**those in black are solids\n
<<plugins>>
To make plugins, stylesheets and templates easier to read, you can use special alternative formatting for monospaced blocks.\n\nIn JavaScript code:\n{{{\n//{{{\nvar id = document.getElementById("mainMenu");\n//}}}\n}}}\nIn HTML templates:\n{{{\n<!--{{{-->\n<div id="MainMenu">\n</div>\n<!--}}}-->\n}}}\nIn CSS stylesheets\n{{{\n/*{{{*/\ndiv {color: #ff0000;}\n/*}}}*/\n}}}\nIt will be displayed as:\n//{{{\nvar id = document.getElementById("mainMenu");\n//}}}\n\n<!--{{{-->\n<div id="MainMenu">\n</div>\n<!--}}}-->\n\n/*{{{*/\ndiv {color: #ff0000;}\n/*}}}*/\n
* ''[[Science Seekers]]''\n* ''[[Earthwatch]]''\n* ''[[AQPERE & Planèt'ERE]]''\n* ''[[Small Islands Voice & Youth Visioning]]''
* [[Abby Dress]]\n* [[Alan Fortescue]]\n* [[Christine Alfsen]]\n* [[Drissa Campaore]]\n* [[Ellen Wang]]\n* [[Esther Mbithe Mwele]]\n* [[Faye C. Feller]]\n* [[Izabel Coellho Lima e Jurgieclewicz]]\n* [[Robert Litzler]]\n''Moderators''\n* [[Diane Paravazian]]\n* [[Sylvan M. Barnet, Jr.]]
You can now link to [[external sites|http://www.osmosoft.com]] or [[ordinary tiddlers|TiddlyWiki]] with ordinary words, without the messiness of the full URL appearing. Edit this tiddler to see how.\n\nYou can also LinkToFolders.
!!United Nations Charter\n!!Chapter I: Purposes and Principles\n!!!Article 1\nThe Purposes of the United Nations are:\n# To maintain international peace and security, and to that end: to take effective collective measures for the prevention and removal of threats to the peace, and for the suppression of acts of aggression or other breaches of the peace, and to bring about by peaceful means, and in conformity with the principles of justice and international law, adjustment or settlement of international disputes or situations which might lead to a breach of the peace;\n# To develop friendly relations among nations based on respect for the principle of equal rights and self-determination of peoples, and to take other appropriate measures to strengthen universal peace;\n# To achieve international co-operation in solving international problems of an economic, social, cultural, or humanitarian character, and in promoting and encouraging respect for human rights and for fundamental freedoms for all without distinction as to race, sex, language, or religion; and\n# To be a centre for harmonizing the actions of nations in the attainment of these common ends.\n!!!Article 2\nThe Organization and its Members, in pursuit of the Purposes stated in Article 1, shall act in accordance with the following Principles.\n# The Organization is based on the principle of the sovereign equality of all its Members.\n# All Members, in order to ensure to all of them the rights and benefits resulting from membership, shall fulfil in good faith the obligations assumed by them in accordance with the present Charter.\n# All Members shall settle their international disputes by peaceful means in such a manner that international peace and security, and justice, are not endangered.\n# All Members shall refrain in their international relations from the threat or use of force against the territorial integrity or political independence of any state, or in any other manner inconsistent with the Purposes of the United Nations.\n# All Members shall give the United Nations every assistance in any action it takes in accordance with the present Charter, and shall refrain from giving assistance to any state against which the United Nations is taking preventive or enforcement action.\n# The Organization shall ensure that states which are not Members of the United Nations act in accordance with these Principles so far as may be necessary for the maintenance of international peace and security.\n# Nothing contained in the present Charter shall authorize the United Nations to intervene in matters which are essentially within the domestic jurisdiction of any state or shall require the Members to submit such matters to settlement under the present Charter; but this principle shall not prejudice the application of enforcement measures under [[Chapter VII|http://www.un-documents.net/ch-04.htm]].
/***\n| Name:|QuickOpenTagPlugin|\n| Description:|Changes tag links to make it easier to open tags as tiddlers|\n| Version:|6.1.1|\n| Date:|01-Oct-2006|\n| Source:|http://mptw.tiddlyspot.com/#QuickOpenTagPlugin|\n| Author:|Simon Baird <simon.baird@gmail.com>|\n| CoreVersion:|2.1.x|\n***/\n//{{{\nconfig.quickOpenTag = {\n\n dropdownChar: (document.all ? "\su25bc" : "\su25be"), // the little one doesn't work in IE\n\n createTagButton: function(place,tag,excludeTiddler) {\n // little hack so we can to <<tag PrettyTagName|RealTagName>>\n var splitTag = tag.split("|");\n var pretty = tag;\n if (splitTag.length == 2) {\n tag = splitTag[1];\n pretty = splitTag[0];\n }\n \n var sp = createTiddlyElement(place,"span",null,"quickopentag");\n createTiddlyText(createTiddlyLink(sp,tag,false),pretty);\n \n var theTag = createTiddlyButton(sp,config.quickOpenTag.dropdownChar,\n config.views.wikified.tag.tooltip.format([tag]),onClickTag);\n theTag.setAttribute("tag",tag);\n if (excludeTiddler)\n theTag.setAttribute("tiddler",excludeTiddler);\n return(theTag);\n },\n\n miniTagHandler: function(place,macroName,params,wikifier,paramString,tiddler) {\n var tagged = store.getTaggedTiddlers(tiddler.title);\n if (tagged.length > 0) {\n var theTag = createTiddlyButton(place,config.quickOpenTag.dropdownChar,\n config.views.wikified.tag.tooltip.format([tiddler.title]),onClickTag);\n theTag.setAttribute("tag",tiddler.title);\n theTag.className = "miniTag";\n }\n },\n\n allTagsHandler: function(place,macroName,params) {\n var tags = store.getTags();\n var theDateList = createTiddlyElement(place,"ul");\n if(tags.length == 0)\n createTiddlyElement(theDateList,"li",null,"listTitle",this.noTags);\n for (var t=0; t<tags.length; t++) {\n var theListItem = createTiddlyElement(theDateList,"li");\n var theLink = createTiddlyLink(theListItem,tags[t][0],true);\n var theCount = " (" + tags[t][1] + ")";\n theLink.appendChild(document.createTextNode(theCount));\n var theDropDownBtn = createTiddlyButton(theListItem," " +\n config.quickOpenTag.dropdownChar,this.tooltip.format([tags[t][0]]),onClickTag);\n theDropDownBtn.setAttribute("tag",tags[t][0]);\n }\n },\n\n // todo fix these up a bit\n styles: \n"/*{{{*/\sn"+\n"/* created by QuickOpenTagPlugin */\sn"+\n".tagglyTagged .quickopentag, .tagged .quickopentag \sn"+\n" { margin-right:1.2em; border:1px solid #eee; padding:2px; padding-right:0px; padding-left:1px; }\sn"+\n".quickopentag .tiddlyLink { padding:2px; padding-left:3px; }\sn"+\n".quickopentag a.button { padding:1px; padding-left:2px; padding-right:2px;}\sn"+\n"/* extra specificity to make it work right */\sn"+\n"#displayArea .viewer .quickopentag a.button, \sn"+\n"#displayArea .viewer .quickopentag a.tiddyLink, \sn"+\n"#mainMenu .quickopentag a.tiddyLink, \sn"+\n"#mainMenu .quickopentag a.tiddyLink \sn"+\n" { border:0px solid black; }\sn"+\n"#displayArea .viewer .quickopentag a.button, \sn"+\n"#mainMenu .quickopentag a.button \sn"+\n" { margin-left:0px; padding-left:2px; }\sn"+\n"#displayArea .viewer .quickopentag a.tiddlyLink, \sn"+\n"#mainMenu .quickopentag a.tiddlyLink \sn"+\n" { margin-right:0px; padding-right:0px; padding-left:0px; margin-left:0px; }\sn"+\n"a.miniTag {font-size:150%;} \sn"+\n"#mainMenu .quickopentag a.button \sn"+\n" /* looks better in right justified main menus */\sn"+\n" { margin-left:0px; padding-left:2px; margin-right:0px; padding-right:0px; }\sn" + \n"#topMenu .quickopentag { padding:0px; margin:0px; border:0px; }\sn" +\n"#topMenu .quickopentag .tiddlyLink { padding-right:1px; margin-right:0px; }\sn" +\n"#topMenu .quickopentag .button { padding-left:1px; margin-left:0px; border:0px; }\sn" +\n"/*}}}*/\sn"+\n "",\n\n init: function() {\n // we fully replace these builtins. can't hijack them easily\n window.createTagButton = this.createTagButton;\n config.macros.allTags.handler = this.allTagsHandler;\n config.macros.miniTag = { handler: this.miniTagHandler };\n config.shadowTiddlers["QuickOpenTagStyles"] = this.styles;\n if (store)\n store.addNotification("QuickOpenTagStyles",refreshStyles);\n else\n config.notifyTiddlers.push({name:"QuickOpenTagStyles", notify: refreshStyles});\n }\n\n}\n\nconfig.quickOpenTag.init();\n\n//}}}\n
"TiddlyWiki offers a glimpse of how things are changing in terms of how people think about software... a new beginning for simple software."\n-- //Jeremy Wagstaff, [[WSJ.com|http://groups.google.com/group/TiddlyWiki/browse_thread/thread/53c7b7686b9bb5c2/122f1b2146d2ba6d?q=wsj&rnum=1]]//\n\n"The original TiddlyWiki by Jeremy Ruston is, without a doubt, one of the most amazing dynamic web apps I've ever seen (sorry Gmail.)"\n-- [[Lifehacker.com recommendation|http://www.lifehacker.com/software/productivity/getting-things-done-tiddlywiki-102953.php]]\n\n"It's blowing my mind."\n-- //Evan Williams, founder of Blogger and Odeo, [[EvHead|http://evhead.com/2005/05/tiddlywiki-reusable-non-linear.asp]]//\n\n"What I love most about Tiddlywiki is that it is quite easy to use but incredibly flexible."\n-- //Ed Sim of Dawntreader Ventures, [[BeyondVC|http://www.beyondvc.com/2005/10/tiddlywiki.html]]//\n\n"TiddlyWiki is completely blowing my mind... Completely tripped out. Try it and you'll see what I mean."\n-- //Russell Beattie of Yahoo!, [[Russell Beattie's Notebook|http://www.russellbeattie.com/notebook/1008896.html]]//\n\n"OK, this is the first wiki interface I’ve seen that has real potential. Dunno quite why exactly, but this blows my mind."\n-- //Jason Kottke, [[Kottke's Remaindered Links|http://www.kottke.org/remainder/04/09/6574.html]]//\n\n* From JeremyRuston
!!![[Role, Objectives and Guiding Principles of Environmental Education|Tbilisi Recommendations: Role, Objectives and Guiding Principles of Environmental Education]]\n!!![[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]]\n* [[Organizational structure|Tbilisi Recommendations: Organizational structure]]\n* [[Target populations for environmental education|Tbilisi Recommendations: Target populations for environmental education]]\n* [[Environmental education for the general public|Tbilisi Recommendations: Environmental education for the general public]]\n* [[Environmental education of professionals|Tbilisi Recommendations: Environmental education of professionals]]\n* [[Content and methods|Tbilisi Recommendations: Content and methods]]\n* [[Training of personnel|Tbilisi Recommendations: Training of personnel]]\n* [[Teaching - learning materials|Tbilisi Recommendations: Teaching - learning materials]]\n* [[Dissemination of information|Tbilisi Recommendations: Dissemination of information]]\n* [[Research|Tbilisi Recommendations: Research]]\n!!![[International and regional co-operation|Tbilisi Recommendations: International and regional co-operation]]\n* [[General Recommendations|Tbilisi Recommendations: General Recommendations]]\n* [[Recommendations on regional co-operation|Tbilisi Recommendations: Recommendations on regional co-operation]]
''Plan B 3.0'' //(beta)// is a TiddlyPerfect "translation" of ''Plan B 2.0: Rescuing a Planet Under Stress and a Civilization in Trouble'' by [[Lester Brown]] of the [[Earth Policy Institute]], and is one of the key initial elements of [[Climate Change 2.0: Information Ecology of Climate Change]].\n\n''Plan B 2.0'' is a brilliant and easy-to-read book that not offers an insightful, down-to-earth perspective on the planetary crisis but also provides an outline of a roadmap of what is needed to address and resolve the current crisis - a crisis whose significance is gaining much needed attention in the face of growing evidence of catastrophic climate change.\n\n''Plan 3.0'' //(beta)// is designed to harness the powers of a free knowledge universe in support of the development of a new economy called for by Lester Brown, and to affirm the vital role of information & communications technology in that new economy It is also the intention of ''Plan B 3.0'' to make the contents of Lester Brown's brilliant book more readily available and its contents more readily searchable. ''Plan B 3.0'' is still in a //beta // version; a more extensive elaboration of the role of information and communications in the addition of a structured set of key words / tags remains among the unfinished tasks.\n\nhttp://www.ngo-education.net/plan-b/
The United Nations Conference on Environment and Development,\n\n//Having met// at Rio de Janeiro from 3 to 14 June 1992,\n\n//Reaffirming// the [[Declaration of the United Nations Conference on the Human Environment]], adopted at Stockholm on 16 June 1972, and seeking to build upon it,\n\n//With the goal// of establishing a new and equitable global partnership through the creation of new levels of cooperation among States, key sectors of societies and people,\n\n//Working towards// international agreements which respect the interests of all and protect the integrity of the global environmental and developmental system,\n\n//Recognizing// the integral and interdependent nature of the Earth, our home,\n\n//Proclaims// that:\n\n''Principle 1''\n\nHuman beings are at the centre of concerns for sustainable development. They are entitled to a healthy and productive life in harmony with nature.\n\n''Principle 2''\n\nStates have, in accordance with the Charter of the United Nations and the principles of international law, the sovereign right to exploit their own resources pursuant to their own environmental and developmental policies, and the responsibility to ensure that activities within their jurisdiction or control do not cause damage to the environment of other States or of areas beyond the limits of national jurisdiction.\n\n''Principle 3''\n\nThe right to development must be fulfilled so as to equitably meet developmental and environmental needs of present and future generations.\n\n''Principle 4''\n\nIn order to achieve sustainable development, environmental protection shall constitute an integral part of the development process and cannot be considered in isolation from it.\n\n''Principle 5''\n\nAll States and all people shall cooperate in the essential task of eradicating poverty as an indispensable requirement for sustainable development, in order to decrease the disparities in standards of living and better meet the needs of the majority of the people of the world.\n\n''Principle 6''\n\nThe special situation and needs of developing countries, particularly the least developed and those most environmentally vulnerable, shall be given special priority. International actions in the field of environment and development should also address the interests and needs of all countries.\n\n''Principle 7''\n\nStates shall cooperate in a spirit of global partnership to conserve, protect and restore the health and integrity of the Earth's ecosystem. In view of the different contributions to global environmental degradation, States have common but differentiated responsibilities. The developed countries acknowledge the responsibility that they bear in the international pursuit of sustainable development in view of the pressures their societies place on the global environment and of the technologies and financial resources they command.\n\n''Principle 8''\n\nTo achieve sustainable development and a higher quality of life for all people, States should reduce and eliminate unsustainable patterns of production and consumption and promote appropriate demographic policies.\n\n''Principle 9''\n\nStates should cooperate to strengthen endogenous capacity-building for sustainable development by improving scientific understanding through exchanges of scientific and technological knowledge, and by enhancing the development, adaptation, diffusion and transfer of technologies, including new and innovative technologies.\n\n''Principle 10''\n\nEnvironmental issues are best handled with the participation of all concerned citizens, at the relevant level. At the national level, each individual shall have appropriate access to information concerning the environment that is held by public authorities, including information on hazardous materials and activities in their communities, and the opportunity to participate in decision-making processes. States shall facilitate and encourage public awareness and participation by making information widely available. Effective access to judicial and administrative proceedings, including redress and remedy, shall be provided.\n\n''Principle 11''\n\nStates shall enact effective environmental legislation. Environmental standards, management objectives and priorities should reflect the environmental and developmental context to which they apply. Standards applied by some countries may be inappropriate and of unwarranted economic and social cost to other countries, in particular developing countries.\n\n''Principle 12''\n\nStates should cooperate to promote a supportive and open international economic system that would lead to economic growth and sustainable development in all countries, to better address the problems of environmental degradation. Trade policy measures for environmental purposes should not constitute a means of arbitrary or unjustifiable discrimination or a disguised restriction on international trade. Unilateral actions to deal with environmental challenges outside the jurisdiction of the importing country should be avoided. Environmental measures addressing transboundary or global environmental problems should, as far as possible, be based on an international consensus.\n\n''Principle 13''\n\nStates shall develop national law regarding liability and compensation for the victims of pollution and other environmental damage. States shall also cooperate in an expeditious and more determined manner to develop further international law regarding liability and compensation for adverse effects of environmental damage caused by activities within their jurisdiction or control to areas beyond their jurisdiction.\n\n''Principle 14''\n\nStates should effectively cooperate to discourage or prevent the relocation and transfer to other States of any activities and substances that cause severe environmental degradation or are found to be harmful to human health.\n\n''Principle 15''\n\nIn order to protect the environment, the precautionary approach shall be widely applied by States according to their capabilities. Where there are threats of serious or irreversible damage, lack of full scientific certainty shall not be used as a reason for postponing cost-effective measures to prevent environmental degradation.\n\n''Principle 16''\n\nNational authorities should endeavour to promote the internalization of environmental costs and the use of economic instruments, taking into account the approach that the polluter should, in principle, bear the cost of pollution, with due regard to the public interest and without distorting international trade and investment.\n\n''Principle 17''\n\nEnvironmental impact assessment, as a national instrument, shall be undertaken for proposed activities that are likely to have a significant adverse impact on the environment and are subject to a decision of a competent national authority.\n\n''Principle 18''\n\nStates shall immediately notify other States of any natural disasters or other emergencies that are likely to produce sudden harmful effects on the environment of those States. Every effort shall be made by the international community to help States so afflicted.\n\n''Principle 19''\n\nStates shall provide prior and timely notification and relevant information to potentially affected States on activities that may have a significant adverse transboundary environmental effect and shall consult with those States at an early stage and in good faith.\n\n''Principle 20''\n\nWomen have a vital role in environmental management and development. Their full participation is therefore essential to achieve sustainable development.\n\n''Principle 21''\n\nThe creativity, ideals and courage of the youth of the world should be mobilized to forge a global partnership in order to achieve sustainable development and ensure a better future for all.\n\n''Principle 22''\n\nIndigenous people and their communities and other local communities have a vital role in environmental management and development because of their knowledge and traditional practices. States should recognize and duly support their identity, culture and interests and enable their effective participation in the achievement of sustainable development.\n\n''Principle 23''\n\nThe environment and natural resources of people under oppression, domination and occupation shall be protected.\n\n''Principle 24''\n\nWarfare is inherently destructive of sustainable development. States shall therefore respect international law providing protection for the environment in times of armed conflict and cooperate in its further development, as necessary.\n\n''Principle 25''\n\nPeace, development and environmental protection are interdependent and indivisible.\n\n''Principle 26''\n\nStates shall resolve all their environmental disputes peacefully and by appropriate means in accordance with the Charter of the United Nations.\n\n''Principle 27''\n\nStates and people shall cooperate in good faith and in a spirit of partnership in the fulfilment of the principles embodied in this Declaration and in the further development of international law in the field of sustainable development.
Robert Litzler has a ~PhD in Sciences from the University of Strasbourg, and has been Professor of chemistry for thirty years at Rosemont College in Montréal and at the Québec Universities of ~Trois-Rivières and Montréal. After the publication of the Brundtland Commission report in 1987, Robert Litzler initiated the environmental transformation of Rosemont College. He founded the Rosemont Environmental Protection Society in 1991 and became its Chairman in 1996. During this period Rosemont College won more than twenty prizes and recognition awards and became a leader in institutional "ecodevelopment," as well as a major Canadian reference on scholarly institutional environmental management and leader in environmental education and training. In 2000, Robert Litzler created the first local and now intercollegiate "~Pedagogy-Environment Award."\n\nSince 1995, Mr. Litzler has been Chairman of the Association for the Promotion of Environmental Education of Québec ([[AQPERE]]). In collaboration with the Union of Education of Québec (CSQ), AQPERE organized the first Francophone International Forum on Environmental Education and Training, [[Planèt’ERE]], at Québec University in Montréal in November 1997, and in1998, received the Environmental Phoenix Prize. Four years later, AQPERE led a one hundred member delegation of ~French-Canadians to the Planèt’ERE II Forum at UNESCO, Paris, and in 2005, a 39-member ~French-Canadian delegation at forum III in Ouagadougou, Burkina Faso. \n\nRobert Litzler has participated in numerous conferences and programs on behalf of Rosemont College or AQPERE. He is the winner of many awards, and the recipient in 2002, of the prestigious Québec Government Award for Service from Prime Minister Bernard Landry. He created the pedagogical content of ~CD-ROM ‘L'Univers fantastique de l'Or dur’ for ~Micro-Intel, winner of the MIM d'Or 2000 prize. Robert Litzler is the Gold Prize Winner of the Canadian Environmental Award in Education.
Robert Pollard, Chair of the Information and Communications Sub-Committee of the NGO Committee on Education, is Professor of Information Ecology at [[Information Habitat: Where Information Lives]], an organization he founded in 1990 shortly after becoming involved in the preparations for the 1992 ''Earth Summit'' / ''UN Conference on Environment and Development'' (UNCED), and that was granted Special Consultative Status with the Economic and Social Council in 1995. Through Information Habitat - and through NGO Committees, Networks and Caucuses he has worked with - he was a pioneer in the adoption, promotion and support of systematic and innovative use of information and communication technologies (ICT) in support of broad-based, informed and collaborative participation of non-governmental organizations in the series of United Nations global conferences during the 1990s - culminating with Habitat II, for which he was the architect and developer of the information and communications strategy for the conference, managing key email lists and databases and building the official Habitat II web site.\n\nSince Habitat II, he has been actively involved in the NGO follow-up to the global conferences, while increasingly focusing on the development of information ecology as a holistic life science for the information age and on the critical contribution of ICT that he is convinced holds a key to a successful transition to a sustainable development path. Building on his earlier experience and inclinations as a librarian, he has devoted considerable attention to gathering and organizing extensive archives of documents relating to sustainable development and to the United Nations, and has generated a unique hyperlinked collection of more than five hundred such documents at [[www.un-documents.net|http://www.un-documents.net]].\n\nBefore becoming involved with the United Nations NGO community, he had been active with environmental, peace and community development organizations in Baltimore for more than twenty years, and in 1981 had been a co-founder of the ''Baltimore Information Cooperative'' that provided support to grassroots and progressive organizations in the use of microcomputers. He served as Librarian at Baltimore City Jail for more than eight years and as Administrative Analyst for an additional five years, for much of that time using his microcomputer as an administrative tool. He was educated at Whitgift School and Cambridge University, where he read Mathematics and Political Economy, having received an Open Exhibition (scholarship) in Mathematics at Corpus Christi College and moved to the U.S. in 1996 for a Research Assistantship on a Quantitative Analysis of the French Revolution and to The Johns Hopkins University on a Graduate Fellowship in Social Relations, where he focused on methodology, research design, data analysis and mathematical sociology and on small group dynamics. He left academia in 1972 in the context of his involvement with the Vietnam Peace movement and his concern with the ties between academia and the military-industrial complex.\n\nA passionate organic gardener, he had to give up his large - third of an acre - garden when he moved to New York in 1993; however he has recently discovered a nearby community garden where he has reconnected to the earth and where he manages the compost piles, fed with a steady stream of kitchen 'waste'.\n
''Rotary International'' promotes world peace and understanding through local and global service projects. Rotary is a worldwide organization of business and professional leaders that provides humanitarian service, encourages high ethical standards in all vocations, and helps build goodwill and peace in the world. Approximately 1.2 million Rotarians belong to more than 32,000 clubs in more than 200 countries and geographical areas. Rotary celebrated its 100th anniversary on February 23, 2005.\n\nFor more informationon Rotary International, visit http://www.rotary.org
body { background: #f0f0ff; }\n\n#mainMenu {\n line-height: 166%;\n background: #eee;\n border: 1px solid #999;\n border-bottom: 1px solid #999;\n letter-spacing: 1px;\n}\n#mainMenu a {\n color: #003;\n background: #eee;\n display: block;\n padding: 0 5px 0 5px;\n height: 22px;\n line-height: 22px;\n border-top: 0;\n border-bottom: 0;\n letter-spacing: 1px;\n}\n#mainMenu a:hover {\n background: #36c;\n color: #fff;\n}\n\n#siteTitle { font-size: x-large; font-weight: bold; }\n#siteSubtitle {\n font-size: 14px;\n font-weight: bold;\n padding-left: 10px;\n}\n#titleLine { color: #66f; }\n#titleLine a { color: #36c; }\n#titleLine a:hover { color: #99f; }\n\n#displayArea { margin: 10px 10px 0 0px; }\n#side_container { margin: 10px 10px 0 0; }\n\n#sidebar {\n color: #fff;\n background: #999;\n padding: 0.5em 0 0 0;\n}\n#sidebarTabs {\n color: #fff;\n background: #999;\n border-right: 0;\n padding: 1em 0 0 0.5em;\n}\n#sidebarContent{\n padding: 0.5em 0.5em 0.5em 0;\n} \n#sidebarContent a {\n color: #fff;\n font-family: verdana, sans-serif;\n padding: 0 0 0 0.5em;\n margin: 0 0;\n letter-spacing: 1px;\n}\n#sidebarContent a:hover {\n color: #006;\n background: #fff;\n text-decoration: none;\n}\n#sidebarContent a:active {\n color: #fff;\n background: #360;\n}\n.sidebarSubHeading {\n font-weight: bold;\n margin: 5px 0;\n padding: 2px 3px;\n color: #fff;\n background: #036;\n letter-spacing: 1px;\n}\n\n#commandPanel {\n background: #999;\n border-right: 0px;\n color: #f00;\n margin: 0 0;\n padding: 0.5em 0 0 0;\n}\n#commandPanel a {\n color: #fff;\n padding: 2px 0 2px 0.5em;\n margin: 0 0;\n}\n#commandPanel a:hover {\n text-decoration: none;\n background-color: #36c;\n}\n#commandPanel a:active {\n color: #fff;\n background-color: #333;\n}\n#commandPanel input {\n border: 1px solid #000;\n background-color: #fff;\n margin: 0.5em 0 0.5em 0.5em;\n padding: 2px;\n}\n#optionsPanel {\n display: none;\n padding: 0.5em 0.5em 0.5em 0.5em;\n background-color: #eee;\n font-size: small;\n color: #333;\n}\n#optionsPanel a:link { color: #360; }\n#optionsPanel a:hover { color: #fff; background: #360; }\n\n#tabTimeline {\n font-weight: bold;\n display: inline;\n background: #069;\n padding: 4px 3px 4px 3px;\n margin: 0 0 0 1px;\n border-right: 0px;\n border-bottom: 0px\n}\n#tabAll {\n font-weight: bold;\n display: inline;\n background-color: #036;\n padding: 2px 3px 0px 3px;\n margin: 0 0 0 1px;\n border-right: 0px;\n border-bottom: 0px;\n}\n.tabContentTimeline {\n background-color: #069;\n padding: 0.5em 0 0.5em 0;\n border-right: 0px;\n border-bottom: 0px;\n}\n.tabContentAll {\n background-color: #036;\n padding: 0.5em 1em;\n border-right: 0px;\n border-bottom: 0px;\n}\n\n.title {\n font-size: medium;\n font-weight: bold;\n display: block;\n color: #36c;\n \n}\n.editor { color: #fff; }\n.editor input, .editor textarea {\n border: 1px solid#999;\n padding: 2px 0;\n}\ninput:focus, textarea:focus\n{\n background: #eef;\n border: 1px solid #999;\n}\n.viewer a:link, .body a:visited { color: #36c; }\n.viewer a:hover { color: #fff; background: #36c; }\n\na#save_button:link, a#save_button:visited\n{\n line-height: 20px;\n height: 22px;\n width: 182px;\n margin: 0 0;\n display: block;\n color: #000;\n background: #360;\n text-align: center;\n}\na#save_button:hover, a#save_button:active\n{ color: #000; background: #360; }\n\n.toolbar a {\n padding: 0.2em 0.2em 0.2em 0.2em;\n color: #690;\n border: 1px solid #eee;\n background: #fff;\n}\n.toolbar a:hover {\n text-decoration: none;\n color: #333;\n background: #eee;\n border: 1px solid #999;\n}\n.toolbar a:active { color: #fff; background: #999; }\n\n.tiddler {\n border-right: 0;\n border-bottom 0;\n border: 1px solid #999;\n}\n#licensePanel { padding: 0.5em 0.5em 0.5em; background: #fff; }\n#licensePanel a { color: #000; }\n#licensePanel a:hover { color: #36c; }\n#licensePanel a:active { color: #36c; }
[[Faye C. Feller]] and [[Abby Dress]] presented their Science Seeker program in East Harlem, N.Y.\n\nFeller, who is a ~Co-Chair of the [[NGO Committee on Education]] of the Conference of ~Non-Governmental Organizations in Consultative Relationship with the United Nations ([[CONGO]]), and Dress, who is a professor of media arts at Long Island University’s C.W. Post Campus in Brookville, N.Y., have piloted a science program for middle school students at the Taller Boricua’s Electronic Learning Center sponsored by the Rotary Club of New York in this Spanish Harlem community. The program features the electronic field trips of Yellowstone National Park that are available on ''[[Windows Into Wonderland|http://WindowsIntoWonderland.org]]'', a website funded by the Yellowstone Park Foundation and Canon U.S.A., Inc. for free access 24/7. The team of Feller and Dress use the biodiversity and wonders of the world’s first national park to excite student thinking and relate natural development to the urban setting in which these students live.\n\nArt and writing help facilitate the discovery experience for students to bring science to life for more than eight schools that regularly participate in this program. A video of a class from P.S. 57 James Weldon Johnson School was shown to the group and demonstrated how students use technology to learn about Yellowstone’s wolf restoration project and survival of the fittest in the wild. Fifth grade students were shown working independently, in pairs, and in groups to solve a mystery of a missing elk, logging clues in the field notebooks they created. \n\nThe program has been extended to over ten districts in major cities throughout the United States. Training workshops in New York help teachers extend the online discovery for students in their respective classrooms. In addition, through the Electronic Educational Village of Long Island University’s C.W. Post Campus, other teachers around the country exchange and share classroom tips online on how to stimulate science learning and by adding arts and writing components. Another web site now in its infancy and under development by Yellowstone at [[www.GreaterYellowstoneScience.org|http://www.GreaterYellowstoneScience.org]] is referenced as an authoritative source for scientific findings. This online technology is designed to connect scientists and citizens to science and make research more readily available.
/***\n''SearchOptionsPlugin for TiddlyWiki version 2.0''\n^^author: Eric Shulman - ELS Design Studios\nsource: http://www.TiddlyTools.com/#SearchOptionsPlugin\nlicense: [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]^^\n\nThe TiddlyWiki search function normally looks in both tiddler titles and tiddler body content ('text'). However, narrowing the search so that it examines only titles or only text, or expanding the search to include text contained in tiddler tags can be very helpful, especially when searching on common words or phrases. In addition, it is often useful for the search results to show tiddlers with matching titles before tiddlers that contain matching text or tags.\n\n!!!!!Usage\n<<<\nThis plugin adds checkboxes (see below and in AdvancedOptions) to let you selectively configure the TiddlyWiki search function to just examine any combination of tiddler titles, text, or tags. It also provides an option to switch the search results order between 'titles mixed in' (default) and 'titles shown first', as well as an option display the search results as a list of links (in an auto-generated "SearchResults" tiddler), rather than actually displaying all matching tiddlers. You can also enable/disable the "incremental search" (key-by-key searching), so that a search is only initiated when you press the ENTER key or click on the "search:" prompt text.\n<<<\n!!!!!Configuration\n<<<\nIn additional to the checkboxes in AdvancedOptions, a self-contained control panel is included here for your convenience:\n<<option chkSearchTitles>> Search tiddler titles\n<<option chkSearchText>> Search tiddler text\n<<option chkSearchTags>> Search in tiddler tags\n<<option chkSearchTitlesFirst>> Show title matches first\n<<option chkSearchList>> Show list of matching tiddlers\n<<option chkSearchIncremental>> Incremental searching\n<<<\n!!!!!Installation\n<<<\nimport (or copy/paste) the following tiddlers into your document:\n''SearchOptionsPlugin'' (tagged with <<tag systemConfig>>)\n^^documentation and javascript for SearchOptionsPlugin handling^^\n\nWhen installed, this plugin automatically adds checkboxes in the AdvancedOptions shadow tiddler so you can enable/disable the extended search behavior. However, if you have customized your AdvancedOptions, you will need to manually add {{{<<option chkSearchTitles>>}}}, {{{<<option chkSearchText>>}}} and {{{<<option chkSearchTitlesFirst>>}}} (with suitable prompt text) to your customized tiddler.\n<<<\n!!!!!Revision History\n<<<\n''2006.02.03 [2.2.1]''\nrewrite timeout clearing code and blank search text handling to match 2.0.4 core release changes. note that core no longer permits "blank=all" searches, so neither does this plugin. To search for all, use "." with text patterns enabled.\n''2006.02.02 [2.2.0]''\nin search.handler(), KeyHandler() function clears 'left over' timeout when search input is < 3 chars. Prevents searching on shorter text when shortened by rapid backspaces (<500msec)\n''2006.02.01 [2.1.9]''\nin Story.prototype.search(), correct inverted logic for using/not using regular expressions when searching\nalso, blank search text now presents "No search text. Continue anyway?" confirm() message box, so search on blank can still be processed if desired by user.\n''2006.02.01 [2.1.8]''\nin doSearch(), added alert/return if search text is blank\n''2006.01.20 [2.1.7]''\nfixed setting of config.macros.search.reportTitle so that Tweaks can override it.\n''2006.01.19 [2.1.6]''\nimproved SearchResults formatting, added a "search again" form to the report (based on a suggestion from MorrisGray)\ndefine results report title using config.macros.search.reportTitle instead of hard-coding the tiddler title\n''2006.01.18 [2.1.5]''\nCreated separate functions for reportSearchResults(text,matches) and discardSearchResults(), so that other developers can create alternative report generators.\n''2006.01.17 [2.1.4]''\nUse regExp.search() instead of regExp.test() to scan for matches. Correctd the problem where only half the matching tiddlers (the odd-numbered ones) were being reported.\n''2006.01.15 [2.1.3]''\nAdded information (date/time, username, search options used) to SearchResults output\n''2006.01.10 [2.1.2]''\nuse displayTiddlers() to render matched tiddlers. This lets you display multiple matching tiddlers, even if SinglePageModePlugin is enabled.\n''2006.01.08 [2.1.1]''\ncorrected invalid variable reference, "txt.value" to "text" in story.search()\n''2006.01.08 [2.1.0]''\nre-write to match new store.search(), store.search.handler() and story.search() functions.\n''2005.12.30 [2.0.0]''\nUpgraded to TW2.0\nwhen rendering SearchResults tiddler, closeTiddler() first to ensure display is refreshed.\n''2005.12.26 [1.4.0]''\nadded option to search for matching text in tiddler tags\n''2005.12.21 [1.3.7]''\nuse \s\s to 'escape' single quotes in tiddler titles when generating "Open all matching tiddlers" link. Also, added access key: "O", to trigger "open all" link.\nBased on a suggestion by UdoBorkowski.\n''2005.12.18 [1.3.6]''\ncall displayMessage() AFTER showing matching tiddlers so message is not cleared too soon\n''2005.12.17 [1.3.5]''\nif no matches found, just display message and delete any existing SearchResults tiddler.\n''2005.12.17 [1.3.4]''\nuse """{{{""" and """}}}""" to 'escape' display text in SearchResults tiddler to ensure that formatting contained in search string is not rendered \nBased on a suggestion by UdoBorkowski.\n''2005.12.14 [1.3.3]''\ntag SearchResults tiddler with 'excludeSearch' so it won't list itself in subsequent searches\nBased on a suggestion by UdoBorkowski.\n''2005.12.14 [1.3.2]''\nadded "open all matching tiddlers..." link to search results output.\nBased on a suggestion by UdoBorkowski.\n''2005.12.10 [1.3.1]''\nadded "discard search results" link to end of search list tiddler output for quick self-removal of 'SearchResults' tiddler.\n''2005.12.01 [1.3.0]''\nadded chkSearchIncremental to enable/disable 'incremental' searching (i.e., search after each keystroke) (default is ENABLED).\nadded handling for Enter key so it can be used to start a search.\nBased on a suggestion by LyallPearce\n''2005.11.25 [1.2.1]''\nrenamed from SearchTitleOrTextPlugin to SearchOptionsPlugin\n''2005.11.25 [1.2.0]''\nadded chkSearchList option\nBased on a suggestion by RodneyGomes\n''2005.10.19 [1.1.0]''\nadded chkSearchTitlesFirst option.\nBased on a suggestion by ChristianHauck\n''2005.10.18 [1.0.0]''\nInitial Release\n<<<\n!!!!!Credits\n<<<\nThis feature was developed by EricShulman from [[ELS Design Studios|http:/www.elsdesign.com]].\nBased on a suggestion by LyallPearce.\n<<<\n!!!!!Code\n***/\n//{{{\nversion.extensions.SearchTitleOrText = {major: 2, minor: 2, revision: 1, date: new Date(2006,2,3)};\n//}}}\n\n//{{{\nif (config.options.chkSearchTitles==undefined) config.options.chkSearchTitles=true;\nif (config.options.chkSearchText==undefined) config.options.chkSearchText=true;\nif (config.options.chkSearchTags==undefined) config.options.chkSearchTags=true;\nif (config.options.chkSearchTitlesFirst==undefined) config.options.chkSearchTitlesFirst=false;\nif (config.options.chkSearchList==undefined) config.options.chkSearchList=false;\nif (config.options.chkSearchIncremental==undefined) config.options.chkSearchIncremental=true;\n\nconfig.shadowTiddlers.AdvancedOptions += "\sn<<option chkSearchTitles>> Search in tiddler titles";\nconfig.shadowTiddlers.AdvancedOptions += "\sn<<option chkSearchText>> Search in tiddler text";\nconfig.shadowTiddlers.AdvancedOptions += "\sn<<option chkSearchTags>> Search in tiddler tags";\nconfig.shadowTiddlers.AdvancedOptions += "\sn<<option chkSearchTitlesFirst>> Search results show title matches first";\nconfig.shadowTiddlers.AdvancedOptions += "\sn<<option chkSearchList>> Search results show list of matching tiddlers";\nconfig.shadowTiddlers.AdvancedOptions += "\sn<<option chkSearchIncremental>> Incremental searching";\n//}}}\n\n//{{{\nif (config.macros.search.reportTitle==undefined)\n config.macros.search.reportTitle="SearchResults";\n//}}}\n\n//{{{\nconfig.macros.search.handler = function(place,macroName,params)\n{\n var lastSearchText = "";\n var searchTimeout = null;\n var doSearch = function(txt)\n {\n if (txt.value.length>0)\n {\n story.search(txt.value,config.options.chkCaseSensitiveSearch,config.options.chkRegExpSearch);\n lastSearchText = txt.value;\n }\n };\n var clickHandler = function(e)\n {\n doSearch(this.nextSibling);\n return false;\n };\n var keyHandler = function(e)\n {\n if (!e) var e = window.event;\n switch(e.keyCode)\n {\n case 13: // ELS: handle enter key\n doSearch(this);\n break;\n case 27:\n this.value = "";\n clearMessage();\n break;\n }\n if (config.options.chkSearchIncremental)\n {\n if(this.value.length > 2)\n {\n if(this.value != lastSearchText)\n {\n if(searchTimeout) clearTimeout(searchTimeout);\n var txt = this;\n searchTimeout = setTimeout(function() {doSearch(txt);},500);\n }\n }\n else\n if(searchTimeout) clearTimeout(searchTimeout);\n }\n };\n var focusHandler = function(e)\n {\n this.select();\n };\n var btn = createTiddlyButton(place,this.label,this.prompt,clickHandler);\n var txt = createTiddlyElement(place,"input",null,null,null);\n if(params[0])\n txt.value = params[0];\n txt.onkeyup = keyHandler;\n txt.onfocus = focusHandler;\n txt.setAttribute("size",this.sizeTextbox);\n txt.setAttribute("accessKey",this.accessKey);\n txt.setAttribute("autocomplete","off");\n if(config.browser.isSafari)\n {\n txt.setAttribute("type","search");\n txt.setAttribute("results","5");\n }\n else\n txt.setAttribute("type","text");\n}\n//}}}\n\n//{{{\nStory.prototype.search = function(text,useCaseSensitive,useRegExp)\n{\n highlightHack = new RegExp(useRegExp ? text : text.escapeRegExp(),useCaseSensitive ? "mg" : "img");\n var matches = store.search(highlightHack,"title","excludeSearch");\n var q = useRegExp ? "/" : "'";\n clearMessage();\n if (!matches.length) {\n if (config.options.chkSearchList) discardSearchResults();\n displayMessage(config.macros.search.failureMsg.format([q+text+q]));\n } else {\n if (config.options.chkSearchList) \n reportSearchResults(text,matches);\n else {\n var titles = []; for(var t=0; t<matches.length; t++) titles.push(matches[t].title);\n this.closeAllTiddlers(); story.displayTiddlers(null,titles);\n displayMessage(config.macros.search.successMsg.format([matches.length, q+text+q]));\n }\n }\n highlightHack = null;\n}\n//}}}\n\n//{{{\nTiddlyWiki.prototype.search = function(searchRegExp,sortField,excludeTag)\n{\n var candidates = this.reverseLookup("tags",excludeTag,false,sortField);\n\n // scan for matching titles\n var title_results = [];\n if (config.options.chkSearchTitles)\n for(var t=0; t<candidates.length; t++)\n if(candidates[t].title.search(searchRegExp)!=-1)\n title_results.push(candidates[t]);\n\n // scan for matching text\n var text_results = [];\n if (config.options.chkSearchText)\n for(var t=0; t<candidates.length; t++)\n if(candidates[t].text.search(searchRegExp)!=-1)\n text_results.push(candidates[t]);\n\n // scan for matching tags\n var tag_results = [];\n if (config.options.chkSearchTags)\n for(var t=0; t<candidates.length; t++)\n if(candidates[t].tags.join(" ").search(searchRegExp)!=-1)\n tag_results.push(candidates[t]);\n\n // merge the results, eliminating redundant matches\n var results = [];\n for(var t=0; t<title_results.length; t++) results.pushUnique(title_results[t]);\n for(var t=0; t<text_results.length; t++) results.pushUnique(text_results[t]);\n for(var t=0; t<tag_results.length; t++) results.pushUnique(tag_results[t]);\n\n // if not 'titles first', re-sort results to so titles, text and tag matches are mixed together\n if(!sortField) sortField = "title";\n var bySortField=function (a,b) {if(a[sortField] == b[sortField]) return(0); else return (a[sortField] < b[sortField]) ? -1 : +1; }\n if (!config.options.chkSearchTitlesFirst) results.sort(bySortField);\n return results;\n}\n//}}}\n\n// // ''REPORT GENERATOR''\n//{{{\nif (!window.reportSearchResults) window.reportSearchResults=function(text,matches)\n{\n var title=config.macros.search.reportTitle\n var q = config.options.chkRegExpSearch ? "/" : "'";\n var body="";\n\n // summary: nn tiddlers found matching '...', options used\n body+="''"+config.macros.search.successMsg.format([matches.length,q+"{{{"+text+"}}}"+q])+"''\sn";\n body+="^^//searched in:// ";\n body+=(config.options.chkSearchTitles?"''titles'' ":"");\n body+=(config.options.chkSearchText?"''text'' ":"");\n body+=(config.options.chkSearchTags?"''tags'' ":"");\n if (config.options.chkCaseSensitiveSearch||config.options.chkRegExpSearch) {\n body+=" //with options:// ";\n body+=(config.options.chkCaseSensitiveSearch?"''case sensitive'' ":"");\n body+=(config.options.chkRegExpSearch?"''text patterns'' ":"");\n }\n body+="^^";\n\n // numbered list of links to matching tiddlers\n body+="\sn<<<";\n for(var t=0;t<matches.length;t++) body+="\sn# [["+matches[t].title+"]]";\n body+="\sn<<<\sn";\n\n // open all matches button\n body+="<html><input type=\s"button\s" href=\s"javascript:;\s" ";\n body+="onclick=\s"story.displayTiddlers(null,["\n for(var t=0;t<matches.length;t++)\n body+="'"+matches[t].title.replace(/\s'/mg,"\s\s'")+"'"+((t<matches.length-1)?", ":"");\n body+="],1);\s" ";\n body+="accesskey=\s"O\s" ";\n body+="value=\s"open all matching tiddlers\s"></html> ";\n\n // discard search results button\n body+="<html><input type=\s"button\s" href=\s"javascript:;\s" ";\n body+="onclick=\s"story.closeTiddler('"+title+"'); store.deleteTiddler('"+title+"');\s" ";\n body+="value=\s"discard "+title+"\s"></html>";\n\n // search again\n body+="\sn\sn----\sn";\n body+="<<search \s""+text+"\s">> ";\n body+="<<option chkSearchTitles>>titles ";\n body+="<<option chkSearchText>>text ";\n body+="<<option chkSearchTags>>tags";\n body+="<<option chkCaseSensitiveSearch>>case-sensitive ";\n body+="<<option chkRegExpSearch>>text patterns";\n\n // create/update the tiddler\n var tiddler=store.getTiddler(title); if (!tiddler) tiddler=new Tiddler();\n tiddler.set(title,body,config.options.txtUserName,(new Date()),"excludeLists excludeSearch");\n store.addTiddler(tiddler); story.closeTiddler(title);\n\n // use alternate "search again" label in <<search>> macro\n var oldprompt=config.macros.search.label;\n config.macros.search.label="search again";\n\n // render tiddler\n story.displayTiddler(null,title,1); // force refresh\n\n // restore standard search label\n config.macros.search.label=oldprompt;\n\n}\n\nif (!window.discardSearchResults) window.discardSearchResults=function()\n{\n // remove the tiddler\n story.closeTiddler(config.macros.search.reportTitle);\n store.deleteTiddler(config.macros.search.reportTitle);\n}\n//}}}\n\n\n
/***\n!This is a modified version; get the original version here: http://lewcid.googlepages.com/lewcid.html#SelectThemePlugin\n// // /%\n''This plugin was previously called StyleChooser.''\n\n|Name|SelectThemePlugin|\n|Created by|SimonBaird and SaqImtiaz|\n|Location|http://lewcid.googlepages.com/lewcid.html#SelectThemePlugin|\n|Version|1.2.4|\n|Requires|~TW2.x|\n!Description\n*An alternative style switcher, can be used to switch just stylesheets and/or pagetemplates, or a combination of both (a theme)\n*you can add your own stylesheets and pagetemplates, or use a ThemePack, like BigThemePack.\n\n!Usage\n* You have to have fetch or create some styleSheets and pageTemplates to use this plugin.\n**You can either get a ThemePack like BigThemePack which automatically adds themes to ThemeSelect.\n**or create tiddlers with styleSheets and pageTemplates and tag them styleSheets and pageTemplates respectively.\n* Put {{{<<themeSelect style 'Select theme'>>}}} in your SideBarOptions.\n\n!Creating Theme Packs\n*You can create your own theme pack if you like. Instructions can be found [[here.|CreateThemePack]]\n\n!History\n* 08-Sept-06, v1.2.4, fixed bug with TW2.1\n* 15-May-06, v1.2.3, added paramifier so you can put theme on url, eg http://www.somewhere.com/twfile.html#theme:Berry2, thanks Clint (Simon).\n* 28-Apr-o6, v1.2.2, fixed bug with opening TW after deleting themepacks. (Saq)\n* 26-Apr-06, v1.2.1, more code optimization, dropdowns now updated on the fly. (Saq)\n* 25-Apr-06, v1.2.0, added 3rd party ThemePack support, and made various other improvements.(Simon & Saq)\n* 24-Apr-06, v1.1.0, added: no styles and default styles options,<<br>>support for ThemePack, support for tag variations(Saq)\n* 21-Apr-06, v1.0.0, Reworked dropdowns to include option for pagetemplates (Saq)\n* 21-Apr-06, v0.9.0, Rewrote and added Saq's lovely dropdown select (Simon)\n* 20-Apr-06, v0.0.1, Basic switcher working (Simon)\n\n!Examples\n|!Source|!Output|h\n|{{{<<themeSelect style>>}}} for a dropdown with StyleSheets|<<themeSelect style>>|\n|{{{<<themeSelect pagetemplate>>}}} for a dropdown with PageTemplates|<<themeSelect pagetemplate>>|\n|{{{<<themeSelect style customlabel>>}}} to use a customlabel|<<themeSelect style customlabel>>|\n* When applying a stylesheet or template, it also looks for a template or stylesheet respectively based on naming convention, eg MyFunkyStyleSheet and MyFunkyPageTemplate.\n\n!Notes\n* See also http://www.tiddlytools.com/#SelectStyleSheetPlugin for a more feature-rich style sheet switcher\n\n! Ideas\n* do ViewTemplate also?\n* Pretty up the [x] bit\n\n!Code\n*/\n\n//{{{\n// for compatibility with TW <2.0.9\nif (!Array.prototype.contains)\n Array.prototype.contains = function(item)\n {\n return this.find(item) != null;\n };\n\n// for compatibility with TW <2.0.9\nif (!Array.prototype.containsAny)\n Array.prototype.containsAny = function(items)\n {\n for(var i=0; i<items.length; i++)\n if (this.contains(items[i]))\n return true;\n return false;\n };\n//}}}\n\n//{{{\nversion.extensions.SelectTheme = { major: 1, minor: 2, revision: 4, date: new Date(2006,9,8),\n source: "http://lewcid.googlepages.com/lewcid.html#SelectTheme"\n};\n\nconfig.SelectTheme = {\n things: {\n style: {\n tag: ["StyleSheets","StyleSheet","styleSheet","styleSheets","stylesheet","stylesheets"],\n theDefault: "StyleSheet",\n suffix: "StyleSheet",\n notify: refreshStyles,\n cookie: "txtStyleSheet",\n otherThing: "pagetemplate",\n label: "Choose StyleSheet: ",\n tooltip: "Choose a StyleSheet",\n caseNone: { text:"None", title:"NoStyleSheet"},\n caseDefault: { text:"Default", title:"StyleSheet" }\n\n },\n pagetemplate: {\n tag: ["PageTemplates","PageTemplate","pageTemplates","pageTemplate","pagetemplate","pagetemplates"],\n theDefault: "PageTemplate",\n suffix: "PageTemplate",\n notify: refreshPageTemplate,\n cookie: "txtPageTemplate",\n otherThing: "style",\n label: "Choose PageTemplate: ",\n tooltip: "Choose a PageTemplate",\n caseNone: { text:"None", title:"NoPageTemplate"},\n caseDefault: { text:"Default", title:"PageTemplate" }\n }\n\n },\n\n specialCases: ["caseNone","caseDefault"]\n\n};\n\nTiddlyWiki.prototype.removeNotification = function(title,fn) {\n for (var i=0;i<this.namedNotifications.length;i++)\n if((this.namedNotifications[i].name == title) && (this.namedNotifications[i].notify == fn))\n this.namedNotifications.splice(i,1); // counting on it only being there once\n}\n\nStory.prototype.chooseTemplateForTiddler_old_selectTheme = Story.prototype.chooseTemplateForTiddler;\n\nStory.prototype.chooseTemplateForTiddler = function(title,template) \n{\n if (!template)\n template = DEFAULT_VIEW_TEMPLATE;\n var theme = config.options.txtStyleSheet.replace("StyleSheet","");\n if (template == DEFAULT_VIEW_TEMPLATE)\n {\n if (store.isTiddler(theme+"ViewTemplate"))\n return theme+"ViewTemplate";\n }\n else if (template == DEFAULT_EDIT_TEMPLATE)\n {\n if (store.isTiddler(theme+"EditTemplate"))\n return theme+"EditTemplate";\n }\n return this.chooseTemplateForTiddler_old_selectTheme(title,template);\n}\n\n\n// Refresh all tiddlers in the Story\nStory.prototype.refreshAllTiddlers = function()\n{\n var place = document.getElementById(this.container);\n var e = place.firstChild;\n this.refreshTiddler(e.getAttribute("tiddler"),null,true);\n while((e = e.nextSibling) != null)\n this.refreshTiddler(e.getAttribute("tiddler"),null,true);\n}\n\n\nvar things = config.SelectTheme.things;\nvar specialCases=config.SelectTheme.specialCases;\n\nfor (var zz in things) {\n // make sure we have a value\n if (!config.options[things[zz].cookie])\n config.options[things[zz].cookie] = things[zz].theDefault;\n\n // remove core notify\n store.removeNotification(things[zz].theDefault,things[zz].notify);\n\n // and add our one\n store.addNotification(config.options[things[zz].cookie],things[zz].notify);\n}\n\n//checks to see if a tiddler exists in store or as a shadow.\nTiddlyWiki.prototype.isTiddler= function (title)\n {return store.tiddlerExists(title) || store.isShadowTiddler(title)}\n\n//hijack core function & make sure template exists\nwindow.applyPageTemplate_themeSelect=window.applyPageTemplate;\nwindow.applyPageTemplate=function(title){\n if(!store.isTiddler(title))\n {title = things.pagetemplate.theDefault;}\n applyPageTemplate_themeSelect(title);\n }\n\nTiddlyWiki.prototype.makeActiveTheme = function(what,title,alsoCheckOtherThing) {\n\n var thing = things[what];\n if (!store.isTiddler(title))\n title = thing.theDefault;\n\n var oldTitle = config.options[thing.cookie];\n\n if (what == "style") {\n // remove old style element from DOM\n var oldStyleElement = document.getElementById(oldTitle);\n oldStyleElement.parentNode.removeChild(oldStyleElement);\n }\n\n store.removeNotification(oldTitle,thing.notify);\n store.addNotification(title,thing.notify);\n store.notify(title);\n\n config.options[thing.cookie] = title;\n saveOptionCookie(thing.cookie);\n if (!alsoCheckOtherThing)\n story.refreshAllTiddlers();\n if (alsoCheckOtherThing)\n this.makeActiveTheme(thing.otherThing,\n title.replace(new RegExp(thing.suffix+"$"),"") + things[thing.otherThing].suffix,\n false);\n};\n\n\nconfig.shadowTiddlers.NoStyleSheet = "";\nconfig.shadowTiddlers.NoPageTemplate = config.shadowTiddlers.PageTemplate;\n\n\nfunction switchTheme(e){\n if (!e) var e = window.event;\n var theTarget = resolveTarget(e);\n var theLink = theTarget;\n var switchTo= theLink.getAttribute("switchTo");\n var mode = theLink.getAttribute("mode");\n if ((config.options[things[mode].cookie])!=switchTo)\n {store.makeActiveTheme(mode,switchTo,true);};\n return(false);\n}\n\n\nconfig.macros.themeSelect={};\nconfig.macros.themeSelect.dropdownchar =(document.all?"▼":"▾");\nconfig.macros.themeSelect.handler = function(place,macroName,params,wikifier,paramString,tiddler){\n var arrow = config.macros.themeSelect.dropdownchar;\n var mode = params[0];\n var label = (params[1]?params[1]:things[mode].label) + arrow;\n var cookie = (config.options[things[mode].cookie]);\n\n var onclick = function(e)\n { if (!e) var e = window.event;\n var popup = Popup.create(this);\n\n var tagged=[];\n\n store.forEachTiddler(function(title,tiddler) {\n if ((tiddler.tags).containsAny(things[mode].tag)){\n tagged.push(tiddler.title);}\n });\n\n //integrate ThemePacks\n if (config.themes) {\n // see what themes have been loaded...\n for (var i=0;i<config.themes.length;i++) {\n // see if there is one\n var lookForThis = config.themes[i] + things[mode].suffix;\n if (store.isShadowTiddler(lookForThis)) {\n tagged.pushUnique(lookForThis);\n }\n }\n tagged = tagged.sort();\n }\n\n //this function used later to create buttons\n var createThemeButton = function(switchTo){\n var theButton = createTiddlyButton(createTiddlyElement(popup,"li"),text,null,switchTheme,useClass);\n theButton.setAttribute("switchTo",switchTo);\n theButton.setAttribute("mode",mode);};\n\n //create Buttons for None(shadow styles) & Default (StyleSheet)\n // Default button is not created if StyleSheet doesnt exist.\n for(var t=0; t<specialCases.length; t++){\n var special = specialCases[t];\n var text = things[mode][special].text;\n var useClass = "tiddlyLinkExisting"; //redundant, optimize!\n if ((things[mode][special].title==cookie)||(special=="caseNone"&&!store.isTiddler(cookie)))\n {text+= " [x]";\n useClass = "currentlySelected";}\n if (!((special=="caseDefault")&&(!store.getTiddler(things[mode][special].title))))\n createThemeButton(things[mode][special].title); }\n\n //insert horizontal rule\n createTiddlyElement(createTiddlyElement(popup,"li"),"hr");\n\n //create buttons for all other stylesheet tiddlers\n for(var t=0; t<tagged.length; t++)\n { var useClass = "tiddlyLinkExisting";\n var text = (tagged[t]).replace((things[mode].suffix),"");\n if (tagged[t]==(cookie) )\n {text+=" [x]"; useClass="currentlySelected";}\n if ((tagged[t]!= (things[mode].theDefault))&&tagged[t]!= (things[mode].none))\n {createThemeButton(tagged[t]);}}\n Popup.show(popup,false);\n e.cancelBubble = true;\n if (e.stopPropagation)\n e.stopPropagation();\n return(false);\n };\n\n var createdropperButton = function(place){\n var sp = createTiddlyElement(place,"span",null,"ThemeChooserButton");\n var theDropDownBtn = createTiddlyButton(sp,label,things[mode].tooltip,onclick);\n };\n\n createdropperButton(place);\n};\n\n\nsetStylesheet(".popup li a.currentlySelected {background:#ccc;color:black;font-weight:bold;}","currentlySelectedStyle"); // could do better probably...\n\nconfig.macros.layoutChooser=config.macros.themeSelect;\n\n//shadow tiddler to hold instructions for creating ThemePacks\nconfig.shadowTiddlers.ThemePack='See http://simonbaird.com/mptw/#CreateThemePack'; \n\nconfig.macros.applyTheme = {handler: function (place,macroName,params,wikifier,paramString,tiddler) {\n var theme = params[0];\n var label = params[1]?params[1]:'Apply theme "' + theme + '"';\n var tooltip = 'Apply the "'+theme+'" theme to this TiddlyWiki';\n createTiddlyButton(place,label,tooltip,function() {\n store.makeActiveTheme("style",theme+things.style.suffix,true);\n });\n}};\n\n\n// this means you can put #theme:ThemeName in url. suggested by Clint\nconfig.paramifiers.theme = {\n onstart: function(themeName) {\n store.makeActiveTheme("style",themeName+config.SelectTheme.things.style.suffix,true);\n }\n};\n\n//}}}\n/*\n// // %/\n***/\n
This set of shadowed tiddlers contain, and display key items for visitors, browsers and search engines. For convenience of reference, the current contents of some of these tiddlers is also displayed using the built in {{{<<tiddler>>}}} macro.\n* SiteTitle - the short title for the site; displayed by the browser and at the head of the page and included in the page's "title tag"\n>> ''<<tiddler SiteTitle>>''\n* SiteSubtitle - a subtitle for the site, also displayed by the browser and at the head of the page and included in the page's "title tag"\n>> ''<<tiddler SiteSubtitle>>''\n* SiteUrl - the Url where the page is hosted; be sure to define this correctly if you will be generating an XML page\n>> <<tiddler SiteUrl>>\n* DefaultTiddlers - list of tiddlers displayed when the page is opened\n>> <<tiddler DefaultTiddlers>>\n* MainMenu - the Main Menu, displayed here in the left sidebar, and a key to effective navigation - makes extensive use of sub-menus using the NestedSlidersPlugin\n** [[Administrative Menu]] - a component of the Main Menu, it includes common site tools & a nested set of [[Tiddler Administration]] menus for modifying and reconfiguring the appearance and organization of the page \n* MarkupPreHead - "meta tags" for browsers & search engines & to define the opening ''Splash Screen''\n\n* [[More Menus|Menus]]
<<tabs txtMainTab Timeline Timeline TabTimeline All 'All tiddlers' TabAll Tags 'All tags' TabTags More 'More lists' TabMore>>
<div id="SplashScreen" style="border: 3px solid #ccc; display: block; text-align: center; width: 600px; margin: 100px auto; padding: 50px; color:#000; font-family:comic sans ms; background-color:#eee;">\n<img src="light-cube-1.jpg"> <img src="light-cube-0.jpg">\n<br>\n<span style="font-size: 28px;"><b>Climate Change 2.0</b> </span>\n<br>\nA Convenient, TiddlyPerfect Response to Truth \n<br>\nin an Evolving Creative Commons, Open Source Climate\n<br>\n<img src="light-cube-0.jpg"> <img src="light-cube-1.jpg">\n<br>\nis loading<blink> ...</blink>\n<br>\n<span style="font-size: 14px; color:red;">Requires Javascript.</span></div>\n<br>\nFor ideal learning opportunities: patience, curiosity, and a discerning, open mind to the transformative opportunities of a new civilization in a free, and expanding knowledge-based universe.\n<br>\n<img src="congo.jpg">\n<br>
\n''Report of a Workshop at the 59th Anual DPI/NGO Conference''
''Education, Youth & Technology for Sustainable Development''
http://www.ngo-education.net/workshop/
[[Christine Alfsen]] provide a brief introduction to the [[UN Decade of Education for Sustainable Development]] and [[UNESCO]]'s role as the lead agency for the promotion of the Decade, with responsibility for developing a draft international implementation scheme and providing for the integration of education for sustainable development in Government's educational strategies and action plans. She noted the vital role of the Decade in the achievement of the [[Millennium Development Goals]]. \n\nChristine Alfsen spoke of the critical significance of the Decade for small islands. as they are especially vulnerable to rising sea levels caused by global warming that pose a threat to freshwater supplies, and to low-lying coastal areas that face the prospect of being submerged by rising sea levels. Many small islands also are facing a threat to their cultural heritage and a loss of their traditional languages, as well as the incidence of HIV/AIDS, high unemployment, and a high dropout rate from schools.\n\nThe ''Youth Visioning'' project was initiated in 2002 in response to these challenges with the intention of supporting young people in developing and clarifying //their vision// and empowering them to implements their vision. Since its inception, Youth Visioning has expanded to fifteen small island States.\n\nAmong the projects that have grown out of Youth Visioning are HIV/AIDS project, an iitiaitve to save the language in Dominica, a national youth parliament program in Fiji, a youth-based project on the [[Millennium Development Goals]] in Tonga, education forums, projects for people with disabilities, and school health programs.\n\nMs. Alfsen described the ''Small Island Voice'' program of UNESCO. The focus of ''Small Islands Voice'' is to provide an opportunity for the voices of people living on small islands, and particularly young people, to be heard - by each other, and by others around the world. She encouraged participants to learn more about Small Islands Voice and Youth Visioning and Education for Sustainable Development through some relevant web sites:\n* ''Small Islands Voice'' http://www.smallislandsvoice.org\n** ''Coastal Regions & Small Islands'' (UNESCO) http://www.unesco.org/csi\n* ''Youth Visioning'' http://www.youthvisioning.org\n** To order copies of the materials related to Youth Visioning http://www.unesco.org/csi/pub/PubOrderForm.pdf\n* UNESCO programs for the ''Decade of Education for Sustainable Development'':http://www.unesco.org/education/desd
While TiddlyWiki and Data Perfect are the primary software engines of TiddlyPerfect, the design and development of [[Youth Challenge]] has been made possible by contributions from numerous software languages, applications and platforms. among those that have played a vital role are:\n!!!Languages\n* [[World Wide Web]] - [[World Wide Web Consortium]]\n** [[HTML]] - the //lingua franca// of the Web \n* [[Cascading Styles]] - the principal language of style and format - see <<wikipedia "Cascading Styles">>\n* [[Javascript]]\n!!!Platforms\n* [[Wikimedia]] - the platform that powers [[Wikipedia]]\n!!!Search Engines\n* [[Google]] - the pre-eminent search engine http://google.com +++\n** ''Advanced Search''\n** ''Personalized Search'' - keep track of your search history\n===\n\n** ''Google Tools'' +++\n** ''Google Maps '' - http://maps.gogle.com\n** ''Google News'' - http://news.google.com\n** ''Google Alerts'' - http://alerts,google.com\n** ''Google Groups'' - http://groups.google.com\n** ''Google Earth''\n** ''Google Scholar'' - http://scholar.google.com \n** ''Cooperative Search Engine''\n** ''Google Labs'' - discover new Google tools \n===\n\n!!!Web browsers\n* [[Netscape]] - \n* ''Firefox'' - recommended web browser - http://www.mozilla.com/en-US/firefox/\n** ''Firefox Extensions'' - a multitude of add-on / extensions that provide a variety of valuable features - https://addons.mozilla.org/firefox/extensions/ +++ \n*** ''Googlebar'' - adds an array of Google search options to Firefox - https://addons.mozilla.org/firefox/33/\n*** ''DownThemAll'' - https://addons.mozilla.org/firefox/201/\n*** ''del.icio.us Bookmarks'' - tagging and organizing ''del.icio.us'' bookmarks - https://addons.mozilla.org/firefox/3615/\n*** ''Blue Dot'' - tagging and organizing ''Blue Dot'' bookmarks - https://addons.mozilla.org/firefox/4226/\n*** ''Firefox Showcase'' - displays thumbnails of open tabs - https://addons.mozilla.org/firefox/1810/\n===\n\n!!!Social bookmarking sites\nMake your bookmarks available online; network and exchange bookmarks with others - http://del.icio.us\n* [[del.icio.us]] - http://del.icio.us\n* [[Blue Dot]] - http://bluedot.us
/*{{{*/\nbody {\n background: [[ColorPalette::Background]];\n color: [[ColorPalette::Foreground]];\n}\n\na.externalLink {\n color: #007700;\n}\na {\n color: [[ColorPalette::PrimaryMid]];\n}\n\na:hover {\n background: [[ColorPalette::PrimaryMid]];\n color: [[ColorPalette::Background]];\n}\na img {\n border: 0;\n}\n\n.cleartable table {\nborder: 1px solid #fff;\n}\nh1,h2,h3,h4,h5 {\n color: [[ColorPalette::PrimaryDark]];\n}\n\n\n.button {\n color: [[ColorPalette::PrimaryDark]];\n border: 1px solid [[ColorPalette::Background]];\n}\n\n.button:hover {\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::SecondaryLight]];\n border-color: [[ColorPalette::SecondaryMid]];\n}\n\n.button:active {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::SecondaryMid]];\n border: 1px solid [[ColorPalette::SecondaryDark]];\n}\n\n.header {\n background: [[ColorPalette::PrimaryMid]];\n}\n\n.headerShadow {\n color: [[ColorPalette::Foreground]];\n}\n\n.headerShadow a {\n font-weight: normal;\n color: [[ColorPalette::Foreground]];\n}\n\n.headerForeground {\n color: [[ColorPalette::Background]];\n}\n\n.headerForeground a {\n font-weight: normal;\n color: [[ColorPalette::PrimaryPale]];\n}\n\n.tabSelected{\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::TertiaryPale]];\n border-left: 1px solid [[ColorPalette::TertiaryLight]];\n border-top: 1px solid [[ColorPalette::TertiaryLight]];\n border-right: 1px solid [[ColorPalette::TertiaryLight]];\n}\n\n.tabUnselected {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::TertiaryMid]];\n}\n\n.tabContents {\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::TertiaryPale]];\n border: 1px solid [[ColorPalette::TertiaryLight]];\n}\n\n.tabContents .button {\n border: 0;}\n\n#sidebar {\n}\n\n#sidebarOptions input {\n border: 1px solid [[ColorPalette::PrimaryMid]];\n}\n\n#sidebarOptions .sliderPanel {\n background: [[ColorPalette::PrimaryPale]];\n}\n\n#sidebarOptions .sliderPanel a {\n border: none;\n color: [[ColorPalette::PrimaryMid]];\n}\n\n#sidebarOptions .sliderPanel a:hover {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::PrimaryMid]];\n}\n\n#sidebarOptions .sliderPanel a:active {\n color: [[ColorPalette::PrimaryMid]];\n background: [[ColorPalette::Background]];\n}\n\n.wizard {\n background: [[ColorPalette::SecondaryLight]];\n border-top: 1px solid [[ColorPalette::SecondaryMid]];\n border-left: 1px solid [[ColorPalette::SecondaryMid]];\n}\n\n.wizard h1 {\n color: [[ColorPalette::SecondaryDark]];\n}\n\n.wizard h2 {\n color: [[ColorPalette::Foreground]];\n}\n\n.wizardStep {\n background: [[ColorPalette::Background]];\n border-top: 1px solid [[ColorPalette::SecondaryMid]];\n border-bottom: 1px solid [[ColorPalette::SecondaryMid]];\n border-left: 1px solid [[ColorPalette::SecondaryMid]];\n}\n\n.wizard .button {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::PrimaryMid]];\n border-top: 1px solid [[ColorPalette::PrimaryLight]];\n border-right: 1px solid [[ColorPalette::PrimaryDark]];\n border-bottom: 1px solid [[ColorPalette::PrimaryDark]];\n border-left: 1px solid [[ColorPalette::PrimaryLight]];\n}\n\n.wizard .button:hover {\n color: [[ColorPalette::PrimaryLight]];\n background: [[ColorPalette::PrimaryDark]];\n border-color: [[ColorPalette::PrimaryLight]];\n}\n\n.wizard .button:active {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::PrimaryMid]];\n border-top: 1px solid [[ColorPalette::PrimaryLight]];\n border-right: 1px solid [[ColorPalette::PrimaryDark]];\n border-bottom: 1px solid [[ColorPalette::PrimaryDark]];\n border-left: 1px solid [[ColorPalette::PrimaryLight]];\n}\n\n#messageArea {\n border: 1px solid [[ColorPalette::SecondaryDark]];\n background: [[ColorPalette::SecondaryMid]];\n color: [[ColorPalette::PrimaryDark]];\n}\n\n#messageArea .button {\n padding: 0.2em 0.2em 0.2em 0.2em;\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::Background]];\n}\n\n.popup {\n background: [[ColorPalette::PrimaryLight]];\n border: 1px solid [[ColorPalette::PrimaryMid]];\n}\n\n.popup hr {\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::PrimaryDark]];\n border-bottom: 1px;\n}\n\n.listBreak div{\n border-bottom: 1px solid [[ColorPalette::PrimaryDark]];\n}\n\n.popup li.disabled {\n color: [[ColorPalette::PrimaryMid]];\n}\n\n.popup li a, .popup li a:visited {\n color: [[ColorPalette::TertiaryPale]];\n border: none;\n}\n\n.popup li a:hover {\n background: [[ColorPalette::PrimaryDark]];\n color: [[ColorPalette::Background]];\n border: none;\n}\n\n.tiddler .defaultCommand {\n font-weight: bold;\n}\n\n.shadow .title {\n color: [[ColorPalette::TertiaryDark]];\n}\n\n.title {\n color: [[ColorPalette::PrimaryDark]];\n}\n\n.subtitle {\n color: [[ColorPalette::TertiaryDark]];\n}\n\n.toolbar {\n color: [[ColorPalette::PrimaryMid]];\n}\n\n.tagging, .tagged {\n border: 1px solid [[ColorPalette::TertiaryPale]];\n background-color: [[ColorPalette::TertiaryPale]];\n}\n\n.selected .tagging, .selected .tagged {\n background-color: [[ColorPalette::TertiaryLight]];\n border: 1px solid [[ColorPalette::TertiaryMid]];\n}\n\n.tagging .listTitle, .tagged .listTitle {\n color: [[ColorPalette::PrimaryDark]];\n}\n\n.tagging .button, .tagged .button {\n border: none;\n}\n\n.footer {\n color: [[ColorPalette::TertiaryLight]];\n}\n\n.selected .footer {\n color: [[ColorPalette::TertiaryMid]];\n}\n\n.sparkline {\n background: [[ColorPalette::PrimaryPale]];\n border: 0;\n}\n\n.sparktick {\n background: [[ColorPalette::PrimaryDark]];\n}\n\n.error, .errorButton {\n color: [[ColorPalette::Foreground]];\n background: [[ColorPalette::Error]];\n}\n\n.warning {\n color: [[ColorPalette::Foreground]];\n background: [[ColorPalette::SecondaryPale]];\n}\n\n.cascade {\n background: [[ColorPalette::TertiaryPale]];\n color: [[ColorPalette::TertiaryMid]];\n border: 1px solid [[ColorPalette::TertiaryMid]];\n}\n\n.imageLink, #displayArea .imageLink {\n background: transparent;\n}\n\n.viewer .listTitle {list-style-type: none; margin-left: -2em;}\n\n.viewer .button {\n border: 1px solid [[ColorPalette::SecondaryMid]];\n}\n\n.viewer blockquote {\n [[ColorPalette::Foeground]];\n}\n\n.viewer table {\n border: 2px solid [[ColorPalette::TertiaryDark]];\n}\n\n.viewer th, thead td {\n background: [[ColorPalette::PrimaryPale]];\n color: [[ColorPalette::PrimaryDark]];\n}\n\n.viewer td, .viewer tr {\n border: 1px solid [[ColorPalette::TertiaryDark]];\n}\n\n.viewer pre {\n border: 1px solid [[ColorPalette::SecondaryLight]];\n background: [[ColorPalette::SecondaryPale]];\n}\n\n.viewer code {\n color: [[ColorPalette::SecondaryDark]];\n}\n\n.viewer hr {\n border: 0;\n border-top: solid2px [[ColorPalette::TertiaryDark]];\n color: [[ColorPalette::TertiaryDark]];\n}\n\n.box {\n background: #ccecff;\n border; 1px;\n}\n\n#mainMenu .highlight, #mainMenu .marked {\n background: [[ColorPalette::PrimaryPale]];\n}\n\n.highlight, .marked {\n background: [[ColorPalette::SecondaryLight]];\n}\n\n.editor input {\n border: 1px solid [[ColorPalette::PrimaryMid]];\n}\n\n.editor textarea {\n border: 1px solid [[ColorPalette::PrimaryMid]];\n width: 100%;\n}\n\n.editorFooter {\n color: [[ColorPalette::TertiaryMid]];\n}\n\n/*}}}*/
/*{{{*/\nbody {\n background: [[ColorPalette::Background]];\n color: [[ColorPalette::Foreground]];\n}\n\na{\n color: [[ColorPalette::PrimaryMid]];\n}\n\na:hover{\n background: [[ColorPalette::PrimaryMid]];\n color: [[ColorPalette::Background]];\n}\n\na img{\n border: 0;\n}\n\nh1,h2,h3,h4,h5 {\n color: [[ColorPalette::SecondaryDark]];\n background: [[ColorPalette::PrimaryPale]];\n}\n\n.button {\n color: [[ColorPalette::PrimaryDark]];\n border: 1px solid [[ColorPalette::Background]];\n}\n\n.button:hover {\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::SecondaryLight]];\n border-color: [[ColorPalette::SecondaryMid]];\n}\n\n.button:active {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::SecondaryMid]];\n border: 1px solid [[ColorPalette::SecondaryDark]];\n}\n\n.header {\n background: [[ColorPalette::PrimaryMid]];\n}\n\n.headerShadow {\n color: [[ColorPalette::Foreground]];\n}\n\n.headerShadow a {\n font-weight: normal;\n color: [[ColorPalette::Foreground]];\n}\n\n.headerForeground {\n color: [[ColorPalette::Background]];\n}\n\n.headerForeground a {\n font-weight: normal;\n color: [[ColorPalette::PrimaryPale]];\n}\n\n.tabSelected{\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::TertiaryPale]];\n border-left: 1px solid [[ColorPalette::TertiaryLight]];\n border-top: 1px solid [[ColorPalette::TertiaryLight]];\n border-right: 1px solid [[ColorPalette::TertiaryLight]];\n}\n\n.tabUnselected {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::TertiaryMid]];\n}\n\n.tabContents {\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::TertiaryPale]];\n border: 1px solid [[ColorPalette::TertiaryLight]];\n}\n\n.tabContents .button {\n border: 0;}\n\n#sidebar {\n}\n\n#sidebarOptions input {\n border: 1px solid [[ColorPalette::PrimaryMid]];\n}\n\n#sidebarOptions .sliderPanel {\n background: [[ColorPalette::PrimaryPale]];\n}\n\n#sidebarOptions .sliderPanel a {\n border: none;\n color: [[ColorPalette::PrimaryMid]];\n}\n\n#sidebarOptions .sliderPanel a:hover {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::PrimaryMid]];\n}\n\n#sidebarOptions .sliderPanel a:active {\n color: [[ColorPalette::PrimaryMid]];\n background: [[ColorPalette::Background]];\n}\n\n.wizard {\n background: [[ColorPalette::SecondaryLight]];\n border-top: 1px solid [[ColorPalette::SecondaryMid]];\n border-left: 1px solid [[ColorPalette::SecondaryMid]];\n}\n\n.wizard h1 {\n color: [[ColorPalette::SecondaryDark]];\n}\n\n.wizard h2 {\n color: [[ColorPalette::Foreground]];\n}\n\n.wizardStep {\n background: [[ColorPalette::Background]];\n border-top: 1px solid [[ColorPalette::SecondaryMid]];\n border-bottom: 1px solid [[ColorPalette::SecondaryMid]];\n border-left: 1px solid [[ColorPalette::SecondaryMid]];\n}\n\n.wizard .button {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::PrimaryMid]];\n border-top: 1px solid [[ColorPalette::PrimaryLight]];\n border-right: 1px solid [[ColorPalette::PrimaryDark]];\n border-bottom: 1px solid [[ColorPalette::PrimaryDark]];\n border-left: 1px solid [[ColorPalette::PrimaryLight]];\n}\n\n.wizard .button:hover {\n color: [[ColorPalette::PrimaryLight]];\n background: [[ColorPalette::PrimaryDark]];\n border-color: [[ColorPalette::PrimaryLight]];\n}\n\n.wizard .button:active {\n color: [[ColorPalette::Background]];\n background: [[ColorPalette::PrimaryMid]];\n border-top: 1px solid [[ColorPalette::PrimaryLight]];\n border-right: 1px solid [[ColorPalette::PrimaryDark]];\n border-bottom: 1px solid [[ColorPalette::PrimaryDark]];\n border-left: 1px solid [[ColorPalette::PrimaryLight]];\n}\n\n#messageArea {\n border: 1px solid [[ColorPalette::SecondaryDark]];\n background: [[ColorPalette::SecondaryMid]];\n color: [[ColorPalette::PrimaryDark]];\n}\n\n#messageArea .button {\n padding: 0.2em 0.2em 0.2em 0.2em;\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::Background]];\n}\n\n.popup {\n background: [[ColorPalette::PrimaryLight]];\n border: 1px solid [[ColorPalette::PrimaryMid]];\n}\n\n.popup hr {\n color: [[ColorPalette::PrimaryDark]];\n background: [[ColorPalette::PrimaryDark]];\n border-bottom: 1px;\n}\n\n.popup li.disabled {\n color: [[ColorPalette::PrimaryMid]];\n}\n\n.popup li a, .popup li a:visited {\n color: [[ColorPalette::TertiaryPale]];\n border: none;\n}\n\n.popup li a:hover {\n background: [[ColorPalette::PrimaryDark]];\n color: [[ColorPalette::Background]];\n border: none;\n}\n\n.tiddler .defaultCommand {\n font-weight: bold;\n}\n\n.shadow .title {\n color: [[ColorPalette::TertiaryDark]];\n}\n\n.title {\n color: [[ColorPalette::SecondaryDark]];\n}\n\n.subtitle {\n color: [[ColorPalette::TertiaryDark]];\n}\n\n.toolbar {\n color: [[ColorPalette::PrimaryMid]];\n}\n\n.tagging, .tagged {\n border: 1px solid [[ColorPalette::TertiaryPale]];\n background-color: [[ColorPalette::TertiaryPale]];\n}\n\n.selected .tagging, .selected .tagged {\n background-color: [[ColorPalette::TertiaryLight]];\n border: 1px solid [[ColorPalette::TertiaryMid]];\n}\n\n.tagging .listTitle, .tagged .listTitle {\n color: [[ColorPalette::PrimaryDark]];\n}\n\n.tagging .button, .tagged .button {\n border: none;\n}\n\n.footer {\n color: [[ColorPalette::TertiaryLight]];\n}\n\n.selected .footer {\n color: [[ColorPalette::TertiaryMid]];\n}\n\n.sparkline {\n background: [[ColorPalette::PrimaryPale]];\n border: 0;\n}\n\n.sparktick {\n background: [[ColorPalette::PrimaryDark]];\n}\n\n.error, .errorButton {\n color: [[ColorPalette::Foreground]];\n background: [[ColorPalette::Error]];\n}\n\n.warning {\n color: [[ColorPalette::Foreground]];\n background: [[ColorPalette::SecondaryPale]];\n}\n\n.cascade {\n background: [[ColorPalette::TertiaryPale]];\n color: [[ColorPalette::TertiaryMid]];\n border: 1px solid [[ColorPalette::TertiaryMid]];\n}\n\n.imageLink, #displayArea .imageLink {\n background: transparent;\n}\n\n.viewer .listTitle {list-style-type: none; margin-left: -2em;}\n\n.viewer .button {\n border: 1px solid [[ColorPalette::SecondaryMid]];\n}\n\n.viewer blockquote {\n border-left: 3px solid [[ColorPalette::TertiaryDark]];\n}\n\n.viewer table {\n border: 2px solid [[ColorPalette::TertiaryDark]];\n}\n\n.viewer th, thead td {\n background: [[ColorPalette::SecondaryMid]];\n border: 1px solid [[ColorPalette::TertiaryDark]];\n color: [[ColorPalette::Background]];\n}\n\n.viewer td, .viewer tr {\n border: 1px solid [[ColorPalette::TertiaryDark]];\n}\n\n.viewer pre {\n border: 1px solid [[ColorPalette::SecondaryLight]];\n background: [[ColorPalette::SecondaryPale]];\n}\n\n.viewer code {\n color: [[ColorPalette::SecondaryDark]];\n}\n\n.viewer hr {\n border: 0;\n border-top: dashed 1px [[ColorPalette::TertiaryDark]];\n color: [[ColorPalette::TertiaryDark]];\n}\n\n.highlight, .marked {\n background: [[ColorPalette::SecondaryLight]];\n}\n\n.editor input {\n border: 1px solid [[ColorPalette::PrimaryMid]];\n}\n\n.editor textarea {\n border: 1px solid [[ColorPalette::PrimaryMid]];\n width: 100%;\n}\n\n.editorFooter {\n color: [[ColorPalette::TertiaryMid]];\n}\n\n/*}}}*/\n\n/***\nThis line replaces the ''.popup hr'' rule in the SSC.\n***/\n/*{{{*/\n.listBreak div{\n border-bottom: 1px solid [[ColorPalette::PrimaryDark]];\n}\n/*}}}*/
/*{{{*/\n* html .tiddler {\n height: 1%;\n}\n\n[[TagglyTaggingStyles]]\n[[MainMenuStyles]]\n\nbody {\nfont-size: .75em;\nfont-family: bookman old style, garamond antigua, arial, helvetica;\nmargin: 0;\npadding: 0;\n}\n\n#displayArea {\nmargin-left: 16em;\nmargin-right: 3em;\n}\n\n.cleartable table {\nborder: 0;\n}\n\nh1, h2, h3, h4, h5 {\nfont-weight: bold;\ntext-decoration: none;\n}\n\nh1 {font-size: 1.35em;}\nh2 {font-size: 1.25em;}\nh3 {font-size: 1.1em;}\nh4 {font-size: 1em;}\nh5 {font-size: .9em;}\n\nhr {\nheight: 1px;\n}\n\na {\ntext-decoration: none;\n}\n\ndt {font-weight: bold;}\n\nol { list-style-type: decimal }\nol ol { list-style-type: lower-alpha }\nol ol ol { list-style-type: lower-roman }\nol ol ol ol { list-style-type: decimal }\nol ol ol ol ol { list-style-type: lower-alpha }\nol ol ol ol ol ol { list-style-type: lower-roman }\nol ol ol ol ol ol ol { list-style-type: decimal }\n\n.txtOptionInput {\nwidth: 11em;\n}\n\n#contentWrapper .chkOptionInput {\nborder: 0;\n}\n\n.externalLink {\ntext-decoration: none;\nfont-weight: bold;\n}\n\n.indent {\nmargin-left: 0.5em;\npadding-left: 1.5em;\n}\n\n.outdent {\nmargin-left:3em;\ntext-indent:-3em;\n}\n\ncode.escaped {\nwhite-space:nowrap;\n}\n\n.tiddlyLinkExisting {\nfont-weight: bold;\n}\n\n.tiddlyLinkNonExisting {\nfont-style: italic;\n}\n\n/* the 'a' is required for IE, otherwise it renders the whole tiddler a bold */\na.tiddlyLinkNonExisting.shadow {\nfont-weight: bold;\n}\n\n.header {\nposition: relative;\n}\n\n.header a:hover {\n background: transparent;\n}\n\n.headerShadow {\n position: relative;\n padding: 1.5em 0em 1em 1em;\n left: -1px;\n top: -1px;\n}\n\n.headerForeground {\nposition: absolute;\npadding: 1.5em 0em 1em 1em;\nleft: 0px;\ntop: 0px;\n}\n\n.siteTitle {\nfont-size: 3em;\n}\n\n.siteSubtitle {\nfont-size: 1.2em;\n}\n\n.wizard {\npadding: 0.1em 0em 0em 2em;\n}\n\n.wizard h1 {\nfont-size: 2em;\nfont-weight: bold;\nbackground: none;\npadding: 0em 0em 0em 0em;\nmargin: 0.4em 0em 0.2em 0em;\n}\n\n.wizard h2 {\nfont-size: 1.2em;\nfont-weight: bold;\nbackground: none;\npadding: 0em 0em 0em 0em;\nmargin: 0.2em 0em 0.2em 0em;\n}\n\n.wizardStep {\npadding: 1em 1em 1em 1em;\n}\n\n.wizard .button {\nmargin: 0.5em 0em 0em 0em;\nfont-size: 1.2em;\n}\n\n#messageArea {\nposition:absolute; top:0; right:0; margin: 0.5em; padding: 0.5em;\n}\n\n*[id='messageArea'] {\nposition:fixed !important; z-index:99;}\n\n.messageToolbar {\ndisplay: block;\ntext-align: right;\n}\n\n#messageArea a{\ntext-decoration: underline;\n}\n\n.popup {\nfont-size: .9em;\npadding: 0.2em;\nlist-style: none;\nmargin: 0;\n}\n\n.popup hr {\ndisplay: block;\nheight: 1px;\nwidth: auto;\npadding: 0;\nmargin: 0.2em 0em;\n}\n\n.listBreak {\nfont-size: 1px;\nline-height: 1px;\n}\n\n.listBreak div {\nmargin: 2px 0;\n}\n\n.popup li.disabled {\npadding: 0.2em;\n}\n\n.popup li a{\ndisplay: block;\npadding: 0.2em;\n}\n\n.tabset {\npadding: 1em 0em 0em 0.5em;\n}\n\n.tab {\nmargin: 0em 0em 0em 0.25em;\npadding: 2px;\n}\n\n.tabContents {\npadding: 0.5em;\n}\n\n.tabContents ul, .tabContents ol {\nmargin: 0;\npadding: 0;\n}\n\n.txtMainTab .tabContents li {\nlist-style: none;\n}\n\n.tabContents li.listLink {\n margin-left: .75em;\n}\n\n.toolbar {\ntext-align: right;\nfont-size: .9em;\nvisibility: hidden;\n}\n\n.selected .toolbar {\nvisibility: visible;\n}\n\n.tiddler {\npadding: 1em 1em 0em 1em;\n}\n\n.missing .viewer,.missing .title {\nfont-style: italic;\n}\n\n.title {\nfont-size: 1.6em;\nfont-weight: bold;\npadding-left: 1px;\n}\n\n.missing .subtitle {\ndisplay: none;\n}\n\n.subtitle {\nfont-size: 1.1em;\npadding-left: 2px;\n}\n\n.tiddler .button {\npadding: 0.2em 0.4em;\n}\n\n.tagging {\nmargin: 0.5em 0.5em 0.5em 0;\nfloat: right;\ndisplay: none;\n}\n\n.isTag .tagging {\ndisplay: block;\n}\n\n.tagged {\nmargin: 0.5em;\n}\n\n.tagging, .tagged {\nfont-size: 0.9em;\npadding: 0.25em;\n}\n\n.tagging ul, .tagged ul {\nlist-style: none;margin: 0.25em;\npadding: 0;\n}\n\n.tagClear {\nclear: both;\n}\n\n.footer {\nfont-size: .9em;\n}\n\n.footer li {\ndisplay: inline;\n}\n\n* html .viewer pre {\nwidth: 99%;\npadding: 0 0 1em 0;\n}\n\n.viewer {\nline-height: 1.4em;\npadding-left: 1em;\n}\n\n.viewer .button {\nmargin: 0em 0.25em;\npadding: 0em 0.25em;\n}\n\n.viewer blockquote {\nmargin-left: 0.5em;\npadding-left: 1.5em;\n}\n\n.viewer ul, .viewer ol{\nmargin-left: 0.5em;\npadding-left: 1.5em;\n}\n\n.viewer li {\nmargin-top: 0.8em;\n}\n\n.viewer table {\nborder-collapse: collapse;\nmargin: 0.5em 0.5em;\n}\n\n.viewer th, .viewer td, .viewer tr,.viewer caption{\nvertical-align: top;\npadding: 1px;\n}\n\n.viewer table.listView {\nfont-size: 0.85em;\nmargin: 0.8em 1.0em;\n}\n\n.viewer table.listView th, .viewer table.listView td, .viewer table.listView tr {\npadding: 0px 2px 0px 2px;\n}\n\n.viewer pre {\npadding: 0.2em;\nfont-size: 0.9em;\nline-height: 110%;\noverflow: auto;\n}\n\n.viewer code {\nfont-size: 90%;\n}\n\n.editor {\nfont-size: 1.1em;\n}\n\n.editor input, .editor textarea {\ndisplay: block;\nwidth: 100%;\nfont: inherit;\n}\n\n.editorFooter {\npadding: 0.25em 0em;\nfont-size: .9em;\n}\n\n.editorFooter .button {\npadding-top: 0px; padding-bottom: 0px;}\n\n.fieldsetFix {border: 0;\npadding: 0;\nmargin: 1px 0px 1px 0px;\n}\n\n.sparkline {\nline-height: 1em;\n}\n\n.sparktick {\noutline: 0;\n}\n\n.zoomer {\nfont-size: 1.1em;\nposition: absolute;\npadding: 1em;\n}\n\n.cascade {\nfont-size: 1.1em;\nposition: absolute;\noverflow: hidden;\n}\n/*}}}*/\n
<!--{{{-->\n<div class='titleLine'>\n <span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;\n <span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n\n <div class="headerOptions">\n <span macro="search"></span>\n <span macro="slider chkSliderOptionsPanel OptionsPanel options 'Change TiddlyWiki advanced options'"></span>\n </div>\n</div>\n\n<div class='header'>\n <div id='rinTopMenu' refresh='content' tiddler='RinTopMenu'></div>\n</div>\n\n<div id='messageArea'></div>\n\n<div id='bodyWrapper'>\n <div id='rinSidebar'>\n <div class='sidebarBlock'>\n <h3>Tools</h3>\n <div refresh='content' tiddler='RinTools'></div>\n </div>\n\n <div class='sidebarBlock'>\n <h3>Links</h3>\n <div refresh='content' tiddler='RinLinks'></div>\n </div>\n \n <div class='sidebarBlock'>\n <div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>\n </div>\n </div>\n\n <div id='displayArea'>\n <div id='tiddlerDisplay'></div>\n </div>\n <div id='contentFooter'><p>TiddlyWiki was created by <a href="http://www.tidlywiki.com" title="TiddlyWiki">Jeremy Ruston</a> and TiddlyRin was created by <a href="http://www.checkettsweb.com" title="Checketts Web">Clint Checketts</a></p></div>\n</div>\n<!--}}}-->
!Header 1\n{{{!Header 1}}}\n!!Header 2\n{{{!!Header 2}}}\n!!!Header 3\n{{{!!!Header 3}}}\n!!!!Header 4\n{{{!!!!Header 4}}}\n!!!!!Header 5\n{{{!!!!!Header 5}}}
<<<\n"Sustainable development is development that meets the needs of the present without compromising the ability of future generations to meet their own needs. It contains within it two key concepts:\n* the concept of 'needs', in particular the essential needs of the world's poor, to which overriding priority should be given; and\n* the idea of limitations imposed by the state of technology and social organization on the environment's ability to meet present and future needs."\n>> //From [[Our Common Future: Chapter 2: Towards Sustainable Development|http://www.un-documents.net/ocf-02.htm]]//\n<<<\nIt was [[Our Common Future]] - formally known as the ''Report of the World Commission on Environment & Development'', and also known as the ''Brundtland Report'' after the Chair of the Commission, ''Gro Harlem Brundtland'' - that put the concept of sustainable development on the global agenda. ''Our Common Future'' broke new ground in several key areas:\n* it brought into focus the extent of the interrelationships between economic development and the natural environment and the need to adopt a holistic perspective\n* it emphasized the critical importance of the participation of all major groups in society into deliberations on policies and the the implementation of sustainable development;\n* it articulated the critical need for a global transition to a new model of economic development and the transition to a sustainable development path.\n<<<\n"''The Interlocking Crises''\n\nUntil recently, the planet was a large world in which human activities and their effects were neatly compartmentalized within nations, within sectors (energy, agriculture, trade), and within broad areas of concern (environment, economics, social). These compartments have begun to dissolve. This applies in particular to the various global 'crises' that have seized public concern, particularly over the past decade. These are not separate crises: an environmental crisis, a development crisis, an energy crisis. They are all one."\n>> //From [[Our Common Future, From One Earth to One World|http://www.un-documents.net/ocf-ov.htm]]//\n<<<\n[[Our Common Future]] served as a key foundation for the 1992 ''United Nations Conference on Environment and Development'' - also known as the ''Earth Summit'' - that was held in Rio de Janeiro, Brazil in June 1992, and that led to the adoption of the [[Rio Declaration on Environment and Development]], [[Agenda 21]], the [[Convention on Biodiversity]] and the [[Framework Convention on Climate Change]]. Since the ''Earth Summit'', the concept and vision of sustainable development has come to play a central role in both international negotiations and in the development and implementation of national and local policies and practices relating to economic and social development and to the environment.\n
Sylvan M. Barnet, Jr. has had 60 years of experience in international communications in the fields of publishing, public relations, advertising and government. He is a graduate of Yale University and the U. S. Naval War College. In publishing, he was at the U.S. News & World Report and was Publisher of the International Herald Tribune in Paris and New York. In public relations, Mr. Barnet was Chairman of International Public Relations and Vice President of Public Relations for American Airlines. He was Director of the U.S. Travel Service, Department of Commerce and Executive Director of the International Advertising Association. \n\nMr. Barnet had been the representative for Rotary International since 1988. At Rotary International he has served as Vice Chair, Rhode Island Committee for U. N. Delegation and Diplomatic Relations and a member of the Rhode Island Diplomatic Protocol Committee. His United Nations experience includes Past Chair of the ~Non-Governmental Organizations Executive Committee, DPI, of the NGO Committees on Sustainable Development and Population and Development. He is the founder of the NGO Committee on Education, Chair of the Advisory Council, United Nations Association, NY, and a member of the National Council, ~UNA-USA.
<<list all>>
*sample:\n|!th1111111111|!th2222222222|\n|>| colspan |\n| rowspan |left|\n|~| right|\n|bgcolor(#a0ffa0):colored| center |\n|caption|c\n*another sample: see PeriodicTable.\nFor advanced effects, you can control the CSS style of a table by adding a row like this:\n{{{\n|cssClass|k\n}}}\n
/***\n| Name:|''tagAdder''|\n| Created by:|SaqImtiaz|\n| Location:|http://lewcid.googlepages.com/lewcid.html|\n| Version:|0.61 (07 Apr-2006)|\n| Requires:|~TW2.07|\n!About\n*provides a drop down list for toggling tags \n*you can specify which tags to list, and have multiple drop downs with different tag lists.\n\n!Demonstration\n<<tagAdder>>\n{{{<<tagAdder>>}}}\n\n''I recommend using either tagAdder or monkeyTagger, with dropTags and dropTagging in the toolbar:''\n\n\n!Installation:\n*Copy this tiddler to your TW with the systemConfig tag\n* copy the following to your ViewTemplate:\n#either {{{\n<div class='tagged' macro='tagAdder'></div>\n}}} to add to next to the tags macro in the viewer area, or\n#{{{<div class='toolbar' >\n<span style="padding-right:1.75em;" macro='tagAdder'></span>\n<span macro='toolbar -closeTiddler closeOthers +editTiddler permalink references jump'></span></div>}}} to add to the toolbar.\n(adjust padding to taste)\n\n!Usage:\n*by default {{{<<tagAdder>>}}} will display drop down list of all tags, with tags present on the tiddler grouped together.\n*to sort alphabetically (ignoring the [x]), use {{{<<tagAdder 'nogroup'>>}}}\n*to specify what tags to list, use {{{<<tagAdder 'group/nogroup' 'tiddler'>>}}} where tiddler is a tiddler that is tagged with the tags you want to list. (use one of either group or no group, not both!)\nEg: TagDataBase is my tiddler that is tagged with the tags I want to list, so I will use {{{<<tagAdder 'group' 'TagDataBase'>>}}}\n for a list like this: <<tagAdder 'group' 'TagDataBase'>>\n*you can specify a custom label by giving the macro an additional parameter.\nEg: {{{<<tagAdder 'group' 'TagDataBase' 'custom label'>>}}} gives <<tagAdder 'group' 'TagDataBase' 'custom label'>>\n\n!Tips:\n*On the tiddler you want to use as your TagsDataBase, add {{{<<tagAdder>>}}} for a drop down list of all tags, so you can easily toggle tags on it!\n*You can have as many TagDataBases as you like.\n\n!Notes:\n*use css to style to taste\n*tags to be removed are preceded by [x]\n\n!To Do:\n*Combine with features of normal tags drop down list.(drop tag macro)\n*TagsDB manager\n*''add exclude tag feature''\n\n!History\n*07 Apr-2006, version 0.61\n**fixed IE bug with not returning false \n\n!CODE\n***/\n//{{{\n\nconfig.macros.tagAdder= {};\n//config.macros.tagAdder.dropdownchar = (document.all?"▼":"▾"); // the fat one is the only one that works in IE\nconfig.macros.tagAdder.dropdownchar = "▼"; // uncomment previous line and comment this for smaller version in FF\nconfig.macros.tagAdder.handler = function(place,macroName,params,wikifier,paramString,tiddler)\n{\n var arrow=': '+ config.macros.tagAdder.dropdownchar;\n var tAsort = (params[0] && params[0] !='.') ? params[0]: 'group';\n if (params[1]){var tAsource=params[1]};\n if ((tAsource)&&(!store.getTiddler(tAsource)))\n return false;\n var tAlabel= (params[2] && params[2] !='.')? params[2]: 'toggle tags'+arrow;\n var tAtooltip= (params[2] && params[2] !='.')? params[2]: 'toggle tags on this tiddler';\n\n if(tiddler instanceof Tiddler)\n {\n var title = tiddler.title;\n var lingo = config.views.editor.tagChooser;\n \n var ontagclick = function(e) {\n if (!e) var e = window.event;\n var tag = this.getAttribute("tag");\n\n var t=store.getTiddler(title);\n if (!t || !t.tags) return;\n if (t.tags.find(tag)==null)\n {t.tags.push(tag)}\n else\n {t.tags.splice(t.tags.find(tag),1)};\n story.saveTiddler(title);\n story.refreshTiddler(title,null,true);\n return false;\n };\n\n var onclick = function(e) {\n if (!e) var e = window.event;\n var popup = Popup.create(this);\n var t=store.getTiddler(title);\n if (!t) return false;\n var tagsarray = store.getTags();\n var tagsvalue=new Array();\n\n for (var i=0; i<tagsarray.length; i++){\n var thetagonly= (tagsarray[i][0]);\n tagsvalue.push(thetagonly);}\n\n if (tAsource)\n {var sourcetiddler=store.getTiddler(tAsource);\n var tagsvalue=sourcetiddler.tags;\n }\n var tagslabel=new Array();\n var tagssorted=new Array();\n\n for (var i=0;i<tagsvalue.length;i++){\n var temptag=(tagsvalue[i]);\n if (t.tags.find(temptag)==null)\n {var temptagx = '[ ] '+temptag;\n tagslabel.push(temptagx);\n tagssorted.push(temptag);\n }\n else\n {var temptagx ='[x] '+temptag;\n if (tAsort=='group'){\n tagslabel.unshift(temptagx);\n tagssorted.unshift(temptag);}\n else if (tAsort=='nogroup'){\n tagslabel.push(temptagx);\n tagssorted.push(temptag);} }\n ;}\n\n\n if(tagsvalue.length == 0)\n createTiddlyText(createTiddlyElement(popup,"li"),lingo.popupNone);\n for (var t=0; t<tagsvalue.length; t++)\n {\n var theTag = createTiddlyButton(createTiddlyElement(popup,"li"),tagslabel[t],"toggle '"+([tagssorted[t]])+"'",ontagclick);\n theTag.setAttribute("tag",tagssorted[t]);\n }\n Popup.show(popup,false);\n e.cancelBubble = true;\n if (e.stopPropagation) e.stopPropagation();\n return(false);\n };\n //createTiddlyButton(place,tAlabel,tAtooltip,onclick);\nvar createdropperButton = function(place){\nvar sp = createTiddlyElement(place,"span",null,"tagadderbutton");\nvar theDropDownBtn = createTiddlyButton(sp,tAlabel,tAtooltip,onclick);\n};\n\ncreatedropperButton(place);\n}\n};\nsetStylesheet(\n ".toolbar .tagadderbutton { margin-right:0em; border:0px solid #eee; padding:0px; padding-right:0px; padding-left:0px; }\sn"+\n ".tagadderbutton a.button { padding:2px; padding-left:2px; padding-right:2px;}\sn"+\n// ".tagadderbutton {font-size:150%;}\sn"+\n "",\n"TagAdderStyles");\n\n//}}}\n\n
/***\n|''Name:''|TagCloudPlugin|\n|''Source:''|http://www.TiddlyTools.com/#TagCloudPlugin|\n|''Author:''|Clint Checketts|\n|''License:''|unknown|\n|''~CoreVersion:''|2.0.10|\n\n!Usage\n<<tagCloud>>\n\n!Code\n***/\n//{{{\nversion.extensions.tagCloud = {major: 1, minor: 0 , revision: 0, date: new Date(2006,2,04)};\n//Created by Clint Checketts, contributions by Jonny Leroy and Eric Shulman\n\nconfig.macros.tagCloud = {\n noTags: "No tag cloud created because there are no tags.",\n tooltip: "%1 tiddlers tagged with '%0'"\n};\n\nconfig.macros.tagCloud.handler = function(place,macroName,params) {\n \nvar tagCloudWrapper = createTiddlyElement(place,"div",null,"tagCloud",null);\n\nvar tags = store.getTags();\nfor (var t=0; t<tags.length; t++) {\n for (var p=0;p<params.length; p++) if (tags[t][0] == params[p]) tags[t][0] = "";\n}\n\n if(tags.length == 0) \n createTiddlyElement(tagCloudWrapper,"span",null,null,this.noTags);\n //Findout the maximum number of tags\n var mostTags = 0;\n for (var t=0; t<tags.length; t++) if (tags[t][0].length > 0){\n if (tags[t][1] > mostTags) mostTags = tags[t][1];\n }\n //divide the mostTags into 4 segments for the 4 different tagCloud sizes\n var tagSegment = mostTags / 4;\n\n for (var t=0; t<tags.length; t++) if (tags[t][0].length > 0){\n var tagCloudElement = createTiddlyElement(tagCloudWrapper,"span",null,null,null);\n tagCloudWrapper.appendChild(document.createTextNode(" "));\n var theTag = createTiddlyButton(tagCloudElement,tags[t][0],this.tooltip.format(tags[t]),onClickTag,"tagCloudtag tagCloud" + (Math.round(tags[t][1]/tagSegment)+1));\n theTag.setAttribute("tag",tags[t][0]);\n }\n\n};\n\nsetStylesheet(".tagCloud span{height: 1.8em;margin: 3px;}.tagCloud1{font-size: 1.2em;}.tagCloud2{font-size: 1.4em;}.tagCloud3{font-size: 1.6em;}.tagCloud4{font-size: 1.8em;}.tagCloud5{font-size: 1.8em;font-weight: bold;}","tagCloudsStyles");\n//}}}
/***\n| Name:|TagglyTaggingPlugin|\n| Description:|tagglyTagging macro is a replacement for the builtin tagging macro in your ViewTemplate|\n| Version:|6.1.5|\n| Date:|05-Oct-2006|\n| Source:|http://mptw.tiddlyspot.com/#TagglyTaggingPlugin|\n| Author:|Simon Baird <simon.baird@gmail.com>|\n| CoreVersion:|2.1.x|\n!!See also:\n* [[1. What is TagglyTagging?]] \n* [[2. What's different about TagglyTagging?]] \n* [[3. Why use TagglyTagging?]] \n* [[4. How do I install it?]]\n* [[5. Where did it come from?]] \n!!Notes\nSee http://mptw.tiddlyspot.com/#TagglyTagging\n***/\n//{{{\nconfig.taggly = {\n\n // for translations\n lingo: {\n labels: {\n asc: "\su2191", // down arrow\n desc: "\su2193", // up arrow\n title: "title",\n modified: "modified",\n created: "created",\n show: "+",\n hide: "-",\n normal: "normal",\n group: "group",\n commas: "commas",\n sitemap: "sitemap",\n numCols: "cols\su00b1", // plus minus sign\n label: "Tagged as '%0':"\n },\n\n tooltips: {\n title: "Click to sort by title",\n modified: "Click to sort by modified date",\n created: "Click to sort by created date",\n show: "Click to show tagging list",\n hide: "Click to hide tagging list",\n normal: "Click to show a normal ungrouped list",\n group: "Click to show list grouped by tag",\n sitemap: "Click to show a sitemap style list",\n commas: "Click to show a comma separated list",\n numCols: "Click to change number of columns"\n }\n },\n\n config: {\n showTaggingCounts: true,\n listOpts: {\n // the first one will be the default\n sortBy: ["title","modified","created"],\n sortOrder: ["asc","desc"],\n hideState: ["show","hide"],\n listMode: ["normal","group","sitemap","commas"],\n numCols: ["1","2","3","4","5","6"]\n },\n valuePrefix: "taggly."\n },\n\n getTagglyOpt: function(title,opt) {\n var val = store.getValue(title,this.config.valuePrefix+opt);\n return val ? val : this.config.listOpts[opt][0];\n },\n\n setTagglyOpt: function(title,opt,value) {\n if (!store.tiddlerExists(title))\n // create it silently\n store.saveTiddler(title,title,config.views.editor.defaultText.format([title]),config.options.txtUserName,new Date(),null);\n // if value is default then remove it to save space\n return store.setValue(title,\n this.config.valuePrefix+opt,\n value == this.config.listOpts[opt][0] ? null : value);\n },\n\n getNextValue: function(title,opt) {\n var current = this.getTagglyOpt(title,opt);\n var pos = this.config.listOpts[opt].indexOf(current);\n // a little usability enhancement. actually it doesn't work right for grouped or sitemap\n var limit = (opt == "numCols" ? store.getTaggedTiddlers(title).length : this.config.listOpts[opt].length);\n var newPos = (pos + 1) % limit;\n return this.config.listOpts[opt][newPos];\n },\n\n toggleTagglyOpt: function(title,opt) {\n var newVal = this.getNextValue(title,opt);\n this.setTagglyOpt(title,opt,newVal);\n }, \n\n createListControl: function(place,title,type) {\n var lingo = config.taggly.lingo;\n var label;\n var tooltip;\n var onclick;\n\n if ((type == "title" || type == "modified" || type == "created")) {\n // "special" controls. a little tricky. derived from sortOrder and sortBy\n label = lingo.labels[type];\n tooltip = lingo.tooltips[type];\n\n if (this.getTagglyOpt(title,"sortBy") == type) {\n label += lingo.labels[this.getTagglyOpt(title,"sortOrder")];\n onclick = function() {\n config.taggly.toggleTagglyOpt(title,"sortOrder");\n return false;\n }\n }\n else {\n onclick = function() {\n config.taggly.setTagglyOpt(title,"sortBy",type);\n config.taggly.setTagglyOpt(title,"sortOrder",config.taggly.config.listOpts.sortOrder[0]);\n return false;\n }\n }\n }\n else {\n // "regular" controls, nice and simple\n label = lingo.labels[type == "numCols" ? type : this.getNextValue(title,type)];\n tooltip = lingo.tooltips[type == "numCols" ? type : this.getNextValue(title,type)];\n onclick = function() {\n config.taggly.toggleTagglyOpt(title,type);\n return false;\n }\n }\n\n // hide button because commas don't have columns\n if (!(this.getTagglyOpt(title,"listMode") == "commas" && type == "numCols"))\n createTiddlyButton(place,label,tooltip,onclick,type == "hideState" ? "hidebutton" : "button");\n },\n\n makeColumns: function(orig,numCols) {\n var listSize = orig.length;\n var colSize = listSize/numCols;\n var remainder = listSize % numCols;\n\n var upperColsize = colSize;\n var lowerColsize = colSize;\n\n if (colSize != Math.floor(colSize)) {\n // it's not an exact fit so..\n upperColsize = Math.floor(colSize) + 1;\n lowerColsize = Math.floor(colSize);\n }\n\n var output = [];\n var c = 0;\n for (var j=0;j<numCols;j++) {\n var singleCol = [];\n var thisSize = j < remainder ? upperColsize : lowerColsize;\n for (var i=0;i<thisSize;i++) \n singleCol.push(orig[c++]);\n output.push(singleCol);\n }\n\n return output;\n },\n\n drawTable: function(place,columns,theClass) {\n var newTable = createTiddlyElement(place,"table",null,theClass);\n var newTbody = createTiddlyElement(newTable,"tbody");\n var newTr = createTiddlyElement(newTbody,"tr");\n for (var j=0;j<columns.length;j++) {\n var colOutput = "";\n for (var i=0;i<columns[j].length;i++) \n colOutput += columns[j][i];\n var newTd = createTiddlyElement(newTr,"td",null,"tagglyTagging"); // todo should not need this class\n wikify(colOutput,newTd);\n }\n return newTable;\n },\n\n createTagglyList: function(place,title) {\n switch(this.getTagglyOpt(title,"listMode")) {\n case "group": return this.createTagglyListGrouped(place,title); break;\n case "normal": return this.createTagglyListNormal(place,title,false); break;\n case "commas": return this.createTagglyListNormal(place,title,true); break;\n case "sitemap":return this.createTagglyListSiteMap(place,title); break;\n }\n },\n\n getTaggingCount: function(title) {\n // thanks to Doug Edmunds\n if (this.config.showTaggingCounts) {\n var tagCount = store.getTaggedTiddlers(title).length;\n if (tagCount > 0)\n return " ("+tagCount+")";\n }\n return "";\n },\n\n // this is for normal and commas mode\n createTagglyListNormal: function(place,title,useCommas) {\n\n var list = store.getTaggedTiddlers(title,this.getTagglyOpt(title,"sortBy"));\n\n if (this.getTagglyOpt(title,"sortOrder") == "desc")\n list = list.reverse();\n\n var output = [];\n for (var i=0;i<list.length;i++) {\n var countString = this.getTaggingCount(list[i].title);\n if (useCommas)\n output.push((i > 0 ? ", " : "") + "[[" + list[i].title + "]]" + countString);\n else\n output.push("*[[" + list[i].title + "]]" + countString + "\sn");\n }\n\n return this.drawTable(place,\n this.makeColumns(output,useCommas ? 1 : parseInt(this.getTagglyOpt(title,"numCols"))),\n useCommas ? "commas" : "normal");\n },\n\n // this is for the "grouped" mode\n createTagglyListGrouped: function(place,title) {\n var sortBy = this.getTagglyOpt(title,"sortBy");\n var sortOrder = this.getTagglyOpt(title,"sortOrder");\n\n var list = store.getTaggedTiddlers(title,sortBy);\n\n if (sortOrder == "desc")\n list = list.reverse();\n\n var leftOvers = []\n for (var i=0;i<list.length;i++)\n leftOvers.push(list[i].title);\n\n var allTagsHolder = {};\n for (var i=0;i<list.length;i++) {\n for (var j=0;j<list[i].tags.length;j++) {\n\n if (list[i].tags[j] != title) { // not this tiddler\n\n if (!allTagsHolder[list[i].tags[j]])\n allTagsHolder[list[i].tags[j]] = "";\n\n allTagsHolder[list[i].tags[j]] += "**[["+list[i].title+"]]"\n + this.getTaggingCount(list[i].title) + "\sn";\n leftOvers.setItem(list[i].title,-1); // remove from leftovers. at the end it will contain the leftovers\n }\n }\n }\n\n var allTags = [];\n for (var t in allTagsHolder)\n allTags.push(t);\n\n var sortHelper = function(a,b) {\n if (a == b) return 0;\n if (a < b) return -1;\n return 1;\n };\n\n allTags.sort(function(a,b) {\n var tidA = store.getTiddler(a);\n var tidB = store.getTiddler(b);\n if (sortBy == "title") return sortHelper(a,b);\n else if (!tidA && !tidB) return 0;\n else if (!tidA) return -1;\n else if (!tidB) return +1;\n else return sortHelper(tidA[sortBy],tidB[sortBy]);\n });\n\n var leftOverOutput = "";\n for (var i=0;i<leftOvers.length;i++)\n leftOverOutput += "*[["+leftOvers[i]+"]]" + this.getTaggingCount(leftOvers[i]) + "\sn";\n\n var output = [];\n\n if (sortOrder == "desc")\n allTags.reverse();\n else if (leftOverOutput != "")\n // leftovers first...\n output.push(leftOverOutput);\n\n for (var i=0;i<allTags.length;i++)\n output.push("*[["+allTags[i]+"]]" + this.getTaggingCount(leftOvers[i]) + "\sn" + allTagsHolder[allTags[i]]);\n\n if (sortOrder == "desc" && leftOverOutput != "")\n // leftovers last...\n output.push(leftOverOutput);\n\n return this.drawTable(place,\n this.makeColumns(output,parseInt(this.getTagglyOpt(title,"numCols"))),\n "grouped");\n\n },\n\n // used to build site map\n treeTraverse: function(title,depth,sortBy,sortOrder) {\n\n var list = store.getTaggedTiddlers(title,sortBy);\n if (sortOrder == "desc")\n list.reverse();\n\n var indent = "";\n for (var j=0;j<depth;j++)\n indent += "*"\n\n var childOutput = "";\n for (var i=0;i<list.length;i++)\n if (list[i].title != title)\n childOutput += this.treeTraverse(list[i].title,depth+1,sortBy,sortOrder);\n\n if (depth == 0)\n return childOutput;\n else\n return indent + "[["+title+"]]" + this.getTaggingCount(title) + "\sn"+childOutput;\n },\n\n // this if for the site map mode\n createTagglyListSiteMap: function(place,title) {\n var output = this.treeTraverse(title,0,this.getTagglyOpt(title,"sortBy"),this.getTagglyOpt(title,"sortOrder"));\n return this.drawTable(place,\n this.makeColumns(output.split(/(?=^\s*\s[)/m),parseInt(this.getTagglyOpt(title,"numCols"))), // regexp magic\n "sitemap"\n );\n },\n\n macros: {\n tagglyTagging: {\n handler: function (place,macroName,params,wikifier,paramString,tiddler) {\n var refreshContainer = createTiddlyElement(place,"div");\n // do some refresh magic to make it keep the list fresh - thanks Saq\n refreshContainer.setAttribute("refresh","macro");\n refreshContainer.setAttribute("macroName",macroName);\n refreshContainer.setAttribute("title",tiddler.title);\n this.refresh(refreshContainer);\n },\n\n refresh: function(place) {\n var title = place.getAttribute("title");\n removeChildren(place);\n if (store.getTaggedTiddlers(title).length > 0) {\n var lingo = config.taggly.lingo;\n config.taggly.createListControl(place,title,"hideState");\n if (config.taggly.getTagglyOpt(title,"hideState") == "show") {\n createTiddlyElement(place,"span",null,"tagglyLabel",lingo.labels.label.format([title]));\n config.taggly.createListControl(place,title,"title");\n config.taggly.createListControl(place,title,"modified");\n config.taggly.createListControl(place,title,"created");\n config.taggly.createListControl(place,title,"listMode");\n config.taggly.createListControl(place,title,"numCols");\n config.taggly.createTagglyList(place,title);\n }\n }\n }\n }\n },\n\n // todo fix these up a bit\n styles: \n"/*{{{*/\sn"+\n"/* created by TagglyTaggingPlugin */\sn"+\n".tagglyTagging { padding-top:0.5em; }\sn"+\n".tagglyTagging li.listTitle { display:none; }\sn"+\n".tagglyTagging ul {\sn"+\n" margin-top:0px; padding-top:0.5em; padding-left:2em;\sn"+\n" margin-bottom:0px; padding-bottom:0px;\sn"+\n"}\sn"+\n".tagglyTagging { vertical-align: top; margin:0px; padding:0px; }\sn"+\n".tagglyTagging table { margin:0px; padding:0px; }\sn"+\n".tagglyTagging .button { display:none; margin-left:3px; margin-right:3px; }\sn"+\n".tagglyTagging .button, .tagglyTagging .hidebutton {\sn"+\n" color:[[ColorPalette::TertiaryLight]]; font-size:90%;\sn"+\n" border:0px; padding-left:0.3em;padding-right:0.3em;\sn"+\n"}\sn"+\n".tagglyTagging .button:hover, .hidebutton:hover {\sn"+\n" background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]];\sn"+\n"}\sn"+\n".selected .tagglyTagging .button {\sn"+\n" display:inline;\sn"+\n"}\sn"+\n".tagglyTagging .hidebutton { color:[[ColorPalette::Background]]; }\sn"+\n".selected .tagglyTagging .hidebutton { color:[[ColorPalette::TertiaryLight]] }\sn"+\n".tagglyLabel { color:[[ColorPalette::TertiaryMid]]; font-size:90%; }\sn"+\n".tagglyTagging ul {padding-top:0px; padding-bottom:0.5em; margin-left:1em; }\sn"+\n".tagglyTagging ul ul {list-style-type:disc; margin-left:-1em;}\sn"+\n".tagglyTagging ul ul li {margin-left:0.5em; }\sn"+\n".editLabel { font-size:90%; padding-top:0.5em; }\sn"+\n".tagglyTagging .commas { padding-left:1.8em; }\sn"+\n"/*}}}*/\sn"+\n "",\n\n init: function() {\n merge(config.macros,this.macros);\n config.shadowTiddlers["TagglyTaggingStyles"] = this.styles;\n if (store)\n store.addNotification("TagglyTaggingStyles",refreshStyles);\n else\n config.notifyTiddlers.push({name:"TagglyTaggingStyles", notify: refreshStyles});\n }\n};\n\nconfig.taggly.init();\n\n//}}}\n\n
/*{{{*/\n/* created by TagglyTaggingPlugin */\n.tagglyTagging { padding-top:0.5em; }\n.tagglyTagging li.listTitle { display:none; }\n.tagglyTagging ul {\n margin-top:0px; padding-top:0.5em; padding-left:2em;\n margin-bottom:0px; padding-bottom:0px;\n}\n.tagglyTagging { vertical-align: top; margin:0px; padding:0px; }\n.tagglyTagging table { margin:0px; padding:0px; }\n.tagglyTagging .button { display:none; margin-left:3px; margin-right:3px; }\n.tagglyTagging .button, .tagglyTagging .hidebutton {\n color:[[ColorPalette::TertiaryLight]]; font-size:90%;\n border:0px; padding-left:0.3em;padding-right:0.3em;\n}\n.tagglyTagging .button:hover, .hidebutton:hover {\n background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]];\n}\n.selected .tagglyTagging .button {\n display:inline;\n}\n.tagglyTagging .hidebutton { color:[[ColorPalette::Background]]; }\n.selected .tagglyTagging .hidebutton { color:[[ColorPalette::TertiaryLight]] }\n.tagglyLabel { color:[[ColorPalette::TertiaryMid]]; font-size:90%; }\n.tagglyTagging ul {padding-top:0px; padding-bottom:0.5em; margin-left:1em; }\n.tagglyTagging ul ul {list-style-type:disc; margin-left:-1em;}\n.tagglyTagging ul ul li {margin-left:0.5em; }\n.editLabel { font-size:90%; padding-top:0.5em; }\n.tagglyTagging .commas { padding-left:1.8em; }\n/* displays the list of a tiddler's tags horizontally. used in ViewTemplate */\n.tagglyTagged {\ntext-align: right \n}\n.tagglyTagged li.listTitle {\n display:none\n}\n.tagglyTagged li {\n display: inline; font-size:90%;\n}\n.tagglyTagged ul {\n margin:0px; padding:0px;\n}\n/*}}}*/\n
<<tiddler "Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education">>
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Content and methods\n''Recommendation No. 12''\n\nThe Conference,\n\n//Considering//:\n* that the separate disciplines which may bear on environmental issues are often taught in isolation from each other and may tend to neglect or pay insufficient attention to environmental problems,\n* that separate as well as interdisciplinary approaches both have important parts to play, depending on situations, learning groups and age levels,\n* that teaching methods for either type of approach are still in the process of development,\n* that the incorporation of environmental education into existing curricula or teaching programmes is often slow,\n* that the criteria on which to base the content of environmental education programmes and curricula are also in need of further development,\n* that socio-economic conditions determine different educational aspects,\n* that historic and cultural landscapes and situations also demand special consideration,\n* that particular sections of the community, such as farmers, rural inhabitants, managers, industrial workers and parents, need specially adapted environmental education programmes,\n* that in most if not all programmes and curricula, the teaching of ecological concepts plays a fundamentally important role,\n* that interdisciplinary approaches are essential for the enhancement of environmental education,\n* that interdisciplinary approaches cannot be achieved without the active participation of teachers,\n* that the interdisciplinary or integrated approaches cannot be effectively implemented without the simultaneous development of instructional materials,\n* that environmental education should preferably be oriented towards the solution of problems (problem-solving approach) and be concerned with opportunities for action (action-oriented approach),\n* that research relevant to these different approaches, aspects and methods is needed, to provide a sound basis for the development of environmental curricula and programmes,\n* that institutions for such research variously require establishment, development or support,\n//Recommends// to Member States:\n* that the relevant authorities initiate, continue and strengthen - as circumstances may require -their efforts for incorporation of environmental issues in the various disciplines and subjects of the formal education system;\n* that educational and training institutions should have the necessary flexibility to enable them to include appropriate aspects of environmental education within existing curricula and to create new environmental curricula that meet the requirements of an interdisciplinary approach and methodology;\n* that relevant authorities work out criteria on which to base the environmental content of the curricula to be offered to pupils and students according to individual needs and taking into account local, social, occupational and other factors;\n* that within the framework of individual systems, encouragement and support might be provided for subject disciplines to identify and give priority to their special contribution to environmental education; and for those responsible for the planning and carrying out of programmes of general and vocational education to encourage that through interdepartmental collaboration and co-ordination, environmental aims and objectives are adequately served;\n* that they examine the potential of appropriate institutions to carry out research into the development of curricula and programmes in environmental education and encourage necessary initiatives, including institutional co-operation;\n* that responsible authorities support curriculum development as it relates to particular situations such as exist in urban areas, rural areas and areas of social, historical and cultural importance, and to the needs of particular groups such as farmers, industrial workers and parents;\n* that institutions engaged in the development of curricula, teaching programmes and materials for environmental education study the problems linked with single subject, multidisciplinary and interdisciplinary approaches respectively; consider the suitability of each approach to different situations and learning groups; and identify the potentially most effective contributions of, for example, the natural sciences, the social sciences and technology;\n* that in all approaches full and adequate emphasis is given to the teaching of ecological concepts, to the systems of the atmosphere, lithosphere, hydrosphere and biosphere and to relevant socio-economic aspects;\n* that relevant institutions be encouraged to concern themselves with programmes of initial and in-service training for teachers, in the production of materials and the dissemination of information;\n* that research and development programmes should preferably be problem- and action-oriented;\n* that in areas of special significance for the historical and cultural heritage, policies of environmental education should be accompanied by positive strategies for socio-economic development.\n''Recommendation No. 13''\n\nThe Conference,\n\n//Considering//:\n* that universities - as centres for research, teaching and training of qualified personnel for the nation - must be increasingly available to undertake research concerning environmental education and to train experts in formal and non-formal education, and\n* that environmental education in colleges and universities will become increasingly different from traditional education and will teach students essential basic knowledge for work in their future profession, which will benefit their environment,\n//Recommends// to Member States:\n* to review the present potential of the universities for conducting research, especially fundamental research, concerning environmental education;\n* to encourage acceptance of the fact that, besides subject-oriented environmental education, interdisciplinary treatment of the basic problems of the interrelationships between people and their environment is necessary for students in all fields, not only natural and technical sciences but also social sciences and arts, because the relationships between nature, technology and society mark and determine the development of a society;\n* to develop different teaching aids and textbooks on the theoretical bases of environmental protection for all special fields to be written by leading scientists as soon as possible;\n* to develop close co-operation between different university institutions (departments, faculties, etc.) with the specific objective of training experts in environmental education;\n* such co-operation might assume different forms in line with the structure of university education in each country, but should combine contributions from physics, chemistry, biology, ecology, geography, socio-economic studies, ethics, education sciences, and aesthetic education, etc.\n''Recommendation No. 14''\n\nThe Conference,\n\n//Recommends// to Member States:\n\nThat curricula for those undertaking vocational technical education should include information about the environmental changes which result from the sort of work they will do. Vocational education so modified should promote increased awareness of the relationship between people and their social, physical and cultural environment, and foster a desire to improve the environment through influencing decision-making processes;\n\nThat emphasis should be given in vocational technical education to:\n* environmental implications for workers in each vocation;\n* the collective effects of related vocations upon the environment. These objectives could be achieved:\n* by incorporating environmental objectives into in-service training for those already at work; and\n* by fully integrating environmental issues from the beginning of vocational technical education.\n//Invites// Unesco:\n\nTo undertake, in co-operation with UNEP and other relevant United Nations bodies, appropriate measures to ensure that environmental education will receive adequate attention in the field of vocational training, particularly in the preparation of their programmes.\n\n''Recommendation No. 15''\n\nThe Conference,\n\n//Considering// that the work environment constitutes a local environment, influencing those affected by it physically as well as socially and psychologically,\n\n//Regarding// the work environment as a natural learning situation for a major part of the adult population and consequently as an excellent starting point for adult environmental education,\n\n//Considering// that the universal importance of the work environment makes it desirable to introduce this aspect of environmental education in primary and secondary schools as well as in further and adult education,\n\n//Recalling// the work already done by the International Labour Organisation in this field,\n\n//Recommends// that Member States adopt the following objectives as guidelines for their policies concerning education on the work environment:\n* students in primary and secondary education should be provided with a general knowledge of the work environment and its problems;\n* education for specific trades and professions should include education concerning the work environment of the particular trade or profession, including information about medical standards for permissible levels of environmental pollution, noise, vibration, radiation and other factors affecting people and also about the system of measures for monitoring their enforcement. Continuing education on this aspect should also be made available;\n* decision-makers, consultants and other key persons influencing the working environment should be educated so as to become aware of the problems of the work environment, suggest solutions and ways to implement them. They, too, should be given the possibility of specialization and further education;\n* education should be offered to workers, giving them the possibility of acquiring such knowledge about the work environment as is relevant to their job;\n* persons assigned to teaching others about the problems of the work environment should be given an appropriate education.\n''Recommendation No. 16''\n\nThe Conference,\n\n//Considering// the great potential of consumers to influence indirectly through their individual and collective consumption behaviour the impact of consumption on the environment and on the use of the world's natural resources,\n\n//Considering// further that those who produce and advertise goods are responsible for direct and indirect impact on the environment,\n\n//Recognizing// the great influence of the mass media on consumer behaviour, especially through commercial programmes and advertisements,\n\n//Considering//, lastly, the growing interest shown by consumers' organizations and the important role they can have in educating consumers about environmentally detrimental behaviour and wasteful use of consumer goods,\n\n//Recommends// to Member States:\n* that they encourage national consumer organizations and producers and consumers in general to give more attention to environmentally detrimental consumption behaviour and the possible harmful and wasteful use of consumer goods; in particular consumers should be made conscious of the mechanisms available for influencing the production of such goods;\n* that they encourage the mass media to be conscious of their educational role in forming consumption behaviour, so as to avoid encouraging the consumption of goods which are detrimental to the environment;\n* that the appropriate educational authorities encourage the inclusion of such aspects in the programmes of formal and non-formal education.
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Dissemination of information\n''Recommendation No. 20''\n\nThe Conference,\n\n//Considering// it beyond doubt that the dissemination of specialized and general knowledge on the environment and the development of public awareness of the need for a correct approach to the complex problems of the environment are of tremendous and possibly crucial importance, both for further economic development and rational use of the earth's resources for the good of individual nations and of humanity as a whole,\n\n//Recognizing// the important role of governments in many countries in the design, execution and development of environmental education programmes,\n\n//Recognizing// the importance of the mass media for environmental education in both formal and non-formal education,\n\n(a) ''Environmental information programmes and strategies''\n\n//Recommends// to Member States that they envisage a public information campaign on nationally and regionally relevant environmental problems, such as fresh water, to promote the general education of the public, and to be conducted over the next few years by the various Member States acting as far as possible in a concerted fashion;\n\n//Recommends// that governments support non-formal environmental education activities conducted by institutions and associations, including youth organizations;\n\n//Recommends// that governments set up or encourage the setting up of formal and non-formal environmental education programmes, and in so doing use existing bodies and organizations if possible (both public and private); develop the exchange of relevant material and information between public bodies and private organizations concerned with environmental education in the formal and non-formal education sector;\n\n//Recommends// that Member States implement and develop environmental education programmes for all sectors of the population, associating in them, as appropriate, the non-governmental organizations concerned;\n\n//Recommends// to Unesco that it take initiative with other Specialized Agencies of the United Nations system involved in environmental education programmes to establish procedures for achieving greater co-ordination in this field;\n\n//Recommends// to the Member States that they encourage and develop the organization of museums and exhibitions in order to increase public awareness of environmental issues and environmental education;\n\n//Invites// the Director-General of Unesco to encourage more effective dissemination among Member States of information about environmental education activities, the results achieved and the possibilities for putting them into effect;\n\n(b) ''Environmental information through mass media''\n\n//Recommends// to Member States that they encourage the dissemination of knowledge about the protection and improvement of the environment by means of press, radio and television;\n\n//Recommends// that Member States organize training courses for journalists, newspaper editors, radio and television producers and other appropriate mass media personnel, which will enable them to deal properly with environmental issues and education, and to exchange among countries, programmes and films dealing with environmental issues;\n\n//Recommends// to Member States that the planning and co-ordination of environmental education programmes provide for suitable measures to ensure their reaching broad sectors of the urban and rural population not included in formal education, by means, for example, of the mass media and with the participation of social organizations;\n\n//Recommends// to Unesco, in co-operation with UNEP, that it encourage //national, regional and international organizations// to establish a network for the exchange of information on mass media materials for environmental education for each region.
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Environmental education for the general public\n''Recommendation No. 9''\n\nThe Conference,\n\n//Considering// the need for environmental education programmes which introduce awareness among the general public of its own environment and the dangers to which it may be exposed,\n\n//Realizing// the importance of active participation of the general public in solving the environmental problems of contemporary society,\n\n//Invites// the Director-General of Unesco to work out model programmes of environmental education for the general public with a view to providing citizens with adequate background of knowledge and information, enabling them to take part in decisions concerning their environment; and\n\n//Recommends// to Member States that environmental education strategies in their countries include the preparation of programmes which provide information on present or planned activities with major potential impact on the environment. Such programmes should stress the importance of participation by the general public and non-governmental organizations in the relevant decision-making process. The programmes should present possible solutions to the problems in question and aim at developing a responsible attitude in participants.
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!! Environmental education of professionals\n''Recommendation No. 10''\n\nThe Conference //recommends// to Member States that the training of professionals, such as economists, business administrators, architects, planners, forest managers, engineers, technicians and others whose activities, while not specifically in the field of environmental planning and management, nevertheless directly or indirectly have a major impact on the environment, include a common core of interdisciplinary environmental studies dealing with both the natural and human environments and related to their professions. In addition, special attention should be given to the development of suitable methodologies and organizational arrangements.\n\n''Recommendation No. 11''\n\nThe Conference,\n\n//Considering// that the work of many professionals (such as engineers, architects, administrators and planners of all types) has a great effect on the environment,\n\n//Recommends// to Member States that incentives should be provided for such professionals to undertake further environmental education which will need to be of at least two types:\n\n1. In-depth supplementary and in-service training, or continuing education programmes, which enable them to relate more adequately to each other on an interdisciplinary basis (the methodology for which will need further elaboration as well as appropriate institutional arrangements);\n\n2. Post-graduate programmes for people already specialized in some disciplines. It is considered that a problem-solving approach on an integrated multidisciplinary team basis is an effective method of training, since it develops professionals who, while retaining their original expertise, thus acquire an interdisciplinary training and ability to work as members of multidisciplinary teams. They may be appropriately described as environmental integrators or integrationists as distinct from generalists or specialists.
From the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]] on [[International and regional co-operation|Tbilisi Recommendations: International and regional co-operation]]\n!!!General Recommendations\n''Recommendation No. 22''\n\nThe Conference,\n\n//Considering// the need to increase the role and improve the quality of environmental education as a factor in national economic and social development,\n\n//Considering// that environmental education can become one of the factors in improving mutual understanding and strengthening trust between nations, and can contribute to the development of friendly relations between States and to the maintenance of peace and international security,\n\n//Considering// that there is a great need for international co-operation in environmental education for all countries, especially developing countries,\n\n//Recommends//:\n* that approval and support be given to the initiative of Unesco regarding the problems of environmental education, and invites the Director-General to continue in co-operation with UNEP the efforts with regard to the further extension of international co-operation in developing environmental education;\n* that the results of research carried out under the Programme on Man and the Biosphere and other programmes relating to the problem of the environment be used in the planning and implementation of activities in the field of environmental education;\n//Recommends// to Unesco:\n* that it extend the framework of its activities in the field of environmental education and give greater attention to these questions in its future activities, linking them with the whole of its educational activity;\n* that it adopt the necessary measures to study the role of international governmental and nongovernmental organizations in the solution of the problems discussed at the present Conference;\n* that it study the possibility of organizing periodic conferences among Member States of responsible officials and specialists in the field of environmental education in the form of international and regional conferences and seminars;\n* that, in co-operation with other international organizations, it take steps and work out organizational methods to contribute to the development of environmental education;\n//Recommends// to the Director-General of Unesco:\n* that he study the possibility of establishing a Unesco prize to reward outstanding work in environmental education;\n* that he provide technical aid to those Member States which are as yet without national environmental education structures, with a view to the formulation and execution of a suitable programme concerning this problem;\n* that he foster the gradual incorporation of the system thus created into the framework of regional and international co-operation;\n* that, with the assistance of UNEP, he consider the possibilities of further development of the International Environmental Education Programme. The following measures, among others, might be taken in the framework of this Programme:\n<<<\n# the preparation of textbooks and other teaching aids, as well as popular scientific books on environmental problems on the basis of an international competition, in which leading world scientists and educators would be invited to participate, with a view to the preparation of textbooks for schools and higher educational institutions, and also of visual aids and popular scientific books relating to the environment, to be published subsequently in all languages, using a standardized terminology and concepts;\n# the award of Unesco fellowships with the assistance of the Environment Fund in educational institutions in developing countries; the provision of textbooks and teaching aids free of charge; and the provision of assistance in the development of environmental education programmes and experimental projects. Extra-budgetary funds might be used for this purpose, for the pre- and in-service training of staff engaged in environmental education, and basic training with research centres at the same time designated to accept and train these specialists. The award of such fellowships on behalf of Unesco and UNEP at the expense of the host country would also be welcomed;\n<<<\n//Realizing// moreover, the specialized nature of environmental education and the limited number of educators in the field in the developing countries, //recommends// to the Director-General of Unesco that the General Conference provide, under one of its programmes, training fellowships in environmental education for those from developing countries;\n\n//Recommends// to Unesco in co-operation with UNEP:\n* that assistance be given, especially in developing countries, for the initiation and expansion of pilot programmes in environmental education, methodology and curriculum development;\n* that suitable attention be given, in co-operation also with ILO and other appropriate United Nations agencies, to urban problems, including the exchange of experience between countries and the support of formal and non-formal initiatives in urban environmental education; and that pressing needs for environmental education of the world's rural populations receive equivalent attention;\n* that consideration be given to the support of courses, seminars and workshops for curriculum development in environmental education;\n* that Member States be helped to establish research programmes in environmental education in colleges and universities.\n''Recommendation No. 23''\n\nThe Conference,\n\n//Having in mind// the global impacts of the present, past and future evolution of all nations on our planet closely connected with a sound and healthy environment for all now as well as for the generations to come,\n\n//Bearing in mind// the unprecedented economic growth and technological progress together with its inevitable changes, improvements, but also environmental hazards,\n\n//Being aware// that only co-operation, understanding and mutual help, goodwill, and systematically prepared, planned and implemented actions are able to solve present and future environmental problems in the conditions of peace,\n\n//Finds// that environmental education gives people throughout the world the necessary knowledge to use nature and natural resources, to control the quality of the environment so that it is not impaired, but wisely improved - and to have the knowledge, attitudes, motivation, commitment and skills to work individually and collectively toward a solution of current problems and prevention of new ones since at present humanity has the means as well as skills to do so;\n\n//States// that the documents prepared for the Tbilisi Conference, together with the suggestions and experiences presented and forwarded to this Conference, give a global, practicable and useful framework for environmental education;\n\n//Recommends// to Member States:\n* to take all necessary action to implement in the broadest possible way and in accordance with the needs and possibilities of each nation concerned - the results of this Conference on environmental education, and in this respect to draw up action-oriented plans and timetables for the actions:\n<<<\n# to foster bilateral, regional and international co-operation within all branches of environmental education, based upon scientific research and a broad exchange of information and experience, co-operation on programmes, etc.;\n# to facilitate comprehensive approaches to the solution of environmental problems within the jurisdiction of each country concerned by the safeguarding of the necessary prerequisites for environmental education - comprehensive or co-ordinated legislation, financial, organizational and other measures;\n<<<\n* to inform other Member States as well as the Secretariat of Unesco about the time schedules, results, methods, etc., concerning environmental education and to forward to the Secretariat of Unesco all materials in this respect which they would wish to be used on a large scale;\n* to extend the necessary advice in environmental education to other Member States or their organizations;\n* to include an environmental education component in all national educational projects receiving funding from international sources;\n//Recommends// to the General Conference of Unesco:\n* to take into account the ''Recommendations of the Tbilisi Conference'';\n* to decide on the convening of a second conference on environmental education at an appropriate time;\n* to recommend to Member States application of the results of the Tbilisi Conference on environmental education and close co-operation on a bilateral, regional and international basis as well;\n//Recommends// to the Director-General of Unesco:\n* to establish a regular information bulletin or service, aimed mainly at informing Member States about all actions on environmental education prepared for a given period by the Secretariat of Unesco, by the Member States or by organizations, and about new publications, research work, methods, experiences, etc., in close co-operation with the International Referral System (IRS) and other United Nations agencies;\n* to request any contribution which may be necessary for this purpose from the Environment Fund;\n* to facilitate a practical exchange of information in this respect;\n* to foster international symposia, seminars, filmshows, etc. aimed at environmental education;\n* to request the Executive Director of UNEP to support Unesco's actions in implementation of recommendations adopted by the Tbilisi Conference;\n* to promote standing implementation of the Plan of Action adopted by the United Nations Stockholm Conference on Human Environment, with further emphasis on environmental education;\n* to recommend to future regional conferences on human environment held in Europe and North America that the Final Act of the Helsinki Conference on Security and Co-operation in Europe, in particular the section on environment in Part II, Section 5, should be kept in view, and priority be given to environmental education as well.\n''Recommendation No. 24''\n\nThe Conference,\n\n//Acknowledging// that the ''Recommendations of the Tbilisi Conference'' show the importance of strengthening co-operation in environmental education and provide a sound basis for further developing environmental education at all levels,\n\n//Considering// that environmental education is a relatively new and complex area which covers a wide range of disciplines, and that it must be adapted to the particular circumstances of different socio-cultural systems,\n\n//Recognizing// that while environmental education is inseparable from educational systems it also constitutes an important feature of general activity relating to the environment,\n\n//Further considering// that the Conference should assist the international community in introducing a new environmental dimension and drive into education,\n\n//Recommends// that the Director-General and the General Conference of Unesco and the Executive Director and Governing Council of UNEP take the following considerations into account:\n* In view of its special responsibility for education and science and its contacts with the educational authorities of its Member States, Unesco should in future play a major role in the preparation of environmental education programmes. The Conference invites Unesco to continue to promote and assist in the development of formal and non-formal programmes of environmental education, making use of the institutions and machinery existing at the regional and subregional levels.\n* The Conference appeals for more use to be made of Unesco's Regional Offices for Education in order to assist Member States in preparing environmental education programmes. Within the general context of the decentralization of Unesco's activities, the Conference recommends that greater use be made of these Regional Offices for Education in connection with environmental education, and that they be allocated additional resources, including specialized staff. The Conference also appeals to Unesco to draw on the work of all its sectors, and in particular on work done under the Man and the Biosphere Programme, in the elaboration of materials for environmental education.\n* The Conference considers that the greatest possible advantage should be taken of existing machinery and institutions for the implementation of recommendations concerning environmental education. It notes with satisfaction UNEP's statement that its programme activity centres for environmental education and training would be experimental in nature and play a catalysing role.\n* Given its role in environmental matters and its contacts with the authorities of Member States responsible for them, UNEP should ensure co-ordination of the environmental activities of the whole United Nations system by establishing co-operation with the other agencies (particularly within the framework of the Environment Co-ordination Board and other organizations) in order to ensure consistent and harmonious planning. The Conference invites UNEP to continue to play its role of coordinator of environmental programmes.\n* UNEP and Unesco should continue and extend their collaboration when carrying out the ''Recommendations of the Tbilisi Conference''. The Conference recommends that the General Conference and Executive Board of Unesco and the Governing Council of UNEP take all measures which they consider appropriate to ensure that practical and co-ordinated action is taken on the ''Recommendations of the Conference, with allowance made for the'' areas of competence of each of the United Nations agencies or bodies and their respective potential for providing support for environmental education.\n* The Conference recommends that Unesco, in collaboration with UNEP, encourage and support the important work being done for environmental education by the relevant regional and subregional organizations.\n* The Conference welcomes the important work being done in the sphere of environmental education by intergovernmental and non-governmental organizations such as FAO, ILO, WMO, IUCN, ICSU and WCOTP. The various bodies and Specialized Agencies of the United Nations system should continue and expand their efforts in the field of environmental education, and should be encouraged and supported by UNEP and Unesco through co-ordinated and harmonious planning of the activities included in the different programmes. Unesco and UNEP should encourage international nongovernmental organizations to intensify their action in the sphere of environmental education.\n''Recommendation No. 25''\n\nThe Conference,\n\n//Considering// that Unesco's Medium-Term Plan for 1977-1982 includes in Chapter VII "Man and his Environment', an objective relating particularly to the development and promotion of environmental education and training,\n\n//Considering// that the Tbilisi Intergovernmental Conference on Environmental Education marks the end of the research and co-ordination phase and the beginning of the actual operational phase of Unesco's Medium-Term Plan,\n\n//Recommends// to the Director-General that, as far as possible in the planning of future programme actions, starting with preparation of the budget for the next biennium (1979-1980), he ensure that the ''Recommendations adopted at the Intergovernmental Conference on Environmental Education'' are taken into account.\n\n''Recommendation No. 26''\n\nThe Conference,\n\n//Recognizing// that it is necessary to establish priorities for activities within the area of environmental education and that Unesco works in concert with national authorities and regional centres of learning,\n\n//Recommends// to Unesco:\n\n1. That it expand the functions of its Regional Offices to enable them, in co-operation with National Commissions, to help:\n* develop or adapt instructional materials related to local environmental problems for use in the formal and non-formal education of primary and secondary school-age students;\n* create regional source books for environmental education that will foster and facilitate development of locally appropriate instructional materials;\n* encourage activities of youth groups and non-governmental organizations geared to improving and understanding of local ecosystems and environmental problems, taking into account urban as well as natural environments;\n* identify new and promising approaches to environmental education; conduct and evaluate pilot projects. These aspects of projects which are applicable to other locations should be systematically disseminated to other potential users;\n* provide educational opportunities to teachers and school administrators;\n* supply environmental educational materials for use by the mass media;\n* conduct an expanded programme of pilot research, documentation and evaluation in environmental education and give wide dissemination to the results of these projects and similar activities through Unesco's environmental education publication (//Connect//):\n2. That it utilize existing institutions to receive, catalogue and disseminate materials useful in environmental education;\n\n3. That, in co-operation with UNEP, it develop model training courses, seminars, etc., on environmental and developmental issues for use by United Nations organizations and others in the training of officials of the developing countries and those concerned with assistance to them. Existing international training institutes and programmes should expand their training curriculum to include subjects on basic ecological relationships, impact assessment and establishment of effective institutional and regulatory mechanisms;\n\n4. That it place more emphasis on the sharing of environmental experience and remedial measures between developing countries. Unesco should work with UNDP to ensure that such an exchange can take place at the 1978 UNDP-sponsored Conference on Technical Co-operation among Developing Countries;\n\n5. That it issue, on a regular basis, world-wide directories of environmental education organizations and personnel from existing information collected and compiled by Unesco. Those directories would describe the organizational structure, objectives, functions and procedures for requesting support services. It is further recommended that the format be co-ordinated with the UNEP-International Referral System and that the information regarding the directories be published in //Connect//;\n\n6. That, in co-operation with UNEP, it proclaim a specific environmental topic to be treated on a world-wide scale at appropriate intervals, in consultation with relevant regional and international organizations.\n\n''Recommendation No. 27''\n\nThe Conference,\n\n//Taking into account// that the success of any action in the field of environmental education depends on organizing, providing and displaying information at all levels,\n\n//Considering// therefore that there is a special need to improve the information infrastructure in the field of environmental education, thus making possible within an international information network the dissemination of information on important actions taken at the local, regional and national levels,\n\n//Considering// that the effectiveness of any international information network is based on the effectiveness of existing national information centres, and on co-operation between them at subregional and regional levels, and with the appropriate international organizations,\n\n//Assuming// utilization of the already existing international information services, such as the International Bureau of Education (IBE), UNEP's International Referral System (IRS), Unesco's UNISIST, etc., and with reference to UNESCO/ENVED/4, 231 "Education and the challenge of environmental problems" and UNESCO/ENVED/7, 72 "Regional meetings of experts on environmental education - a synthetic report",\n\n//Recommends// to Member States:\n\n7. To identify as a matter of high priority, in co-operation with National Commissions for Unesco, an institution with extensive competence in the field of environmental education and to nominate it as a national information centre for the dissemination of information and experience at the national as well as at the regional and international levels;\n\n8. To collect and circulate, in co-operation with the appropriate governmental and non-governmental organizations, information relevant to environmental education, including information about rural and urban institutions and centres, and key staff within their territories with special knowledge or experience, and information about available teaching and reference material;\n\n//Recommends// to the Director-General of Unesco to support the establishment and operation of such an international network by:\n* maintaining, in liaison with National Commissions for Unesco, close and regular contacts with national centres;\n* disseminating information and advice which may not otherwise be available to Member States and which will assist and support them in the implementation of programmes of environmental education;\n* promoting exchanges of staff, sharing of experience and participation in meetings and conferences on a regional or subregional basis where desirable, in collaboration with intergovernmental or nongovernmental agencies;\n* promoting the development and publication of common terminology to facilitate international communication on the subject of environmental education;\n* requesting the Executive Director of UNEP to issue the annual reports on the state of the environment prepared by UNEP, so far as possible, in a form and in quantities which will enable them to be used as source material for environmental education;\n//Recommends// to Member States to make maximum use of the annual reports of UNEP on the state of the environment for purposes of environmental education and to encourage the popularization of knowledge about the environment.\n\n''Recommendation No. 28''\n\nThe Conference,\n\n//Considering// the value of international co-operation in the field of educational research,\n\n//Recommends// to Unesco that it stimulate international co-operation in order to promote research which might serve as a basis for the design, development, application and evaluation:\n* of written or audio-visual documentation for use by the general public, teachers and students;\n* of low-cost research material;\n* of instruments of interdisciplinary methodology for the training of organizers and teachers.\nTo this end, priority emphasis should be laid on:\n* determining the objectives of environmental education;\n* determining the obstacles (epistemological, cultural or social) restricting access to educational messages and to their utilization;\n* determining qualification requirements and ways in which they may be met.\nThis co-operation could be illustrated by a number of pilot projects taking into account experience already gained in this field.\n\n''Recommendation No. 29''\n\nThe Conference,\n\n//Being aware// of the determining influence of social, cultural and psychological factors on environmental awareness,\n\n//Considering// that these factors may hamper or strengthen the intended results of environmental education,\n\n//Recognizing// the need for an evaluation of these factors,\n\n//Recommends//:\n* that the Director-General of Unesco, with the assistance of the Executive Director of UNEP, work further on the definition of the framework of environmental education, the state of the environment and their interrelationship;\n* that international organizations, responsible authorities and non-governmental organizations promote and develop relevant studies and research within their programmes, thus increasing the involvement of the social and human sciences in environmental education;\n* that international organizations, responsible authorities and non-governmental organizations utilize the results of these studies with regard to the formulation of specific goals and the selection of appropriate means for environmental education programmes.
From the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n* [[General Recommendations|Tbilisi Recommendations: General Recommendations]] - Recommendations 22-30\n* [[Recommendations on regional co-operation|Tbilisi Recommendations: Recommendations on regional co-operation]] - Recommendations 31-40
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Organizational structure\n''Recommendation No. 6''\n\nIt is recommended to Member States that, as far as possible, each country strengthen or set up the appropriate organizational structures which among others should have the functions listed below. It would be up to each government to decide as to the membership of the structure which might include representatives of educational and environmental protection authorities, practising teachers at different levels, organizations concerned nationally with environmental education and the mass media. Among the functions would be:\n* to facilitate relationships with Unesco, UNEP and other organizations involved in environmental education;\n* to co-ordinate initiatives in environmental education;\n* to serve as a consultative body in environmental education at the governmental level;\n* to play a role as a clearing-house and information centre in environmental education and training;\n* to develop in various social and occupational groups an awareness and knowledge about the issues associated with environmental education in the country;\n* to promote collaborative relationships among environmental education associations, citizen groups, and the scientific, research and education communities;\n* to provide more frequent opportunities for meetings of those with political and administrative responsibilities with such groups and associations;\n* to provide frameworks and guidelines for the establishment of environmental education action committees within the country;\n* to assess the need for research, development and evaluation in environmental education;\n* to encourage and facilitate the contribution to environmental education programmes of nongovernmental organizations, including voluntary bodies.\nThe aim of the structure would be to adapt the recommendations of the Unesco Intergovernmental Conference on Environmental Education to national and local conditions, and to aid governments to implement the recommendations.\n\nIt is further recommended that Unesco, in co-operation with UNEP, give assistance, if necessary, in setting up such a structure to those countries which do not already have one.\n\n''Recommendation No. 7''\n\n1. Since environmental education may promote the preservation and improvement of the living environment, thus improving the quality of human life as well as preserving ecological systems, the Conference //recommends// to Member States that: environmental education should aim at creating awareness, behavioural attitudes and values directed towards preserving the biosphere, improving the quality of life everywhere as well as safeguarding ethical values and the cultural and natural heritage, including, holy places, historical landmarks, works of art, monuments and sites, human and natural environment, including fauna and flora and human settlements.\n\n2. In order to achieve the above-mentioned objectives, the Conference recommends to Member States, the creation of a specialized unit, by the appropriate authorities, to serve environmental education with terms of reference including:\n* training of leaders in the environmental fields;\n* development of school curricula compatible with the needs of the environment at the local, regional and world levels;\n* preparation of books and scientific reference works necessary for the improved curricula;\n* determining educational methods and media, including the audio-visual aids needed for the purpose of explaining and popularizing environmental curricula and programmes.\n3. The Conference //recommends// to Member States that they refrain from actions that would disfigure the environment or threaten man's life, health or economic conditions.\n\n4. The Conference //recommends// that Member States be encouraged to create local societies which would promote protection of the environment and participate in environmental education programmes at the various social and professional levels as well as at the level of decision-making.\n\n5. In recognition of the fact that a common language is needed to facilitate communication in dealing with matters concerning the environment, the Conference //recommends// that Unesco with the co-operation of UNEP and other organizations promote the standardization of environmental terminology through the compilation of a multilingual glossary to be published in the working languages of the United Nations and its Specialized Agencies.\n\n6. Considering that it is necessary to conserve the human and cultural heritage as well as the distinguishing features of civilizations, the Conference //recommends// to Member States that every effort should be made to preserve these heritages, including the teaching of cultural heritage in environmental education.\n\n7. The Conference //recommends// to Member States that the positive and enriching influence of ethical values should be taken into account in developing environmental education programmes.
From the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]] on [[International and regional co-operation|Tbilisi Recommendations: International and regional co-operation]] \n!!!Recommendations on regional co-operation\n''Recommendation No. 30''\n\nThe Conference,\n\nIn order to strengthen environmental education activities at the subregional and regional levels,\n\n//Recommends//:\n* that the Director-General of Unesco take the necessary measures to ensure that the Regional Offices of Unesco serve as co-ordinating agencies for development of environmental education programmes at the subregional and regional levels, as they are doing already in other intergovernmental programmes co-ordinated by Unesco, such as the Man and the Biosphere Programme (MAB) and population education programmes;\n* that Unesco have an environmental education specialist at each Regional Office and make available more funds for training programmes at the regional and subregional levels.\n''Recommendation No. 31''\n\nThe Conference,\n\n//Considering// that great potential collective efforts can generate in the development of environmental education in Member States,\n\n//Recommends// to Unesco, with the assistance of UNEP and in co-operation with other United Nations organizations:\n* that groups of Member States consider the need to encourage a network approach in dealing with environmental education;\n* that where a collective effort among countries in curriculum development in environmental education exists in a given region, as in the African Social Studies Programme (ASSP), the Science Education Programme for Africa (SEPA), the African Curriculum Organization (ACO), existing materials be enriched to incorporate such environmental education content areas as might be missing in such materials;\n* that such regional centres serve as resource centres and clearing-houses for Member States in environmental education;\n* that assistance be extended to such regional organizations, ASSP, ACO and SEPA, where the need arises for the exchange of specialists in environmental education to enable constituent Member States to benefit mutually;\n* that environmental education documentation be provided to such regional organizations as ASSP, ACO and SEPA to enrich the resources on which Member States depend for environmental education activities;\n* that research and training facilities be extended to such regional organizations through workshops, seminars, conferences, etc., at regional, subregional and national levels;\n* that funds be sought by the Director-General from bilateral and multilateral sources for this purpose.\n''Recommendation No. 32''\n\nThe Conference,\n\n//Recognizing// the fact that there is a need for greater collaboration among the member countries of the Asia region,\n\n//Recommends// to the Director-General of Unesco:\n* that he study the possibility of establishing a consultative committee to co-ordinate the activities of environmental education in the Asia region;\n* that in order to help the consultative committee it would be desirable to have committees at national level, which in turn may form links with other organizations involved with environmental education programmes.\n''Recommendation No. 33''\n\nThe Conference,\n\n//Taking note// of the Belgrade Workshop's recommendation for concerted effort in environmental education activity at national and regional levels,\n\n//Taking further note// of the Brazzaville (African Region) Workshop's re-emphasis on the crucial importance of integrated programming in the Africa region,\n\n//Recognizing// that at both national and regional levels in Africa, environmental education organizations and institutions act in isolation from each other and that most are faced with inadequacies of human and material resources and communication facilities;\n\n//Cognizant// of the enormous benefits which could accrue at all levels of environmental education programming activities from the collective participation of all such organizations and institutions,\n\n//Realizing// that the creation of machinery for regional co-operation in Africa would be likely to contribute to the development of environmental education,\n\n//Recommends//:\n* that each Member State consider setting up national centres of environmental education for the co-ordination of national environmental education activities;\n* that Unesco, with the assistance of UNEP, set up as a matter of urgency a regional working party for the Africa region to organize the pooling together of energies and expertise to assist African governments in the implementation of the ''Tbilisi Recommendations;''\n* that Unesco, with the assistance of UNEP and other United Nations agencies, ensure the development of co-operation in environmental education at regional and international levels in accordance with the suggestions contained in paragraphs 84, 85 and 86 of document UNESCO/ENVED/7.\n''Recommendation No. 34''\n\nThe Conference,\n\n//Realizing// that there is a great need in the Africa region to:\n* strengthen existing projects on environmental education,\n* organize environmental education training courses, workshops and seminars,\n* assist in evaluation and research environmental education in the region,\n* disseminate environmental education materials and information within the region according to local conditions,\n* co-ordinate both formal and non-formal environmental education projects,\n//Being aware// that there are individual countries which have environmental education programmes and materials which could be useful to other countries in the Africa region,\n\n//Realizing// that there are already existing centres with programmes which have been involved to some extent in environmental education in the region, such as SEPA, ASSP and other African organizations responsible for curricula, and\n\n//Being aware// that regional Member States are already contributing to these programmes,\n\n//Recommends// to the Director-General of Unesco that he consider the setting up, with the support of UNEP and in collaboration with Member States, of an environmental education resource, material development and dissemination centre in the forthcoming 1978-1979 biennium or to make use of existing education programmes which are already involved in environmental education in Africa. This centre would carry out and implement the ''Tbilisi Recommendations'' at the regional level. It is further'' recommended that the Director-General seek funds from bilateral and multilateral sources for this purpose;\n\n//Appreciating// the work already being carried out by UNEP,\n\n//Recommends// that UNEP provide the necessary funding to Unesco to enable it to extend its environmental education programme to Member States in Africa, especially to those not already having a national co-ordinated programme.\n\n''Recommendation No. 35''\n\nThe Conference,\n\n//Considering// the nature of environmental problems in Africa which arise from low levels of literacy, lack of trained personnel and training facilities, the high cost of introducing curricula or revising existing ones and other media which would stimulate environmental awareness, motivation and commitment to the conservation and the enhancement of the environment,\n\n//Bearing in mind// that environmental education programmes in Africa at all levels are in embryonic stages of development,\n\n//Realizing// the significance of the conclusions of the Belgrade Workshop on Environmental Education and the subsequent Regional Conference on Environmental Education held in Brazzaville in 1976 for the Africa region,\n\n//Taking into account// recognition by African delegates to the Tbilisi Conference of the importance of the Brazzaville report and the commitments of the recommendations contained therein,\n\n//Being aware// of the role of Unesco and UNEP in assisting Member States as well as regions to initiate and to strengthen environmental education programmes,\n\n//Recommends// to Unesco:\n* that, in collaboration with UNEP and other organizations of the United Nations system, it assist African regional organizations already in existence as well as Unesco Regional Offices in implementation of the ''Recommendations of the Tbilisi Conference'';\n* that, in collaboration with UNEP and the other organizations of the United Nations system, national, regional and international co-operation in environmental education be developed.\n''Recommendation No. 36''\n\nThe Conference,\n\n//Recommends// to Unesco, in collaboration with FAO, ILO and UNEP, and to Member States that co-operative efforts be undertaken to help increase and intensify efforts to train farmers in environmental issues so as to improve their quality of life through increased but ecologically sound agricultural production, and through social development; that information concerning these experiences be exchanged to ensure that new ideas are circulated, promoted and adapted to local conditions;\n\n//Recommends// that Unesco with aid from UNEP provide assistance as soon as possible to establish regional training programmes in the ESCAP region, based on suitable existing national institutions, for the post-graduate training of environmental integrationists of the type that have been defined in the Report of the Asian Regional Conference on Environmental Education;\n\n//Recommends// to Member States that they begin or continue to co-operate with each other in fields of training which will facilitate the formation of national pluridisciplinary teams of doctors, sanitation and hygiene engineers and technicians capable of taking a comprehensive approach to public health problems in connection with those of the environment.\n\n''Recommendation No. 37''\n\nThe Conference,\n\n//Recommends// that Unesco, with support from UNEP, and through responsible Regional Offices and national agencies, and non-governmental organizations, include in environmental education programmes:\n* education on the cultural heritage, wherever it is relevant to the human environment;\n* education dealing with the improvement of human settlements, particularly in developing countries, so that people in deprived human settlements can improve their surroundings;\n//Recommends//:\n* that Unesco, in collaboration with the International Labour Organisation and other bodies, particularly the relevant United Nations organizations, pay due attention to urban problems, encouraging countries to compare experience in this area and supporting any initiative, whether official or not, taken with regard to general education on the urban environment;\n* that the Member States study in greater depth, in the light of their own experience, the place of urban problems in their national programmes and in general environmental education.\n''Recommendation No. 38''\n\nThe Conference,\n\n//Considering// that education and training are indispensable instruments for the achievement of general and specific objectives of environmental education,\n\n//Convinced// of the fact that formulation of curricula and reorientation of educational systems are not sufficient, but that there must be an appeal to the feelings of individuals and to their ethical and cultural awareness so as to lead them to protect, improve and enrich their natural environment on an enduring basis,\n\n//Convinced// of the importance of linking educational processes to the real problems of preserving the environment and of the need to make educators aware of such issues, both within the context of human development in general and in the economic, social and cultural development of each country,\n\n//Conscious// of the considerable receptiveness of the school-age child, but equally conscious of the fact that to stimulate his or her responsiveness to the environment, he or she must be brought into direct contact with the natural elements, through systematic programmes which will have regard, in their implementation, for specific circumstances, such as location in urban, rural or coastal zones,\n\n//Recommends// to Unesco that it submit to its General Conference a draft educational programme that, under the general title: "The child and the environment", will set out the main lines for the formulation and implementation of a systematic plan of action to bring the child into contact with, and give him or her awareness of, the elements that form his or her natural milieu, such as, more especially, the sea, woods, desert, mountains, forest, city, lakes, rivers and other ecosystems;\n\n//Requests// the Director-General to study the advisability of setting up a working group to examine the various components of this programme;\n\n//Agrees// that, should the project be adopted by Unesco, collaboration in its execution be requested from Unicef, UNEP and other international and regional organizations linked with environmental education and the specific aims of the project.\n\n''Recommendation No. 39''\n\nThe Conference,\n\n//Recognizing// the importance of utilizing film and television production as well as other audio-visual techniques for the purpose of environmental education,\n\n//Taking note// of the report presented by the Czechoslovak governmental delegation on the international film festival, dedicated to environment, known as EKOFILM, which is being held regularly every year in Czechoslovakia, the first country in Europe to do so,\n\n//Believing// that this international festival might serve as a world instrument for the exchange of experience among specialists in the education of youth and adults for the purpose of protection and improvement of the environment,\n\n//Believing equally// that this festival might be a good stimulus for further film and television production in the field of environmental education and could thus contribute to its higher level and efficiency,\n\n//Considering// it purposeful to provide this festival with a concrete platform for the exchange of experience among specialists by means of an interrogational symposium,\n\n//Invites// the Director-General:\n* to study the possibility of a Unesco sponsorship of the annual EKOFILM film festival in Czechoslovakia;\n* to consider the possibility of granting assistance to this festival and of awarding a prize for the best film.\n''Recommendation No. 40''\n\nThe Conference,\n\n//Having learned// with interest of the activities and role of youth associations and non-governmental organizations in the field of environmental education,\n\n//Noting// that many international gatherings of young people have made it possible to prepare specific programmes of co-operation in the field of environmental education,\n\n//Mindful// of the fact that it is largely through young people that the non-formal education of young people should be undertaken,\n\n//Conscious// that international youth meetings allow an exchange of constructive ideas and experience and strengthen solidarity between the countries of the world,\n\n//Recommends// to Unesco, with the assistance of UNEP:\n* that they continue to give their material and moral support to international youth gatherings;\n* that they make provision in their future programmes for necessary resources for these types of meetings;\n* that they ensure the presence of responsible officials from these youth associations and nongovernmental organizations at intergovernmental meetings and meetings of experts organized by Unesco or UNEP;\n* that they ensure the proper distribution to all Member States of resolutions, recommendations and documents emanating from such meetings;\n* that they provide assistance and administrative facilities for the efficient organization of such meetings;\n//Recommends// to Member States:\n* that they provide assistance for the organization of these meetings and facilitate the sending of youth delegations;\n* that they attach due importance to the conclusions of such meetings.\n''Recommendation No. 41''\n\nThe Conference,\n\n//Considering// the important role of non-governmental organizations and voluntary bodies in the field of environmental education at the local, national, regional and international levels,\n\n//Stressing// the desirability of enlarging the opportunities for democratic participation in the formulation and execution of programmes in the field of environmental education,\n\n//Bearing in mind// that the efficacy of the work of all intergovernmental organizations is enhanced by the activities of non-governmental organizations and voluntary bodies,\n\n//Recommends// to Member States that they encourage and support non-governmental organizations and voluntary bodies at the local, national, regional and subregional level to make best use of their capabilities and activities;\n\n//Recommends// to national governments that they create and encourage environmental awareness among organizations, such as professional teachers' and other non-governmental organizations, which deal directly with children and youth, so as to get such organizations involved in the formulation and execution of national education strategies;\n\n//Recommends// to non-governmental organizations that they incorporate environmental education activities into their existing programmes;\n\n//Recommends// to Unesco that it co-operate closely with non-governmental organizations and support their relevant activities in the field of environmental education.
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Research\n''Recommendation No. 21''\n\nThe Conference,\n\n//Considering// that the institutional and educational changes required for the incorporation of environmental education into national education systems should be based not only on experience but also on research and evaluation aimed at improving educational policy decisions,\n\n//Recommends// to all Member States:\n* that they develop national policies and strategies furthering environmental education research projects incorporating their findings into the general educational process through appropriate courses;\n* that they carry out research concerning: (1) the goals and objectives of environmental education; (2) the epistemological and institutional structures that affect consideration of environment demands; and (3) the knowledge and attitudes of individuals, in order to identify more precisely the most effective educational conditions, types of action by teachers and processes of assimilation of knowledge by pupils, as well as obstacles to the modification of concepts, values and attitudes which are held by individuals and are involved in environmental behaviour;\n* that they undertake research concerning the conditions which foster development of environmental education, directed more particularly towards: (1) identification of content, taking into consideration specific national and local features which might constitute an effective basis for educational programmes for those in and out of the formal education system as well as for specialists; (2) the establishment of methodologies for the effective acquisition of the relevant concepts, values and attitudes by the various population groups, young and adult, receiving formal and non-formal education; and (3) innovation in learning environments;\n* that they undertake research in the development of educational methods and curricula for sensitizing the general public, particularly with regard to the use of mass media and the preparation of evaluation tools for assessing the impact of such curricula;\n* that they include in courses for the pre- and in-service training of teachers, research methodologies for designing and developing methods and instruments which enable them to effectively fulfil the objectives of environmental education;\n* that they undertake research, taking into account the audiences, with a view to the design and development of mechanisms, methods and materials enabling interdisciplinary environmental curricula to be developed. With this in mind, the possibility of using elements of the natural and social sciences and of the arts as a basis for integration, should be studied;\n* that they undertake research in order to develop low-cost educational methods and materials for educators, to train or retrain themselves on their own;\n* that they take steps to promote exchanges of information among national educational research bodies, broad dissemination of research findings and evaluation in the educational system;\n* that they undertake systematic analysis of educational experience materials of other countries, in order to determine their educational relevance and to adapt them to local socio-economic, ecological and cultural conditions.
From the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!The Role, Objectives and Guiding Principles of Environmental Education\n''Recommendation No. 1''\n\nThe Conference,\n\n//Considering// the challenge that environmental problems present to contemporary society and having regard for the role that education can and must play in solving such problems,\n\n//Recommends// the adoption of certain criteria which will help to guide efforts to develop environmental education at the national, regional and international levels.\n# Whereas it is a fact that biological and physical features constitute the natural basis of the human environment, its ethical, social, cultural and economic dimensions also play their part in determining the lines of approach and the instruments whereby people may understand and make better use of natural resources in satisfying their needs.\n# Environmental education is the result of the reorientation and dovetailing of different disciplines and educational experiences which facilitate an integrated perception of the problems of the environment, enabling more rational action, capable of meeting social needs, to be taken.\n# A basic aim of environmental education is to succeed in making individuals and communities understand the complex nature of the natural and the built environments resulting from the interaction of their biological, physical, social, economic and cultural aspects, and acquire the knowledge, values, attitudes, and practical skills to participate in a responsible and effective way in anticipating and solving environmental problems, and the management of the quality of the environment.\n# A further basic aim of environmental education is clearly to show the economic, political and ecological interdependence of the modern world, in which decisions and actions by the different countries can have international repercussions. Environment should, in this regard, help to develop a sense of responsibility and solidarity among countries and regions as the foundation for a new international order which will guarantee the conservation and improvement of the environment.\n# Special attention should be paid to understanding the complex relations between socio-economic development and the improvement of the environment.\n# For this purpose, environmental education should provide the necessary knowledge for interpretation of the complex phenomena that shape the environment, encourage those ethical, economic and aesthetic values which, constituting the basis of self-discipline, will further the development of conduct compatible with the preservation and improvement of the environment; it should also provide a wide range of practical skills required in the devising and application of effective solutions to environmental problems.\n# To carry out these tasks, environmental education should bring about a closer link between educational processes and real life, building its activities around the environmental problems that are faced by particular communities and focusing analysis on these by means of an interdisciplinary, comprehensive approach which will permit a proper understanding of environmental problems.\n# Environmental education should be regarded as a continuing process providing its recipients, through the constant renewal of its approach, content and methods, with knowledge that is always attuned to the changing conditions of the environment.\n# Environmental education should cater to all ages and socio-professional groups in the population. It should be addressed to \n## the general non-specialist public of young people and adults whose daily conduct has a decisive influence on the preservation and improvements of the environment; \n## to particular social groups whose professional activities affect the quality of the environment; and \n## to scientists and technicians whose specialized research and work will lay the foundations of knowledge on which education, training and efficient management of the environment should be based.\n# To achieve the effective development of environmental education, full advantage must be taken of all public and private facilities available to society for the education of the population; the formal education system, different forms of non-formal education, and the mass media.\n# To make an effective contribution towards improving the environment, educational action must be linked with legislation, policies, measures of control and the decisions that governments may adopt in relation to the human environment.\n''Recommendation No. 2''\n\nThe Conference,\n\n//Recognizing// that environmental education should promote the strengthening of peace, the further relaxation of international tensions and mutual understanding among States and be a real instrument for international solidarity and for elimination of all forms of racial, political and economic discrimination,\n\n//Noting// that the concept of "the environment" includes a complex of natural, built and social components in the life of humanity and that the social components constitute a set of cultural, moral, personal values and interrelations of people in the spheres of labour and leisure activities,\n\n//Taking note// of document UNESCO/ENVED/4 "Education and the challenge of environmental problems", and in particular of the principles contained in Chapter II,\n\n//Having furthermore// noted the Synthetic Report of the Regional Meeting of Experts on Environmental Education (ENVED/7, Chapter III, paragraphs 15-26),\n\n//Pursuant// to the working document UNESCO/ENVED/4, paragraph 67, in which the Conference is invited to formulate goals, objectives and guiding principles which environmental education should have in order to fulfil its functions most effectively,\n\n//Considering// that it should be a right of every citizen to receive environmental education,\n\n//Endorses// the following goals, objectives and guiding principles for environmental education:\n# The goals of environmental education are:\n## to foster clear awareness of, and concern about, economic, social, political and ecological interdependence in urban and rural areas;\n## to provide every person with opportunities to acquire the knowledge, values, attitudes, commitment and skills needed to protect and improve the environment;\n## to create new patterns of behaviour of individuals, groups and society as a whole towards the environment;\n# The categories of environmental education objectives:\n** //Awareness//: to help social groups and individuals acquire an awareness of and sensitivity to the total environment and its allied problems.\n** //Knowledge//: to help social groups and individuals gain a variety of experience in, and acquire a basic understanding of, the environment and its associate problems.\n** //Attitudes//: to help social groups and individuals acquire a set of values and feelings of concern for the environment, and the motivation for actively participating in environmental improvement and protection.\n** //Skills//: to help social groups and individuals acquire the skills for identifying and solving environmental problems.\n** //Participation//: to provide social groups and individuals with an opportunity to be actively involved at all levels in working toward resolution of environmental problems.\n# Some //guiding principles// for environmental education: Environmental education should:\n** consider the environment in its totality - natural and built, technological and social (economic, political, technological, cultural-historical, moral, aesthetic);\n** be a continuous lifelong process, beginning at the pre-school level and continuing through all formal and non-formal stages;\n** be interdisciplinary in its approach, drawing on the specific content of each discipline in making possible a holistic and balanced perspective;\n** examine major environmental issues from local, national, regional and international points of view so that students receive insights into environmental conditions in other geographical areas;\n** focus on current and potential environmental situations, while taking into account the historical perspective;\n** promote the value and necessity of local, national and international co-operation in the prevention and solution of environmental problems;\n** explicitly consider environmental aspects in plans for development and growth;\n** enable learners to have a role in planning their learning experiences and provide an opportunity for making decisions and accepting their consequences;\n** relate environmental sensitivity, knowledge, problem-solving skills and values clarification to every age, but with special emphasis on environmental sensitivity to the learner's own community in early years;\n** help learners discover the symptoms and real causes of environmental problems;\n** emphasize the complexity of environmental problems and thus the need to develop critical thinking and problem-solving skills;\n** utilize diverse learning environments and a broad array of educational approaches to teaching/ learning about and from the environment with due stress on practical activities and first-hand experience.\n''Recommendation No. 3''\n\nThe Conference,\n\n//Considering// that the broader conception of development to which all people now subscribe includes the environment as one of its basic components,\n\n//Considering// that environmental questions would accordingly be best approached and dealt with in relation to the overall policies applied by governments in regard to national development and in regard to international relations in the attempt to establish a new international order,\n\n//Considering// that the environment concerns all men and women in every country and that its preservation and improvement require the support and active participation of the population of those countries,\n\n//Believing// that education at all levels is necessary to this end,\n\n//Recommends// to Member States:\n\nThat they integrate environmental education into their general policy and, in accordance with their national structure, take appropriate measures in order, more especially to:\n* sensitize public opinion to environmental problems and to major projects in course of execution or being planned;\n* develop more detailed general information which will give an overview of major problems, the possibility of dealing with them and the respective urgency of the various measures taken or to be taken;\n* encourage action within the family and in associations concerned with pre-primary education for the environmental education of young children, of pre-school age in particular;\n* assign a central role to the school in the whole system of environmental education and organize, for this purpose, systematic action in primary and secondary education;\n* expand environmental studies at the higher education level;\n* establish the means and methods for an in-service training policy which will provide the additional and, more especially, practical training that may be required by those who, in different capacities, exercise responsibility in the public or private sectors in regard to the environment;\n* seek, by means of environmental education, gradually to transform attitudes and behaviour so that all members of the community may be made aware of their responsibilities in the thinking through formulation and application of national or international environmental programmes;\n* contribute thereby to the search for a new ethic based on respect for nature, for people and for their dignity, and for the future, and on the need for a quality of life to which all will have access and in which all will feel themselves involved.\n//Recommends// to the Director-General of Unesco:\n* That he should provide technical aid to those Member States which are as yet without national environmental education structures, with a view to the formulation and execution of a suitable programme concerning this problem;\n*That he should foster the gradual incorporation of the system thus created into the framework of regional and international co-operation.\n''Recommendation No. 4''\n\nThe Conference,\n\n//Considering// the need to stress not only the socio-economic aspects suitably set forth in the Unesco document but also the ecological aspects of the natural and human environment, which are of the utmost importance for both theoretical and practical environmental education,\n\n//Considering// that the environment constitutes a system,\n\n//Considering// that the human environment, like any other ecosystem, has its own structure, operation and history,\n\n//Considering// that the causes of the ecological crisis must be sought at a deeper level, in certain aspects of these same socio-economic factors, namely:\n* in a mistaken ethical conception of the relationship between humanity and nature,\n* in a diminution, due to an extreme positivism, of the unitary nature of the scientific vision of reality,\n//Recommends// to the Member States that, in respect to formal and non-formal environmental education, they:\n* promote deeper understanding of the natural aspects of the environment;\n* develop a systems approach to the analysis and management of natural and human ecosystems;\n* take into consideration the temporal (past, present and future) dimension of each environment.\n''Recommendation No. 5''\n\nThe Conference,\n\n//Recommends// that governments systematically evaluate the environmental impact of development activities, and //requests// that development assistance strategies and programmes provide opportunities for countries to establish environmental training programmes which include the evaluation of development from the standpoint of the human environment.
!!!Strategies for the Development of Environmental Education at the National Level\n* [[Organizational structure|Tbilisi Recommendations: Organizational structure]] - Recomendations 6-7\n* [[Target populations for environmental education|Tbilisi Recommendations: Target populations for environmental education]] - Recommendation 8\n* [[Environmental education for the general public|Tbilisi Recommendations: Environmental education for the general public]] - Recommendation 9\n* [[Environmental education of professionals|Tbilisi Recommendations: Environmental education of professionals]] - Recommendations 10-11\n* [[Content and methods|Tbilisi Recommendations: Content and methods]] - Recommendations 12-16\n* [[Training of personnel|Tbilisi Recommendations: Training of personnel]] - Recommendations 17-18\n* [[Teaching - learning materials|Tbilisi Recommendations: Teaching - learning materials]] - Recommendation 19\n* [[Dissemination of information|Tbilisi Recommendations: Dissemination of information]] - Recommendation 20\n* [[Research|Tbilisi Recommendations: Research]] - Recommendation 21
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Target populations for environmental education\n''Recommendation No. 8''\n\nThe Conference,\n\n//Recommends// to Member States that consideration should be given to:\n* //Education of the general public//: this education should be provided at every age and at all levels of formal education, for pupils and teachers, and in the various non-formal education activities for young people and adults, including the handicapped. In this education, voluntary organizations may play an important role.\n* //Education of specific occupational or social groups//: this education is focused on those whose activity and influence have an important bearing on the environment, for instance, engineers, architects, administrators and planners, industrialists, trade unionists, policy-makers and agriculturalists. Various levels in formal and non-formal education should contribute to this training.\n* //Training of certain professionals and scientists//: this training is for those working on specific problems of the environment, such as biologists, ecologists, hydrologists, toxicologists, soil scientists, agronomists, foresters, landscape architects, oceanographers, limnologists, meteorologists and sanitary engineers. It is important that the training of scientists include an interdisciplinary component.
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Teaching - learning materials\n''Recommendation No. 19''\n\nThe Conference,\n\n//Considering// that environmental education becomes more effective when adequate teaching aids and materials are made available,\n\n//Recommends// to Member States that:\n* basic principles should be formulated for the preparation of model textbooks and reading materials for use at all levels within formal and non-formal education systems;\n* in developing low-cost teaching aids and materials, the fullest use should be made of existing documentation, educational research findings should be drawn upon, the value of existing teaching materials should be assessed and new teaching aids for environmental education should be developed as necessary;\n* teachers and learners should be involved in the preparation and adaptation of instructional materials for environmental education;\n* teachers in training should be given an understanding of the widest possible range of educational materials and aids, with special reference to low-cost materials and to opportunities for adaptation and improvisation according to local circumstances.
From [[Strategies for the Development of Environmental Education at the National Level|Tbilisi Recommendations: Strategies for the Development of Environmental Education at the National Level]] in the [[Recommendations of the Tbilisi Intergovernmental Conference on Environmental Education]]\n!!!Training of personnel\n''Recommendation No. 17''\n\nThe Conference,\n\n//Considering// the need for all teachers to understand the importance of environmental emphasis in their teaching,\n\n//Recommends// to Member States:\n* that environmental sciences and environmental education be included in curricula for pre-service teacher education;\n* that the staffs of teacher education institutions be assisted in this respect; and\n* that teachers should get appropriate environmental training relating to the area, either urban or rural, where they are going to work.\n''Recommendation No.18''\n\nThe Conference,\n\n//Considering// that the importance of in-service training is underlined by the fact that a great majority of present-day teachers were graduated from teacher-training colleges at a time when environmental education was largely neglected and thus did not receive sufficient education in environmental issues and the methodology of environmental education,\n\n//Recommends// to Member States:\n* that they take the necessary steps to make in-service training of teachers in environmental education available for all who need it;\n* that the implementation and development of in-service training, including practical training, in environmental education be made in close co-operation with professional organizations of teachers, both at the international and national levels;\n* that in-service training take account of the area, either urban or rural, where the teachers are working;\n//Recommends// to Unesco:\n* To promote the dissemination of ideas, programmes and instructional material relevant to the promotion of in-service training in environmental education.
This tiddler provides links to some of the tiddlers that control the layout, format, fonts, colours, etc. for a TiddlyWiki web page.\n!!Templates\n* [[PageTemplate]] - defines the overall organization and layout of the page\n* [[ViewTemplate]] - defines the organization and layout of the display of tiddlers\n* [[EditTemplate]] - defines the organization and layout of the tiddlers when they are being edited\n!!Stylesheets\n* [[StyleSheetLayout]] - defines the fonts, font sizes, margins, borders for the various "styles" used\n** [[TagglyTaggingStyles]] - a set of imported styles that control the format by which the tiddler "tags" are presented\n** [[MainMenuStyles]] - Styles for the Main Menu\n* [[StyleSheetColors]] - defines the colour of fonts, background, borders, etc. for the various styles\n!!Palette\n* [[Colour Palette]] - displays a palette of colours - \n* [[ColorPalette]] - shadowed tiddler that defined the colours used in the StyleSheetColors tiddler
<html>\n<iframe style="background-color:#ffffff; border-color:#ffffff; border:none;" width="100%" height="800" frameborder="0" scrolling="yes" src="http://habitat.igc.org/peace-cubes/template.htm" title="Templates for Light & Colour Cubes">\n</iframe> </html>
<<<\n//Adopted at the ''Mid-Term Meeting of the International Consultative Forum on Education for All'' in Amman, Jordan, June 1996//\n<<<\n''Education is empowerment''. It is the key to establishing and reinforcing democracy, to development which is both sustainable and humane and to peace founded upon mutual respect and social justice. Indeed, in a world in which creativity and knowledge play an ever greater role, the right to education is nothing less that the right to participate in the life of the modern world.\n\nAware of the power and potential of education, the international community committed itself at the ''World Conference on Education for All'' held in Jomtien, Thailand, in March 1990, to meet the basic learning needs of every individual. In major conferences since Jomtien, the nations of the world have repeatedly endorsed the central importance of basic education in all aspects of the development process: preserving the environment, managing population growth, combating poverty, promoting social development and creating equality between the sexes. We have now met in Amman, Jordan, at the gracious invitation of His Majesty King Hussein Bin Talal, to review progress toward the goals set in Jomtien and, of even greater importance, to find ways of overcoming persistent problems and confronting new challenges in order to achieve education for all (EFA).\n!!!Gains Achieved\nIn the six years since the adoption of the [[World Declaration on Education for All]], there has been significant progress in basic education, not in all countries nor as much as had been hoped, but progress that is nonetheless real. Primary school enrolment has increased, an estimated fifty million more children are enrolled today than in 1990. The number of out-of-school children, which had grown inexorably for decades, is also beginning to decline. There are today 20 million fewer out-of-school children of primary-school age than at the start of the decade. This progress is the result of concerted efforts by governments and peoples to extend educational opportunities. New partnerships have emerged, new resources have been tapped and new energies and ideas have been devoted to making education for all a reality.\n\nAccompanying these quantitative gains has been a growing emphasis on the quality of education. Without educational content relevant to current needs, without preparation in the learning skills and new knowledge required for the future, and without efforts to improve learning achievement, access may neither serve the purposes intended nor provide the benefits expected. Fortunately, serious reflection, more rigorous planning and a spirit of innovation have prepared the ground in many countries for important educational advances in the years ahead.\n\nWe acknowledge the forces of progress at work in all parts of the world: the new dynamism with which Africa is struggling, in difficult circumstances, to reverse the negative trends of the last ten years; the valiant efforts of South Asia to bring basic education to hundreds of millions of people; the increasing political support being given to EFA in the Arab States, which is increasingly perceived as the best preparation for meeting the challenges and uncertainties of the future; and the measures taken in other regions of the world to protect, sustain and enhance the gains that have been made since the Jomtien Conference.\n!!!Shortfalls\nYet, if the achievements of the last six years give reason for optimism, they provide no room for complacency. Continued progress requires even more forceful and concerted action, based on good information, sound research and careful analysis and aimed at achieving clearly specified results.\n\nNo point was more stressed in Jomtien than the urgent need to close the gender gap in education, both as a matter of simple equity and as the most effective means for responding to demographic pressures and promoting development. Yet, progress towards this goal has been excruciatingly slow; much more must be done.\n\nThe expanded vision of basic education espoused in Jomtien has often been reduced to a simple emphasis upon putting more children into school: an essential step, but only one of many measures needed to achieve EFA.\n\nEarly childhood care and development, with its enormous potential and distinctive role in promoting the active learning capacities and the overall well-being and development of children, while receiving greatly increased attention, nonetheless remains seriously under-developed and under-supported in many countries.\n\nThis lack of support applies as well to out-of-school literacy and education programmes for adolescents and adults. There are some 900 million adult illiterates in the world, nearly two- thirds of them women. In all societies, the best predictor of the learning achievement of children is the education and literacy level of their parents. Investments in adult education and literacy are, thus, investments in the education of entire families.\n\nThere has also been a tendency to focus on basic education without recognizing its essential links to secondary and higher education, as well as to teacher training and the development of technical and vocational skills. The [[World Declaration on Education for All]] was intended to empower, not to limit -- to propose minimums, but not to set ceilings.\n!!!The Road Ahead\n<<<\nAs we look to the end of the century and beyond, the leadership in each country must assume the responsibility for accelerating progress towards EFA, setting firm targets and timetables for achieving them.\n\nInternational agencies and donors must also play their full role as partners in the EFA movement, matching national efforts with significantly increased international support, improved co- ordination and greater responsiveness to country priorities.\n\nAll EFA partners must learn how to mobilize new resources as well as how to use existing resources more effectively. In the quest for EFA, enhanced political will, greater financial and material resources and improved management are all essential.\n<<<\n!!!Emerging Challenges\nIn the light of the developments of the past six years, it has become essential to re-examine goals and add new areas and means of action to those set forth in the Jomtien vision:\n<<<\nGiven the trend toward more open societies and global economies, we must emphasize the forms of learning and critical thinking that enable individuals to understand changing environments, create new knowledge and shape their own destinies. We must respond to new challenges by promoting learning in all aspects of life, through all the institutions of society, in effect, creating environments in which living is learning.\n\nGiven the growing recognition and reality of multicultural and diverse societies, we must respond by including local content as well as cross-cultural learning in basic education and by acknowledging the essential role of the mother tongue for initial instruction.\n\nGiven escalating violence caused by growing ethnic tensions and other sources of conflict, we must respond by ensuring that education reinforces mutual respect, social cohesion and democratic governance; We must learn how to use education to prevent conflict and, where crises do occur, ensure that education is among the first responses, thereby contributing to hope, stability and the healing of the wounds of conflict.\n\nGiven debt burdens, restrictions on social expenditures and continuing wasteful expenditure on weapons of war, we must respond with measures to reduce debt burdens, including the transformation of liabilities into assets through debt swaps, policies that promote investments in a nation's people and future, and reforms to the international economic system that give poor countries a chance to earn their way in the world.\n\nGiven rapidly growing numbers of youth at risk, often alienated from society and facing unemployment, we must seek ways to make education more responsive, both to the immediate realities facing these youth, as well as to the changing realities of a world in which basic learning skills are ever more important.\n<<<\n!!!Continuing Challenges\nEven as we focus our attention on these new realities and challenges, we must persist in our efforts to meet the goals set forth in the World Declaration on Education for All:\n<<<\nThe priority of priorities must continue to be the education of women and girls. Successful approaches and programmes must be identified in order that they may be replicated and expanded. There can be no enduring success in basic education until the gender gap is closed.\n\nThe training, status and motivation of teachers continues to be at the very core of educational concerns. While we must make better and wider use of technology and media, they can complement, but never replace the essential role of the teacher as the organizer of the instructional process and as a guide and example to the young.\n\nThe full vision of EFA, that of a learning society, recognizes the role of parents, families and communities as the child's first teachers. Both learning and teaching begin at birth and continue throughout life, as individuals work, live and communicate ideas and values by word and example.\n\nEFA can only be achieved through a broad partnership united by a shared purpose. It is essential to sustain the spirit of partnership and to broaden it to include all elements of society: parliaments, religious bodies, voluntary and community groups, the business sector, the media and others. EFA was founded on a faith in partnerships and a belief that, in a shrinking world, we are destined to share fully in the successes as well as the setbacks of other peoples and countries. In the quest to achieve EFA, it is essential that we sustain and enhance this spirit of solidarity.\n\nThe efficient and effective use of resources continues to be essential to the progress of EFA. We must seek more efficient management of education systems, make more effective use of partnerships, draw more systematically upon research and experimentation, and develop reliable information and assessment systems.\n\nThe right to education has been powerfully reaffirmed by the near-universal ratification of the United Nations [[Convention on the Rights of the Child|http://www.un-documents.net/crc.htm]]. Yet, there are still over 100 million children without access to education. We must respond urgently with new approaches and strategies capable of bringing quality education within the reach of all, including the poor, the remote and those with special educational needs. This calls for a comprehensive effort tailored to the needs of specific populations and based upon the best available expertise and technology.\n<<<\n!!!Renewing the Pledge\n> Six years ago, at Jomtien, the international community agreed upon the necessity and the possibility of achieving Education for All. Today, we, the participants in the Mid-Decade Review of EFA, reflecting on the experience and knowledge gained during the intervening years, reaffirm that necessity and possibility and re-dedicate ourselves to the essential task of bring the benefits of education to all.
The Hague Appeal for Peace is an international network of organizations and individuals dedicated to the abolition of war and making peace a human right. The Global Campaign for Peace Education was launched at the Hague Appeal for Peace conference in May 1999. After the conference, Hague Appeal for Peace took the responsibility of coordinating the Campaign.\n\nFor more information, visit http://www.haguepeace.org
''The Wealth of Networks: How Social Production Transforms Markets and Freedom'' is a highly-acclaimed book on the nature and dynamics of a 'networked information economy' by ''Yochai Benkler'', Professor of Law at Yale and New York University, and is recommended reading for anyone who would like to understand more about the profound economic transformation that is being made possible by developments in information and communications technologies (ICT). Published in May 2006, the book was also released under a [[Creative Commons]] licence and made freely available for non-commercial use on an experimental collaborative wiki site that Benkler set up at [[www.benkler.org/wealth_of_networks/|http://www.benkler.org/wealth_of_networks/]].\n\nThe opportunity to participate in "The Wealth of Networks Wiki " has played a valuable role in the development of plans for the use of ICT in support of the NGO Committee on Education's plans for the Decade on Education for Sustainable Development, and the Committee has published the primary HTML version of the book at [[http://www.ngo-education.net/wealth-of-networks| http://www.ngo-education.net/wealth-of-networks]]
Click on one of the following ~StyleSheets to select an alternative style:\n:* ClassicStyleSheet\n:* DevFireStyleSheet\n:* FlickrStyleSheet\n:* TiddlyPediaStyleSheet
These tiddlers are included for their usefulness in administering, managing and editing this TiddlyWiki web page, and may be of interest to visitors who want to explore some of the unique design features of TiddlyWiki web pages, and perhaps to being developing your own TiddyWiki pages. A central key to the genius of the design of TiddlyWiki is the way that virtually all aspects of a TiddlyWiki web page - organization and classification of the content, layout, format, colours, fonts, functions and features can be managed through tiddlers that define templates, styles or macros and features written in Javascript.\n* [[Tiddler Lists]] \n** [[Alphabetical Tiddlers]] \n** [[Tiddler Timeline]]\n** [[Shadow Tiddlers]] \n** [[Missing Tiddlers]] \n** [[Imported Tiddlers]] \n** [[Tiddler Tags]] \n** [[Included TiddlyWikis]] \n* [[Main Menu|MainMenu]] \n** [[Default Tiddlers|DefaultTiddlers]] \n* [[Import Tiddlers]] \n* [[Plugin Macros]] \n* [[Templates & Stylesheets]] \n** PageTemplate \n** ViewTemplate \n** EditTemplate \n** StyleSheetLayout \n** StyleSheetColors \n** [[Colour Palette]] \n* [[Formatting Tiddlers]] \n** [[Formatting Text]] \n** [[Headers & Outlines]] \n** [[Tiddly Links]] \n** [[Tables]] \n** [[Images]] \n
<<tiddler TabTimeline>>
To hide text within a tiddler so that it is not displayed you can wrap it in {{{/%}}} and {{{%/}}}. It can be a useful trick for hiding drafts or annotating complex markup. Edit this tiddler to see an example.\n/%This text is not displayed\nuntil you try to edit %/
|!Effect|!To get|!Type this|h\n|BoldText|''Bold''|{{{''Bold''}}}|\n|UnderlinedText|__Underline__|{{{__Underline__}}}|\n|ItalicText|//Italic//|{{{//Italic//}}}|\n|InlineHTML|<html><p align="right">right-aligned text</p></html>|{{{<html><p align="right">right-aligned text</p></html>}}}|\n|CamelCase|CamelCase links|{{{CamelCase links}}}|\n|TiddlyLinks|[[Simple links]]|{{{[[Simple links]]}}}|\n|AliasTiddlyLinks|[[Alias to Tiddly links|Tiddly links]]|{{{[[Alias to Tiddly links|Tiddly links]]}}}|\n|ExternalLinks|http://www.tiddlywiki.com|{{{http://www.tiddlywiki.com}}}|\n|AliasExternalLinks|[[Tiddly Wiki|http://www.tiddywiki.com]]|{{{[[Tiddly Wiki|http://www.tiddlywiki.com]]}}}|\n|RedirectLinks|<<redirect TW TiddlyWiki>>|{{{<<redirect TW TiddlyWiki>>}}} redirects [[TW]] to TiddlyWiki|\n|SuperScript|e2^^ <html>&pi;</html> i^^ = 1|{{{e2^^ <html>&pi;</html> i^^ = 1}}}|\n|SubScript|a~~ij~~ = - a~~ji~~|{{{a~~ii~~ = - a~~ji~~}}}|\n|StrikeThrough|==Strikethrough==|{{{==Strikethrough==}}} - not working?|\n||<html><s>Strikethrough</s></html>|{{{<html><s>Strikethrough</s></html>}}} - alternate method|\n|HighlightedText|@@highlight@@|{{{@@highlight@@}}}|\n|StyledText|@@font-family:comic sans ms;Comic sans MS@@|{{{@@font-family:comic sans ms;Comic sans MS@@}}}|\n||@@font-size:120%;font-weight:bold;larger font, in bold@@|{{{@@font-size:120%;font-weight:bold;larger font, in bold@@}}}|\n|OldStyle|@@color(#ffffff):bgcolor(#ff0000):white text, red background@@|{{{@@color(#ffffff):bgcolor(#ff0000):white text, red background@@}}}|\n||@@color(#00ff00):bgcolor(#000000):green text, black background@@|{{{@@color(#00ff00):bgcolor(#000000):green text, black background@@}}}|\n|HiddenText|/%hidden comments%/|{{{/%hidden comments%/}}}|\n|BlockQuotes||{{{<<< ... <<< }}}|\n|[[MultiLevel BlockQuote]]||{{{> >> >>>}}} etc. at beginning of line|\n|[[Bullets]]||{{{* ** ***}}} etc. at beginning of line|\n|NumberedBullets||{{{# ## ###}}} etc. at beginning of line|\n|[[Tables]]||{{{|}}} .... {{{|}}} separates cells|\n|[[CellAlignment|left|{{{|left|}}}|\n|| center |{{{| center |}}}|\n|| right|{{{| right|}}}|\n|[[HeaderRows||{{{|h}}} at end of row|h\n|HeaderLevels||{{{! !! !!!}}} etc. at beginning of line|\n\n''Double-click'' on this tiddler to see more detail, or follow the links to the specicif formatting types.\n\nJeremyRuston said:\n<<<\nA TiddlyWiki is like a blog because it's divided up into neat little chunks, but it encourages you to read it by hyperlinking rather than sequentially: if you like, a non-linear blog analogue that binds the individual microcontent items into a cohesive whole.\n<<<\n
TiddlyWiki uses Wiki style markup, a way of lightly "tagging" plain text so it can be transformed into HTML. Edit this Tiddler to see samples.\n\n! Header Samples\n!Header 1\n!!Header 2\n!!!Header 3\n!!!!Header 4\n!!!!!Header 5\n\n! Unordered Lists:\n* Lists are where it's at\n* Just use an asterisk and you're set\n** To nest lists just add more asterisks...\n***...like this\n* The circle makes a great bullet because once you've printed a list you can mark off completed items\n* You can also nest mixed list types\n## Like this\n\n! Ordered Lists\n# Ordered lists are pretty neat too\n# If you're handy with HTML and CSS you could customize the [[numbering scheme|http://www.w3schools.com/css/pr_list-style-type.asp]]\n## To nest, just add more octothorpes (pound signs)...\n### Like this\n* You can also\n** Mix list types\n*** like this\n# Pretty neat don't you think?\n\n! Tiddler links\nTo create a Tiddler link, just use mixed-case WikiWord, or use [[brackets]] for NonWikiWordLinks. This is how the GTD style [[@Action]] lists are created. \n\nNote that existing Tiddlers are in bold and empty Tiddlers are in italics. See CreatingTiddlers for details.\n\n! External Links\nYou can link to [[external sites|http://google.com]] with brackets. You can also LinkToFolders on your machine or network shares.\n\n! Images\nEdit this tiddler to see how it's done.\n[img[http://img110.echo.cx/img110/139/gorilla8nw.jpg]]\n\n!Tables\n|!th1111111111|!th2222222222|\n|>| colspan |\n| rowspan |left|\n|~| right|\n|bgcolor(#a0ffa0):colored| center |\n|caption|c\n\nFor a complex table example, see PeriodicTable.\n\n! Horizontal Rules\nYou can divide a tiddler into\n----\nsections by typing four dashes on a line by themselves.\n\n! Blockquotes\n<<<\nThis is how you do an extended, wrapped blockquote so you don't have to put angle quotes on every line.\n<<<\n>level 1\n>level 1\n>>level 2\n>>level 2\n>>>level 3\n>>>level 3\n>>level 2\n>level 1\n\n! Other Formatting\n''Bold''\n==Strike==\n__Underline__\n//Italic//\nSuperscript: 2^^3^^=8\nSubscript: a~~ij~~ = -a~~ji~~\n@@highlight@@\n@@color(green):green colored@@\n@@bgcolor(#ff0000):color(#ffffff):red colored@@ Hex colors are also broken right now.\n
A ''Tiddler'' is the basic unit of content in a TiddlyWiki, the equivalent of a page in a conventional Wiki site or web site. There are three basic types of Tiddlers: scripts or macros, styles, and text, although a Tiddler can contain elements of all three.\n\nEach tiddler is of the form of a styled {{{<div> ... </div>}}} with attributes for the name of the Tiddler, the user name of the last person wh edited the Tiddler, a 14-digit date and time code for the date and time the Tiddler was modified and created, and a set of tags or key words, where the tag is either a single word, or two or more words enclosed by square brackets - e.g. {{{[[sustainable development]]}}}, and in the source code oa a TiddlyWiki page looks something like the following\n{{{<div tiddler'"Tiddlers" modifier="Editor" modified="200611111130" created="20061031830" tags="tag1 tag2 [[another tag]] .... ">content of tiddler - optionally with TiddlerMarkup language</div>}}}\n\nThe contents of a Tiddler can be formatted with simple but powerful formatting codes, described in more detail in TiddlerMarkup
<div class='title' macro='view title'></div>\n<div class='toolbar' macro='toolbar +saveTiddler -cancelTiddler deleteTiddler'></div>\n<div class='editor' macro='edit title'></div>\n<div class='editor' macro='edit text'></div>\n<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>
<!--{{{-->\n<div id='header'>\n</div>\n<div id='sidebar'>\n<div id='titleLine'></div>\n<span id='siteTitle' refresh='content' tiddler='SiteTitle'></span>- <span id='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>\n<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>\n<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>\n<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>\n</div>\n<div id='displayArea'>\n<div id='messageArea'></div>\n<div id='tiddlerDisplay'></div>\n</div>\n\n<!--}}}-->
/***\nhttp://www.ngo-education.net/workshop/#theme:TiddlyPedia\n***/\n\n/*{{{*/\nbody{\n background: #f9f9f9 url(headbg.jpg) no-repeat top left;\n}\n\n#titleLine{\n display: block;\n background: transparent url(wiki.png) no-repeat 18px -7px;\n _background: transparent;\n height: 120px;\n _height: 135px;\n width: 150px;\n color: #000;\n border: 1px;\n padding: 0;\n margin: 0;\n}\n\n* html #titleLine{\n filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wiki.png',sizingMethod='scale');\n}\n\n#contentWrapper #siteTitle a{\n display: inline;\n font-weight: bold;\n color: #000;\n font-size: 13px;\n}\n\n#siteSubtitle{\n padding: 0;\n}\n\n#siteTitle, #mainMenu{\n position: static;\n}\n\n#contentWrapper #sidebar{\n top: 0;\n left: 0;\n}\n\n#displayArea {\n margin: 0 0 0 15em;\n}\n\n#messageArea{\n position: fixed;\n top: 0;\n right: 0;\n font-size: 10px;\n border: 1px solid #aaa;\n background: #fff;\n z-index: 25;\n}\n\n#messageArea a:link{\n color: #002bb8;\n text-decoration: none;\n}\n\n#messageArea a:hover{\n text-decoration: underline;\n}\n\n.viewer{\n background: #fff;\n border: 1px solid #aaa;\n padding: 1em;\nmargin: 0;\n}\n\n.body{\n padding: 1px;\n}\n\n.title{\n background: #fff;\n border: 1px solid #aaa;\n display: inline;\n margin-left: .5em;\n padding: 2px .5em;\n border-bottom: 0;\n font-weight: bold;\n color: #000;\n font-size: 1.2em;\n}\n\n.toolbar{\n visibility: visible;\n display: inline;\n padding: 0;\n font-family: sans-serif;\n}\n\n.toolbar a.button:link,.toolbar a.button:visited{\n background: #fff;\n border: 1px solid #aaa;\n color:#002bb8;\n font-size: 11px;\n padding-bottom: 0;\n margin-right: .25em;\n}\n\n/* TiddlyPedia was Created by Clinton Checketts based on the Monobook skin of Wikipedia */\n\n#contentWrapper .toolbar .button:hover{\n border-bottom: 1px solid #fff;\n background: #fff;\n color:#002bb8;\n}\n\n.toolbar a.button:hover{\n border-bottom: 1px solid #fff;\n background: #fff;\n color:#000;\n}\n\n#displayArea .viewer a,a.button:link,a.button:visited,\na.tiddlyLink:link,a.tiddlyLink:visited,\n#sidebarOptions .sliderPanel a{\n color:#002bb8;\n background: transparent;\n border: 0;\n}\n\n.viewer a:hover,a.button:hover,a.button:active,\na.tiddlyLink:hover,a.tiddlyLink:active,\n.viewer a.button:hover,\n#sidebarOptions .sliderPanel a:hover{\n color:#002bb8;\n background: transparent;\n text-decoration: underline;\n}\n\n#mainMenu{\n font-family: sans-serif;\n text-align: left;\n font-size: x-small;\n width: 100%;\n margin: 0;\n padding: 0;\n}\n\n#mainMenu h1{\n font-size: 11px;\n font-weight: normal;\n padding: 0;\n margin: 0;\n background: transparent;\n}\n\n#mainMenu ul{\n font-size: 11px;\n border: 1px solid #aaa;\n padding: .25em 0;\n margin: 0;\n list-style-type: square;\n list-style-image: url(bullet.gif);\n background: #fff;\n width: 100%;\n}\n\n#mainMenu li{\n margin: 0 0 0 2em;\n padding: 0;\n}\n\n#contentWrapper #mainMenu a:link,#contentWrapper #mainMenu a:visited{\n color:#002bb8;\n padding: 0;\n margin: 0;\n background: transparent;\n}\n\n#mainMenu .externalLink {\n text-decoration: none;\n}\n\n#mainMenu .externalLink:hover {\n text-decoration: underline;\n}\n\n#sidebar{\n padding: .5em;\n font-family: sans-serif;\n}\n\n#sidebarOptions{\n border: 1px solid #aaa;\n background: #fff;\n margin-top: .5em;\n width: 100%;\n}\n\n#sidebar .sliderPanel{\n margin: 0;\n}\n\n#contentWrapper #sidebarOptions .button,#contentWrapper #sidebarOptions .button:hover{\n color:#002bb8;\n padding: .1em 0 .1em 2em;\n background: transparent url(bullet.gif) 10px -2px no-repeat;\n}\n\n#sidebarOptions input{\n width: 80%;\n margin: 0 .5em;\n}\n\n#sidebarTabs{\n background: #fff;\n margin-top: .5em;\n width: 100%;\n}\n\n#sidebarTabs .tabContents,#sidebarTabs .tabContents .tabContents{\n border: 1px solid #aaa;\n background: #fff;\n}\n\n#sidebarTabs .tabSelected,#sidebarTabs .tabcontents .tabSelected {\n background: #fff;\n border: 1px solid #aaa;\n border-bottom: 0;\n cursor: default;\n padding-bottom: 3px;\n color: #000;\n}\n\n#sidebarTabs .tabUnselected,#sidebarTabs .tabContents .tabUnselected{\n background: #aaa;\n padding-bottom: 0;\n color: #000; \n}\n\n#contentWrapper #sidebarTabs .tiddlyLink,#contentWrapper #sidebarTabs .button,\n#contentWrapper #sidebarTabs a.tiddlyLink:hover,#contentWrapper #sidebarTabs a.button:hover{\n background: transparent;\n color: #002bb8;\n}\n\n.footer{\n margin: -1em 0 1em 0; \n}\n\n.footer .button:hover,.editorFooter .button:hover{\nbackground: transparent;\n color: #002bb8;\n border-bottom: 1px solid #002bb8;\n}\n\n#popup{\n background: #e9e9e9;\n color: #000;\n}\n\n#popup hr{\n border-color: #aaa;\n background-color: #aaa;\n}\n\n#popup a{\n color: #000;\n}\n\n#popup a:hover,#contentWrapper #sidebarTabs #popup a:hover{\n background: #666;\n color: #fff;\n text-decoration: none;\n}\n\n#displayArea .tiddler a.tiddlyLinkNonExisting{\n color: #ba0000;\n}\n\n#displayArea .tiddler a.externalLink{\n text-decoration: none;\n color:#002bb8;\n padding-right: 1em;\n background: transparent url(external.png) 100% 50% no-repeat;\n}\n\n#displayArea .tiddler a.externalLink:hover{\n text-decoration: underline;\n}\n\n.viewer pre{\n background: #e9e9e9;\n border: 1px solid #666;\n}\n\n.viewer h1, .viewer h2, .viewer h3, .viewer h4, .viewer h5, .viewer h6{\n background: transparent;\n border-bottom: .2em solid #aaa;\n}\n\n#sidebar .sliderPanel{\n background: #e9e9e9;\n}\n\n#sidebar .sliderPanel input{width: auto;}\n\n.tagged, .tagging, .listTitle{\n float: none;\n display: inline;\n}\n\n.tagged li, .tagging li,\n.tagged ul, .tagging ul{\n display: inline;\n}\n\n/*}}}*/
<!--{{{-->\n<div class='title' macro='view title'></div>\n<div class='toolbar' macro='toolbar -closeTiddler closeOthers +editTiddler permalink references jump'></div>\n<div class='tagging' macro='tagging'></div>\n<div class='tagged' macro='tags'></div>\n<div class='viewer' macro='view text wikified'></div>\n<div class='tagClear'></div>\n<!--}}}-->
The following TiddlyPerfect web sites are currently online or under development Please note that all of these sites are under development:\n\n|>|Available online|h\n|TiddlyPerfect|http://www.tiddlyperfect.net|\n|[[Economics of Climate Change: The Stern Review]]|http://www.ngo-education.net/stern-review|\n|[[Plan B 3.0 (beta): Rescuing a Planet Under Stress and a Civilization in Trouble]]|http://www.ngo-education.net/plan-b|\n|[[Workshop on Education, Youth & Technology for Sustainable Development]]|http://www.ngo-education.net/workshop|\n|[[UN Documents Cooperation Circles: Gathering a Body of Global Agreements]]|http://un-documents.net/un-docs.htm|\n|[[Information Habitat 2.0|Information Habitat]]|http://www.information-habitat.net|\n|[[DataPerfect Information]]|http://www.dataperfect.info|\n|>|Under development|h\n|[[Silken Valleys: Where Silicon Valley Meets the Silk Road]]|/%http://www.ngo-education.net/silken-valleys%/|\n|[[IPCC Fourth Assessment Review]]||\n|[[Climate Change 2.0]]||\n|[[Climate Change Bibliography]]||\n|[[Program Editor 3.1]]||
nTiddlyPerfect is an emerging hybrid information species - based on TiddlyWiki and DataPerfect, two remarkable software platforms. TiddlyWiki is a brilliant new platform for a self-contained wiki site, powered by Javascript, in which contents is based on "tiddlers" that can contains, formatted text, images, etc, plugin macros written in Javascript that can be executed inside other tiddlers, and cascading styles sheets, and that offers exceptional versatility in organizing and presenting web-based information. DataPerfect, a largely unrecognized star of the legendary WordPerfect family of the MS-DOS era - obscured by the onset of Windows - is arguably the most brilliant relational database ever written and is an ideal engine from which tiddlers can be generated. In the full implementation of TiddlyPerfect, a DataPerfect engine will serve as a database engine for TiddyyWiki. In the meantime, DataPerfect has been used as the engine to generate the content for several TiddyWiki sites. \n\nThe extensive archives of [[Information Habitat: Where Information Lives]], gathered over the past sixteen years in the course of Information Habitat's pioneer tole in promoting the adoption of information and communications technology by the United Nations NGO community, beginning with the preparations for the 1992 Earth Summit that are serving as the initial collection for [[Climate Change 2.0]] and for the [[NGO Committee on Education]]'s commitment in support of the [[United Nations Decade of Education for Sustainable Development]] have been largely maintained in a set of DataPerfect digital engines, that will be used to generate an evolving set of prototype TiddlyPerfect sites.
This web page is powered by TiddlyWiki - a brilliant and remarkably powerful MicroContent WikiWikiWeb created by JeremyRuston and a busy [[Community]] of independent developers. It's written in HTML, CSS and JavaScript to run on any modern browser without needing any ~ServerSide logic. TiddlyWiki allows anyone to create personal ~SelfContained hypertext documents that can be posted to a ~WebServer, sent by email or kept on a USB thumb drive to make a ~WikiOnAStick. It also makes a great ~GuerillaWiki. This is revision <<version>> of ~TiddlyWiki, and is published under an OpenSourceLicense. You can download TiddlyWiki at http://www.tiddlywiki.com/ and start to create your your own TiddlyWikis - for your personal use, or to create a web site.\n\nA TiddlyWiki page has three interrelated sections:\n: ''Javascript'': A set of ''scripts'' or ''macros'' that instruct the browser how to organize and present the information in the [[Tiddlers]], and to respond to your navigation of the TiddlyWiki\n: ''CascadingStyles'': A set of CascadingStyles and StylesSheets / PageTemplates that instruct the browser as to the format, fonts, colours and layout of the TiddlyWiki\n: ''[[Tiddlers]]'': A set of ''Tiddlers'' that can be created using the simple TiddlerMarkup codes. A Tiddler can contain formatted text, Javascript or CascadingStyle information \n\nOnce you have downloaded TiddlyWiki, you can begin to add your own Tiddlers - and you can also add features that have been created by other TiddlyWiki developers, with ImportTiddlers.\n\nIf you have a good relational database program - such as DataPerfect - it is also possible to create sets of Tiddlers that you can then import into your TiddlyWiki. This TiddlyWiki for Education, Youth & Technology for Sustainable Development includes an extensive set of Tiddlers for UN and related documents pertaining to the [[UN Decade of Education for Sustainable Development]] that were generated from a DataPerfect database.\n\nThis TiddlyWiki also includes tiddlers imported from [[TiddlyTools|http://www.tiddlytools.com]] by EricShulman of ELSDesignStudio and from [[TiddlyStyles|http://www.tiddlystyles.com]] by ClintChecketts\n\n
! Thanks To\n* JeremyRuston for TiddlyWiki and the TiddlerMarkup code\n* ClintChecketts for TiddlyStyles and the redirect macro\n* JoshGoebel for ServerSideWiki\n* NathanBowers for GTDTiddlyWiki and the GTD StyleSheet\n* SimonBaird for his polished GTDTagglyWiki/GTDTiddlyWiki variation that the very first client code for the ServerSideWiki project was based on\n
|<<siteMap formatting>>|<<siteMap "tiddlywiki macros">>|<<siteMap "setup">>|\n\nSee also: [[Workshop Site Map]]
/***\n| Name:|ToggleTagMacro|\n| Description:|Makes a checkbox which toggles a tag in a tiddler|\n| Version:|6.1.2|\n| Date:|20-Oct-2006|\n| Source:|http://tiddlyspot.com/mptw/#ToggleTagMacro|\n| Author:|SimonBaird|\n| License:|[[BSD open source license]]|\n| CoreVersion:|2.1|\n!Usage\n{{{<<toggleTag }}}//{{{TagName TiddlerName LabelText}}}//{{{>>}}}\n* TagName - the tag to be toggled, default value "checked"\n* TiddlerName - the tiddler to toggle the tag in, default value the current tiddler\n* LabelText - the text (gets wikified) to put next to the check box, default value is '{{{[[TagName]]}}}' or '{{{[[TagName]] [[TiddlerName]]}}}'\n(If a parameter is '.' then the default will be used)\n\nExamples:\n\n|Code|Description|Example|h\n|{{{<<toggleTag>>}}}|Toggles the default tag (checked) in this tiddler|<<toggleTag>>|\n|{{{<<toggleTag TagName>>}}}|Toggles the TagName tag in this tiddler|<<toggleTag TagName>>|\n|{{{<<toggleTag TagName TiddlerName>>}}}|Toggles the TagName tag in the TiddlerName tiddler|<<toggleTag TagName TiddlerName>>|\n|{{{<<toggleTag TagName TiddlerName 'click me'>>}}}|Same but with custom label|<<toggleTag TagName TiddlerName 'click me'>>|\n|{{{<<toggleTag . . 'click me'>>}}}|dot means use default value|<<toggleTag . . 'click me'>>|\n(Note if TiddlerName doesn't exist it will be silently created)\n\n!Known issues\n* Doesn't smoothly handle the case where you toggle a tag in a tiddler that is current open for editing. Should it stick the tag in the edit box?\n\n***/\n//{{{\n\nmerge(config.macros,{\n\n toggleTag: {\n\n doRefreshAll: true,\n createIfRequired: true,\n shortLabel: "[[%0]]",\n longLabel: "[[%0]] [[%1]]",\n\n handler: function(place,macroName,params,wikifier,paramString,tiddler) {\n var tag = (params[0] && params[0] != '.') ? params[0] : "checked";\n var title = (params[1] && params[1] != '.') ? params[1] : tiddler.title;\n var defaultLabel = (title == tiddler.title ? this.shortLabel : this.longLabel);\n var label = (params[2] && params[2] != '.') ? params[2] : defaultLabel;\n var theTiddler = title == tiddler.title ? tiddler : store.getTiddler(title);\n var cb = createTiddlyCheckbox(place, label.format([tag,title]), theTiddler && theTiddler.isTagged(tag), function(e) {\n if (!store.tiddlerExists(title)) {\n if (config.macros.toggleTag.createIfRequired) {\n var content = store.getTiddlerText(title); // just in case it's a shadow\n store.saveTiddler(title,title,content?content:"",config.options.txtUserName,new Date(),null);\n }\n else \n return false;\n }\n //store.suspendNotifications(); \n store.setTiddlerTag(title,this.checked,tag);\n //refreshDisplay(); \n //store.resumeNotifications();\n return true;\n });\n }\n }\n});\n\n//}}}\n\n
[<img[Twin Light & Colour Cube|http://www.climate-change-two.net/light-cube-1.png]] [>img[Twin Light & Colour Cube|http://www.climate-change-two.net/light-cube-0.png]]\n@@clear(left):clear(right):display(block):@@\nThe ''Twin Light & Colour Cubes'' / ''Virtual Light & Colour Cubes'' are fascinating, profoundly symmetrical cubes with dimensions of ''@@color:#ff0000;red@@'', ''@@color:#00ff00;green@@'' & ''@@color:#0000ff;blue@@'' - the primary colours of light - in which the colour at any point is equal to the sum of the point's red, green and blue coordinates - represented in HTML as {{{#rrggbb}}} where {{{rr}}}, {{{gg}}} & {{{bb}}} are two-digit hexadecimal numbers describing the intensity of ''@@color:#ff0000;red@@'', ''@@color:#00ff00;green@@'' & ''@@color:#0000ff;blue@@'' respectively. Each cube - the mirror image and photographic negative of each other - contains all the colours that can be displayed in the "RGB" mode used by computer monitors, digital cameras, television, film, etc. \n\nThe Light & Colour Cubes show how colours can be understood as existing in a three-dimensional space - in which the faces of the cubes are the surfaces and outer boundaries of colour space - and serve as the cornerstone of a simple three-dimensional mathematics and geometry of light & colour that allows - within the constraints of the cubes - addition and subtraction, calculation of "distances" between any two colours, and a geometrical representation of relationships between colours.\n\nThe Light & Colour Cubes - whose only "pure" existence is in a virtual or mathematical space - allow a simple, yet profound shift in our perception and understanding of colour & light as we transition to a digital, light-based environment from a material, pigment-based world. We can discover that the ''blue'', ''red'' & ''yellow'' that had been taught as the primary colours, are actually, ''@@color:#00ffff;cyan@@'', ''@@color:#ff00ff;magenta@@'' & ''@@color:#ffff00;yellow@@'' - the colours that, with the addition of ''black'', are used by printers and known as ''CMYK''. ''@@color:#00ffff;Cyan@@'', ''@@color:#ff00ff;magenta@@'' & ''@@color:#ffff00;yellow@@'' are the photographic negatives of ''@@color:#ff0000;red@@'', ''@@color:#00ff00;green@@'' & ''@@color:#0000ff;blue@@'' , the primary colours of light. Both sets of primary colours - along with ''black'' and ''@@color:#ffffff;background:#000000;white@@'' - serve as the apexes of the Light & Colour Cubes. While a pure Light & Colour Cube only exists as a virtual entity, models of the cubes can be built with [[downloadable template|Templates for Light & Colour Cubes]]\nhttp://www.peace-cubes.net\n\nIn the context of the transition to a sustainable development path, the dimensions of the cube ''@@color:#ff0000;red@@'', ''@@color:#00ff00;green@@'' & ''@@color:#0000ff;blue@@'' - can serve as a metaphor for the "three pillars of sustainable development" - ''@@color:#ff0000;economic@@'', ''@@color:#00ff00;environmental@@'' and ''@@color:#0000ff;social@@''. The Light & Colour Cubes were dedicated as ''Peace Cubes'' at the Peace Bell in an Earthday ceremony at UN Headquarters, and have been incorporated on many subsequent web sites developed by ''Information Habitat'' - several of which are devoted to sets of images derived from the Light & Colour Cubes.\n\n the Peace Bell o\n\nDiscovered by [[Information Habitat: Where Information Lives]] in November 1996, in the context of follow-up to the June 1996 [[Habitat II]] conference in Istanbul, the Light & Colour Cubes have served as icons for [[information ecology|Information ecology]] and for a sustainable transition to a digital knowledge-based universe. \n\n\n\n\n\n
General Assembly Resolution 57/254. United Nations Decade of Education for Sustainable Development - http://www.un-documents.net/a57r254.htm - established the decade ...
''UN Documents Cooperation Circles: Gathering a Body of Global Agreements'' is a unique hyperlinked collection of more than five hundred key United Nations documents relating to sustainable development, education, human rights, peace, etc., including the agreements from most of the major global conferences organized by the United Nations and a significant number of important conventions / treaties. The use of hyperlinksA significant number of these documents have only previously been available as scanned images - where their contents were mostly generally inaccessible to Internet search engines and from which it was not possible to copy selected text - and have been converted using Optical Character Recognition software. \n\nThe documents have been converted into a simple HTML format, imported into a DataPerfect database, and re-generated in a consistent common format. A simple, consistent system of file names for documents with UN document codes has been adopted, making it easy to reference the documents - e.g. the URL for General Assembly Resolution A/RES/60/1 - the ''2005 World Summit Outcome'' is [[www.un-documents.net/a60r1.htm|http://www.un-documents.net/a60r1.htm]]. For consistency and to simplify the recognition and understanding, a revised document code has been adopted for General Assembly resolutions for the first thirty Sessions of the General Assembly, for which Roman numerals have historically been used to identify the session; thus the GA resolution 2625 (XXV) on the.''Declaration on Principles of International Law concerning Friendly Relations and Co-operation among States in accordance with the Charter of the United Nations'' has been given the document code A/RES/25/2625 instead of A/RES/2625(XXV) and a corresponding URL of [[www.un-documents.net/a25r2625.htm|http://www.un-documents.net/a25r2625.htm]].\n\nIn the case of many of the longer documents in the collection, a Table of Contents, with links to the different sections has been added. In the case of conventions, "anchors" have been added to each article of the convention. This makes it possible to create links directly to relevant sections in a document. For the General Assembly documents. the number of the agenda item has been recorded, and the task of adding the description of the agenda items has been partially implemented. \n\nThe documents in the collection have been classified with key words, to make it easier to find related documents; there remains considerable need for additional key words, and for elaboration of the organization and structure of the key words. The inclusion of hyperlinks to references cited in documents makes it possible to a} generate a table to links for each document, and b) to create a listing of documents that include a reference to the documents. The generation of web pages with the backward and forward reference tables remains as a future enhancement; a sample document, links for the ''2005 World Summit Outcome'' is available at [[www.un-documents.net/links/a60r1.htm|http://www.un-documents.net/links/a60r1.htm]]\n\nThe ''Official Records of the General Assembly'' corresponding to the resolutions have also been added to the collection and uploaded;the Official Records are a very valuable resource for anyone interested in the history of the United Nations; these records are only available as scanned pdf files; in most cases, many of the pages are skewed in the vopies on the ''Official Documents of the United Nations'' - [[documents.un.org|http://documents.un.org]] - some of the files of the official records have been de-skewed - with ''ReadIris Pro'', an excellent OCR package, and blank pages have been removed.\n\nThe UN Documents web site has been submitted to the major search engines, with the result that some of the documents are now fairly close to the top of Google search results for their title and a [[Google site search|Google UN documents]] offers a quick way to find relevant documents in the collection.
''UNESCO'' - the United Nations Educational, Scientific and Cultural Organization - was founded on November 4, 2006. The Preamble to the Constitution of UNESCO declares that ‘since wars begin in the minds of men, it is in the minds of men that the defences of peace must be constructed’.\n\nUNESCO was designated as the as the lead agency for the promotion of the [[UN Decade of Education for Sustainable Development]] by [[General Asembly resolution 57/254|http://www.un-documents.net/a57r254.htm]] and requests it to develop a draft international implementation scheme, clarifying its relationship with the existing educational processes, in particular the [[Dakar Framework for Action|http://www.un-documents.net/dakar-fa.htm]], adopted at the World Education Forum and the United Nations Literacy Decade, in consultation with the United Nations and other relevant international organizations, Governments, non-governmental organizations and other stakeholders, with a view to providing recommendations for Governments on how to promote and improve the integration of education for sustainable development in their respective educational strategies and action plans at the appropriate level;
The ''United Nations Decade of Education for Sustainable Development'' (2005-2014) was established by [[General Assembly Resolution 57/254|57/254. United Nations Decade of Education for Sustainable Development]] on 20 December 2002 in response to a recommendation in the [[section on education|"Education" in the Johannesburg Plan of Implementation]] in the [[Plan of Implementation of the World Summit on Sustainable Development|http://www.un-documents.net/jburgpln.htm]] ("Johannesburg Plan of Implementation"). and gave the lead responsibility for co-ordinating the response of the United Nations system to the ''United Nations Educational, Scientific and Cultural Organization'' (UNESCO) \n\nThe Decade of Education for Sustainable Development (DESD) is one of a number of United Nations Decades that have been established by the General Assembly and many of these address areas of global concern that are closely connected with the issue of education and sustainable development, and hence of significant concern to the NGO Committee on Education. Among such Decades currently underway are the ''International Decade for a Culture of Peace and Non-Violence for the Children of the World'' (2000-2010), the ''United Nations Literacy Decade'' (2003-2012) , the ''Second International Decade of the World's Indigenous People'' (2005-2014), and the ''International Decade for Action, "Water for Life'' (2005-2015).\n\nFor more information on Decade of Education for Sustainable Development, visit UNESCO's web site at http://www.unesco.org/education/desd/
!!Basic Options\nThe Interface Options use the {{{<<option>>}}} built-in macro to allow you to customise some of the ways this web site behaves. The options you select are saved in your browser, and will remain in effect when you visit this site again. \n\nYour username for signing your edits: <<option txtUserName>>\nConventionally, TiddlyWiki developers suggest this bewritten as a WikiWord (eg JoeBloggs), however TiddlyPerfect recommends a user name with separate elements, eg Firstname Lastname, a Nickname or an organizational name. Note that you will only be able to create or edit tiddlers if the page you are editing is on a local drive \n\n<<option chkSaveBackups>> Save Backups\n<<option chkAutoSave>> Auto Save\n<<option chkRegExpSearch>> RegExpSearch\n<<option chkCaseSensitiveSearch>> Case Sensitive Search\n<<option chkAnimate>> Enable Animations\n----\n!!Advanced Options\n!!!Navigation Options\n<<option chkToggleLinks>> Clicking on links to tiddlers that are already open causes them to close\n^^(override with Control or other modifier key)^^\n<<option chkOpenInNewWindow>> Open Links In New Window\n!!!Save Options\n<<option chkSaveBackups>> SaveBackups\n<<option chkGenerateAnRssFeed>> Generate an Rss Feed\n<<option chkSaveEmptyTemplate>> Save Empty Template - i.e. just TiddlyWiki, without any of the tiddlers\nFolder name for backup files: <<option txtBackupFolder>>\n<<option chkAutoSave>> Auto Save: When selected, the page will be saved each time you save a tiddler; note that it will slow down your editing, while it protects you from losing your work if your browser crashes. \n!!!Editing Options\n<<option chkHttpReadOnly>> HideEditingFeatures when viewed over HTTP\n<<option chkForceMinorUpdate>> Treat edits as MinorChanges by preserving date and time\n^^(override with Shift key when clicking 'done' or by pressing Ctrl-Shift-Enter^^\n<<option chkConfirmDelete>> Confirm Before Deleting a tiddler\nMaximum number of lines in a tiddler edit box: <<option txtMaxEditRows>>\n<<option chkInsertTabs>> Use tab key to insert tab characters instead of jumping to next field\n!!!Search Options\n<<option chkSearchTitles>> Search in tiddler titles\n<<option chkSearchText>> Search in tiddler text\n<<option chkSearchTags>> Search in tiddler tags\n<<option chkSearchTitlesFirst>> Search results show title matches first\n<<option chkSearchList>> Search results show list of matching tiddlers\n<<option chkSearchIncremental>> Incremental searching\n!!!~YourSearch Options\n<<option chkUseYourSearch>> Use 'Your Search' \n<<option chkPreviewText>> Show Text Preview\n<<option chkSearchAsYouType>> 'Search As You Type' Mode (No RETURN required to start search)\nDefault Search Filter: <<option chkSearchInTitle>>Titles ('!') <<option chkSearchInText>>Texts ('%') <<option chkSearchInTags>>Tags ('#') <html><br><font size="-2">The parts of a tiddlers that are searched when you don't explicitly specify a filter in the search text (using a '!', '%' or '#' prefix).</font></html>\nNumber of items on search result page: <<option txtItemsPerPage>>\nNumber of items on search result page with preview text: <<option txtItemsPerPageWithPreview>>\n!!!Private Settings: \n<<option chkUsePrivateSettings>> Use private settings. \n<<option chkMakeSettingPrivateWhenChanged>> Make setting private when changed.&#160;&#160;&#160;[[Show Settings]].\n^^(Private settings are stored in this ~TiddlyWiki, shared settings are stored as cookies. For more information see the [[Settings documentation|SettingsPlugin Documentation]].)^^\n!!Plugins\n[[PluginManager]]\n\n
<!--{{{-->\n\n<div class='toolbar'>\n <span macro="showWhenTagged systemConfig">\n <span macro="toggleTag systemConfigDisable . '[[disable|systemConfigDisable]]'"></span>\n </span>\n <span style="padding:1em;"></span>\n <span macro='toolbar closeTiddler closeOthers deleteTiddler undoChanges permalink fullscreen references newTiddler newJournal jump +editTiddler '></span>\n</div>\n\n<div class="tagglyTagged" macro="tags"></div>\n\n<div class='titleContainer'>\n <span class='title' macro='view title'></span>\n <span macro="miniTag"></span>\n</div>\n\n<!-- <div class='subtitle'> <span macro='view modifier link'></span>, created <span macro='view created date [[YYYY.0MM.0DD]]'></span>, modified <span macro='view modified date [[YYYY.0MM.0DD]]'></span></div> -->\n\n<div macro="showWhenExists ViewPanelTemplate">[[ViewPanelTemplate]]</div>\n\n<div macro="hideWhen tiddler.tags.containsAny(['css','html','pre','systemConfig']) && !tiddler.text.match('{{'+'{')">\n <div class='viewer' macro='view text wikified'></div>\n</div>\n<div macro="showWhen tiddler.tags.containsAny(['css','html','pre','systemConfig']) && !tiddler.text.match('{{'+'{')">\n <div class='viewer'><pre macro='view text'></pre></div>\n</div>\n\n<div macro="showWhenExists ViewDashboardTemplate">[[ViewDashboardTemplate]]</div>\n\n<div class="tagglyTagging" macro="tagglyTagging"></div>\n\n<!--}}}-->
Welcome to a prototype web site for the ''Education, Youth & Technology for Sustainable Development'' workshop held at the '' 59th Anual DPI/NGO Conference''.\n\nThis web site is being developed on a ''TiddlyWiki'' platform. TiddlyWiki - http://www.tiddlywiki.com - is a remarkably powerful and brilliant form of a "''Wiki''" site; it is a self contained site, and all that is needed to install it on your own computer is to dowlnoad this page - or an empty TiddlyWiki - using a Javascript-enabled browser - Firefox or SeaMonkey are highly recommended. Wiki is a Hawaiian word meaning ''swift'', and on the basis of that meaning, TiddlyWiki - and variants thereof - surely the Wiki-est form of Wiki sites.\n\nIn the near future, this page will be adapted for a multi-user TiddlyWiki - aka ZiddlyWiki - http://www.ziddlywiki.com - which will make it possible for you to edit and add to the contents. If you want to explore how TiddlyWiki works, you can download this page as an HTML file, and then you will be able to edit it\n\nAn enhanced version of this site will also includes "[[Tiddlers]]' for an extensive set of documents related to the [[UN Decade of Education for Sustainable Development]]: a draft set of these Tiddlers have been generated from a DataPerfect database . In the meantime, the documents are available at http://www.un-documents.net - also generated from the same database and you can do a Google search for these documents by clikcing on [[Google UN documents]].\n\nIf a link is underlined, this means it is an External link; if you click on it it will open in a new browser window. You may want right-click on the link and choose the option "Open link in a new Tab". (This option is not available under Internet Explorer 6.x or below).\n\nIf you have any questions please click on [[Contact]] to send a message.
A word in CamelCase that may (or many not) like to another wiki document.
Sometimes it's handy to be able to write WikiWords without them being recognised as links (for people's names, for instance). You can do this by preceding the WikiWord with a tilde ({{{~}}}). For example, ~JamesBond, ~JavaScript and ~TiddlyWiki
!!~TiddlyWiki\n!!!To learn how:\n* to modify the format and arangements of the elements in a tiddler - modifier, modified, created, tags, e.g. to display:\n: [[Editor]], 31 October 2006, (modified 1 November, 2006) - see note below under Enhancements\n* to integrate features - macros, plugins, scripts, stylesheets, etc - imported from an assortment of TiddyWikis when an EmptyTemplate is saved - e.g. with an includeEmpty tag\n* to set up forms inside Tiddlers and process the FormData - e.g. into a Tiddler with a display:none tag\n!!!Enhancements:\n* addition of ''author'' as an element of the tiddler, distinct from ''modifier'', that is maintained when a tiddler is modified. This feature would seem to be be particularly useful in upholding the philosophy and principles of the [[Creative Commons Attribution-ShareAlike 2.5 License]] so that a Tiddler would be displayed as:\n: [[Author]], 31 October 2006, (modified by [[Editor]], 1 November, 2006)\n* preservation of identity of modifier (author) - as well as date - when AdvancedOptions are set for MinorEdit\n* preservation for editing contents of a ShadowTiddler based on ''tags'' - i.e., the option to edit the clickable set of tagged tiddlers. \n* editable Templates, as in WikiPedia, such as <html><pre>{{footer}}</pre></html> that would display the contents of the ''Template:footer'' Tiddler\n* elimination or mitigation of the frequent, intrusive browser message: especially time-consuming when importing large numbers of Tiddlers with JeremyRuston's ImportTiddlers \n----\n<html>\n<center>\n<table width="80%" border="1">\n<tr>\n<td>\n<table width="100%" border="0" bgcolor="#afafaf">\n<tr>\n<td bgcolor="5f5f5f"><font size="+1" color="#f7f7f7">Warning: Unresponsive script</td></tr>\n<tr><td bgcolor="#cfcfcf">A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.\n<br><br><br>\n<center><b>Stop script &nbsp; &nbsp; &nbsp; Continue</b></center>\n</td></tr></table></td></tr></table>\n</center>\n</html>\n----\n!!!Documentation\nTo participate in compiling and organizing TiddlyWikis that would serve as learning resources for myself and hopefully for others too, such as:\n* TiddlyScripts - classification and translations of the various scripts, macros and plugins\n* CascadingTiddlyStyles - a comprehensive guide to the basic style elements of ~TiddlyWiki - and to PageTemplates - e.g. with a macro-supported Tiddler that displays a reduced scale page layout that could be edited by clicking on an area or text with a style you want to edit, or by dragging the element to a different area in the template and including Tiddlers for the various basic styles, elements and properties that are components of the language of CascadingStyleSheets\n* TiddlerTags\n**glossary of specialTags\n* TiddlyHelp\n* BeginningTiddlers\n* AdvancedTiddlers\n* TiddlyDevelopers\n* TiddlyGlossary\n* TiddlyWikians - an evolving "Who is where in the TiddlyWikiUniverse" - or TiddlyWikiCommunity\n* A WikiBook on TiddlyWiki\n* WikiPedia entries on TiddlyWiki\n* etc.\n\n!!!Questions / Comments\n* I just discovered that if I iinclude a [[systemConfig]] tag, automatic CamelCase / WikiWord treatment is disabled! What else does systemcConfig do?\n* What is the effect of other special tags - e.g. [[includeNew]] ? I have found out about [[excludeLists]]\n* Is there something about lowercaseUppercase tags that I should know - I have seen quite a few of them.\n\n!!~DataPerfect\n!!!Enhancements\n* Top line auto help display\n* FieldNames visible when creating ImportLlist\n* 4-byte DateFormat\n* User-defined DefaultSettings\n** PrintMargins\n** CharacterMap\n** DateFormat\n* 80 character maximum panel display width - currently 78\n* Increase maximum size of text field - e.g. 256 Kbytes - current 64 Kbytes\n* Increase maximum # of panels - to 256 - currently 99\n* ~Shift-F7 / Print shows only reports from current panel\n* Non-printable comments in Reports for internal documentation\n* Screen display of ANSI characters - at least for 1-byte characters - e.g.. asc(233) <html>&theta; to displays as &eacute; - asc(130)</html>\n\n!!!Documentation\n* ShellMacros\n* DPWebServer\n\n!!~WordPerfect\n* Free Corel ~WordPerfect FormFiller\n\n!!Collaboration\n\n!!!~DataPerfect & ~TiddlyWiki\nTo find other TiddlyWikians interested in exploring the synergy between DataPerfect and TiddlyWiki, in the:\n* DataPerfectCommunity\n*TiddlyWikiCommunity\n* EducationalCommunity\n* LibraryCommunity\n\n!!!~DataPerfect & Corel ~WordPerfect\n* Corel support for DataPerfect\n
!![[Workshop Welcome]]\n*[[Sylvan M. Barnet, Jr.]], Founder, [[NGO Committee on Education]], UN representative, [[Rotary International]]\n!![[Moderator's Introduction]]\n*[[Diane Paravazian]], ~Co-Chair, [[NGO Committee on Education]], UN representative, [[Armenian Assembly of America]]\n!!Presentations\n!!![[Science Seekers]]\n:*[[Faye C. Feller]], New York. [[Information Habitat: Where Information Lives]], ~Co-Chair, [[NGO Committee on Education]]: Science Seekers -- [[Rotary International]]\n:*[[Abby Dress]], New York. Associate Professor, Media Arts, Long Island University's C.W. Post Campus Yellowstone National Park's [[Windows into Wonderland]] & [[Greater Yellowstone Science Learning Center]]\n!!![[Earthwatch]]\n:* [[Alan Fortescue]], Maynard, Massachusetts. Director of Education, [[Earthwatch Institute]]\n:* [[Esther Mbithe Mwele]], Nairobi, Kenya. Earthwatch Institute\n:* [[Ellen Wang]], Caro, Brazil. Field Director of Earthwatch's Pantanal Conservation Research Initiative\n:* [[Izabel Coellho Lima e Jurgieclewicz]], Brazil. Student participant in Earthwatch expedition in the Pantanal\n!!![[AQPERE & Planèt'ERE]]\n:* [[Robert Litzler]], Montréal, Québéc. Chairman, Association québécoise pour la promotion de l'éducation relative à l'environnement ([[AQPERE]]) Organisation Internationale [[Planèt'ERE]]\n:* [[Drissa Campaore]], Ougadougou, Burkina Faso, President of the Youth Commission of the International Organisation [[Planèt'ERE]] (unable to obtain funding to attend)\n!!![[Small Islands Voice & Youth Visioning]]\n:* [[Christine Alfsen]], New York, NY. Senior Programme Specialist for Sciences, [[UNESCO]] New York Office: Youth Visioning, Small Islands Voice\n!![[Discussion]]\n!![[Conclusion]]
''Please note'': The Site map is one of the add-on features / macros available on TiddlyWiki and is automatically generated on the basis of tags (key words). This site map is currently just a prototype: \n\n|<<siteMap presentations>><<siteMap presenter>>|\n|noBorder threeCol|k\n\n''See also'': [[Site Map - TiddlyWiki Help]]
[[Sylvan M. Barnet, Jr.]] welcomed the participants, providing a brief overview of the importance of education for sustainable development. He reminded participants that the following day, September 8, was ''International Literacy Day'', and that we needed to keep in mind the critical importnce of literacy in education for both the environmental and development dimensions of education for sustainable development, as well as being central to the [[Millennium Development Goals]] - especially goals 2, 3, 6, 7 & 8.\n\nSylvan Barnet also noted the key role of UNESCO in the [[UN Decade of Education for Sustainable Development]], as UNESCO has been designated as the lead UN agency in the promotion of the Decade and the co-ordination of education for sustainable development within the United Nations system. He also made note of the 2nd European Fair on Education for Sustainable Development, to be held in Hamburg, Germany the following week.
The ''World Association of Girl Guides and Girl Scouts'' is a worldwide Movement in General Consultative Status with the Economic and Social Council providing non-formal education where girls and young women develop leadership and life skills through self-development, challenge and adventure. Girl Guides and Girl Scouts learn by doing. The World Association brings together Girl Guiding and Girl Scouting Associations in 144 countries across the globe. \n\nFor more information, visit http://www.waggsworld.org
!!World Conference on Education for All\nJomtein, Thailand, March 1990\n* [[Preamble|Jomtien Declaration: Preamble]]\n[[World Declaration on Education for All]]\n* [[Education For All: The Purpose|Jomtien Declaration: Education For All: The Purpose]]\n** Article I - Meeting Basic Learning Needs\n* [[Education For All: An Expanded Vision and a Renewed Commitment|Jomtien Declaration: Education For All: An Expanded Vision and a Renewed Commitment]]\n** Article II - Shaping The Vision\n** Article III - Universalizing Access and Promoting Equity\n** Article IV - Focussing on Learning\n** Article V - Broadening the Means and Scope of Basic Education\n** Article VI - Enhancing the Environment for Learning\n** Article VII - Strengthening Partnerships\n* [[Education For All: The Requirements|Jomtien Declaration: Education For All: The Requirements]]\n** Article VIII - Developing a Supportive Policy Context\n** Article IX - Mobilizing Resources\n** Article X - Strengthening International Solidarity
<<tiddler "World Declaration on Education For All: Meeting Basic Learning Needs">>
/***\n|Name|''YourSearchPlugin''|h\n|Author|[[Udo Borkowski]]|\n|Version|2.02 (2006.02.13)|\n|Description|Provide enhanced search options.|\n|Source|http://tiddlywiki.abego-software.de/#YourSearchPlugin|\n|Licence|[[BSD open source licence]]|\n|TW Version|2.0|\n***/\n/***\n|''Browser:''|Firefox 1.0.4+; Firefox 1.5; InternetExplorer 6.0|\n<<tiddler [[YourSearch Introduction]]>>\nFor more information see [[Help|YourSearch Help]].\n\n!Compatibility\nThis plugin requires TiddlyWiki 2.0. \nUse http://tiddlywiki.abego-software.de/#YourSearchPlugin-1.0.1 for older TiddlyWiki versions.\n\n!Revision history\n* v2.0.2 (2006-02-13)\n** Bugfix for Firefox 1.5.0.1 related to the "Show prefix" checkbox. Thanks to Ted Pavlic for reporting and to BramChen for fixing. \n** Internal\n*** Make "JSLint" conform\n* v2.0.1 (2006-02-05)\n** Support "Exact Word Match" (use '=' to prefix word)\n** Support default filter settings (when no filter flags are given in search term)\n** Rework on the "less than 3 chars search text" feature (thanks to EricShulman)\n** Better support SinglePageMode when doing "Open all tiddlers" (thanks to EricShulman)\n** Support Firefox 1.5.0.1\n** Bug: Fixed a hilite bug in "classic search mode" (thanks to EricShulman)\n* v2.0.0 (2006-01-16)\n** Add User Interface\n* v1.0.1 (2006-01-06)\n** Support TiddlyWiki 2.0\n* v1.0.0 (2005-12-28)\n** initial version\n!Code\nThe code is compressed. \n\nYou can retrieve a readable source code version from http://tiddlywiki.abego-software.de/#YourSearchPlugin-src.\n/%\n***/\nif(!version.extensions.YourSearchPlugin){version.extensions.YourSearchPlugin={major:2,minor:0,revision:2,date:new Date(2006,2,13),type:"plugin",source:"http://tiddlywiki.abego-software.de/#YourSearchPlugin"};var alertAndThrow=function(_1){alert(_1);throw _1;};if(!window.abego){window.abego={};}if(abego.YourSearch){alertAndThrow("abego.YourSearch already defined");}abego.YourSearch={};if(version.major<2){alertAndThrow("YourSearchPlugin requires TiddlyWiki 2.0 or newer.\sn\snGet YourSearch 1.0.1 to use YourSearch with older versions of TiddlyWiki.\sn\snhttp://tiddlywiki.abego-software.de/#YourSearchPlugin-1.0.1");}var STQ=function(_2,_3,_4,_5){this.queryText=_2;this.caseSensitive=_3;if(_5){this.regExp=new RegExp(_2,_3?"mg":"img");return;}this.terms=[];var re=/\ss*(\s-)?([#%!=]*)(?:(?:("(?:(?:\s\s")|[^"])*")|(\sS+)))(?:\ss+((?:[aA][nN][dD])|(?:[oO][rR]))(?!\sS))?/mg;var _7=re.exec(_2);while(_7!=null&&_7.length==6){var _8="-"==_7[1];var _9=_7[2];var _a=_9.indexOf("!")>=0;var _b=_9.indexOf("%")>=0;var _c=_9.indexOf("#")>=0;var _d=_9.indexOf("=")>=0;if(!_a&&!_b&&!_c){_a=config.options.chkSearchInTitle;_b=config.options.chkSearchInText;_c=config.options.chkSearchInTags;if(!_a&&!_b&&!_c){_a=_b=_c=true;}}if(_4){_b=false;_c=false;}var _e;if(_7[3]){try{_e=eval(_7[3]);}catch(ex){}}else{_e=_7[4];}if(!_e){throw "Invalid search expression: %0".format([_2]);}var _f=_7[5]&&_7[5].charAt(0).toLowerCase()=="o";this.terms.push(new STQ.Term(_e,_a,_b,_c,_8,_f,_3,_d));_7=re.exec(_2);}};var me=STQ.prototype;me.getMatchingTiddlers=function(_10){var _11=[];for(var i in _10){var t=_10[i];if((t instanceof Tiddler)&&this.matchesTiddler(t)){_11.push(t);}}return _11;};me.matchesTiddler=function(_14){if(this.regExp){return this.regExp.test(_14.title)||this.regExp.test(_14.text);}var n=this.terms.length;if(n==0){return false;}var _16=this.terms[0].matchesTiddler(_14);for(var i=1;i<this.terms.length;i++){if(this.terms[i-1].orFollows){if(!_16){_16|=this.terms[i].matchesTiddler(_14);}}else{if(_16){_16&=this.terms[i].matchesTiddler(_14);}}}return _16;};me.getOnlyMatchTitleQuery=function(){if(!this.onlyMatchTitleQuery){this.onlyMatchTitleQuery=new STQ(this.queryText,this.caseSensitive,true,this.useRegExp);}return this.onlyMatchTitleQuery;};me.getMarkRegExp=function(){if(this.regExp){return "".search(this.regExp)>=0?null:this.regExp;}var _18={};var n=this.terms.length;for(var i=0;i<this.terms.length;i++){var _1b=this.terms[i];if(!_1b.negate){_18[_1b.text]=true;}}var _1c=[];for(var t in _18){_1c.push("("+t.escapeRegExp()+")");}if(_1c.length==0){return null;}var _1e=_1c.join("|");return new RegExp(_1e,this.caseSensitive?"mg":"img");};me.toString=function(){if(this.regExp){return this.regExp.toString();}var _1f="";for(var i=0;i<this.terms.length;i++){_1f+=this.terms[i].toString();}return _1f;};STQ.Term=function(_21,_22,_23,_24,_25,_26,_27,_28){this.text=_21;this.inTitle=_22;this.inText=_23;this.inTag=_24;this.negate=_25;this.orFollows=_26;this.caseSensitive=_27;this.wordMatch=_28;var _29=_21.escapeRegExp();if(this.wordMatch){_29="\s\sb"+_29+"\s\sb";}this.regExp=new RegExp(_29,"m"+(_27?"":"i"));};STQ.Term.prototype.toString=function(){return (this.negate?"-":"")+(this.inTitle?"!":"")+(this.inText?"%":"")+(this.inTag?"#":"")+(this.wordMatch?"=":"")+"\s""+this.text+"\s""+(this.orFollows?" OR ":" AND ");};STQ.Term.prototype.matchesTiddler=function(_2a){if(!_2a){return false;}if(this.inTitle&&this.regExp.test(_2a.title)){return !this.negate;}if(this.inText&&this.regExp.test(_2a.text)){return !this.negate;}if(this.inTag){var _2b=_2a.tags;if(_2b){for(var i=0;i<_2b.length;i++){if(this.regExp.test(_2b[i])){return !this.negate;}}}}return this.negate;};var stringToInt=function(s,_2e){if(!s){return _2e;}var n=parseInt(s);return (n==NaN)?_2e:n;};var getIntAttribute=function(_30,_31,_32){return stringToInt(_30.getAttribute(_31));};var isDescendantOrSelf=function(_33,e){while(e!=null){if(_33==e){return true;}e=e.parentNode;}return false;};var getMatchCount=function(s,re){var m=s.match(re);return m?m.length:0;};var createEllipsis=function(_38){var e=createTiddlyElement(_38,"span");e.innerHTML="&hellip;";};var isWordChar=function(c){return (c>="a"&&c<="z")||(c>="A"&&c<="Z")||c=="_";};var getWordBounds=function(s,_3c){if(!isWordChar(s[_3c])){return null;}for(var i=_3c-1;i>=0&&isWordChar(s[i]);i--){}var _3e=i+1;var n=s.length;for(i=_3c+1;i<n&&isWordChar(s[i]);i++){}return {start:_3e,end:i};};var removeTextDecoration=function(s){var _41=["''","{{{","}}}","//","<<<","/***","***/"];var _42="";for(var i=0;i<_41.length;i++){if(i!=0){_42+="|";}_42+="("+_41[i].escapeRegExp()+")";}return s.replace(new RegExp(_42,"mg"),"").trim();};var logText="";var lastLogTime=null;var logMessage=function(_44,s){var now=new Date();var _47=lastLogTime?(now-lastLogTime).toString():"";logText+="<tr><td>"+now.convertToYYYYMMDDHHMMSSMMM()+"</td><td align='right'>"+_47+"</td><td>"+_44+"</td><td>"+s.htmlEncode()+"</td></tr>\sn";lastLogTime=now;};function writeLog(){var t=" <<JsDoIt 'WriteLog' 'WriteLog' 'javascript:writeLog();story.closeTiddler(\s"Log\s");story.displayTiddler(null,\s"Log\s");'>>"+"<html><table><tbody><tr><th>Time</th><th>Delta (ms)</th><th>Kind</th><th>Message</th></tr>\sn"+logText+"</tbody></table></html>";store.saveTiddler("Log","Log",t,config.options.txtUserName,new Date(),["System","Log"]);logText="";lastLogTime=null;}var yourSearchResultID="yourSearchResult";var yourSearchResultItemsID="yourSearchResultItems";var maxCharsInTitle=80;var maxCharsInTags=50;var maxCharsInText=250;var maxPagesInNaviBar=10;var itemsPerPageDefault=25;var itemsPerPageWithPreviewDefault=10;var minMatchWithContextSize=40;var maxMovementForWordCorrection=4;var matchInTitleWeight=4;var precisionInTitleWeight=10;var matchInTagsWeight=2;var resultElement;var lastResults;var lastQuery;var lastSearchText;var searchInputField;var searchButton;var firstIndexOnPage=0;var currentTiddler;var indexInPage;var indexInResult;var getItemsPerPage=function(){var n=(config.options.chkPreviewText)?stringToInt(config.options.txtItemsPerPageWithPreview,itemsPerPageWithPreviewDefault):stringToInt(config.options.txtItemsPerPage,itemsPerPageDefault);return (n>0)?n:1;};var standardRankFunction=function(_4a,_4b){var _4c=_4b.getMarkRegExp();if(!_4c){return 1;}var _4d=_4a.title.match(_4c);var _4e=_4d?_4d.length:0;var _4f=getMatchCount(_4a.getTags(),_4c);var _50=_4d?_4d.join("").length:0;var _51=_4a.title.length>0?_50/_4a.title.length:0;var _52=_4e*matchInTitleWeight+_4f*matchInTagsWeight+_51*precisionInTitleWeight+1;return _52;};var findMatches=function(_53,_54,_55,_56,_57,_58){lastSearchText=_54;var _59=_53.reverseLookup("tags",_58,false);var _5a=new STQ(_54,_55,false,_56);lastQuery=_5a;var _5b=_5a.getMatchingTiddlers(_59);var _5c=abego.YourSearch.getRankFunction();for(var i=0;i<_5b.length;i++){var _5e=_5b[i];var _5f=_5c(_5e,_5a);_5e.searchRank=_5f;}if(!_57){_57="title";}var _60=function(a,b){var _63=a.searchRank-b.searchRank;if(_63==0){if(a[_57]==b[_57]){return (0);}else{return (a[_57]<b[_57])?-1:+1;}}else{return (_63>0)?-1:+1;}};_5b.sort(_60);lastResults=_5b;return _5b;};var moveToWordBorder=function(s,_65,_66){var _67;if(_66){_67=getWordBounds(s,_65);}else{if(_65<=0){return _65;}_67=getWordBounds(s,_65-1);}if(!_67){return _65;}if(_66){if(_67.start>=_65-maxMovementForWordCorrection){return _67.start;}if(_67.end<=_65+maxMovementForWordCorrection){return _67.end;}}else{if(_67.end<=_65+maxMovementForWordCorrection){return _67.end;}if(_67.start>=_65-maxMovementForWordCorrection){return _67.start;}}return _65;};var getContextRangeAround=function(s,_69,_6a,_6b,_6c){var _6d=Math.max(Math.floor(_6c/(_6b+1)),minMatchWithContextSize);var _6e=Math.max(_6d-(_6a-_69),0);var _6f=Math.min(Math.floor(_6a+_6e/3),s.length);var _70=Math.max(_6f-_6d,0);_70=moveToWordBorder(s,_70,true);_6f=moveToWordBorder(s,_6f,false);return {start:_70,end:_6f};};var getTextAndMatchArray=function(s,_72){var _73=[];if(_72){var _74=0;var n=s.length;var _76=0;do{_72.lastIndex=_74;var _77=_72.exec(s);if(_77){if(_74<_77.index){var t=s.substring(_74,_77.index);_73.push({text:t});}_73.push({text:_77[0],isMatch:true});_74=_77.index+_77[0].length;}else{_73.push({text:s.substr(_74)});break;}}while(true);}else{_73.push({text:s});}return _73;};var simpleCreateLimitedTextWithMarks=function(_79,s,_7b){if(!lastQuery){return;}var _7c=getTextAndMatchArray(s,lastQuery.getMarkRegExp());var _7d=0;for(var i=0;i<_7c.length&&_7d<_7b;i++){var t=_7c[i];var _80=t.text;if(t.isMatch){createTiddlyElement(_79,"span",null,"marked",_80);}else{var _81=_7b-_7d;if(_81<_80.length){_80=_80.substring(0,_81)+"...";}createTiddlyText(_79,_80);}_7d+=_80.length;}};var addRange=function(_82,_83,_84){var n=_82.length;if(n==0){_82.push({start:_83,end:_84});return;}var i=0;for(;i<n;i++){var _87=_82[i];if(_87.start<=_84&&_83<=_87.end){var r;var _89=i+1;for(;_89<n;_89++){r=_82[_89];if(r.start>_84||_83>_87.end){break;}}var _8a=_83;var _8b=_84;for(var j=i;j<_89;j++){r=_82[j];_8a=Math.min(_8a,r.start);_8b=Math.max(_8b,r.end);}_82.splice(i,_89-i,{start:_8a,end:_8b});return;}if(_87.start>_84){break;}}_82.splice(i,0,{start:_83,end:_84});};var getTotalRangesSize=function(_8d){var _8e=0;for(var i=0;i<_8d.length;i++){var _90=_8d[i];_8e+=_90.end-_90.start;}return _8e;};var writeTextAndMatchRange=function(_91,s,_93,_94,_95){var t;var _97;var pos=0;var i=0;var _9a=0;for(;i<_93.length;i++){t=_93[i];_97=t.text;if(_94<pos+_97.length){_9a=_94-pos;break;}pos+=_97.length;}var _9b=_95-_94;for(;i<_93.length&&_9b>0;i++){t=_93[i];_97=t.text.substr(_9a);_9a=0;if(_97.length>_9b){_97=_97.substr(0,_9b);}if(t.isMatch){createTiddlyElement(_91,"span",null,"marked",_97);}else{createTiddlyText(_91,_97);}_9b-=_97.length;}if(_95<s.length){createEllipsis(_91);}};var getMatchedTextCount=function(_9c){var _9d=0;for(var i=0;i<_9c.length;i++){if(_9c[i].isMatch){_9d++;}}return _9d;};var getMatchedTextWithContextRanges=function(_9f,s,_a1){var _a2=[];var _a3=getMatchedTextCount(_9f);var pos=0;for(var i=0;i<_9f.length;i++){var t=_9f[i];var _a7=t.text;if(t.isMatch){var _a8=getContextRangeAround(s,pos,pos+_a7.length,_a3,_a1);addRange(_a2,_a8.start,_a8.end);}pos+=_a7.length;}return _a2;};var fillUpRanges=function(s,_aa,_ab){var _ac=_ab-getTotalRangesSize(_aa);while(_ac>0){if(_aa.length==0){addRange(_aa,0,moveToWordBorder(s,_ab,false));return;}else{var _ad=_aa[0];var _ae;var _af;if(_ad.start==0){_ae=_ad.end;if(_aa.length>1){_af=_aa[1].start;}else{addRange(_aa,_ae,moveToWordBorder(s,_ae+_ac,false));return;}}else{_ae=0;_af=_ad.start;}var _b0=Math.min(_af,_ae+_ac);addRange(_aa,_ae,_b0);_ac-=(_b0-_ae);}}};var writeRanges=function(_b1,s,_b3,_b4,_b5){if(_b4.length==0){return;}if(_b4[0].start>0){createEllipsis(_b1);}var _b6=_b5;for(var i=0;i<_b4.length&&_b6>0;i++){var _b8=_b4[i];var len=Math.min(_b8.end-_b8.start,_b6);writeTextAndMatchRange(_b1,s,_b3,_b8.start,_b8.start+len);_b6-=len;}};var createLimitedTextWithMarksAndContext=function(_ba,s,_bc){if(!lastQuery){return;}if(s.length<_bc){_bc=s.length;}var _bd=getTextAndMatchArray(s,lastQuery.getMarkRegExp());var _be=getMatchedTextWithContextRanges(_bd,s,_bc);fillUpRanges(s,_be,_bc);writeRanges(_ba,s,_bd,_be,_bc);};var createLimitedTextWithMarks=function(_bf,s,_c1){return createLimitedTextWithMarksAndContext(_bf,s,_c1);};var myStorySearch=function(_c2,_c3,_c4){highlightHack=new RegExp(_c4?_c2:_c2.escapeRegExp(),_c3?"mg":"img");var _c5=findMatches(store,_c2,_c3,_c4,"title","excludeSearch");firstIndexOnPage=0;showResult();highlightHack=null;};var myMacroSearchHandler=function(_c6,_c7,_c8){var _c9="";var _ca=null;var _cb=function(txt){if(config.options.chkUseYourSearch){myStorySearch(txt.value,config.options.chkCaseSensitiveSearch,config.options.chkRegExpSearch);}else{story.search(txt.value,config.options.chkCaseSensitiveSearch,config.options.chkRegExpSearch);}_c9=txt.value;};var _cd=function(e){_cb(searchInputField);return false;};var _cf=function(e){if(!e){var e=window.event;}switch(e.keyCode){case 13:_cb(this);break;case 27:if(isResultOpen()){closeResult();}else{this.value="";clearMessage();}break;}if(String.fromCharCode(e.keyCode)==this.accessKey||e.altKey){reopenResultIfApplicable();}if(this.value.length<3&&_ca){clearTimeout(_ca);}if((this.value.length>2)&&(this.value!=_c9)){if(!config.options.chkUseYourSearch||config.options.chkSearchAsYouType){if(_ca){clearTimeout(_ca);}var txt=this;_ca=setTimeout(function(){_cb(txt);},500);}}if(this.value.length==0){closeResult();}};var _d3=function(e){this.select();reopenResultIfApplicable();};var btn=createTiddlyButton(_c6,this.label,this.prompt,_cd);var txt=createTiddlyElement(_c6,"input",null,null,null);if(_c8[0]){txt.value=_c8[0];}txt.onkeyup=_cf;txt.onfocus=_d3;txt.setAttribute("size",this.sizeTextbox);txt.setAttribute("accessKey",this.accessKey);txt.setAttribute("autocomplete","off");if(config.browser.isSafari){txt.setAttribute("type","search");txt.setAttribute("results","5");}else{txt.setAttribute("type","text");}searchInputField=txt;searchButton=btn;};var isResultOpen=function(){return resultElement!=null&&resultElement.parentNode==document.body;};var closeResult=function(){if(isResultOpen()){document.body.removeChild(resultElement);}};var openAllFoundTiddlers=function(){closeResult();if(lastResults){var _d7=[];for(var i=0;i<lastResults.length;i++){_d7.push(lastResults[i].title);}story.displayTiddlers(null,_d7);}};var refreshResult=function(){if(!resultElement||!searchInputField){return;}var _d9=store.getTiddlerText("YourSearchResultTemplate");if(!_d9){_d9="<b>Tiddler YourSearchResultTemplate not found</b>";}resultElement.innerHTML=_d9;firstIndexOnPage=Math.floor(firstIndexOnPage/getItemsPerPage())*getItemsPerPage();applyHtmlMacros(resultElement,null);refreshElements(resultElement,null);if(lastResults&&lastResults.length>0){var _da=store.getTiddlerText("YourSearchItemTemplate");if(!_da){alertAndThrow("YourSearchItemTemplate not found");}var _db=document.getElementById(yourSearchResultItemsID);if(!_db){_db=createTiddlyElement(resultElement,"div",yourSearchResultItemsID);}var _dc=Math.min(firstIndexOnPage+getItemsPerPage(),lastResults.length);indexInPage=-1;for(var i=firstIndexOnPage;i<_dc;i++){currentTiddler=lastResults[i];indexInPage++;indexInResult=i;var _de=createTiddlyElement(_db,"div",null,"yourSearchItem");_de.innerHTML=_da;applyHtmlMacros(_de,null);refreshElements(_de,null);}}currentTiddler=null;ensureResultIsDisplayedNicely();};var ensureResultIsDisplayedNicely=function(){adjustResultPositionAndSize();scrollVisible();};var scrollVisible=function(){if(resultElement){window.scrollTo(0,ensureVisible(resultElement));}if(searchInputField){window.scrollTo(0,ensureVisible(searchInputField));}};var adjustResultPositionAndSize=function(){if(!searchInputField){return;}var _df=searchInputField;var _e0=findPosX(_df);var _e1=findPosY(_df);var _e2=_df.offsetHeight;var _e3=_e0;var _e4=_e1+_e2;var _e5=findWindowWidth();if(_e5<resultElement.offsetWidth){resultElement.style.width=(_e5-100)+"px";_e5=findWindowWidth();}var _e6=resultElement.offsetWidth;if(_e3+_e6>_e5){_e3=_e5-_e6-30;}if(_e3<0){_e3=0;}resultElement.style.left=_e3+"px";resultElement.style.top=_e4+"px";resultElement.style.display="block";};var showResult=function(){if(!resultElement){resultElement=createTiddlyElement(document.body,"div",yourSearchResultID,"yourSearchResult");}else{if(resultElement.parentNode!=document.body){document.body.appendChild(resultElement);}}refreshResult();};var reopenResultIfApplicable=function(){if(searchInputField==null||!config.options.chkUseYourSearch){return;}if((searchInputField.value==lastSearchText)&&lastSearchText&&!isResultOpen()){if(resultElement&&(resultElement.parentNode!=document.body)){document.body.appendChild(resultElement);ensureResultIsDisplayedNicely();}else{showResult();}}};var setFirstIndexOnPage=function(_e7){if(!lastResults||lastResults.length==0){return;}firstIndexOnPage=Math.min(Math.max(0,_e7),lastResults.length-1);refreshResult();};var onDocumentClick=function(e){if(e.target==searchInputField){return;}if(e.target==searchButton){return;}if(resultElement&&isDescendantOrSelf(resultElement,e.target)){return;}closeResult();};var onDocumentKeyup=function(e){if(e.keyCode==27){closeResult();}};addEvent(document,"click",onDocumentClick);addEvent(document,"keyup",onDocumentKeyup);config.macros.yourSearch={label:"yourSearch",prompt:"Gives access to the current/last YourSearch result",funcs:{},tests:{"true":function(){return true;},"false":function(){return false;},"found":function(){return lastResults&&lastResults.length>0;},"previewText":function(){return config.options.chkPreviewText;}}};config.macros.yourSearch.handler=function(_ea,_eb,_ec,_ed,_ee,_ef){if(_ec.length==0){return;}var _f0=_ec[0];var _f1=config.macros.yourSearch.funcs[_f0];if(_f1){_f1(_ea,_eb,_ec,_ed,_ee,_ef);}};config.macros.yourSearch.funcs.itemRange=function(_f2){if(lastResults){var _f3=Math.min(firstIndexOnPage+getItemsPerPage(),lastResults.length);var s="%0 - %1".format([firstIndexOnPage+1,_f3]);createTiddlyText(_f2,s);}};config.macros.yourSearch.funcs.count=function(_f5){if(lastSearchText){createTiddlyText(_f5,lastResults.length.toString());}};config.macros.yourSearch.funcs.query=function(_f6){if(lastResults){createTiddlyText(_f6,lastSearchText);}};config.macros.yourSearch.funcs.version=function(_f7){var t="YourSearch %0.%1.%2".format([version.extensions.YourSearchPlugin.major,version.extensions.YourSearchPlugin.minor,version.extensions.YourSearchPlugin.revision]);var e=createTiddlyElement(_f7,"a");e.setAttribute("href","http://tiddlywiki.abego-software.de/#YourSearchPlugin");e.innerHTML="<font color=\s"black\s" face=\s"Arial, Helvetica, sans-serif\s">"+t+"<font>";};config.macros.yourSearch.funcs.copyright=function(_fa){var e=createTiddlyElement(_fa,"a");e.setAttribute("href","http://tiddlywiki.abego-software.de");e.innerHTML="<font color=\s"black\s" face=\s"Arial, Helvetica, sans-serif\s">&copy; 2005-2006 <b><font color=\s"red\s">abego</font></b> Software<font>";};config.macros.yourSearch.funcs.linkButton=function(_fc,_fd,_fe,_ff,_100,_101){if(_fe<2){return;}var _102=_fe[1];var text=_fe<3?_102:_fe[2];var _104=_fe<4?text:_fe[3];var _105=_fe<5?null:_fe[4];var btn=createTiddlyButton(_fc,text,_104,closeResultAndDisplayTiddler,null,null,_105);btn.setAttribute("tiddlyLink",_102);};config.macros.yourSearch.funcs.closeButton=function(_107,_108,_109,_10a,_10b,_10c){var _10d=createTiddlyButton(_107,"close","Close the Search Results (Shortcut: ESC)",closeResult);};config.macros.yourSearch.funcs.openAllButton=function(_10e,_10f,_110,_111,_112,_113){if(!lastResults){return;}var n=lastResults.length;if(n==0){return;}var _115=n==1?"open tiddler":"open all %0 tiddlers".format([n]);var _116=createTiddlyButton(_10e,_115,"Open all found tiddlers (Shortcut: Alt-O)",openAllFoundTiddlers);_116.setAttribute("accessKey","O");};var onNaviButtonClick=function(e){if(!e){var e=window.event;}var _119=getIntAttribute(this,"page");setFirstIndexOnPage(_119*getItemsPerPage(),0);};config.macros.yourSearch.funcs.naviBar=function(_11a,_11b,_11c,_11d,_11e,_11f){if(!lastResults||lastResults.length==0){return;}var _120;var _121=Math.floor(firstIndexOnPage/getItemsPerPage());var _122=Math.floor((lastResults.length-1)/getItemsPerPage());if(_121>0){_120=createTiddlyButton(_11a,"Previous","Go to previous page (Shortcut: Alt-'<')",onNaviButtonClick,"prev");_120.setAttribute("page",(_121-1).toString());_120.setAttribute("accessKey","<");}for(var i=-maxPagesInNaviBar;i<maxPagesInNaviBar;i++){var _124=_121+i;if(_124<0){continue;}if(_124>_122){break;}var _125=(i+_121+1).toString();var _126=_124==_121?"currentPage":"otherPage";_120=createTiddlyButton(_11a,_125,"Go to page %0".format([_125]),onNaviButtonClick,_126);_120.setAttribute("page",(_124).toString());}if(_121<_122){_120=createTiddlyButton(_11a,"Next","Go to next page (Shortcut: Alt-'>')",onNaviButtonClick,"next");_120.setAttribute("page",(_121+1).toString());_120.setAttribute("accessKey",">");}};config.macros.yourSearch.funcs["if"]=function(_127,_128,_129,_12a,_12b,_12c){if(_129.length<2){return;}var _12d=_129[1];var _12e=(_12d=="not");if(_12e){if(_129.length<3){return;}_12d=_129[2];}var test=config.macros.yourSearch.tests[_12d];var _130=false;try{if(test){_130=test(_127,_128,_129,_12a,_12b,_12c)!=_12e;}else{_130=(!eval(_12d))==_12e;}}catch(ex){}if(!_130){_127.style.display="none";}};var createOptionWithRefresh=function(_131,_132,_133,_134){invokeMacro(_131,"option",_132,_133,_134);var elem=_131.lastChild;var _136=elem.onclick;elem.onclick=function(e){var _138=_136.apply(this,arguments);refreshResult();return _138;};return elem;};config.macros.yourSearch.funcs.chkPreviewText=function(_139,_13a,_13b,_13c,_13d,_13e){var _13f=_13b.slice(1).join(" ");var elem=createOptionWithRefresh(_139,"chkPreviewText",_13c,_13e);elem.setAttribute("accessKey","P");elem.title="Show text preview of found tiddlers (Shortcut: Alt-P)";return elem;};config.macros.foundTiddler={label:"foundTiddler",prompt:"Provides information on the tiddler currently processed on the YourSearch result page",funcs:{}};config.macros.foundTiddler.handler=function(_141,_142,_143,_144,_145,_146){if(!currentTiddler){return;}var name=_143[0];var func=config.macros.foundTiddler.funcs[name];if(func){func(_141,_142,_143,_144,_145,_146);}};var closeResultAndDisplayTiddler=function(e){closeResult();var _14a=this.getAttribute("tiddlyLink");if(_14a){var _14b=this.getAttribute("withHilite");var _14c=highlightHack;if(_14b&&_14b=="true"&&lastQuery){highlightHack=lastQuery.getMarkRegExp();}story.displayTiddler(this,_14a);highlightHack=_14c;}return (false);};var getShortCutNumber=function(){if(!currentTiddler){return -1;}if(indexInPage>=0&&indexInPage<=9){return indexInPage<9?(indexInPage+1):0;}else{return -1;}};config.macros.foundTiddler.funcs.title=function(_14d,_14e,_14f,_150,_151,_152){if(!currentTiddler){return;}var _153=getShortCutNumber();var _154=_153>=0?"Open tiddler (Shortcut: Alt-%0)".format([_153.toString()]):"Open tiddler";var btn=createTiddlyButton(_14d,null,_154,closeResultAndDisplayTiddler,null);btn.setAttribute("tiddlyLink",currentTiddler.title);btn.setAttribute("withHilite","true");createLimitedTextWithMarks(btn,currentTiddler.title,maxCharsInTitle);if(_153>=0){btn.setAttribute("accessKey",_153.toString());}};config.macros.foundTiddler.funcs.tags=function(_156,_157,_158,_159,_15a,_15b){if(!currentTiddler){return;}createLimitedTextWithMarks(_156,currentTiddler.getTags(),maxCharsInTags);};config.macros.foundTiddler.funcs.text=function(_15c,_15d,_15e,_15f,_160,_161){if(!currentTiddler){return;}createLimitedTextWithMarks(_15c,removeTextDecoration(currentTiddler.text),maxCharsInText);};config.macros.foundTiddler.funcs.number=function(_162,_163,_164,_165,_166,_167){var _168=getShortCutNumber();if(_168>=0){var text="%0)".format([_168.toString()]);createTiddlyElement(_162,"span",null,"shortcutNumber",text);}};function scrollToAnchor(name){return false;}if(config.options.chkUseYourSearch==undefined){config.options.chkUseYourSearch=true;}if(config.options.chkPreviewText==undefined){config.options.chkPreviewText=true;}if(config.options.chkSearchAsYouType==undefined){config.options.chkSearchAsYouType=true;}if(config.options.chkSearchInTitle==undefined){config.options.chkSearchInTitle=true;}if(config.options.chkSearchInText==undefined){config.options.chkSearchInText=true;}if(config.options.chkSearchInTags==undefined){config.options.chkSearchInTags=true;}if(config.options.txtItemsPerPage==undefined){config.options.txtItemsPerPage=itemsPerPageDefault;}if(config.options.txtItemsPerPageWithPreview==undefined){config.options.txtItemsPerPageWithPreview=itemsPerPageWithPreviewDefault;}config.shadowTiddlers.AdvancedOptions+="\sn<<option chkUseYourSearch>> Use 'Your Search' //([[more options|YourSearch Options]])//";config.shadowTiddlers["YourSearch Introduction"]="!About YourSearch\sn"+"\sn"+"YourSearch gives you a bunch of new features to simplify and speed up your daily searches in TiddlyWiki. It seamlessly integrates into the standard TiddlyWiki search: just start typing into the 'search' field and explore!\sn"+"\sn"+"''May the '~Alt-F' be with you.''\sn"+"\sn"+"\sn"+"!Features\sn"+"* YourSearch searches for tiddlers that match your query ''as you type'' into the 'search' field. It presents a list of the ''\s"Top Ten\s"'' tiddlers in a ''popup-like window'': the ''[[YourSearch Result]]''. The tiddlers currently displayed in your TiddlyWiki are not affected.\sn"+"* Using ''~TiddlerRank technology'' the [[YourSearch Result]] lists the ''most interesting tiddlers first''.\sn"+"* Through ''Filtered Search'' and ''Boolean Search'' you can easily refining your search, like excluding words or searching for multiple words. This way less tiddlers are displayed in the [[YourSearch Result]] and you can faster scan the result for the tiddler you are looking for.\sn"+"* The [[YourSearch Result]] lists the found tiddlers ''page-wise'', e.g. 10 per page. Use the ''Result Page Navigation Bar'' to navigate between pages if the result does not fit on one page.\sn"+"* The [[YourSearch Result]] states the ''total number of found tiddlers''. This way you can quickly decide if you want to browse the result list or if you want to refine your search first to shorten the result list.\sn"+"* Beside the ''title of the found tiddlers'' the [[YourSearch Result]] also ''displays tags'' and ''tiddler text previews''. The ''tiddler text preview'' is an extract of the tiddler's content, showing the most interesting parts related to your query (e.g. the texts around the words you are looking for).\sn"+"* The words you are looking for are hilited in the titles, tags and text previews of the [[YourSearch Result]].\sn"+"* If you are not interested in the tiddler text previews but prefer to get longer lists of tiddlers on one result page you may ''switch of the text preview''.\sn"+"* If the [[YourSearch Result]] contains the tiddler you are looking for you can just ''click its title to display'' it in your TiddlyWiki. Alternatively you may also ''open all found tiddlers'' at once. \sn"+"* Use [[YourSearch Options]] to customize YourSearch to your needs. E.g. depending on the size of your screen you may change the number of tiddlers displayed in the [[YourSearch Result]]. In the [[YourSearch Options]] and the AdvancedOptions you may also switch off YourSearch in case you temporarily want to use the standard search.\sn"+"* For the most frequently actions ''access keys'' are defined so you can perform your search without using the mouse.\sn"+"\sn";config.shadowTiddlers["YourSearch Help"]="<<tiddler [[YourSearch Introduction]]>>"+"\sn"+"!Filtered Search<html><a name='Filtered'/></html>\sn"+"Using the Filtered Search you can restrict your search to certain parts of a tiddler, e.g only search the tags or only the titles.\sn"+"|!What you want|!What you type|!Example|\sn"+"|Search ''titles only''|start word with ''!''|{{{!jonny}}}|\sn"+"|Search ''contents only''|start word with ''%''|{{{%football}}}|\sn"+"|Search ''tags only''|start word with ''#''|{{{#Plugin}}}|\sn"+"\sn"+"You may use more than one filter for a word. E.g. {{{!#Plugin}}} finds tiddlers containing \s"Plugin\s" either in the title or in the tags (but does not look for \s"Plugin\s" in the content).\sn"+"\sn"+"!Boolean Search<html><a name='Boolean'/></html>\sn"+"The Boolean Search is useful when searching for multiple words.\sn"+"|!What you want|!What you type|!Example|\sn"+"|''All words'' must exist|List of words|{{{jonny jeremy}}}|\sn"+"|''At least one word'' must exist|Separate words by ''or''|{{{jonny or jeremy}}}|\sn"+"|A word ''must not exist''|Start word with ''-''|{{{-jonny}}}|\sn"+"\sn"+"''Note:'' When you specify two words, separated with a space, YourSearch finds all tiddlers that contain both words, but not necessarily next to each other. If you want to find a sequence of word, e.g. '{{{John Brown}}}', you need to put the words into quotes. I.e. you type: {{{\s"john brown\s"}}}.\sn"+"\sn"+"!'Exact Word' Search<html><a name='Exact'/></html>\sn"+"By default a search result all matches that 'contain' the searched text. \sn"+" E.g. if you search for 'Task' you will get all tiddlers containing 'Task', but also 'CompletedTask', 'TaskForce' etc.\sn"+"\sn"+"If you only want to get the tiddlers that contain 'exactly the word' you need to prefix it with a '='. E.g. typing '=Task' will the tiddlers that contain the word 'Task', ignoring words that just contain 'Task' as a substring.\sn"+"\sn"+"!Combined Search<html><a name='Combined'/></html>\sn"+"You are free to combine the various search options.\sn"+"\sn"+"''Examples''\sn"+"|!What you type|!Result|\sn"+"|{{{!jonny !jeremy -%football}}}| all tiddlers with both {{{jonny}}} and {{{jeremy}}} in its titles, but no {{{football}}} in content.|\sn"+"|{{{#=Task}}}|All tiddlers tagged with 'Task' (the exact word). Tags named 'CompletedTask', 'TaskForce' etc. are not considered.|\sn"+"\sn"+"!~CaseSensitiveSearch and ~RegExpSearch<html><a name='Case'/></html>\sn"+"The standard search options ~CaseSensitiveSearch and ~RegExpSearch are fully supported by YourSearch. However when ''~RegExpSearch'' is on Filtered and Boolean Search are disabled.\sn"+"\sn"+"!Access Keys<html><a name='Access'/></html>\sn"+"You are encouraged to use the access keys (also called \s"shortcut\s" keys) for the most frequently used operations. For quick reference these shortcuts are also mentioned in the tooltip for the various buttons etc.\sn"+"\sn"+"|!Key|!Operation|\sn"+"|{{{Alt-F}}}|''The most important keystroke'': It moves the cursor to the search input field so you can directly start typing your query. Pressing {{{Alt-F}}} will also display the previous search result. This way you can quickly display multiple tiddlers using \s"Press {{{Alt-F}}}. Select tiddler.\s" sequences.|\sn"+"|{{{ESC}}}|Closes the [[YourSearch Result]]. When the [[YourSearch Result]] is already closed and the cursor is in the search input field the field's content is cleared so you start a new query.|\sn"+"|{{{Alt-1}}}, {{{Alt-2}}},... |Pressing these keys opens the first, second etc. tiddler from the result list.|\sn"+"|{{{Alt-O}}}|Opens all found tiddlers.|\sn"+"|{{{Alt-P}}}|Toggles the 'Preview Text' mode.|\sn"+"|{{{Alt-'<'}}}, {{{Alt-'>'}}}|Displays the previous or next page in the [[YourSearch Result]].|\sn"+"|{{{Return}}}|When you have turned off the 'as you type' search mode pressing the {{{Return}}} key actually starts the search (as does pressing the 'search' button).|\sn"+"\sn";config.shadowTiddlers["YourSearch Options"]="|>|!YourSearch Options|\sn"+"|>|<<option chkUseYourSearch>> Use 'Your Search'|\sn"+"|!|<<option chkPreviewText>> Show Text Preview|\sn"+"|!|<<option chkSearchAsYouType>> 'Search As You Type' Mode (No RETURN required to start search)|\sn"+"|!|Default Search Filter:<<option chkSearchInTitle>>Titles ('!') <<option chkSearchInText>>Texts ('%') <<option chkSearchInTags>>Tags ('#') <html><br><font size=\s"-2\s">The parts of a tiddlers that are searched when you don't explicitly specify a filter in the search text (using a '!', '%' or '#' prefix).</font></html>|\sn"+"|!|Number of items on search result page: <<option txtItemsPerPage>>|\sn"+"|!|Number of items on search result page with preview text: <<option txtItemsPerPageWithPreview>>|\sn";config.shadowTiddlers["YourSearchStyleSheet"]="/***\sn"+"!~YourSearchResult Stylesheet\sn"+"***/\sn"+"/*{{{*/\sn"+".yourSearchResult {\sn"+"\stposition: absolute;\sn"+"\stwidth: 800px;\sn"+"\sn"+"\stpadding: 0.2em;\sn"+"\stlist-style: none;\sn"+"\stmargin: 0;\sn"+"\sn"+"\stbackground: White;\sn"+"\stborder: 1px solid DarkGray;\sn"+"}\sn"+"\sn"+"/*}}}*/\sn"+"/***\sn"+"!!Summary Section\sn"+"***/\sn"+"/*{{{*/\sn"+".yourSearchResult .summary {\sn"+"\stborder-bottom-width: thin;\sn"+"\stborder-bottom-style: solid;\sn"+"\stborder-bottom-color: #999999;\sn"+"\stpadding-bottom: 4px;\sn"+"}\sn"+"\sn"+".yourSearchRange, .yourSearchCount, .yourSearchQuery {\sn"+"\stfont-weight: bold;\sn"+"}\sn"+"\sn"+".yourSearchResult .summary .button {\sn"+"\stfont-size: 10px;\sn"+"\sn"+"\stpadding-left: 0.3em;\sn"+"\stpadding-right: 0.3em;\sn"+"}\sn"+"\sn"+".yourSearchResult .summary .chkBoxLabel {\sn"+"\stfont-size: 10px;\sn"+"\sn"+"\stpadding-right: 0.3em;\sn"+"}\sn"+"\sn"+"/*}}}*/\sn"+"/***\sn"+"!!Items Area\sn"+"***/\sn"+"/*{{{*/\sn"+".yourSearchResult .marked {\sn"+"\stbackground: none;\sn"+"\stfont-weight: bold;\sn"+"}\sn"+"\sn"+".yourSearchItem {\sn"+"\stmargin-top: 2px;\sn"+"}\sn"+"\sn"+".yourSearchNumber {\sn"+"\stcolor: #808080;\sn"+"}\sn"+"\sn"+"\sn"+".yourSearchTags {\sn"+"\stcolor: #008000;\sn"+"}\sn"+"\sn"+".yourSearchText {\sn"+"\stcolor: #808080;\sn"+"\stmargin-bottom: 6px;\sn"+"}\sn"+"\sn"+"/*}}}*/\sn"+"/***\sn"+"!!Footer\sn"+"***/\sn"+"/*{{{*/\sn"+".yourSearchFooter {\sn"+"\stmargin-top: 8px;\sn"+"\stborder-top-width: thin;\sn"+"\stborder-top-style: solid;\sn"+"\stborder-top-color: #999999;\sn"+"}\sn"+"\sn"+".yourSearchFooter a:hover{\sn"+"\stbackground: none;\sn"+"\stcolor: none;\sn"+"}\sn"+"/*}}}*/\sn"+"/***\sn"+"!!Navigation Bar\sn"+"***/\sn"+"/*{{{*/\sn"+".yourSearchNaviBar a {\sn"+"\stfont-size: 16px;\sn"+"\stmargin-left: 4px;\sn"+"\stmargin-right: 4px;\sn"+"\stcolor: black;\sn"+"\sttext-decoration: underline;\sn"+"}\sn"+"\sn"+".yourSearchNaviBar a:hover {\sn"+"\stbackground-color: none;\sn"+"}\sn"+"\sn"+".yourSearchNaviBar .prev {\sn"+"\stfont-weight: bold;\sn"+"\stcolor: blue;\sn"+"}\sn"+"\sn"+".yourSearchNaviBar .currentPage {\sn"+"\stcolor: #FF0000;\sn"+"\stfont-weight: bold;\sn"+"\sttext-decoration: none;\sn"+"}\sn"+"\sn"+".yourSearchNaviBar .next {\sn"+"\stfont-weight: bold;\sn"+"\stcolor: blue;\sn"+"}\sn"+"/*}}}*/\sn";config.shadowTiddlers["YourSearchResultTemplate"]="<!--\sn"+"{{{\sn"+"-->\sn"+"<span macro=\s"yourSearch if found\s">\sn"+"<!-- The Summary Header ============================================ -->\sn"+"<table class=\s"summary\s" border=\s"0\s" width=\s"100%\s" cellspacing=\s"0\s" cellpadding=\s"0\s"><tbody>\sn"+" <tr>\sn"+"\st<td align=\s"left\s">\sn"+"\st\stYourSearch Result <span class=\s"yourSearchRange\s" macro=\s"yourSearch itemRange\s"></span>\sn"+"\st\st&nbsp;of&nbsp;<span class=\s"yourSearchCount\s" macro=\s"yourSearch count\s"></span>\sn"+"\st\stfor&nbsp;<span class=\s"yourSearchQuery\s" macro=\s"yourSearch query\s"></span>\sn"+"\st</td>\sn"+"\st<td class=\s"yourSearchButtons\s" align=\s"right\s">\sn"+"\st\st<span macro=\s"yourSearch chkPreviewText\s"></span><span class=\s"chkBoxLabel\s">preview text</span>\sn"+"\st\st<span macro=\s"yourSearch openAllButton\s"></span>\sn"+"\st\st<span macro=\s"yourSearch linkButton 'YourSearch Options' options 'Configure YourSearch'\s"></span>\sn"+"\st\st<span macro=\s"yourSearch linkButton 'YourSearch Help' help 'Get help how to use YourSearch'\s"></span>\sn"+"\st\st<span macro=\s"yourSearch closeButton\s"></span>\sn"+"\st</td>\sn"+" </tr>\sn"+"</tbody></table>\sn"+"\sn"+"<!-- The List of Found Tiddlers ============================================ -->\sn"+"<div id=\s"yourSearchResultItems\s" itemsPerPage=\s"25\s" itemsPerPageWithPreview=\s"10\s"></div>\sn"+"\sn"+"<!-- The Footer (with the Navigation) ============================================ -->\sn"+"<table class=\s"yourSearchFooter\s" border=\s"0\s" width=\s"100%\s" cellspacing=\s"0\s" cellpadding=\s"0\s"><tbody>\sn"+" <tr>\sn"+"\st<td align=\s"left\s">\sn"+"\st\stResult page: <span class=\s"yourSearchNaviBar\s" macro=\s"yourSearch naviBar\s"></span>\sn"+"\st</td>\sn"+"\st<td align=\s"right\s"><span macro=\s"yourSearch version\s"></span>, <span macro=\s"yourSearch copyright\s"></span>\sn"+"\st</td>\sn"+" </tr>\sn"+"</tbody></table>\sn"+"<!-- end of the 'tiddlers found' case =========================================== -->\sn"+"</span>\sn"+"\sn"+"\sn"+"<!-- The \s"No tiddlers found\s" case =========================================== -->\sn"+"<span macro=\s"yourSearch if not found\s">\sn"+"<table class=\s"summary\s" border=\s"0\s" width=\s"100%\s" cellspacing=\s"0\s" cellpadding=\s"0\s"><tbody>\sn"+" <tr>\sn"+"\st<td align=\s"left\s">\sn"+"\st\stYourSearch Result: No tiddlers found for <span class=\s"yourSearchQuery\s" macro=\s"yourSearch query\s"></span>.\sn"+"\st</td>\sn"+"\st<td class=\s"yourSearchButtons\s" align=\s"right\s">\sn"+"\st\st<span macro=\s"yourSearch linkButton 'YourSearch Options' options 'Configure YourSearch'\s"></span>\sn"+"\st\st<span macro=\s"yourSearch linkButton 'YourSearch Help' help 'Get help how to use YourSearch'\s"></span>\sn"+"\st\st<span macro=\s"yourSearch closeButton\s"></span>\sn"+"\st</td>\sn"+" </tr>\sn"+"</tbody></table>\sn"+"</span>\sn"+"\sn"+"\sn"+"<!--\sn"+"}}}\sn"+"-->\sn";config.shadowTiddlers["YourSearchItemTemplate"]="<!--\sn"+"{{{\sn"+"-->\sn"+"<span class='yourSearchNumber' macro='foundTiddler number'></span>\sn"+"<span class='yourSearchTitle' macro='foundTiddler title'/></span>&nbsp;-&nbsp;\sn"+"<span class='yourSearchTags' macro='foundTiddler tags'/></span>\sn"+"<span macro=\s"yourSearch if previewText\s"><div class='yourSearchText' macro='foundTiddler text'/></div></span>\sn"+"<!--\sn"+"}}}\sn"+"-->";config.shadowTiddlers["YourSearch"]="<<tiddler [[YourSearch Help]]>>";config.shadowTiddlers["YourSearch Result"]="The popup-like window displaying the result of a YourSearch query.";setStylesheet(store.getTiddlerText("YourSearchStyleSheet"),"yourSearch");var origMacros_search_handler=config.macros.search.handler;config.macros.search.handler=myMacroSearchHandler;var ownsOverwrittenFunctions=function(){var _16b=(config.macros.search.handler==myMacroSearchHandler);return _16b;};var checkForOtherHijacker=function(){if(!ownsOverwrittenFunctions()){alert("Message from YourSearchPlugin:\sn\sn\sn"+"Another plugin has disabled the 'Your Search' features.\sn\sn\sn"+"You may disable the other plugin or change the load order of \sn"+"the plugins (by changing the names of the tiddlers)\sn"+"to enable the 'Your Search' features.");}};setTimeout(checkForOtherHijacker,5000);abego.YourSearch.getStandardRankFunction=function(){return standardRankFunction;};abego.YourSearch.getRankFunction=function(){return abego.YourSearch.getStandardRankFunction();};abego.YourSearch.getCurrentTiddler=function(){return currentTiddler;};}\n/***\n%/\n!Licence and Copyright\nCopyright (c) abego Software ~GmbH, 2005-2006 ([[www.abego-software.de|http://www.abego-software.de]])\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\nRedistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or other\nmaterials provided with the distribution.\n\nNeither the name of abego Software nor the names of its contributors may be\nused to endorse or promote products derived from this software without specific\nprior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES\nOF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT\nSHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,\nINCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\nANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGE.\n***/\n
<div class='header'>\n<div class='titleLine'>\n<div class='siteTitle' refresh='content' tiddler='SiteTitle'></div>\n<div class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></div>\n</div>\n<div class='headerLine'></div>\n</div>\n<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>\n<div id='sidebar'>\n<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>\n<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>\n</div>\n<div id='displayArea'>\n<div id='messageArea'></div>\n<div id='tiddlerDisplay'></div>\n</div>
/***\n!Zeldman\nhttp://tiddlystyles.com/#theme:Zeldman\n\n!Colors used by this Theme\n*@@background(#f79b60):#f79b60@@\n*@@background(#c51):#c51@@\n*@@background(#d16400):#d16400@@\n*@@background(#be540b):#be540b@@\n*@@background(#b44):#b44@@\n*@@background(#930):#930@@\n*@@background(#922):#922@@\n*@@background(#f5d7b4):#f5d7b4@@\n*@@background(#cf936c):#cf936c@@\n*@@background(#c5886b):#c5886b@@\n*@@background(#b8764c):#b8764c@@\n*@@background(#867663):#867663@@ Used for MSG Area, Tiddler Title, text, and SubTitle\n\n*@@background(#fff):#fff@@\n*@@background(#ccc):#ccc@@\n*@@background(#aaa):#aaa@@\n*@@background(#888):#888@@\n*@@background(#666):#666@@\n*@@background(#333):#333@@\n*@@background(#000):#000@@\n\n!Popup styles /% =========================================================== %/\n***/\n/*{{{*/\n#popup {\n border: 1px solid #aaa;\n padding: 0;\n background: #fff;\n color: #f79b60;\n}\n\n#popup a{\n color: #f79b60;\n font-weight: normal;\n}\n\n#popup a:hover {\n background: #f5d7b4;\n color: #930;\n}\n\n#popup hr {border-top: solid 1px #f5d7b48;}\n#popup li.disabled{color: #cf936c;}\n\n#popup .currentlySelected,\n#popup .currentlySelected:hover{\n background: #f5d7b4;\n}\n/*}}}*/\n/***\n!Generic styles /% ===================================================== %/\n***/\n/*{{{*/\nh1,h2,h3,h4,h5,h6 {\n background-color: transparent;\n margin: .25em 0;\n}\n\nh1 {\nborder-bottom: 2px dotted #ccc;\n}\n\nh2 {\nborder-bottom: 1px dotted #ccc;\n}\n\na{\n color: #f79b60;\n color: #c51;\n}\n\na.button:active,\na:hover{\n color: #f79b60;\n background: transparent;\n}\n\na.button,\na.button:active{\n border: 0;\n}\n/*}}}*/\n/***\n!Header styles /% ================================================================== %/\n***/\n/*{{{*/\n.header{\n position: static;\n}\n\n.titleLine {\n height: 7.5em;\n background: #c51;\n border-bottom: 8px solid #b8764c;\n color: #fff;\n left:0;\n}\n\n.titleLine a,\n.titleLine a:link,\n.titleLine a:hover{\n color: #fff;\n}\n\n.titleLine a:hover{\nborder-bottom: 2px dotted;\n}\n\n.headerLine{\n padding: 0;\n border-top: 5px solid #cf936c;\n border-bottom: 3px solid #f5d7b4;\n}\n\n.siteTitle {\n text-align: right;\n font-size: 4.5em;\n font-weight: bold;\n padding-right: .5em;\n}\n\n.siteSubtitle {\n text-align: right;\n font-size: 1.5em;\n font-family: georgia,times;\n padding-right: 1.5em;\n}\n/*}}}*/\n/***\n!Main menu styles /% ================================================================== %/\n***/\n/*{{{*/\n#mainMenu {\n width: 12em;\n margin-top: .5em;\n left: .5em;\n padding: 0;\n border: 1px solid #f5d7b4;\n color: #666\n}\n\n#mainMenu ul,\n#mainMenu li{\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n#mainMenu li strong a {\n color: #fff;\n background: #d16400;\n}\n\n#mainMenu li strong a:hover,#mainMenu li strong .button:hover{\n color: #f5d7b4;\n background: #930;\n text-decoration: none;\n}\n\n/* The bold has to be a block to contain the links <a>\nbecause inline elements can't contain blocks */\n#mainMenu li strong,\n#mainMenu li span{\n display: block;\n}\n\n#mainMenu li a,\n#mainMenu li a:link{\n display: block; \nwidth: 100%;\n text-decoration: none;\n padding-right: 5px;\n margin-right: 0;\n color: #f79b60;\n border: 0;\n}\n\n#mainMenu li a:hover, #mainMenu li .button:hover{\n background-color: #f5d7b4;\n text-decoration: none;\n}\n\n#mainMenu a:link{\n text-decoration: none;\n color: #f79b60;\n margin-right: 5px;\n}\n\n#mainMenu a:hover,#mainMenu .button:hover{\n text-decoration: underline;\n background: transparent;\n color: #930;\n}\n/*}}}*/\n\n/***\n!Message area styles /% ================================================================== %/\n***/\n/*{{{*/\n#messageArea {\n background-color: #f5d7b4;\n color: #867663;\n padding: 0.5em;\n border: 1px solid #ccc;\n}\n\n#messageArea a:link, #messageArea a:visited {\n color: #c51;\n}\n\n#messageArea a:hover {\n color: #f79b60;\n}\n\n#messageArea a:active {\n color: #fff;\n}\n/*}}}*/\n/***\n!Sidebar styles /% ================================================================== %/\n***/\n/*{{{*/\n#sidebar {\n width: 14.5em;\n border-bottom:1px solid #aaa; \n border-left: 1px solid #aaa;\n}\n\n#sidebarOptions{\n background-color: #fff;\n}\n\n#sidebarOptions a{\n color: #f79b60;\n background: transparent;\n text-decoration: none;\n border: 0;\n}\n\n#sidebarOptions a:hover{\n color: #c51;\n background: #fff;\n text-decoration: underline;\n}\n\n#sidebarOptions .sliderPanel{\n background: #f5d7b4;\n margin: 0;\n}\n\n#sidebarOptions .sliderPanel a{\n color: #922;\n font-weight:normal;\n}\n\n#sidebarOptions .sliderPanel a:hover{\n color: #b44;\n background: transparent;\n}\n\n#sidebarTabs {\n background-color: #fff;\n}\n\n#sidebarTabs a {\n background: transparent;\n}\n\n#sidebarTabs .tabContents a:hover {\n color: #922;\n text-decoration: underline;\n background-color: transparent;\n}\n\n.tab {\n margin: 0px 1px; \n border:1px solid #aaa;\n border-bottom:none;\n color: #922;\n}\n\n.tab:hover {\n border-color: black;\n text-decoration: none;\n}\n\n#sidebarTabs .tabSelected {\n background: #f5d7b4;\n padding: 2px 4px;\n color: #922;\n}\n\n#sidebarTabs .tabUnselected {\n background: #c51;\n padding: 2px 4px 0px 4px;\n color: #fff;\n}\n\n#sidebarTabs .tabContents {\n background-color: #f5d7b4;\n}\n\n#sidebarTabs .tabContents a{\n color: #922;\n}\n\n#sidebarTabs .tabContents a:hover{\n color: #b44;\n}\n\n#sidebarTabs .txtMoreTab .tabSelected,\n#sidebarTabs .txtMoreTab .tabSelected:hover{\n background: #cf936c ;\n color: #000 ;\n text-decoration: none;\n}\n\n#sidebarTabs .txtMoreTab .tabUnselected,\n#sidebarTabs .txtMoreTab .tabUnselected:hover{\n background: #f5d7b4 ;\n color: #000 ;\n text-decoration: none;\n}\n\n#sidebarTabs .txtMoreTab .tabContents {\n color: #fff;\n background: #cf936c;\n border-bottom: solid #aaa 1px;\n}\n/*}}}*/\n/***\n!Tiddler display styles /% ================================================================== %/\n***/\n/*{{{*/\n#displayArea {\n margin: 1em 15em 0em 15em;\n}\n\n.tiddler{\n padding: 0;\n border: 1px solid #ccc;\n padding: 5px;\n}\n\n.title {\n font-size: 1.5em;\n color: #867663;\n font-weight: bold;\n}\n\n.toolbar {\n font-size: .9em;\n}\n\n.toolbar a.button{\n color: #f79b60;\n border: 1px solid #fff;\n}\n\n.tiddler .toolbar a.button:hover,\n.tiddler .toolbar a.button:active {\n color: #930;\n background: #f5d7b4;\n border: 1px solid #f79b60;\n}\n\n.toolbar a.button:active {\n color: #666;\n}\n\n.body {\n border-top:1px solid #ccc;\n padding-top: 0.5em;\n margin-top:0.3em;\n}\n/*}}}*/\n/***\n''Viewer styles'' /% --------------------------------------------------------------------------------------------- %/\n***/\n/*{{{*/\n.tiddler a.button {\n color: #f79b60;\n}\n\n.tiddler a.button:hover {\n color: #be540b;\n background: transparent;\n}\n\n.subtitle,\n.viewer {\n color: #867663;\n}\n\n.viewer .button{\n background: transparent;\n color: #888;\n border: 1px solid transparent;\n}\n\n\n.viewer a:link, .body a:visited{\n color: #be540b;\n}\n\n.viewer a:hover {\n background-color: transparent;\n text-decoration: underline;\n}\n\n.viewer blockquote {\n border-left: 1px solid #ccc;\n}\n\n.viewer table {\n border: 2px solid #333;\n}\n\n\n.viewer td, tr {\n border: 1px solid #666;\n padding: 3px;\n}\n\n.viewer hr {\n border-color: #666;\n color: #666;\n}\n\n.viewer pre {\n border: 1px solid #aaa;\n background: #f5d7b4;\n color: #333;\n}\n\n.viewer code {\n color: #922;\n}\n\n.selected .isTag .tagging,\n.selected .tagged,\n.isTag .tagging,\n.tagged {\n float: none;\n display: inline;\n border: 0;\n background: transparent;\n color: #f79b60;\n margin: 0;\n}\n\n.tagged li, .tagging li,\n.tagged ul, .tagging ul{\n display: inline;\n}\n\n\n.tiddler .tagging .listTitle,\n.tiddler .tagged .listTitle{\n color: #ccc;\n}\n\n.tiddler .tagging a.button,\n.tiddler .tagged a.button{\n margin: 0;\n padding: 0;\n color: #ccc;\n}\n\n.selected .tagging .listTitle,\n.selected .tagged .listTitle,\n.selected .tagging a.button,\n.selected .tagged a.button{\n color: #333;\n}\n/*}}}*/\n/***\n''Editor styles'' /% --------------------------------------------------- %/\n***/\n/*{{{*/\n.editor input,\n.editor textarea {\n border: 1px solid black;\n}\n\n.editor textarea{\n font-size: .8em;\n}\n/*}}}*/
<!--{{{-->\n<div class='toolbar' macro='toolbar closeTiddler closeOthers +editTiddler permalink references jump'></div>\n<div class='title' macro='view title'></div>\n<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date [[DD MMM YYYY]]'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date [[DD MMM YYYY]]'></span>)</div>\n<div class='tagging' macro='tagging separator:", "'></div><br />\n<div class='viewer' macro='view text wikified'></div>\n<div class='tagged' macro='tags separator:", "'></div>\n<!--}}}-->
Macro: ''allTags''\nSyntax: {{{<<allTags>>}}}\n\nThis Macro displays a bulleted list of all Tags used in all Tiddlers. The Tags are listed as links that display ~PopUps. Each ~PopUp lists all Tiddlers associated with the selected Tag. Clicking on one of the Tiddler links in the ~PopUp will open that Tiddler. Each ~PopUp also displays a link that will open all Tiddlers with the Tag. This is the same content that is found in the standard Tags tab on the ~SideBar.\n!!!!!Entering this code...\n{{{<<allTags>>}}}\n!!!!!...produces this:\n<<allTags>>\n
/***\nMacro: ''allTagsExcept''\nAuthor: ClintChecketts\nVersion: 1.0 Sept 8, 2005\n\nusage: {{{<< allTagsExcept systemConfig excludeLists systemTiddlers >>}}} This will show all tags but those listed (e.g. systemConfig and systemTiddlers\n\n<<allTagsExcept systemConfig excludeLists systemTiddlers >>\n***/\n//{{{\nversion.extensions.allTagsExcept = {major: 0, minor: 1, revision: 0, date: new Date(2005,8,15)};\nconfig.macros.allTagsExcept = {tooltip: "Show tiddlers tagged with '%0'",noTags: "There are no tags to display"};\n\nconfig.macros.allTagsExcept.handler = function(place,macroName,params)\n{\n var tags = store.getTags();\n var theTagList = createTiddlyElement(place,"ul",null,null,null);\n if(tags.length == 0)\n createTiddlyElement(theTagList,"li",null,"listTitle",this.noTags);\n for (var t=0; t<tags.length; t++) {\n var includeTag = true;\n for (var p=0;p<params.length; p++) if (tags[t][0] == params[p]) includeTag = false;\n if (includeTag){\n var theListItem =createTiddlyElement(theTagList,"li",null,null,null);\n var theTag = createTiddlyButton(theListItem,tags[t][0] + " (" + tags[t][1] + ")",this.tooltip.format([tags[t][0]]),onClickTag);\n theTag.setAttribute("tag",tags[t][0]);\n }\n }\n}\n//}}}
Macro: ''closeAll''\nSyntax: {{{<<closeAll>>}}}\n\nThis Macro creates a "close all" link that will close all displayed Tiddlers that are not being edited, including the Tiddler that contains the Macro.\n\n!!!!!Entering this code...\n{{{<<closeAll>>}}}\n!!!!!...produces this:\n<<closeAll>>\n\nLike most Macros, the <<closeAll>> Macro can be embedded within Tiddler content.
/***\n|Name|''fontSize''|h\n|Author|[[Saq Imtiaz]]|\n|Version|1.0|\n|Description|Resize tiddler text on the fly. The text size is remembered between sessions by use of a cookie.|\n|Source|http://lewcid.googlepages.com/lewcid.html#FontSizePlugin|\n|TW Version|2.x|\n***/\n/***\nYou can customize the maximum and minimum allowed sizes. (only affects tiddler content text, not any other text)|\n\nAlso, you can load a TW file with a font-size specified in the url.\nEg: http://lewcid.googlepages.com/lewcid.html#font:110\n\n!Demo:\nTry using the font-size buttons in the sidebar, or in the MainMenu above.\n\n!Installation:\nCopy the contents of this tiddler to your TW, tag with systemConfig, save and reload your TW.\nThen put {{{<<fontSize "font-size:">>}}} in your SideBarOptions tiddler, or anywhere else that you might like.\n\n!Usage\n{{{<<fontSize>>}}} results in <<fontSize>>\n{{{<<fontSize font-size: >>}}} results in <<fontSize font-size:>>\n\n!Customizing:\nThe buttons and prefix text are wrapped in a span with class fontResizer, for easy css styling.\nTo change the default font-size, and the maximum and minimum font-size allowed, edit the config.fontSize.settings section of the code below.\n\n!Notes:\nThis plugin assumes that the initial font-size is 100% and then increases or decreases the size by 10%. This stepsize of 10% can also be customized.\n\n!History:\n*27-07-06, version 1.0 : prevented double clicks from triggering editing of containing tiddler.\n*25-07-06, version 0.9\n\n!Code\n***/\n\n//{{{\nconfig.fontSize={};\n\n//configuration settings\nconfig.fontSize.settings =\n{\n defaultSize : 100, // all sizes in %\n maxSize : 200,\n minSize : 40,\n stepSize : 10\n};\n\n//startup code\nvar fontSettings = config.fontSize.settings;\n\nif (!config.options.txtFontSize)\n {config.options.txtFontSize = fontSettings.defaultSize;\n saveOptionCookie("txtFontSize");}\nsetStylesheet(".tiddler .viewer {font-size:"+config.options.txtFontSize+"%;}\sn","fontResizerStyles");\nsetStylesheet("#contentWrapper .fontResizer .button {display:inline;font-size:105%; font-weight:bold; margin:0 1px; padding: 0 3px; text-align:center !important;}\sn .fontResizer {margin:0 0.5em;}","fontResizerButtonStyles");\n\n//macro\nconfig.macros.fontSize={};\nconfig.macros.fontSize.handler = function (place,macroName,params,wikifier,paramString,tiddler)\n{\n\n var sp = createTiddlyElement(place,"span",null,"fontResizer");\n sp.ondblclick=this.onDblClick;\n if (params[0])\n createTiddlyText(sp,params[0]);\n createTiddlyButton(sp,"+","increase font-size",this.incFont);\n createTiddlyButton(sp,"=","reset font-size",this.resetFont);\n createTiddlyButton(sp,"–","decrease font-size",this.decFont);\n}\n\nconfig.macros.fontSize.onDblClick = function (e)\n{\n if (!e) var e = window.event;\n e.cancelBubble = true;\n if (e.stopPropagation) e.stopPropagation();\n return false;\n}\n\nconfig.macros.fontSize.setFont = function ()\n{\n saveOptionCookie("txtFontSize");\n setStylesheet(".tiddler .viewer {font-size:"+config.options.txtFontSize+"%;}\sn","fontResizerStyles");\n}\n\nconfig.macros.fontSize.incFont=function()\n{\n if (config.options.txtFontSize < fontSettings.maxSize)\n config.options.txtFontSize = (config.options.txtFontSize*1)+fontSettings.stepSize;\n config.macros.fontSize.setFont();\n}\n\nconfig.macros.fontSize.decFont=function()\n{\n\n if (config.options.txtFontSize > fontSettings.minSize)\n config.options.txtFontSize = (config.options.txtFontSize*1) - fontSettings.stepSize;\n config.macros.fontSize.setFont();\n}\n\nconfig.macros.fontSize.resetFont=function()\n{\n\n config.options.txtFontSize=fontSettings.defaultSize;\n config.macros.fontSize.setFont();\n}\n\nconfig.paramifiers.font =\n{\n onstart: function(v)\n {\n config.options.txtFontSize = v;\n config.macros.fontSize.setFont();\n }\n};\n//}}}
/***\n|Name|''fullscreen''|h\n|Author|[[Saq Imtiaz]]|\n|Version|1.1|\n|Description|Toggle between viewing tiddlers fullscreen and normally. Very handy for when you need more viewing space.|\n|Source|http://lewcid.googlepages.com/lewcid.html#FullScreenPlugin|\n|TW Version|2.x|\n***/\n/***\n!Demo:\nClick the ↕ button in the toolbar for this tiddler. Click it again to turn off fullscreen.\n\n!Installation:\nCopy the contents of this tiddler to your TW, tag with systemConfig, save and reload your TW.\nEdit the ViewTemplate to add the fullscreen command to the toolbar.\n\n!History:\n*25-07-06: ver 1.1\n*20-07-06: ver 1.0\n\n!Code\n***/\n//{{{\nvar lewcidFullScreen = false;\n\nconfig.commands.fullscreen =\n{\n text:" ↕ ",\n tooltip:"Fullscreen mode"\n};\n\nconfig.commands.fullscreen.handler = function (event,src,title)\n{\n if (lewcidFullScreen == false)\n {\n lewcidFullScreen = true;\n setStylesheet('#sidebar, .header, #mainMenu{display:none;} #displayArea{margin:0em 0 0 0 !important;}',"lewcidFullScreenStyle");\n }\n else\n {\n lewcidFullScreen = false;\n setStylesheet(' ',"lewcidFullScreenStyle");\n }\n}\n\nconfig.macros.fullscreen={};\nconfig.macros.fullscreen.handler = function(place,macroName,params,wikifier,paramString,tiddler)\n{\n var label = params[0]||" ↕ ";\n var tooltip = params[1]||"Fullscreen mode";\n createTiddlyButton(place,label,tooltip,config.commands.fullscreen.handler);\n}\n\nvar lewcid_fullscreen_closeTiddler = Story.prototype.closeTiddler;\nStory.prototype.closeTiddler =function(title,animate,slowly)\n{\n lewcid_fullscreen_closeTiddler.apply(this,arguments);\n if (story.isEmpty() && lewcidFullScreen == true)\n config.commands.fullscreen.handler();\n}\n\n\nSlider.prototype.lewcidStop = Slider.prototype.stop;\nSlider.prototype.stop = function()\n{\n this.lewcidStop();\n if (story.isEmpty() && lewcidFullScreen == true)\n config.commands.fullscreen.handler();\n}\n//}}}
Macro: ''list: all''\nSyntax: {{{<<list all>>}}}\n\nThis macro creates a list of all Tiddlers in your TiddlyWiki. It is the same function as the More All Tab on the ~SideBar. This can be useful to provide an alternate view of all of your Tiddlers. It can also be used to create a printable version of all of your Tiddler Titles because it displays as Tiddler content (which prints) as opposed to ~SideBar content (which does not print.)\n!!!!!Entering this code...\n{{{<<list all>>}}}\n!!!!!...produces this:\n<<list all>>
Macro: ''list missing '\nSyntax: {{{<<list missing>>}}}\n\nThis Macro lists all WikiWords that do not have associated Tiddlers. This displays the same information as the More Orphans Tab on the ~SideBar. Clicking on a link in the list opens a new Tiddler for you to edit.\n\nThis list can be useful for finding "holes" in content that could be filled in by creating new Tiddlers. Obviously, not all entries listed by this Macro require a Tiddler. It's up to you to determine the detail you need to provide.\n\n!!!!!Entering the code...\n{{{<<list missing>>}}}\n!!!!!...produces this:\n<<list missing>>
Macro: ''list orphans''\nSyntax: {{{<<list orphans>>}}}\n\nThis Macro lists all Tiddler Titles that are not referenced by any other Tiddlers. This can be useful for finding "lost" Tiddlers. This displays the same information as the More Orphans Tab on the ~SideBar.\n\n!!!!!Entering the code...\n{{{<<list orphans>>}}}\n!!!!!...produces this:\n<<list orphans>>
/***\n|Name|''monkeyTagger''|h\n|Author|[[Saq Imtiaz]]|\n|Version|0.9 (2006.04.08)|\n|Description|An adaptation of [[tagAdder plugin macro]] for monkeyGTD and tagglytagging user, but could be useful to just about anyone!|\n|Source|http://lewcid.googlepages.com/lewcid.html#MonkeyTaggerMacro|\n|TW Version|2.07|\n***/\n/***\n*{{{<<monkeyTagger Project>>}}} gives a drop down list of all tags, tagged with Project.\n*The list allows toggling of tags on the current tiddler.\n*logging options for task management.\n\n!Demo:\n<<monkeyTagger Status>>\n\n!Installation:\n*Copy this tiddler to your TW with the systemConfig tag\n*either copy the following to your ViewTemplate:\n{{{<div class='tagged' macro='monkeyTagger tagToTrack'></div>}}}\nor\n*better yet, define your own toolbar class and add as many as you need to create a nice toolbar.\nEg:\n{{{<div class='toolbar' >\n<span style="padding-right:0.15em;" macro='monkeyTagger Project'></span>\n<span style="padding-right:0.15em;" macro='monkeyTagger Status'></span>\n<span macro='toolbar -closeTiddler closeOthers +editTiddler permalink references jump'></span>\n</div>}}}\n (adjust padding to taste)\n\n!Usage:\n\n''Syntax:''\n|>|{{{<<monkeyTagger source:"sourcetag" label:"customlabel" logging:"true/false" anchor:"anchortext" arrow:"true/false">>}}}|\n|label:|quoted text to use as a customlabel|\n|arrow:|add arrow to custom label, values are "true" or "false"|\n|anchor:|quoted text to specify where to add logging text|\n|logging:|enable logging of tags added (for task management), values are "true" or "false"|\n\nthe only parameter you ''have'' to pass is the source. When passing only one parameter, you can write either something like:\n{{{<<monkeyTagger "Project">>}}} or {{{<<monkeyTagger source:"Project">>}}} for <<monkeyTagger Project>>\nAll other parameters are optional, and can be written in any order.\n\n''Defaults:''\n|label:|default label if not specified = source tag + arrow|\n|arrow:|true |\n|logging:|false |\n|anchor:|none used by default, logging text added to end of tiddler |\n\n''Examples:''\n|custom label| {{{<<monkeyTagger source:"Project" label:"customlabel">>}}} |<<monkeyTagger source:"Project" label:"customlabel">>|\n|custom label without arrow| {{{<<monkeyTagger source:"Project" label:"customlabel" arrow:"false">>}}} |<<monkeyTagger source:"Project" label:"customlabel" arrow:"false">>|\n|logging enabled| {{{<<monkeyTagger source:"Project" logging:"true"}}} |<<monkeyTagger source:"Project" logging:"true">>|\n|logging enabled with anchor text|{{{<<monkeyTagger source:"Project" logging:"true" anchor:"anchortext"}}} |<<monkeyTagger source:"Project" logging:"true" anchor:"anchortext">>|\n\n''Tips:''\n*Make sure your anchor text doesn't occur more than once in every tiddler, as the first instance will be used.\n*I recommend using something like {{{/%StatusLog%/}}} as an invisible anchor.\n*Use a tag based template, and add monkeyTagger macro's with logging enabled to the toolbar in just your taskmanagement templates.\n\n!To Do:\n*add sorting options if requested.\n*''add exclude tag feature''!\n\n!History\n*Version 0.9: \n**changed to named parameters to make it more user friendly\n**added option to disable/enable dropdown arrow in custom labels\n**added logging option with anchor text.\n\n!CODE\n***/\n//{{{\n\nconfig.macros.monkeyTagger= {};\n//config.macros.monkeyTagger.dropdownchar = (document.all?"▼":"▾"); // the fat one is the only one that works in IE\nconfig.macros.monkeyTagger.dropdownchar = "▼"; // uncomment previous line and comment this for smaller version in FF\nconfig.macros.monkeyTagger.handler = function(place,macroName,params,wikifier,paramString,tiddler)\n{\n var nAV = paramString.parseParams('test', null, true);\n\n if ((nAV[0].arrow)&&(nAV[0].arrow[0])=='false')\n var arrow=': ';\n else\n var arrow=': '+ config.macros.monkeyTagger.dropdownchar;\n\n if((nAV[0].source)&&(nAV[0].source[0])!='.')\n {var tagToTrack = nAV[0].source[0]}\n else if(params[0]&&(params[0]!='.'))\n {var tagToTrack = params[0]}\n else\n {return false;};\n var monkeylabel = ((nAV[0].label)&&(nAV[0].label[0])!='.')?nAV[0].label[0]+arrow: tagToTrack+arrow;\n var logmode = ((nAV[0].logging)&&(nAV[0].logging[0])!='.')?nAV[0].logging[0]: "false";\n if ((nAV[0].anchor)&&(nAV[0].anchor[0])!='.')\n var anchor = nAV[0].anchor[0];\n var monkeytooltip=tagToTrack + ' :';\n\n\n if(tiddler instanceof Tiddler)\n {var title = tiddler.title;\n \n var addcomment = function(tiddler,newTag){\n var now = new Date();\n var timeFormat= 'DD/0MM/YY 0hh:0mm';\n var formattednow= now.formatString(timeFormat);\n var txt="\sn*''"+tagToTrack+"'' set as ''"+newTag+"'' on "+formattednow;\n if (anchor && anchor!='.')\n {var pos=tiddler.text.indexOf(anchor);\n if (pos!=-1) {pos=pos + anchor.length}\n else if (pos==-1) {pos=tiddler.text.length}}\n else if (!anchor){var pos = tiddler.text.length;};\n\n tiddler.set(null,tiddler.text.substr(0,pos)+txt+tiddler.text.substr(pos));\n story.refreshTiddler(tiddler.title,null,true);\n return false;\n}\n\n var ontagclick = function(e) {\n if (!e) var e = window.event;\n var tag = this.getAttribute("tag");\n var t=store.getTiddler(title);\n if (!t || !t.tags) return;\n if (t.tags.find(tag)==null)\n {t.tags.push(tag)\n if (logmode=="true"){addcomment(t,tag);}}\n else\n {t.tags.splice(t.tags.find(tag),1)};\n story.saveTiddler(title);\n story.refreshTiddler(title,null,true);\n return false;\n };\n var onclick = function(e) {\n if (!e) var e = window.event;\n var popup = Popup.create(this);\n var thistiddler=store.getTiddler(title);\n\n var taggedarray = new Array();\n var tagslabel = new Array();\n\n var taggedtiddlers = store.getTaggedTiddlers(tagToTrack);\n for (var t=0; t<taggedtiddlers.length; t++){\n var taggedtitle= ((taggedtiddlers[t]).title);\n taggedarray.push(taggedtitle);}\n\n for (var t=0; t<taggedarray.length; t++){\n var temptag = taggedarray[t];\n if (thistiddler.tags.find(temptag)==null)\n {var temptag='[ ] '+ temptag;\n tagslabel.push(temptag);}\n else\n {var temptag ='[x] '+ temptag;\n tagslabel.push(temptag);}\n }\n\n if(tagslabel.length == 0)\n createTiddlyText(createTiddlyElement(popup,"li"),('no '+tagToTrack));\n for (var t=0; t<tagslabel.length; t++)\n {\n var theTag = createTiddlyButton(createTiddlyElement(popup,"li"),tagslabel[t],("toggle '"+ ([taggedarray[t]]))+"'",ontagclick);\n theTag.setAttribute("tag",taggedarray[t]);\n }\n Popup.show(popup,false);\n e.cancelBubble = true;\n if (e.stopPropagation) e.stopPropagation();\n return(false);\n};\n //createTiddlyButton(place,monkeylabel,monkeylabel,onclick);\n\nvar createdropperButton = function(place){\nvar sp = createTiddlyElement(place,"span",null,"monkeytaggerbutton");\nvar theDropDownBtn = createTiddlyButton(sp,monkeylabel,monkeytooltip,onclick);\n};\n\ncreatedropperButton(place);\n }\n};\nsetStylesheet(\n ".toolbar .monkeytaggerbutton {margin-right:0em; border:0px solid #fff; padding:0px; padding-right:0px; padding-left:0px;}\sn"+\n ".monkeytaggerbutton a.button {padding:2px; padding-left:2px; padding-right:2px;}\sn"+\n// ".monkeytaggerbutton {font-size:130%;}\sn"+\n//".monkeytaggerbutton .button {color:#703;}\sn"+\n "",\n"MonkeyTaggerStyles");\n\n//}}}
Macro: ''newJournal''\nSyntax: {{{<<newJournal "~DD-MMM-YYYY">>}}}\n\nSimilar to the [[newJournal|TipNewJournal]] Macro, this Macro inserts a "new journal" link into your Tiddler. It is the same function as the standard "new journal" link in the MainMenu. It creates a new Tiddler with the current date as the Tiddler Title. This Macro could be inserted into the SiteSubtitle Tiddler, the ~SideBar, or in any Tiddler you want the user to have the ability to create a new Journal Tiddler. //Note that it requires the date format string parameter.//\n!!!!!Entering this code...\n{{{<<newJournal "~DD-MMM-YYYY">>}}}\n!!!!!...produces this:\n<<newJournal "DD-MMM-YYYY">>
Macro: ''newTiddler''\nSyntax: {{{<<newTiddler>>}}}\n\nThis Macro inserts a "new tiddler" link into your Tiddler. It is the same function as the standard "new tiddler" link in the MainMenu. This Macro could be inserted into the SiteSubtitle Tiddler, the ~SideBar, or in any Tiddler you want the user to have the ability to create a new Tiddler.\n!!!!!Entering this code...\n{{{<<newTiddler>>}}}\n!!!!!...produces this:\n<<newTiddler>>\n
Macro: ''permaview''\nSyntax: {{{<<permaview>>}}}\n\nThis Macro places in your browser's Address Bar a URL that will open all currently displayed Tiddlers in your TiddlyWiki. This can be useful for sharing a specific "display state" with other users. This Macro It is the same function as the "permaview" link on the ~SideBar.\n!!!!!Entering this code...\n{{{<<permaview>>}}}\n!!!!!...produces something like this:\nfile:///h:/Notes/tiddlywiki.html#~TipSaveChanges%20TipPermaView\n\nIn this case, the TiddlyWiki file is a local file saved to a shared network drive H:, and I had the TipSaveChanges and TipPermaView Tiddlers open. By entering the above URL into a Web Browser on my PC, my TiddlyWiki file would open with the TipSaveChanges and TipPermaView Tiddlers open. //(Note that this bypasses the DefaultTiddlers Tiddler.)//
/***\n|Macro|redirect (alias)|\n|Author|[[Clint Checketts]] and Paul Petterson|\n|Version|1.1 Jan 26, 2006|\n|Location|http://checkettsweb.com/styles/themes.htm#RedirectMacro|\n|Description|This macro tells TW to find all instances of a word and makes it point to a different link. For example, whenever I put the word 'Clint' in a tiddler I want TiddlyWiki to turn it into a link that points to a tiddler titled 'Clint Checketts' Or the word 'TW' could point to a tiddler called 'TiddlyWiki' It even matches clint (which is lowercase) [[Clint]] leet lEEt LEET|\n|Usage|{{{<<redirect TW TiddlyWiki>>}}} |\n|Example|<<redirect TW "TiddlyWiki">> <<redirect Clint "Clint Checketts">> (Nothing should appear, it's just setting it all up)<<redirectExact lEEt Elite>>|\n\n!Revisions\n1.1- Fixed tiddler refresh so a tiddler declaring a redirect will also render the redirect\n1.0- Updated to work with TiddlyWiki 2.0 (thanks to Udo Borkowski)\n0.9- Original release October 2005\n\n!Code\n***/\n//{{{\nversion.extensions.redirectExact = {major: 1, minor: 2, revision: 0, date: new Date(2005,10,24)};\nconfig.macros.redirectExact = {label: "Pickles Rock!"};\nconfig.macros.redirectExact.handler = function(place,macroName,params,wikifier,paramString,tiddler){\n config.macros.redirect.handler(place,macroName,params,wikifier,paramString,tiddler);\n}\n\nversion.extensions.redirect = {major: 1, minor: 2, revision: 0, date: new Date(2005,10,24)};\nconfig.macros.redirect = {label: "Pickles Rock!"};\n\nconfig.macros.redirect.handler = function(place,macroName,params,wikifier,paramString,tiddler){\n\nvar redirectExists = false\n// Check to see if the wikifier exists\nfor (var i=0;i<config.formatters.length;i++)\n if (config.formatters[i].name == "redirect"+params[0])\n redirectExists = true;\n\n//If it doesn't exist, add it!\nif (!redirectExists){\n for( var i=0; i<config.formatters.length; i++ )\n if ( config.formatters[i].name=='wikiLink') break ;\n\n if ( i >= config.formatters.length ) {\n var e = "Can't find formatter for wikiLink!" ;\n displayMessage( e ) ;\n throw( e ) ;\n }\n\nvar pattern;\n if (macroName == 'redirect'){pattern=params[0].escapeRegExp().replace(/([A-Z])/img, function($1) {return("["+$1.toUpperCase()+$1.toLowerCase()+"]");});\n } else {\n pattern=params[0].escapeRegExp();\n }\n\n config.formatters.splice( i, 0, {\n name: "redirect"+params[0],\n match: "(?:\s\sb)(?:\s\s[\s\s[)?"+pattern+"(?:\s\s]\s\s])?(?:\s\sb)",\n subst: params[1],\n handler: function(w) {\n var link = createTiddlyLink(w.output,this.subst,false);\n w.outputText(link,w.matchStart,w.nextMatch);\n }\n });\n formatter = new Formatter(config.formatters); //update the tiddler\n if(tiddler) story.refreshTiddler(tiddler.title,null,true); //refresh tiddler so the new rule is applied\n} // End if\n}\n//}}}
Macro: ''saveChanges''\nSyntax: {{{<<saveChanges>>}}}\n\nThis Macro saves all TiddlyWiki changes to disk. It has the same function as the "save changes" link found on the ~Sidebar. With this Macro, you now have ths flexibility to place this functionality either within a Tiddler or in other locations such as the SiteSubtitle or the MainMenu.\n!!!!!Entering this code...\n{{{<<saveChanges>>}}}\n!!!!!...produces this:\n<<saveChanges>>\n
Macro: ''search''\nSyntax: {{{<<search>>}}}\n\nThis Macro inserts a Search box within the Tiddler. It's functionality is the same as the standard Search box in the ~SideBar. \n!!!!!Entering this code...\n{{{<<search>>}}}\n!!!!!...produces this:\n<<search>>\n\nLike most Macros, this can be embedded to suit your needs.\n\nFor example, you can include it within content to provide <<search>> capabilities from within a Tiddler.\n\n(//See SearchTips for more information on searching.//)
<<list shadowed>>
/***\n| Name:|SiteMapMacro|\n| Author:|Simon Baird|\n| Location:|http://simonbaird.com/mptw/#SiteMapMacro|\n| Version:|1.0.3, 15-Mar-06|\n\n!!Examples\nSee SiteMap and SliderSiteMap for example usage.\n\n!!Parameters\n* Name of tiddler to start at\n* Max depth (a number) \n* Format (eg, nested, see formats below)\n* Don't show root flag (anything other than null turns it on)\n* Tags - a string containing a bracketed list of tags that we are interested in\n\n!!History\n* 1.0.3 (15-Mar-06)\n** added tag filtering\n* 1.0.2 (15-Mar-06)\n** Added json format and dontshowroot option\n* 1.0.1 (9-Mar-06)\n** Added selectable formats and fixed nested slider format\n* 1.0.0 (8-Mar-06)\n** first release\n\n***/\n//{{{\n\nversion.extensions.SiteMapMacro = {\n major: 1,\n minor: 0,\n revision: 3,\n date: new Date(2006,3,15),\n source: "http://simonbaird.com/mptw/#SiteMapMacro"\n};\n\nconfig.macros.siteMap = {\n\n formats: {\n bullets: {\n formatString: "%0[[%1]]\sn%2",\n indentString: "*"\n },\n\n // put this in your StyleSheet to make it look good.\n // .sliderPanel { margin-left: 2em; }\n\n sliders: {\n formatString: "[[%1]]+++\sn%2===\sn\sn",\n formatStringLeaf: "[[%1]]\sn"\n },\n\n openSliders: {\n formatString: "[[%1]]++++\sn%2===\sn\sn",\n formatStringLeaf: "[[%1]]\sn"\n },\n\n popups: {\n formatString: "[[%1]]+++^\sn%2===\sn\sn",\n formatStringLeaf: "[[%1]]\sn"\n },\n\n // these don't work too well\n openPopups: {\n formatString: "[[%1]]++++^\sn%2===\sn\sn",\n formatStringLeaf: "[[%1]]\sn"\n },\n \n // this is a little nuts but it works\n json: {\n formatString: '\sn%0{"%1":[%2\sn%0]}',\n formatStringLeaf: '\sn%0"%1"',\n indentString: " ",\n separatorString: ","\n }\n\n\n },\n\n defaultFormat: "bullets",\n\n treeTraverse: function(title,depth,maxdepth,format,dontshowroot,tags,excludetags) {\n\n var tiddler = store.getTiddler(title);\n var tagging = store.getTaggedTiddlers(title);\n\n if (dontshowroot)\n depth = 0;\n\n var indent = "";\n if (this.formats[format].indentString)\n for (var j=0;j<depth;j++)\n indent += this.formats[format].indentString;\n\n var childOutput = "";\n if (!maxdepth || depth < parseInt(maxdepth)) \n for (var i=0;i<tagging.length;i++)\n if (tagging[i].title != title) {\n if (this.formats[format].separatorString && i != 0)\n childOutput += this.formats[format].separatorString;\n childOutput += this.treeTraverse(tagging[i].title,depth+1,maxdepth,format,null,tags,excludetags);\n }\n\n if (childOutput == "" && (\n (tags && tags != "" && !tiddler.tags.containsAll(tags.readBracketedList())) ||\n (excludetags && excludetags != "" && tiddler.tags.containsAny(excludetags.readBracketedList()))\n )\n ) {\n // so prune it cos it doesn't have the right tags and neither do any of it's children\n return "";\n }\n\n if (dontshowroot)\n return childOutput;\n\n if (this.formats[format].formatStringLeaf && childOutput == "") {\n // required for nestedSliders\n return this.formats[format].formatStringLeaf.format([indent,title,childOutput]);\n }\n\n return this.formats[format].formatString.format([indent,title,childOutput]);\n },\n\n handler: function (place,macroName,params,wikifier,paramString,tiddler) {\n wikify(this.treeTraverse(\n params[0] && params[0] != '.' ? params[0] : tiddler.title, 1, \n params[1] && params[1] != '.' ? params[1] : null, // maxdepth\n params[2] && params[2] != '.' ? params[2] : this.defaultFormat, // format\n params[3] && params[3] != '.' ? params[3] : null, // dontshowroot\n params[4] && params[4] != '.' ? params[4] : null, // tags\n params[5] && params[5] != '.' ? params[5] : null // excludetags\n ),place);\n }\n\n}\n\n//}}}\n
Macro: ''slider''\nSyntax: {{{<<slider sliderID sliderTiddler sliderLabel>>}}}\n\nThis versitile Macro lets you create expandable links containing Tiddler content. This can be very useful for including other Tiddler content within a Tiddler while keeping the display compact. It displays the content right in context with the surrounding content. \n\nClicking the link expands the content. A vertical line is drawn along the right margin of the Tiddler along side the expanded content to indicate that it is expanded. Clicking the link again collapses the content.\n!!!!!Entering thie code...\n{{{\n<<slider 1 [[TipSlider Example 1]] "Example Link 1">> \n<<slider 2 [[TipSlider Example 2]] "Example Link 2">> \n<<slider 3 [[TipSlider Example 3]] "Example Link 3">> \n}}}\n!!!!!...produces this:\n<<slider 1 [[TipSlider Example 1]] "Example Link 1">> \n<<slider 2 [[TipSlider Example 2]] "Example Link 2">> \n<<slider 3 [[TipSlider Example 3]] "Example Link 3">> \n\n\nThe links can be arranged and embedded however you want. For example, here are the same Slider links arranged horizontally and in a different order:\n\n<<slider 3 [[TipSlider Example 3]] "Example Link 3">><<slider 1 [[TipSlider Example 1]] "Example Link 1">><<slider 2 [[TipSlider Example 2]] "Example Link 2">> \n\n\nHere is another example of embedded Slider links. The <<slider 1 [[TipSlider Example 1]] "Example Link 1">> is in this sentance along with <<slider 2 [[TipSlider Example 2]] "Example Link 2">>, which is also in this sentence. <<slider 3 [[TipSlider Example 3]] "Example Link 3">> is in this sentence. Notice how the content opens up righ tin context when you click on the link!
Macro: ''tabs''\nSyntax: {{{<<tabs identifier tabLabel tabName Tiddler>>}}}\n\nThis Macro displays Tabs, each containing Tiddler content. This can be useful to save space and categorize your content. The content is any standard Tiddler content including formatted text, lists, Tables, etc. Click on the Tabs below to see some examples.\n!!!!!Entering this code...\n{{{\n<<tabs txtFavourite\n"Tab #1" "Priority 1" "Tab 1"\n"Tab #2" "Priority 2" "Tab 2"\n"Tab #3" "Priority 3" "Tab 3"\n>>\n}}}\n!!!!!...produces this:\n<<tabs txtFavourite\n"Tab #1" "Priority 1" "Tab 1"\n"Tab #2" "Priority 2" "Tab 2"\n"Tab #3" "Priority 3" "Tab 3"\n>>
Macro: ''tag''\nSyntax: {{{<<tag tagName>>}}} or {{{<<tag "sustainable development">>}}}\n\nThis Macro inserts a Tag ~PopUp link that will display a ~PopUp listing all Tiddlers associated with the specified Tag. Clicking on one of the Tiddler links will open that Tiddler. It also displays a link that will open all Tiddlers with the Tag.\n!!!!!Entering this code...\n{{{<<tag "tiddlywiki macros">>}}}\n!!!!!...produces this:\n<<tag "tiddlywiki macros">>\n\nClick on the above link to view the ~PopUp
Macro: ''tiddler''\nSyntax: {{{<<tiddler TiddlerTitle>>}}} or {{{<<tiddler "Welcome to this site">>}}}\n\nWith this Macro, you can embed the contents of another Tiddler inline instead of just a link to that Tiddler. This can be useful for creating consolidated content that can be easily updated by editing the specific Tiddlers.\n!!!!!Entering this code...\n {{{<<tiddler SiteTitle>>}}}\n!!!!!...produces this:\n<<tiddler SiteTitle>>\n\n
Macro: ''timeline''\nSyntax: {{{<<timeline>>>}}}\n\nThis Macro displays the Timeline information from the Timeline Tab in the ~SideBar. //Note that any Plugins that affect the ~SideBar Timeline will also affect the display of this Macro.//\n!!!!!Entering this code...\n{{{<<timeline>>}}}\n!!!!!...produces this:\n<<timeline>>\n
Macro: ''today''\nSyntax: {{{<<today>>}}}\n\nThis macro displays today's date and time. You could place this Macro in the SiteSubtitle Tiddler to display the date and time TiddlyWiki's header, or you could put it in a Tasks Tiddler to give you the current date and time at a glance. (//Note that this macro does not auto-update. You need to refresh the Tiddler to see the latest date & time.//)\n!!!!!Entering this code...\n {{{<<today>>}}}\n!!!!!...produces this:\n<<today>>\n\nLike most macros, it can be embedded:\n\nThe current date and time is <<today>>.
Macro: ''version''\nSyntax: {{{<<version>>}}}\n\nThis Macro is used to display the TiddlyWiki's version number. This can be useful in troubleshooting. An example of this can be found near the bottom of the MainMenu.\n!!!!!Entering this code...\n {{{<<version>>}}}\n!!!!!...produces this:\n<<version>>\n\nLike most macros, it can be embedded:\n\nYou are using version <<version>> of TiddlyWiki.
/***\n|Name|''wikipedia''|h\n|Author|[[Frank Dellaert]]|\n|Version|1.01|\n|Description|A Plugin Macro to easily create a link to a [[Wikipedia|http://en.wikipedia.org]] entry.|\n|Source|http://www-static.cc.gatech.edu/~dellaert/dhtml/tiddly.html#WikipediaPlugin|\n***/\n/***\n!!!Example\n{{{<<wikipedia Bibtex>>}}}\n<<wikipedia Bibtex>>\n!!!Installation\nImport (or copy/paste) this tiddler into your document: and tag it with "systemConfig"\n!!!Code\n***/\n//{{{\nconfig.macros.wikipedia = {};\nconfig.macros.wikipedia.handler= function(place,macroName,params) {\n var key=params[0];\n wikify("[["+key+"|http://en.wikipedia.org/wiki/"+key+"]]",place)\n}\n//}}}\n