Syndetics cover image
Image from Syndetics

The Wiki way : quick collaboration on the web / Bo Leuf and Ward Cunningham

By: Leuf, BoContributor(s): Cunningham, WardPublisher: Harlow : Addison-Wesley, 2001Description: xxiii, 435 p. ill. plans 24cm001: 8468ISBN: 020171499XSubject(s): Collaborative design | Web site design | Wikis (Computer science) | Community relationsDDC classification: 005.72 LEU
Holdings
Item type Current library Collection Call number Copy number Status Date due Barcode
Book MAIN LIBRARY Book PRINT 005.72 LEU (Browse shelf(Opens below)) 1 Available 065075

Enhanced descriptions from Syndetics:

Wiki discussion servers offer an exceptionally flexible, open source solution for a wide range of collaborative applications. Wiki offers simplicity, broad compatibility with current technologies and standards, and remarkably low cost. Now, there's a complete guide to deploying and managing Wiki servers, co-authored by Wiki's creator Ward Cunningham. The Wiki Way begins with an overview of discussion servers and their applications, and an introduction to Wiki's capabilities and components. The authors walk through installing Wiki, covering key Apache configuration and security issues; then introduce basic procedures for browsing, editing, content development, markup, and structuring Wiki content for diverse applications. The book also presents numerous case studies showcasing Wiki technology in action. An accompanying CD-ROM and companion web site at http://wiki.org/ provide the latest Wiki source code for multiple platforms.

Includes CD-ROM.

Includes index

Includes bibliographical references

