Вопрос по книге Drupal

Главные вкладки

Аватар пользователя jedidev jedidev 12 июня 2015 в 16:47

День добрый. Возникла потребность в изучении Drupal. Остановиться пришлось в самом начале. Понравилась по содержанию книга Using Drupal (Drupal: создание и управление сайтом ) от издательства O`reilly, но на русском смог найти только первое издание, где все примеры с использованием Drupal 6, разработка планируется на 7-й версии. Собственно вопросов два, есть ли русская версия второго издания данной книги, с примерами для 7-й версии, не смог на просторах интернета найти её или же если такой нет, то насколько сложно будет читая книгу с примерами для 6-й версии, делать примеры в 7-й. Спасибо

Комментарии

Аватар пользователя multpix multpix 12 июня 2015 в 18:50

а я возьму смелость посоветовать найти и ознакомится с "5 SECRETS TO BECOMING A DRUPAL 7 NINJA"
это енгл, но на рус такого нет.

в довесок, и только в довесок следующее:


Аватар пользователя multpix multpix 12 июня 2015 в 20:24

"ХулиGUN" wrote:

они хороши для старта,
а как начнешь код читать - так вроде уже и не нужны,
но службу свою сослужили)))

а вот первая - это хит!
готов был всплакнуть над ней на тему "гдеж ты раньше была",
не панацея - но весьма полезно,
прошу оценить оглавление:


Let’s get this party started
Why write an Ebook and What to Expect?
Who is this for?
What is a Drupal Ninja?
Secret 1: Code Editing... What you see is not what you get
Komodo Edit Features I could not live without
Syntax Highlighting for any language I would ever need
Nice indenting that match the Drupal development best practices
Code Completion for Drupal
Code Snippets
Remote File Editing
Other nice features
What are some other Code Editors to look into?
Minimalist
Code Editors
IDE’s
Any others?
Why You Shouldn’t Dismiss this Secret
Secret 2: Drush... Command line Kung Fu
Getting Started By Installing Drush
Downloading Drupal with Drush
Downloading and installing New Drupal Modules
Disabling a Drupal Module/Theme
Listing Drupal Modules and Themes using Drush
Uninstalling a Drupal Module
Running Cron on your Drupal website
Clearing your Drupal cache
Backing up your Drupal website
Restoring your Drupal website from a backup
Updating Drupal Core and Contributed Modules/Themes
Countless Other Awesome Features
Why You Shouldn’t Dismiss this Secret
Secret 3: Version Control (with Git)... Never lose your code or your mind again
Choosing the Right Service to Host Your Git Repository
Getting Started with Git
Git Configuration
Creating Your First Git Repository
Viewing Your Project Status
Adding Files to your Repository
Committing Your Changes
Viewing Your Commit History
Viewing What Has Changed
Undoing Changes
An Introduction to Git Branches
Creating a Git Branch
Checking out your Git Branch
Making changes on your new branch
Merging a Git Branch
Fixing a Conflict
Pushing your Repository to Github
Learning about Git remotes
Pushing your Repository to Bitbucket
Cloning an Existing Git Repository
The .gitignore file
Bringing It All Together... With Drupal
Why You Shouldn’t Dismiss this Secret
Secret 4: Development Process and Hosting... Don’t you dare touch production
Why you should define your development process
What does a typical development process look like
Define your release process
Choosing how to host your Drupal website
Pantheon
Acquia Cloud
Custom VPS Solutions
Aegir
Shared hosting
Which one is right for me?
Why You Shouldn’t Dismiss this Secret
Secret 5: Features Module... Get your site configuration in order
What is a Drupal Features Module
How Features fits into your development process
Getting Started with Features
Creating Your First Drupal Features Module
Making Changes to your Drupal Feature Module
Using Features to Migrate Changes between Drupal Websites
What the Features Module is actually doing and how it works
Why You Shouldn’t Dismiss this Secret
Wrap Up
In Closing