Начать новую тему Ответить на тему
Статистика раздачи
Размер: 14.33 МБ | | Скачали: 0
Сидеров: 10  [0 байт/сек]    Личеров: 3  [0 байт/сек]
Пред. тема | След. тема 

Автор
Сообщение

Ответить с цитатой 

Building Online Communities with Drupal, phpBB, and WordPress

Год: 2006
Автор: Robert T.Douglass,Mike Little, and Jared W. Smith
Жанр: Практическое пособие
Издательство: Apress
Серия: Expert's Voice in Open Source
ISBN: 1-59059-562-9
Язык: Английский
Формат: PDF
Качество: Изначально компьютерное (eBook)
Количество страниц: 561

Описание: Building an online community can be a daunting task. Countless different applications are available for you to use as the foundation of your community. When I first envisioned this book, I saw that online communities were primarily based on three different types of applications: content management systems, bulletin boards, and blogs. I then found three open-source applications that fit into these categories that I believe are at the top of their class. Let’s take a closer look at each of the categories and the selected application.

A content management system, or CMS, is an application that can be used to deal with various methods of web publishing. A CMS can generally be customized by adding or removing specific features, so that the end result is only those features that you want for your community.

Features included with a CMS can include file management, photo galleries, private messaging, discussion forums, articles, polls, and much more. Many online newspapers, magazines, and other news sources use a CMS for their web presence. You’ve probably been a user of a CMS without even realizing it. An extremely popular web site built around a CMS is http://slashdot.org/. In the first portion of this book, Robert Douglass will teach you about the CMS named Drupal. You can find the official web site for Drupal at http://www.drupal.org/.

Bulletin boards, also known as forums, are a medium in which users can post messages and reply to those already posted. Bulletin boards are a great medium for creating a community where users interact to help each other out with a particular subject, or just to discuss common interests. Bulletin boards exist across the Internet, discussing everything from automobile repair to web hosting. Today’s bulletin boards allow you to have customizable user profiles, embed images in your posts, generate polls, and host private and public forums, just to name a few features. In the second section of the book, Jared Smith will cover everything you need to know to get started with the phpBB bulletin board package. You can find the official web site for the phpBB project at http://www.phpbb.com/.

Blogs have emerged in the last few years to become a very strong player in the online community arena. Blogs are generally sites that express a single person’s views about life, politics, a particular hobby, or anything in between. Companies have been hiring professional bloggers to do nothing but blog about things happening at their company and help generate a “buzz” around the company. The user interaction in blogs comes from comments, which users can leave on each blog post, and TrackBacks, which enable other blog owners to link their blog posts to yours. In the final section of the book, Mike Little will explain how to set up your own blog using WordPress. The official site for WordPress can be found at http://www.wordpress.org/.
About the Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi
About the Technical Reviewers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxiii
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxv
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxvii
PART 1 ■ ■ ■Drupal
■CHAPTER 1 Introducing Drupal. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
■CHAPTER 2 Configuring Drupal. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
■CHAPTER 3 Using the Drupal Core Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61
■CHAPTER 4 Adding Contributed Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97
■CHAPTER 5 Adding and Customizing Themes. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149
■CHAPTER 6 Maintaining Your Site . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185
PART 2 ■ ■ ■ phpBB
■CHAPTER 7 Introducing phpBB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 219
■CHAPTER 8 Installing and Configuring phpBB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 231
■CHAPTER 9 Touring phpBB’s Features. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267
■CHAPTER 10 Securing and Maintaining phpBB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 295
■CHAPTER 11 Modifying phpBB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 327
■CHAPTER 12 Styling phpBB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 347
PART 3 ■ ■ ■WordPress
■CHAPTER 13 Introducing WordPress. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 369
■CHAPTER 14 Installing and Configuring WordPress. . . . . . . . . . . . . . . . . . . . . . . . . . 379
■CHAPTER 15 Starting to Blog and Building Your Community . . . . . . . . . . . . . . . . . 401
■CHAPTER 16 Changing the Look of Your Blog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 433
■CHAPTER 17 Customizing Your Blog’s Layout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461
■CHAPTER 18 Maintaining Your Blog. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 489
■INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 507
Доп. информация:

Опубликовано группой
Правила, инструкции, FAQ!!!
Торрент   Скачать торрент Магнет ссылка
Скачать торрент
[ Размер 5.04 КБ / Просмотров 58 ]

Статус
Проверен 
 
Размер  14.33 МБ
Приватный: Нет (DHT включён)
.torrent скачан  0
Как залить торрент? | Как скачать Torrent? | Ошибка в торренте? Качайте магнет  


     Отправить личное сообщение
   
Страница 1 из 1
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему


Сейчас эту тему просматривают: нет зарегистрированных пользователей и гости: 1


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Перейти:  
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!