You are here

Home

Plan for Drupal

Plan with what should be done for the site:

  1. Theme (@done, artisteer)
  2. Install WYSIWYG module for creating content (@done, wysiwyg + tinymce + new content format)
  3. Install google analytics (@done, google analytics)
  4. Redirect from alexatnet.com to www.alexatnet.com (@done, read Drupal's .htaccess)
  5. Cron jobs (@done, cron)
  6. 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 '{}' +
  7. Module for sending notifications about new comments (@done, comment notify, fix)
  8. Search friendly URLs (@done, Drupal's .htaccess and pathauto)
  9. Spam: Mollom and Spam modules (@done, spam and mollom)
  10. Enable comments (@done)
  11. OpenID Auth (@done)
  12. OpenID provider (@done, phpMyId)
  13. "Read more" is not necessary (@done, how to - D6, D7)
  14. 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;
    
  15. Favicon (@done)
  16. Check why images are not cached (@done, a2enmod expires)
  17. Restore disabled feed when content is restored (@done)
  18. Create ru.alexatnet.com (@done)
  19. FeedBurner integration (@done, how to)
  20. Register site in Google Webmaster Tools (@done)
  21. 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...

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre>
  • Syntax highlight code surrounded by the {syntaxhighlighter SPEC}...{/syntaxhighlighter} tags, where SPEC is a Syntaxhighlighter options string or class="OPTIONS" [title="the title"].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

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.

LinkedIn profile
I’m Alex Netkachov and I welcome you on my site, which is my technical playground and web log.