You are here
Plan for Drupal
Plan with what should be done for the site:
- Theme (@done, artisteer)
- Install WYSIWYG module for creating content (@done, wysiwyg + tinymce + new content format)
- 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, crontab fullsitebackup.sh - modifyed to support two databases):
0 3 * * * cd /home/[user]; /home/[user]/fullsitebackup.sh \ && mv /home/[user]/sitebackup-`date +'\%m-\%d-\%Y'`.tgz /home/[user]/backups \ && mail -s "Daily backup" [user@email] < fullsite.log && rm fullsite.log 0 4 * * * find /home/[user]/backups -mtime 10 -type f -exec rm '{}' + - Module for sending notifications about new comments (@done, comment notify, fix)
- 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 - D6, D7)
- Code highlighter: PHP, C#, XML, HTML, CSS (@done, syntaxhighlighter, #699968)
shCore.css: /* line-height: 1.1em !important; */ line-height: 1.2em !important; /* overflow: visible !important; */ overflow: hidden !important;
- Favicon (@done)
- Check why images are not cached (@done, a2enmod expires)
- Restore disabled feed when content is restored (@done)
- Create ru.alexatnet.com (@done)
- FeedBurner integration (@done, how to)
- Register site in Google Webmaster Tools (@done)
- Add to php.ini the "apc.rfc1867 = 1" line to enable APC upload progress. (@done)
Some info here: http://drupal.org/node/696116
UPD: 2010-01-30 - Finally done :-) Started updating content...
Please note that all comments that look like "Thank you! This is exactly what I've looked for! You are THE GREAT! My site with flash games" will be immediately deleted without any compunction and your IP will be reported to mollom and added to the spamlists. Thank you for understanding.



Add new comment