Skip to content

Commit

Permalink
don't need to keep website assets in this project anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Choi committed Feb 22, 2011
1 parent 3552218 commit c2d6edd
Show file tree
Hide file tree
Showing 35 changed files with 17 additions and 6,380 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -2,6 +2,8 @@

vmail is a Vim interface to Gmail.

[screenshots]

Why vmail? Because some people are 1000 times more productive and happy in [Vim][vim]
than in any web browser or GUI program.

Expand Down
28 changes: 15 additions & 13 deletions Rakefile
Expand Up @@ -25,25 +25,27 @@ end


desc "build and push website"
task :web do
require 'vmail/version'
version = Vmail::VERSION
Dir.chdir("website") do
puts "updating website"
puts `./run.sh #{version}`
task :web => :build_webpage do
puts "Building and pushing website"
Dir.chdir "../project-webpages" do
`scp out/vmail.html zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
`rsync -avz out/images-vmail zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
`rsync -avz out/stylesheets zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
`rsync -avz out/lightbox2 zoe2@instantwatcher.com:~/danielchoi.com/public/software/`
end
`open http://danielchoi.com/software/vmail.html`
end

desc "build website locally"
task :weblocal do
require 'vmail/version'
version = Vmail::VERSION
Dir.chdir("website") do
`ruby gen.rb #{version} > vmail.html`
`open vmail.html`
desc "build webpage"
task :build_webpage do
`cp README.markdown ../project-webpages/src/vmail.README.markdown`
Dir.chdir "../project-webpages" do
puts `ruby gen.rb vmail #{Vmail::VERSION}`
#`open out/vmail.html`
end
end


desc "git push and rake release bumped version"
task :bumped do
puts `git push && rake release`
Expand Down
1 change: 0 additions & 1 deletion website/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions website/bottom.markdown

This file was deleted.

27 changes: 0 additions & 27 deletions website/gen.rb

This file was deleted.

Binary file removed website/images-vmail/1-small.png
Binary file not shown.
Binary file removed website/images-vmail/1.png
Binary file not shown.
Binary file removed website/images-vmail/attach-small.png
Binary file not shown.
Binary file removed website/images-vmail/attach.png
Binary file not shown.
Binary file removed website/images-vmail/autocomplete-small.png
Binary file not shown.
Binary file removed website/images-vmail/autocomplete.png
Binary file not shown.
27 changes: 0 additions & 27 deletions website/lightbox2/css/lightbox.css

This file was deleted.

Binary file removed website/lightbox2/images/bullet.gif
Binary file not shown.
Binary file removed website/lightbox2/images/close.gif
Binary file not shown.
Binary file removed website/lightbox2/images/closelabel.gif
Binary file not shown.
Binary file removed website/lightbox2/images/donate-button.gif
Binary file not shown.
Binary file removed website/lightbox2/images/download-icon.gif
Binary file not shown.
Binary file removed website/lightbox2/images/image-1.jpg
Binary file not shown.
Binary file removed website/lightbox2/images/loading.gif
Binary file not shown.
Binary file removed website/lightbox2/images/nextlabel.gif
Binary file not shown.
Binary file removed website/lightbox2/images/prevlabel.gif
Binary file not shown.
Binary file removed website/lightbox2/images/thumb-1.jpg
Binary file not shown.
63 changes: 0 additions & 63 deletions website/lightbox2/index.html

This file was deleted.

136 changes: 0 additions & 136 deletions website/lightbox2/js/builder.js

This file was deleted.

0 comments on commit c2d6edd

Please sign in to comment.