Table of contents provided by Syndetics

  • Foreword (p. xiii)
  • Preface (p. xv)
  • Why This Book? (p. xv)
  • Why You Want to Read This (p. xvi)
  • Book Structure (p. xvii)
  • The Authors (p. xviii)
  • Contributors and Colleagues (p. xix)
  • Errata and Omissions (p. xx)
  • Contacting Us (p. xxii)
  • Read the Book, Use the Wiki! (p. xxiii)
  • Part I From Concepts to Using Wiki (p. 1)
  • Chapter 1 Introduction to Discussion and Collaboration Servers (p. 3)
  • In This Chapter (p. 3)
  • Collaboration and Discussion Tools (p. 4)
  • Collaboration Models (p. 4)
  • Who Uses Collaborative Discussion Servers? (p. 8)
  • Whatever For? (p. 9)
  • Features of a Web-Based Collaboration (p. 10)
  • On the Horizon: WebDAV (p. 11)
  • Comparing Wiki with Other Collaboration Tools (p. 12)
  • Chapter 2 What's a "Wiki"? (p. 13)
  • In This Chapter (p. 13)
  • The Wiki Concept (p. 14)
  • The Essence of Wiki (p. 15)
  • The User Experience (p. 17)
  • Usefulness Criteria (p. 21)
  • Wiki Basics (p. 22)
  • Wiki Clones (p. 24)
  • Wiki Implementations by Language (p. 24)
  • Other Wiki Offerings (p. 29)
  • Non-Wiki Servers (p. 29)
  • Wiki Application (p. 30)
  • Pros and Cons of a Wiki-Style Server (p. 30)
  • Why Consider Setting Up a Wiki? (p. 34)
  • Other Issues (p. 35)
  • Chapter 3 Installing Wiki (p. 37)
  • In This Chapter (p. 37)
  • QuickiWiki--Instant Serve (p. 38)
  • Installing Perl (p. 39)
  • Installing QuickiWiki (p. 42)
  • Multiple Instances (p. 45)
  • Wiki and Web Server (p. 46)
  • Wiki on IIS or PWS (p. 46)
  • The Apache Web Server (p. 48)
  • Installing Apache (p. 50)
  • Reconfiguring Apache (p. 55)
  • Testing Web Server Wiki (p. 63)
  • Wrapper Scripts (p. 64)
  • General Security Issues (p. 64)
  • Security and Database Integrity (p. 65)
  • Server Vulnerabilities (p. 65)
  • Addressing Wiki Vulnerabilities (p. 67)
  • Configuring Your Browser Client (p. 69)
  • Fonts, Size, and Layout (p. 69)
  • Chapter 4 Using Wiki (p. 73)
  • In This Chapter (p. 73)
  • Quicki Quick-Start (p. 74)
  • A Virtual Notebook (p. 75)
  • Making Wiki Notes, a Walkthrough (p. 80)
  • Wiki as PIM (p. 83)
  • A Working Example (p. 84)
  • The Content Model (p. 87)
  • Internal and External Hyperlink Models (p. 88)
  • Browsing Pages (p. 91)
  • Editing Pages (p. 96)
  • The Browser Editing Model (p. 96)
  • Building Wiki Content (p. 103)
  • Editing and Markup Conventions (p. 108)
  • Chapter 5 Structuring Wiki Content (p. 121)
  • In This Chapter (p. 121)
  • Wiki Structure (p. 122)
  • Structure Types (p. 122)
  • Only a Click Away (p. 124)
  • How Hard to Try (p. 126)
  • When to Impose Structure (p. 126)
  • When Not to Impose Structure (p. 128)
  • What Is the Purpose of the Wiki? (p. 130)
  • Structure Patterns (p. 131)
  • When to Spin Off New Wiki Servers (p. 135)
  • Part II Understanding the Hacks (p. 137)
  • Chapter 6 Customizing Your Wiki (p. 139)
  • In This Chapter (p. 140)
  • Hacking Your Wiki Source (p. 141)
  • Copyright and Open Source License Policy (p. 142)
  • Why Customize? (p. 143)
  • What to Customize (p. 143)
  • Chapter 7 Wiki Components Examined (p. 207)
  • In This Chapter (p. 208)
  • Dissecting QuickiWiki (p. 208)
  • QuickiWiki Component Model (p. 209)
  • Core QuickiWiki Modules (p. 210)
  • Server Component (p. 225)
  • Optional Extended Components (p. 229)
  • Analyzing Page Content (p. 229)
  • Managing User Access (p. 231)
  • Chapter 8 Alternatives and Extensions (p. 241)
  • In This Chapter (p. 241)
  • Parsing the Requests (p. 242)
  • Cluster Wiki Component Model (p. 242)
  • The Library Module (p. 246)
  • Special Features (p. 260)
  • Spell Checking (p. 260)
  • Uploading Files (p. 261)
  • A Standard Wiki? (p. 263)
  • Chapter 9 Wiki Administration and Tools (p. 265)
  • In This Chapter (p. 265)
  • Events History (p. 266)
  • Tracking Page Edits (p. 267)
  • Usage Statistics (p. 273)
  • Abuse Management (p. 275)
  • Access Management (p. 276)
  • Permissions Models (p. 277)
  • Adding Authentication and Authorization (p. 281)
  • Administering the Database (p. 283)
  • Page Conversions (p. 285)
  • Page Management (p. 289)
  • Backup Issues (p. 301)
  • Server Resources and Wiki Loading (p. 312)
  • Avoiding User Waits (p. 313)
  • Implementing Wiki Constraints (p. 314)
  • Debugging a Wiki (p. 314)
  • Programming Resources (p. 315)
  • Backups (p. 315)
  • Low-Tech Debugging (p. 315)
  • Higher-Level Debugging (p. 316)
  • Part III Imagine the Possibilities (p. 319)
  • Chapter 10 Insights and Other Voices (p. 321)
  • In This Chapter (p. 321)
  • Wiki Culture (p. 322)
  • Wiki as Open Community (p. 323)
  • Writing-Style Contention (p. 325)
  • Why Wiki Works (p. 327)
  • The Open-Edit Issue (p. 327)
  • When Wiki Doesn't Work (p. 330)
  • Public Wiki Issues (p. 331)
  • Wiki Style Guidelines (p. 332)
  • Notifying about Update (p. 335)
  • Design and Portability (p. 335)
  • Wiki Trade-Offs (p. 335)
  • Portability (p. 337)
  • The Future of Wiki (p. 341)
  • Chapter 11 Wiki Goes Edu (p. 343)
  • In This Chapter (p. 343)
  • CoWeb at Georgia Tech (p. 344)
  • Introduction to CoWeb (p. 345)
  • CoWeb Usage (p. 350)
  • Supported CoWeb User Roles (p. 352)
  • CoWeb Open-Authoring Projects (p. 357)
  • Overall Conclusions (p. 360)
  • Chapter 12 Wiki at Work (p. 363)
  • In This Chapter (p. 363)
  • Case Studies (p. 364)
  • WikiWikiWeb (p. 365)
  • New York Times Digital (p. 368)
  • TWiki at TakeFive (p. 374)
  • TWiki at Motorola (p. 376)
  • Kehei Wiki Case Studies (p. 380)
  • A Rotary Wiki (p. 384)
  • Wiki Workplace Essentials (p. 387)
  • Why a Workplace Wiki? (p. 388)
  • Planning the Wiki (p. 388)
  • Selection Stage (p. 389)
  • Implementation Stage (p. 390)
  • Day-to-Day Operations (p. 390)
  • Appendix A Syntax Comparisons (p. 393)
  • Hyperlink Anchors (p. 393)
  • Markup Conventions (p. 395)
  • Escaped Blocks (p. 401)
  • HTML Tag Inclusion (p. 403)
  • Other Syntax Extensions Seen (p. 403)
  • Appendix B Wiki Resources (p. 405)
  • Book Resources (p. 406)
  • Internet Resources (p. 407)
  • Appendix C List of Tips (p. 411)
  • Index (p. 417)

