Plan for Drupal
Plan with what should be done for the site:
- Theme (@done, artisteer)
- Install WYSIWYG module for creating content (@done, wysiwyg + tinymce + patch + new content format)
- Install TLA (@done)
- Install google analytics (@done, google analytics)
- Redirect from alexatnet.com to www.alexatnet.com (@done, read Drupal's .htaccess)
- Cron jobs (@done, cron)
- Automatic backup (@done, backup and migrate + files, daily backups)
and crontab (fullsitebackup.sh):0 3 * * * cd /home/user; /home/user/fullsitebackup.sh \ && mv /home/user/sitebackup-`date +'\%m-\%d-\%Y'`.tgz /home/user/backups \ && mail -s "Alex@Net daily backup" -t user@email < fullsite.log && rm fullsite.log 0 4 * * * find /home/user/backups -mtime 10 -type f -exec rm '{}' + - bit.ly or some other short link for each node (@cancel)
- Module for sending notifications about new comments (@done, comment notify)
- Search friendly URLs (@done, Drupal's .htaccess and pathauto)
- Spam: Mollom and Spam modules (@done, spam and mollom)
- Enable comments (@done)
- OpenID Auth (@done)
- OpenID provider (@done, phpMyId)
- "Read more" is not necessary (@done, how to)
- Private messages to users (@done, privatemsg)
- Code highlighter: PHP, C#, XML, HTML, CSS (@done, syntaxhighlighter, #699968)
- Favicon (@done)
- Check why images are not cached (@done, a2enmod expires)
- Restore disabled feed when content is restored (@done)
- FeedBurner integration
Some info here: http://drupal.org/node/696116
UPD: 2010-01-30 - Finally done :-) Started updating content...