Excerpt provided by Syndetics

Why This Book? The idea for this book came from a couple of different directions. One was that I (Bo) had been getting more and more involved in collaborative efforts over the Internet. Another was that running and customizing a cluster of wiki servers for some time had given considerable material to use in a book. I closely followed developments in a number of areas concerning discussion and collaboration tools and saw that once wiki servers were adopted, enthusiasm for using them was invariably great. A wiki server is in many ways an ideal tool for collaborative idea exchange and writing--informal, quick, and accessible. It even turns out to be a very useful Internet-aware personal notebook. Best of all, with a suitable source, setting up your own wiki server is remarkably easy, whether for personal use or wider network collaboration. What seemed to be lacking for a broader acceptance was simply a more collected introduction to and analysis of both the tool and the culture that has grown up around it. The best thing to do, so it seemed, was to provide such a reference based on the material I had. The thought was to include a serving of sources and tools to get interested readers up and running with their own wiki servers. Therefore, I thought the matter over, put together a book proposal, and approached Ward Cunningham about licensing issues for his sources. Best to go to the source for the sources, I reasoned. I then learned that both he and publisher Addison-Wesley were keen to see a good book on the subject. Editor Mike Hendrickson at Addison-Wesley proved very supportive and approved the idea of a combined analysis and do-it-yourself tutorial. And given the nature of the subject, a deeper collaboration between Ward and me was the natural way to go about it. The result is here, and we hope that you find this volume a worthy and valuable reference as you explore the wiki way. Why You Want to Read This We hope you will read The Wiki Way with a mind open to exploring simple yet powerful tools that you can have complete control over. We would like you to think of wiki as "leverage-ware": a tool to amplify your associativity, connectivity, and community--not to forget creativity. Play with the concept and the bundled sources, and see where it takes you. This book targets primarily three distinct groups of readers, reflecting the predominant and potential uses of discussion and collaboration tools. Readers who can discover here a quick way to implement a hyperlinked style of personal notebook or information manager on their own system--one that can link both their own pages and external Internet or intranet resources at will. Call it a free-form personal information manager (PIM), which is "open source" and uses a nonproprietary file format. Industry professionals who need a collaborative tool or knowledge base server of this nature but lack both an overview and a how-to-implement guide in order to make informed decisions about what to deploy on the corporate intranet or public Web site. Researchers and students in academic settings who both study the design and implementation of collaborative tools and use them in their day-to-day submission and collaboration work. Wiki servers are already widely used to fill many roles, from simple discussion forums rather similar to the old BBS hubs, to collaborative tools and searchable information archives. A number are thinly disguised as a new breed of Internet presence providers, offering "instant" edit-and-serve Web hosting solutions. Hundreds of versions exist hidden from public view on corporate or academic intranets. They have been set up for such demanding tasks as tracking product development, customer or developer support, and paper submissions. As noted on at least one major site, the quantity of e-mail typical for a project can otherwise be overwhelming. The wiki concept combines the immediacy of direct editing and "most recent postings" with adaptable structure and timeless persistency, where even old entries can be commented, amended, and brought up to date. Typically, existing implementations were cobbled together by whoever found enough resources and hints on the Internet to set one up. The choice of wiki type has until now usually been determined by what is found first and happens to work. Tweaking tends to be haphazard. What is lacking in the field is a more formal resource that can give the presumptive administrator a collected and clearer idea of the options and theory, along with examples of how to adapt the wiki to the particular demands of the situation at hand. Well, we've tried to make this book that resource. Book Structure The Wiki Way is a combined exposition, tutorial, and manifesto. This single reference volume aims to provide you with historical background, the state of the art, and some of the vision. We seek to meld practical how-to tips with in-depth analysis, all in an easy-to-read informal and personal style--even entertaining, as our technical reviewers assured us. We bring you conceptual overviews, philosophical reflection, and contextual essays from professionals in the field. A tall order for a single book? Assuredly, but it was fun trying. We have chosen to organize the book into three parts, each catering to different needs and interests. There is some overlap, but we think you'll find that each part approaches the wiki concept from complementary directions, with a tone and depth appropriate to each. No matter what level of detail and involvement is desired, we wanted you the reader to always find something worthwhile to focus on. First comes Part I, From Concepts to Using Wiki , which guides you through the basic concepts concerning Web collaboration in general and wiki collaborative culture in particular, and then we show you how to quickly get your own wiki up and running. Later, practical chapters focus on the mechanics of using a wiki server and an overview of content structuring. Part II, Understanding the Hacks , gets to the technological core with extensive examinations into how a wiki server works. After a discussion about the structural aspects of a wiki database, we provide a systematic analysis of basic wiki functionality and show simple ways to customize your wiki. Although it may seem unusual to give the tweaks before the full code analysis, we find that this is a workable approach. Then follows a complete program analysis of the components in the base example script. This sets the scene for the following chapter, where we suggest a number of cool hacks, easily inserted in the example Perl script, to modify and extend wiki behavior beyond the basics for specified contexts. We end part 2 with a technical overview chapter aimed at the wiki administrator, which takes up issues and tools that deal with usage, security, server loads, backup, and revision control. Part III, Imagine the Possibilities , takes us into broader realms of usage, utility, pitfalls, and vision. We present anecdotal accounts and personal views from many sources to make this book much more than Yet Another Programming Book or Yet Another Application Manual . Material here comes both directly and indirectly from a host of professionals who develop or use wiki or wiki-like systems in their work. First, a chapter summarizes a chorus of views from wiki communities. Next, we share in some of the experiences gained from using wiki widely in academic settings. Finally, we provide some interesting case studies culled from the corporate world. A collection of appendixes supplements the main body of the book by providing extra levels of detail, along with collected references and resources that would otherwise have cluttered up the main text. To help you navigate what is undeniably a book filled with many facts and to complement the detailed table of contents, chapter summaries provide a quick overview of the main topics covered, and we trust that the publisher has crafted a decent index. Scattered throughout the text you will find the occasional highlighted and numbered "tip", a special insight or recommendation that might otherwise pass unremarked on casual reading. Errata and Omissions There are assuredly mistakes and errors of omission in this book; it's unavoidable, despite (or sometimes because of) the many edit passes, proofing, and the excellent efforts of editors and technical reviewers. Let this not cast any shadow on any of the many people who worked with and contributed to this book. Getting a book out is a complex process with numerous deadlines, and a finished book (any book) is neither "finished" nor perfect, just (hopefully) the best that could be done within the constraints at hand. We have, however, taken great care to get things right. For example, all code examples are taken from functional wikis. Functional for us, that is. We could not test every conceivable version and configuration a reader might run into, but we are confident that the sources will work on most, and we believe we have included enough information to allow the reader to work out any problems. Any code changes made along the way, no matter how "trivial", were verified on a working script. There are many ways to code solutions; ours are not the only or necessarily the "best" ones, and we willingly concede that these are "hacks". But on the other hand, we wanted the code to be understandable and easily modified by the reader, so the "best" or most "optimized" variant would probably have been wrong for that purpose in any case. In some cases we may have simplified things or made statements that someone, somewhere, will be able to point to and say, "Not so!" That may be; we could not verify everything, and sometimes the simple answer, correct in its place, was good enough for the focus at hand. The hardest mistakes to catch in this context are the things we "know", because some of these unquestioned truths can in fact be wrong, have changed since we learned them, or have more complex answers than the one we learned. Omissions are generally due to the fact that we had to draw the line somewhere in terms of scope and detail. Our technical reviewers, drawn from various professional fields, had helpful suggestions there that led to some useful extensions of the original coverage. Although we do discuss wiki clones and other collaborative tools and have extended this scope somewhat, the book's primary focus remains on Perl-based wiki and specifically on the "back to basics" approach that will let the reader customize from a common codebase. In-depth coverage of other wiki variations did not therefore seem to serve our main purpose, but we emphasize that cursory mention or even omission is not meant to be a value statement on the merits of any given alternative version. It's just that we feel that to be the subject of another book. The bottom line in any computer-related field is that attempts to make any definitive statement about such a rapidly moving target are doomed to failure. During the course of writing and likely in the interval between final submission and the book's being in your hand--not to mention between your first reading and your second--not only do our own sources continue to evolve as we discover and innovate new things, but even established packages like Perl, Apache, or Windows come in new and subtly different versions. The biggest headache is invariably to provide useful resource links--Web sites change or disappear, so forgive us if some resource mentioned can't be found by the time you read this. Your feedback, positive and negative, both directly to us and to the publisher, is always appreciated. Comments and factual corrections will be used to help improve future editions of the book and help point out where the writing may not be as clear as intended. Until then, this additional information will be compiled and published on our support Web site (wiki) and will complement the discussions we hope will appear there. Contacting Us Authors tend to get a lot of correspondence in connection with a published book. Please be patient if you write to us and do not get an immediate response--we have many professional commitments and will as a rule have the pressures of yet another book deadline to consider. We will, however, make a genuine effort in some way to acknowledge the mail that we receive and, time permitting, will later make a more personal reply when this is called for. Visit the collaborative open-source wiki set up at www.wiki.org , specifically as a support site for this book, where you can find updates and discussions about the book and using wiki. The main attraction of such a collaborative support Web site site is (we hope) the contacts you can form there with other readers of the book and other users of wiki. Collectively, the readers of such a site always have more answers and wisdom than just a couple of authors. Otherwise, the easiest way to reach the authors personally is by e-mail: bo@wiki.org and ward@wiki.org . But before writing with specific questions, first visit the Web site, where you can find much information about and further links to things wiki-ish and very likely the answer to most questions. While the natural assumption is that readers have Internet connectivity and can both visit Web sites and send e-mail, this is not always true. You may therefore also contact either of us through the publisher by ordinary surface mail (unless this becomes obsolete): Bo Leuf / Ward Cunningham c/o Addison-Wesley Editorial Department Pearson Technology Group 75 Arlington St., Suite 300 Boston, MA USA 02116 The main publisher Web site is at www.awl.com . You may contact the publisher directly as well; for example, to see information about other books published. Send an e-mail to info@awl.com , or use the Addison-Wesley surface mail address after the "c/o". Read the Book, Use the Wiki! Thank you for buying The Wiki Way . We really hope you enjoy reading this book as much as we enjoyed researching and writing it. The book provided a welcome professional excuse to take the time and effort to thoroughly plumb the depths of the existing codebase. It also prodded us to explore implementation variations that would otherwise have barely even remained an idea "for later study". Finally, it prodded us to more fully examine the concept of "wiki culture" and the "wiki way of doing things", which affects those who use this tool. This was an adventure in itself. Bo Leuf Ward Cunningham October 2000 020171499XP04062001 Excerpted from The Wiki Way: Collaboration and Sharing on the Internet by Bo Leuf, Ward Cunningham All rights reserved by the original copyright owners. Excerpts are provided for display purposes only and may not be reproduced, reprinted or distributed without the written permission of the publisher.

There are no comments on this title.

to post a comment.

Powered by Koha