repo
string
commit
string
message
string
diff
string
onyxfish/nostaples
1b105b8f638b102a05ff003b89d853cf8861fd16
Added more detail to exception messages.
diff --git a/sane/saneme.py b/sane/saneme.py index ad347c4..2a7e379 100644 --- a/sane/saneme.py +++ b/sane/saneme.py @@ -1,939 +1,963 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
5ce32d8a8087dccf569219c5c3afe838e9e6d936
Removing debug code that was accidentally committed.
diff --git a/gui/preferences_dialog.glade b/gui/preferences_dialog.glade index 81845ba..f2a945b 100644 --- a/gui/preferences_dialog.glade +++ b/gui/preferences_dialog.glade @@ -1,283 +1,283 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with ...
onyxfish/nostaples
87f055da70a44f888fb6becb6376787755853634
Modified SaneError to include the malfunctioning device as an attribute.
diff --git a/sane/errors.py b/sane/errors.py index 029a9b2..1cb1380 100644 --- a/sane/errors.py +++ b/sane/errors.py @@ -1,144 +1,146 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
6cd67b802d07021c0d88ed53a1d8504c095f4d38
Implemented multiple new preferences.
diff --git a/constants.py b/constants.py index 2ebc999..3af88b6 100644 --- a/constants.py +++ b/constants.py @@ -1,98 +1,101 @@ #!/usr/bin/python #~ This file is part of NoStaples. #~ NoStaples is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as pub...
onyxfish/nostaples
99c25be4b18a3098971e6ca4880db71c5795ef52
Extracted generic versions of property setters and state callbacks into utility classes.
diff --git a/constants.py b/constants.py index 1432a0e..2ebc999 100644 --- a/constants.py +++ b/constants.py @@ -1,97 +1,98 @@ #!/usr/bin/python #~ This file is part of NoStaples. #~ NoStaples is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as publ...
onyxfish/nostaples
5439d663247cfa2bad5858460cad2a8140bdd580
Fixed crash when launching About dialog.
diff --git a/controllers/main.py b/controllers/main.py index 9c158fd..78138ca 100644 --- a/controllers/main.py +++ b/controllers/main.py @@ -86,703 +86,703 @@ class MainController(Controller): """Exits the application.""" self.quit() def on_scan_menu_item_activate(self, menu_item): ...
onyxfish/nostaples
3f5025af8117734266c1fc0eb9d16d61292719a4
Fixed thread exception handling so that tracebacks are passed back to the main thread for handling.
diff --git a/controllers/main.py b/controllers/main.py index a74cf8e..9c158fd 100644 --- a/controllers/main.py +++ b/controllers/main.py @@ -22,767 +22,767 @@ between the L{MainModel} and L{MainView}. import commands import logging import os import re import threading import gobject import gtk from gtkmvc.c...
onyxfish/nostaples
454b3365531dee965f3f8a90da1186eb36ede9a0
Reimplemented SaneDeviceInval exception.
diff --git a/sane/errors.py b/sane/errors.py index 3fbf365..029a9b2 100644 --- a/sane/errors.py +++ b/sane/errors.py @@ -1,135 +1,144 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
065f2131ba745e8de1d6dc8c324a1d53308da097
Overhauled the way exceptions are handled across threads.
diff --git a/application.py b/application.py index 8c871f8..699b616 100644 --- a/application.py +++ b/application.py @@ -1,335 +1,334 @@ #!/usr/bin/python #~ This file is part of NoStaples. #~ NoStaples is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public Licen...
onyxfish/nostaples
b437ca1e25aab0ef9b38e4de5fdba7d447d91343
Revised assertion syntax so that all exceptions have messages.
diff --git a/sane/saneme.py b/sane/saneme.py index 9dea61d..637d091 100644 --- a/sane/saneme.py +++ b/sane/saneme.py @@ -1,891 +1,933 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
f5e04baa3b3cef46d7e496207232918385b10ba1
Overhauled the way exceptions are handled across threads.
diff --git a/application.py b/application.py index 8c871f8..699b616 100644 --- a/application.py +++ b/application.py @@ -1,335 +1,334 @@ #!/usr/bin/python #~ This file is part of NoStaples. #~ NoStaples is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public Licen...
onyxfish/nostaples
3827069035602f06a7cbc3b32beb054a94f54f3c
Cleanup prior to merge into mainline and 0.3 release.
diff --git a/gui/document_view.glade b/gui/document_view.glade index ac86d61..9fcecb0 100644 --- a/gui/document_view.glade +++ b/gui/document_view.glade @@ -1,204 +1,204 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.5 on Sat ...
onyxfish/nostaples
ee8435daa637c229f471b82342c5770d10b3c3bf
Code review prior to 0.1 release.
diff --git a/sane/errors.py b/sane/errors.py index dda046d..3fbf365 100644 --- a/sane/errors.py +++ b/sane/errors.py @@ -1,137 +1,135 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
ab6e75eb9e0a17bdfcce2a141f195b74c4b6b133
Additional integration fixes.
diff --git a/sane/saneme.py b/sane/saneme.py index 5c3f9bc..9634c6d 100644 --- a/sane/saneme.py +++ b/sane/saneme.py @@ -1,896 +1,873 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
338c4b8814058770597ba2ce50a6a20c636585c5
Corrected scan buffer size.
diff --git a/sane/saneme.py b/sane/saneme.py index e6bdfeb..5c3f9bc 100644 --- a/sane/saneme.py +++ b/sane/saneme.py @@ -1,892 +1,896 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
2e158f90d5d8c01fb8c7c322e0729720c9be0128
Changes made to ease integration into NoStaples.
diff --git a/sane/__init__.py b/sane/__init__.py index 60baab2..968d8b1 100644 --- a/sane/__init__.py +++ b/sane/__init__.py @@ -1,2 +1,3 @@ # Allow importing this entire package as a single object -from saneme import * \ No newline at end of file +from saneme import * +from errors import * \ No newline at end of file...
onyxfish/nostaples
882cfd61ab7c8f974f7bd7ce5c129d7d2cd3c568
Fixed setup and teardown functions to be properly automatic (using __init__ and atexit).
diff --git a/sane/saneme.py b/sane/saneme.py index 503eda3..0d77db0 100644 --- a/sane/saneme.py +++ b/sane/saneme.py @@ -1,859 +1,850 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
51a303af48c26bf13c93ee5acf7b64785f9e63f8
Made it possible to import entire package with a single statement.
diff --git a/sane/__init__.py b/sane/__init__.py index e69de29..60baab2 100644 --- a/sane/__init__.py +++ b/sane/__init__.py @@ -0,0 +1,2 @@ +# Allow importing this entire package as a single object +from saneme import * \ No newline at end of file
onyxfish/nostaples
e79354954571f95192fc02e75965013f41dd453c
Added license, readme, utils, and setup.py.
diff --git a/sane/COPYING b/sane/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/sane/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is pe...
onyxfish/nostaples
b4dbe646cdfc8b56071ba58cca3a8166ea4d8d40
Lots of debugging, lots of error-checking, etc.
diff --git a/sane/errors.py b/sane/errors.py index bfbf3a1..0fdef8b 100644 --- a/sane/errors.py +++ b/sane/errors.py @@ -1,130 +1,130 @@ #!/usr/bin/python #~ This file is part of SaneMe. #~ SaneMe is free software: you can redistribute it and/or modify #~ it under the terms of the GNU General Public License as ...
onyxfish/nostaples
2a59a4d0c496bbf7bbb4c948b666debb9089ca85
Renamed to SaneMe (Scanner Access Now Even More Easy).
diff --git a/sane/__init__.py b/sane/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/sane/errors.py b/sane/errors.py new file mode 100644 index 0000000..bfbf3a1 --- /dev/null +++ b/sane/errors.py @@ -0,0 +1,130 @@ +#!/usr/bin/python + +#~ This file is part of SaneMe. + +#~ SaneMe is free software: ...
dalloliogm/N-glycan-symbols-for-Dia
67739c00a7a62390ff518d613b9e4cdd6aebcd69
templates for the symbols
diff --git a/template.dia b/template.dia new file mode 100644 index 0000000..2924016 Binary files /dev/null and b/template.dia differ diff --git a/template.dia.autosave b/template.dia.autosave new file mode 100644 index 0000000..0b62bbc Binary files /dev/null and b/template.dia.autosave differ diff --git a/template.dia...
dalloliogm/N-glycan-symbols-for-Dia
fc6004c48edf22a506993bca0f445d3cf76b6971
included 60% of the symbols
diff --git a/Fuc.png b/Fuc.png new file mode 100644 index 0000000..732025a Binary files /dev/null and b/Fuc.png differ diff --git a/Fuc.shape b/Fuc.shape new file mode 100644 index 0000000..93321b1 --- /dev/null +++ b/Fuc.shape @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<shape xmlns="http://www.daa.com.a...
andreas/studyplanner
1013a03e98839514729e66efb9cb1e556ff38b49
Added config folder.
diff --git a/config/.svn/entries b/config/.svn/entries new file mode 100755 index 0000000..cbb211c --- /dev/null +++ b/config/.svn/entries @@ -0,0 +1,79 @@ +8 + +dir +2 +svn+ssh://andreas%25garnaes.dk@garnaes.dk/home/16742/users/andreas%25garnaes.dk/svn/studyplanner/trunk/config +svn+ssh://andreas%25garnaes.dk@garnaes....
robrix/hammerc
47a14ee68dc9d3e039a41501aacfded310b5a6b5
Moved some functionality into the compiler visitor.
diff --git a/Classes/HammerRuleCompiler.h b/Classes/HammerRuleCompiler.h index 25a7c95..72eb3bc 100644 --- a/Classes/HammerRuleCompiler.h +++ b/Classes/HammerRuleCompiler.h @@ -1,32 +1,28 @@ // HammerRuleCompiler.h // Created by Rob Rix on 2009-12-06 // Copyright 2009 Monochrome Industries #import <Foundation/Fou...
robrix/hammerc
eeb273847919978b771bebe0896ac416bb8c03b9
HammerCompiledRule wasn’t keeping a strong reference to its source rule, and wasn’t importing RXObject’s fields.
diff --git a/Classes/HammerCompiledRule.m b/Classes/HammerCompiledRule.m index 263940f..26ff43a 100644 --- a/Classes/HammerCompiledRule.m +++ b/Classes/HammerCompiledRule.m @@ -1,78 +1,80 @@ // HammerCompiledRule.m // Created by Rob Rix on 2009-12-23 // Copyright 2009 Monochrome Industries #import "HammerCompiled...
robrix/hammerc
fe2014ab9066dcc67b2acfbd5512b5292d7e207d
Removed references to tests removed from Hammer.
diff --git a/hammerc.xcodeproj/project.pbxproj b/hammerc.xcodeproj/project.pbxproj index 03ac387..a52fed2 100644 --- a/hammerc.xcodeproj/project.pbxproj +++ b/hammerc.xcodeproj/project.pbxproj @@ -1,970 +1,962 @@ // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 45; objects = { /* Begin ...
robrix/hammerc
d0c6e8df3df0241e68cbd78b1954dcd18f965ceb
Character rules were not being compiled correctly.
diff --git a/Classes/HammerRuleCompiler.m b/Classes/HammerRuleCompiler.m index c8af658..72e6b9a 100644 --- a/Classes/HammerRuleCompiler.m +++ b/Classes/HammerRuleCompiler.m @@ -1,285 +1,287 @@ // HammerRuleCompiler.m // Created by Rob Rix on 2009-12-06 // Copyright 2009 Monochrome Industries #import "HammerBlockR...
robrix/hammerc
a5fbbe146ed36048b8848aa01b0bcdf7a9da2616
Compilation now succeeds! Now if only it wouldn’t crash on the first test.
diff --git a/Classes/HammerBlockRuleVisitor.h b/Classes/HammerBlockRuleVisitor.h new file mode 100644 index 0000000..84033b1 --- /dev/null +++ b/Classes/HammerBlockRuleVisitor.h @@ -0,0 +1,21 @@ +// HammerBlockRuleVisitor.h +// Created by Rob Rix on 2010-06-14 +// Copyright 2010 Monochrome Industries + +#import <Founda...
robrix/hammerc
47521f6d0d6ca7723d592c45737c7778e591c061
Compilation for HammerCompiledAlternationRuleTests now works up until it attempts to load the literal rule’s sequence.
diff --git a/Categories/ARXModule+RuntimeTypeEncodings.h b/Categories/ARXModule+RuntimeTypeEncodings.h new file mode 100644 index 0000000..df2f2f2 --- /dev/null +++ b/Categories/ARXModule+RuntimeTypeEncodings.h @@ -0,0 +1,13 @@ +// ARXModule+RuntimeTypeEncodings.h +// Created by Rob Rix on 2010-05-30 +// Copyright 2010...
robrix/hammerc
627520da3a3d158a862dfa9482c6bd2d0c946323
Added a README since github was kind enough to remind me.
diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..8b5979f --- /dev/null +++ b/README.mdown @@ -0,0 +1,5 @@ +#hammerc + +A compiler for [Hammer](http://github.com/robrix/Hammer) using [Auspicion](http://github.com/robrix/Auspicion) for most of the heavy lifting. + +Not yet working as such, but...
robrix/hammerc
f725bbcb139e341c01ab48f336fec3606a07a94c
Implemented parsing of ObjC types into LLVM types.
diff --git a/Categories/LLVMModule+RuntimeTypeEncodings.h b/Categories/LLVMModule+RuntimeTypeEncodings.h index c6d289e..24aecc7 100644 --- a/Categories/LLVMModule+RuntimeTypeEncodings.h +++ b/Categories/LLVMModule+RuntimeTypeEncodings.h @@ -1,13 +1,13 @@ // LLVMModule+RuntimeTypeEncodings.h // Created by Rob Rix on 2...
robrix/hammerc
26396b7422f04306705a2f5724b52e8da4ff4a59
Fixed compilation errors due to Hammer updates.
diff --git a/Categories/LLVMModule+RuntimeTypeEncodings.h b/Categories/LLVMModule+RuntimeTypeEncodings.h new file mode 100644 index 0000000..c6d289e --- /dev/null +++ b/Categories/LLVMModule+RuntimeTypeEncodings.h @@ -0,0 +1,13 @@ +// LLVMModule+RuntimeTypeEncodings.h +// Created by Rob Rix on 2010-05-30 +// Copyright ...
kenfodder/frog
cb97dc520e874937652ba14cf133f15a1afb7b11
bug fix for frog init - thanks ferry
diff --git a/lib/schema.rb b/lib/schema.rb index b60b9fe..8680241 100644 --- a/lib/schema.rb +++ b/lib/schema.rb @@ -1,23 +1,25 @@ +require 'active_record' + class Schema < ActiveRecord::Migration def self.up create_table :blogs do |t| t.string :title t.timestamps end unless ActiveRecord::...
kenfodder/frog
24e472ee787427304e31c41918e28423ea909970
tidied up the login page
diff --git a/public/style.css b/public/style.css index 9a7106a..68b753f 100644 --- a/public/style.css +++ b/public/style.css @@ -1,45 +1,46 @@ body {font-family: verdana;} code {font-family:"Bitstream Vera Sans Mono","Monaco","Courier",monospace;} textarea {width:100%; height:300px; border:1px solid #888888; paddi...
kenfodder/frog
6dec8c36b9f79cfaa63918d222ec751c509e61da
better looking input fields
diff --git a/public/style.css b/public/style.css index 284c88b..9a7106a 100644 --- a/public/style.css +++ b/public/style.css @@ -1,44 +1,45 @@ body {font-family: verdana;} code {font-family:"Bitstream Vera Sans Mono","Monaco","Courier",monospace;} textarea {width:100%; height:300px; border:1px solid #888888; paddi...
kenfodder/frog
2cefef6187eed50ccfe51d786f8d577ecb618423
Tidied up the entry form, removed jquery for now
diff --git a/public/jquery-1.2.6.min.js b/public/jquery-1.2.6.min.js deleted file mode 100644 index 82b98e1..0000000 --- a/public/jquery-1.2.6.min.js +++ /dev/null @@ -1,32 +0,0 @@ -/* - * jQuery 1.2.6 - New Wave Javascript - * - * Copyright (c) 2008 John Resig (jquery.com) - * Dual licensed under the MIT (MIT-LICENSE....
kenfodder/frog
824752cde3688de541f03952b1565ec7d966039a
Wired up update and destroy actions on admin
diff --git a/frog.rb b/frog.rb index f1ce8c0..2116366 100755 --- a/frog.rb +++ b/frog.rb @@ -1,85 +1,102 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } configure do set_option :sessions, true end before do if request.path_info =~ /admin/ and !logged_...
kenfodder/frog
81cf9340f15cc89da1baf3bb68c17d23681a554e
Bit of tidy up and commenting
diff --git a/frog.rb b/frog.rb index ae310c2..f1ce8c0 100755 --- a/frog.rb +++ b/frog.rb @@ -1,78 +1,85 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } configure do set_option :sessions, true end before do if request.path_info =~ /admin/ and !logged_i...
kenfodder/frog
41cb9dcddfb198726924c50ffe281efd7554c72e
fixed the date layout
diff --git a/Rakefile b/Rakefile index a95d018..51b2574 100644 --- a/Rakefile +++ b/Rakefile @@ -1,30 +1,38 @@ Dir["lib/*.rb"].each { |x| load x } task :default do puts 'rake frog:init to get started' puts 'rake frog:reset to reload the db schema (loses all data!)' end namespace :frog d...
kenfodder/frog
c745806593e8bf4174973319785e68010458881f
added style
diff --git a/frog.rb b/frog.rb index 6098c1d..ae310c2 100755 --- a/frog.rb +++ b/frog.rb @@ -1,77 +1,78 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } configure do set_option :sessions, true end before do if request.path_info =~ /admin/ and !logged_i...
kenfodder/frog
caabad86fa5aadcd2461ea6b9a1691dc6cc42f74
added page title for entry
diff --git a/Rakefile b/Rakefile index d6764b2..a95d018 100644 --- a/Rakefile +++ b/Rakefile @@ -1,30 +1,30 @@ Dir["lib/*.rb"].each { |x| load x } task :default do puts 'rake frog:init to get started' - puts 'rake frog:reset to reload the db schema' + puts 'rake frog:reset to reload...
kenfodder/frog
8a84fe32b6f2edc8ae63ef21effc70a3fb31dfe0
added footer, more syntax styling, added first entry
diff --git a/Rakefile b/Rakefile index a3481ad..d6764b2 100644 --- a/Rakefile +++ b/Rakefile @@ -1,24 +1,30 @@ Dir["lib/*.rb"].each { |x| load x } task :default do puts 'rake frog:init to get started' puts 'rake frog:reset to reload the db schema' end namespace :frog do task :db_...
kenfodder/frog
c70d156a1982220fbb02b803fd57838780f74beb
bug fixes
diff --git a/frog.rb b/frog.rb index 11580c0..6098c1d 100755 --- a/frog.rb +++ b/frog.rb @@ -1,77 +1,77 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } configure do set_option :sessions, true end before do if request.path_info =~ /admin/ and !logged_i...
kenfodder/frog
ebc08b2f3d2f8c861ebc64b966ee4c8773a83584
more info in the readme
diff --git a/README.textile b/README.textile index 2f9d524..92dda2e 100644 --- a/README.textile +++ b/README.textile @@ -1,3 +1,21 @@ h1. Frog Frog will be a full-featured blog application written using the sinatra web framework. It's still in early development. + +h2. Installing and Running + +* gem install sinat...
kenfodder/frog
a5222a8290377c6669505b979c17aee684ee7487
added a readme
diff --git a/README.textile b/README.textile new file mode 100644 index 0000000..2f9d524 --- /dev/null +++ b/README.textile @@ -0,0 +1,3 @@ +h1. Frog + +Frog will be a full-featured blog application written using the sinatra web framework. It's still in early development.
kenfodder/frog
ae120e583797bcd85ae9871f4db7c16f33e7d8d2
fixed the bookmark tool and added some notes to the admin page
diff --git a/frog.rb b/frog.rb index 50d1b9f..11580c0 100755 --- a/frog.rb +++ b/frog.rb @@ -1,77 +1,77 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } configure do set_option :sessions, true end before do if request.path_info =~ /admin/ and !logged_i...
kenfodder/frog
d7f5a922ad8f291bc7643885766607224f0bdd39
Fixed the syntax highlighting Created an admin area
diff --git a/frog.rb b/frog.rb index a926009..50d1b9f 100755 --- a/frog.rb +++ b/frog.rb @@ -1,33 +1,77 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } +configure do + set_option :sessions, true +end + before do + if request.path_info =~ /admin/ and !logged_i...
kenfodder/frog
9dd9fea343c7c8ab847ec0bc4d67ce550462f56e
added syntax highlighting
diff --git a/frog.rb b/frog.rb index 724a880..a926009 100755 --- a/frog.rb +++ b/frog.rb @@ -1,33 +1,33 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } before do @blog = Blog.find(:first) end get '/' do @entries = @blog.entries erb :blog end ge...
kenfodder/frog
0e08200d8998ca3fb90d4a5a3aa5008d0f2fdbed
added some style info
diff --git a/public/style.css b/public/style.css index ca683e1..56e0f4b 100644 --- a/public/style.css +++ b/public/style.css @@ -1 +1,3 @@ -* {font-family:verdana;} \ No newline at end of file +* {font-family:verdana;} + +#nav {margin-bottom:15px;} \ No newline at end of file diff --git a/views/layout.erb b/views/layou...
kenfodder/frog
210457a77d320c88a51a02c3a3c1d232dbaf9d3e
now valid xhtml transitional
diff --git a/views/layout.erb b/views/layout.erb index 3fb7e4d..054392e 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -1,17 +1,22 @@ -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999...
kenfodder/frog
9783d9932ec44b720065204f6d193f68ebe09820
added jquery and a html layout
diff --git a/frog.rb b/frog.rb index cfb4228..724a880 100755 --- a/frog.rb +++ b/frog.rb @@ -1,33 +1,33 @@ #!/usr/bin/env ruby require 'rubygems' require 'sinatra' Dir["lib/*.rb"].each { |x| load x } before do @blog = Blog.find(:first) end get '/' do @entries = @blog.entries erb :blog end ge...
kenfodder/frog
c0073bb5c816aa40efe6381001f1ae67316d7354
Initial blog stucture and simple models
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bb567f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +lib/frog.db diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..a3481ad --- /dev/null +++ b/Rakefile @@ -0,0 +1,24 @@ +Dir["lib/*.rb"].each { |x| load x } + +task :default do +...
marcoshack/marcoshack.github.io
a32a60742bcdf58f2ab2e237e3b199f33718b10a
add github-pages supported plugins
diff --git a/Gemfile b/Gemfile index 202d61a..3f6314a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,6 @@ source "https://rubygems.org" gem 'github-pages' -gem 'jekyll-assets' +gem 'jekyll-sitemap' +gem 'jekyll-mentions' +gem 'jemoji' diff --git a/Gemfile.lock b/Gemfile.lock index eeaebd4..43adedb 100644 --- a/Gemfi...
marcoshack/marcoshack.github.io
18beda7f6f2ef4239dbc9ab22e6d7c6c9ff9b115
rename *.md files to *.markdown
diff --git a/_config.yml b/_config.yml index c9bd8d8..a8a576b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,33 +1,42 @@ permalink: /:year/:month/:title.html exclude: [ Gemfile, Gemfile.lock, Rakefile, README.md, README_POSTS.md ] future: false lsi: true # Produces an index for related posts. paginate: 10 plugi...
marcoshack/marcoshack.github.io
b10d6c7045064f2c82e8b5ac5f5a4c9094f27ca9
remove jekyll-assets plugin because github gh-pages doesn't support it
diff --git a/_config.yml b/_config.yml index 1260f75..c9bd8d8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,34 +1,33 @@ permalink: /:year/:month/:title.html exclude: [ Gemfile, Gemfile.lock, Rakefile, README.md, README_POSTS.md ] future: false lsi: true # Produces an index for related posts. paginate: 10 plugi...
marcoshack/marcoshack.github.io
a97c14890bf67eb356dd7341a78ff58b5b5e51d4
Add jekyll-assets to gems in _config.yml
diff --git a/_config.yml b/_config.yml index 83231c9..1260f75 100644 --- a/_config.yml +++ b/_config.yml @@ -1,33 +1,34 @@ permalink: /:year/:month/:title.html exclude: [ Gemfile, Gemfile.lock, Rakefile, README.md, README_POSTS.md ] future: false lsi: true # Produces an index for related posts. paginate: 10 plugi...
marcoshack/marcoshack.github.io
85634e48fd12483859c968082d2c72d1de9007de
Replace old gems by github-pages
diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 8e17352..0000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -ruby-1.9.3-p448 diff --git a/Gemfile b/Gemfile index 5587817..202d61a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,15 +1,4 @@ source "https://rubygems.org" -gem "jekyll" -gem "rake"...
marcoshack/marcoshack.github.io
ff5492435e6a41f975475490184618c328ff40eb
substituicao do widget do twitter pelo rebelmouse
diff --git a/_includes/rebelmouse.html b/_includes/rebelmouse.html new file mode 100644 index 0000000..6a4b9b9 --- /dev/null +++ b/_includes/rebelmouse.html @@ -0,0 +1 @@ +<script type="text/javascript" class="rebelmouse-embed-script" src="https://www.rebelmouse.com/static/js-build/embed/embed.js?site=mhack&height=1700...
marcoshack/marcoshack.github.io
205595a61455c9d7376f723d7cf90d905b30b710
atualizar vhost durante rake deploy
diff --git a/_deploy/apache-vhost.conf b/_deploy/apache-vhost.conf index bc16b4c..83871f7 100644 --- a/_deploy/apache-vhost.conf +++ b/_deploy/apache-vhost.conf @@ -1,18 +1,18 @@ <VirtualHost *:80> ServerName mhack.com ServerAlias mhack.com.br ServerAlias marcoshack.com ServerAlias marcoshack.com.br Se...
marcoshack/marcoshack.github.io
c794b97ee9079d0afc233ed5c0dcf9065b6d0141
setup do jekyll-assets
diff --git a/Gemfile b/Gemfile index 25dc308..5587817 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,15 @@ source "https://rubygems.org" -gem 'jekyll' -gem 'rake' -gem 'nokogiri' +gem "jekyll" +gem "rake" +gem "nokogiri" +gem "jekyll-assets" +gem "uglifier" +gem "sass" # gsl needs native libraries: # # $ bre...
marcoshack/marcoshack.github.io
fecb7b527ff8a393dec1278634a6d7f2983bf4e7
draft do post sobre gatling
diff --git a/_drafts/gatling.md b/_drafts/gatling.md new file mode 100644 index 0000000..c82280e --- /dev/null +++ b/_drafts/gatling.md @@ -0,0 +1,16 @@ +--- +layout: post +title: "JMeter, Gatling, e a mudança de cultura na área de testes" +description: "Gatling é um ferramenta assíncrona de testes de ca...
marcoshack/marcoshack.github.io
b9956089e1cdb7b136b3ba210d9b713c99e1fde9
versionamento dos assetes do twitter-bootstrap
diff --git a/_layouts/default.html b/_layouts/default.html index bb3ced2..7da1df0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,31 +1,33 @@ <!DOCTYPE html> <html lang="en"> <head> + <title>{{ page.title }} {{ site.title_sufix }}</title> + <meta http-equiv="content-type" content="text/html;...
marcoshack/marcoshack.github.io
6112f2a5fa2d825834a4e81516d9f88f68253e1d
[deploy] remover diretorio temporario antes de clonar o repositorio
diff --git a/_deploy/git-post-receive.sh b/_deploy/git-post-receive.sh index a8443d0..7b0ef03 100644 --- a/_deploy/git-post-receive.sh +++ b/_deploy/git-post-receive.sh @@ -1,38 +1,39 @@ #!/usr/bin/env bash # # The "post-receive" script is run after receive-pack has accepted a pack # and the repository has been upd...
marcoshack/marcoshack.github.io
824396375c6f3b8e8504f42cb266fe921b50bab1
versionamento do style.css
diff --git a/_deploy/git-post-receive.sh b/_deploy/git-post-receive.sh index ef59f0e..a8443d0 100644 --- a/_deploy/git-post-receive.sh +++ b/_deploy/git-post-receive.sh @@ -1,38 +1,38 @@ #!/usr/bin/env bash # # The "post-receive" script is run after receive-pack has accepted a pack # and the repository has been upd...
marcoshack/marcoshack.github.io
19ea5fa66b7ca20d42627164505f3ab8d2da0fc3
posts relacionados e semantica nos posts
diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..8e17352 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +ruby-1.9.3-p448 diff --git a/Gemfile b/Gemfile index 52f214e..25dc308 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,12 @@ source "https://rubygems.org" gem 'jekyll' gem 'rake' g...
marcoshack/marcoshack.github.io
231aa2c962971743e1ae37d854321e78302de5d4
correcao do layout default (padding-top)
diff --git a/_layouts/default.html b/_layouts/default.html index 839fcc2..755ae90 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,38 +1,35 @@ <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> {% if page.tags != nil %} <meta nam...
marcoshack/marcoshack.github.io
55604e24d968ac29e8484f70e9648998194e4cac
correcoes na task deploy
diff --git a/Rakefile b/Rakefile index cddbac5..2954ffc 100644 --- a/Rakefile +++ b/Rakefile @@ -1,27 +1,29 @@ require 'rubygems' require 'rake' SITE_HOSTNAME = "direct.mhack.com" def info(message) puts "\e[1;33m--> #{message}\e[00m" end -task :server do - info "Starting local server" - sh "jekyll serve...
marcoshack/marcoshack.github.io
6ab6b6c9a6fda647380bbefdf9bae4300c268192
[draft] Vontade Politica
diff --git a/_drafts/2013-06-27-vontade_politica.md b/_drafts/2013-06-27-vontade_politica.md new file mode 100644 index 0000000..54a81ec --- /dev/null +++ b/_drafts/2013-06-27-vontade_politica.md @@ -0,0 +1,15 @@ +--- +layout: post +title: "Vontade política" +description: "" +image: bandeira_brasil.jpg +dat...
marcoshack/marcoshack.github.io
6ac66ca303636c8a9e60ccb5cf33a4515fc7a5c4
deploy rake task fixed to use direct.mhack.com
diff --git a/Rakefile b/Rakefile index 4eb43a8..960ace2 100644 --- a/Rakefile +++ b/Rakefile @@ -1,21 +1,27 @@ require 'rubygems' require 'rake' +SITE_HOSTNAME = "direct.mhack.com" + def info(message) puts "\e[1;33m--> #{message}\e[00m" end task :server do info "Starting local server" sh "jekyll --ser...
marcoshack/marcoshack.github.io
c39ae42c16e1d8c6391f507b1d19c7c20c78e02d
gem versions updated
diff --git a/Gemfile b/Gemfile index 0a89dbc..52f214e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,12 @@ -source :rubygems +source "https://rubygems.org" gem 'jekyll' gem 'rake' gem 'nokogiri' # gsl needs native libraries: # # $ brew tap homebrew/versions # $ brew install gsl114 # gem 'gsl' \ No new...
marcoshack/marcoshack.github.io
b55097c6f78158492f1a0ecd4439ae1e78d61744
replaced broken sitemap generator plugin
diff --git a/_plugins/generate_sitemap.rb b/_plugins/generate_sitemap.rb new file mode 100644 index 0000000..bb683b8 --- /dev/null +++ b/_plugins/generate_sitemap.rb @@ -0,0 +1,154 @@ +# Jekyll sitemap page generator. +# http://recursive-design.com/projects/jekyll-plugins/ +# +# Version: 0.2.4 (201210160037) +# +# Copy...
marcoshack/marcoshack.github.io
78ae4b84126e276b2f227fe0bab0e4f8ba01d764
avoid /favicon.ico requests
diff --git a/_layouts/default.html b/_layouts/default.html index 214aed6..839fcc2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,37 +1,38 @@ <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> {% if page.tags != nil %} <meta nam...
marcoshack/marcoshack.github.io
433d643e20533cdc2d332a9b81084ef6a1c4fc67
disable index for empty directories
diff --git a/.htaccess b/.htaccess index 8ab4a3e..736fac2 100644 --- a/.htaccess +++ b/.htaccess @@ -1,23 +1,25 @@ <If "%{HTTP_HOST} != 'mhack.com'"> RedirectMatch permanent /(.*) http://mhack.com/$1 </If> +Options -Indexes + RedirectPermanent /2012/10/java-jdk-15-no-os-x-lion-e-mountain-lion.html /2012/10/java...
marcoshack/marcoshack.github.io
4ba7144f8baed3774d7dfbba272f244c821841a4
mijor change to traceroute post
diff --git a/_posts/2013-02-09-traceroute-216-81-59-173.md b/_posts/2013-02-09-traceroute-216-81-59-173.md index 2bd8b96..c2e161e 100644 --- a/_posts/2013-02-09-traceroute-216-81-59-173.md +++ b/_posts/2013-02-09-traceroute-216-81-59-173.md @@ -1,93 +1,93 @@ --- layout: post title: "traceroute 216.81.59.1...
marcoshack/marcoshack.github.io
4fa4699b5f5ee9565e8efa8c266f772cc2878071
sitemap generator
diff --git a/_plugins/sitemap_generator.rb b/_plugins/sitemap_generator.rb new file mode 100644 index 0000000..419ea30 --- /dev/null +++ b/_plugins/sitemap_generator.rb @@ -0,0 +1,308 @@ +# Sitemap.xml Generator is a Jekyll plugin that generates a sitemap.xml file by +# traversing all of the available posts and pages....
marcoshack/marcoshack.github.io
06c7281b67d04887f5225ac432d1dd00b52dbe1a
traceroute 216.81.59.173
diff --git a/_posts/2013-02-09-traceroute-216-81-59-173.md b/_posts/2013-02-09-traceroute-216-81-59-173.md new file mode 100644 index 0000000..2bd8b96 --- /dev/null +++ b/_posts/2013-02-09-traceroute-216-81-59-173.md @@ -0,0 +1,93 @@ +--- +layout: post +title: "traceroute 216.81.59.173" +description: "tracer...
marcoshack/marcoshack.github.io
bfbb7f2247dcbb8d595860c1b5dd78110cf96889
post info (date and author) refactored as a list
diff --git a/_layouts/post.html b/_layouts/post.html index 2307f48..0b99844 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,35 +1,43 @@ --- layout: default --- {% assign post = page %} <!-- post header --> <div class="page-header"> <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> - ...
marcoshack/marcoshack.github.io
5cabbaecf67002d3751055ce75a19b019e6093e4
minor home layout fixes
diff --git a/_includes/footer.html b/_includes/footer.html index 01bd639..cc73d52 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,16 +1,14 @@ <footer class="footer"> - <div class="container"> - <p>{{ site.copyright }}</p> - <p>Powered by Open Source software: - <a href="https://github....
marcoshack/marcoshack.github.io
c7ce4cefc6e16be74574eb39d0d6fcb90ec76aaf
previous and next post links in the post layout
diff --git a/_layouts/post.html b/_layouts/post.html index 7013831..2307f48 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,22 +1,35 @@ --- layout: default --- -{% assign post = page %} +{% assign post = page %} <!-- post header --> <div class="page-header"> <h1><a href="{{ post.url }}">{{ ...
marcoshack/marcoshack.github.io
6d5535cf9425a063b5e8ecd9b728af11194eb52e
removed alien <br/> in ga.html
diff --git a/_includes/ga.html b/_includes/ga.html index d3f9e0b..d03e19f 100644 --- a/_includes/ga.html +++ b/_includes/ga.html @@ -1,12 +1,11 @@ -<br/> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '{{ site.google_analytics.id }}']); _gaq.push(['_trackPageview']); (fu...
marcoshack/marcoshack.github.io
49128f8cce616166df92db443a77dc5e23528418
set TZ variable on jekyll cmd to set the correct timezone
diff --git a/_deploy/git-post-receive.sh b/_deploy/git-post-receive.sh index 4916c46..ac8ab23 100644 --- a/_deploy/git-post-receive.sh +++ b/_deploy/git-post-receive.sh @@ -1,37 +1,38 @@ #!/usr/bin/env bash # # The "post-receive" script is run after receive-pack has accepted a pack # and the repository has been upd...
marcoshack/marcoshack.github.io
ca2b69b05b6488a1856078ed63578dd9794b3fd5
color in rake tasks output
diff --git a/Rakefile b/Rakefile index 91cd9c1..4eb43a8 100644 --- a/Rakefile +++ b/Rakefile @@ -1,14 +1,21 @@ require 'rubygems' require 'rake' +def info(message) + puts "\e[1;33m--> #{message}\e[00m" +end + task :server do + info "Starting local server" sh "jekyll --server --auto --future" end task :dep...
marcoshack/marcoshack.github.io
44bc9357df362f9f1e73e98495b2893d76b5f15a
post <time datetime=...> format fixed
diff --git a/_includes/post_date.html b/_includes/post_date.html new file mode 100644 index 0000000..14ee9d2 --- /dev/null +++ b/_includes/post_date.html @@ -0,0 +1,3 @@ +<time datetime="{{ post.date | date: "%Y-%m-%dT%H:%M%z" }}"> + {{ post.date | date: "%Y-%m-%d %H:%M %z" }} +</time> \ No newline at end of file diff...
marcoshack/marcoshack.github.io
11746635a237265e8179b118fe41d284dc7f3ab0
post date using <time> tag
diff --git a/_layouts/post.html b/_layouts/post.html index 4d39497..9e4900a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,22 +1,25 @@ --- layout: default --- <!-- post header --> <div class="page-header"> <h1><a href="{{ page.url }}">{{ page.title }}</a></h1> <small class="muted"> - {{ pa...
marcoshack/marcoshack.github.io
4ad16a07310758ddc1f3deec9785113e22d10ac7
brand style fixed and github ribbon disabled
diff --git a/_config.yml b/_config.yml index ecbda4e..429b8f2 100644 --- a/_config.yml +++ b/_config.yml @@ -1,28 +1,29 @@ permalink: /:year/:month/:title.html - exclude: [ Gemfile, Gemfile.lock, Rakefile, README.md, README_POSTS.md ] - future: false lsi: true # Produces an index for related posts. paginate: 4 +pl...
marcoshack/marcoshack.github.io
9c960df2caa7c1d6f3d9295279d94f57180f963c
ignorar README_POSTS.md
diff --git a/_config.yml b/_config.yml index 03ee837..ecbda4e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,28 +1,28 @@ permalink: /:year/:month/:title.html -exclude: [ Gemfile, Gemfile.lock, Rakefile, README.md ] +exclude: [ Gemfile, Gemfile.lock, Rakefile, README.md, README_POSTS.md ] future: false lsi: tru...
marcoshack/marcoshack.github.io
0238089d36c4890d31f114e3ebe974c3d55de576
ids de redes sociais e servicos no _config.yml
diff --git a/_config.yml b/_config.yml index d619cfc..03ee837 100644 --- a/_config.yml +++ b/_config.yml @@ -1,17 +1,28 @@ permalink: /:year/:month/:title.html exclude: [ Gemfile, Gemfile.lock, Rakefile, README.md ] future: false lsi: true # Produces an index for related posts. paginate: 4 -authors: - mhack...
marcoshack/marcoshack.github.io
0b5339ed63066124f1acdcd87e75c01c60c79e8f
footer
diff --git a/_layouts/default.html b/_layouts/default.html index ba78153..02979b2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,36 +1,51 @@ <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> {% if page.tags != nil %} <meta nam...
marcoshack/marcoshack.github.io
bada113812bb487d14c47a84d44489605ea33f93
alteracao do titulo da ome
diff --git a/index.html b/index.html index d0e717e..51c5a16 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,25 @@ --- layout: default -title: home +title: Home --- {% for post in paginator.posts %} <div class="row"> <div class="span2 hidden-phone"> {% if post.image != nil %} <img src="/images/{...
marcoshack/marcoshack.github.io
02b07b72fe34da57268d5e45a4e4a465f426e881
troca do prefixo 'mhack' pelo sufixo 'Marcos Hack' no titulo das paginas
diff --git a/_layouts/default.html b/_layouts/default.html index de859e9..ba78153 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,36 +1,36 @@ <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> {% if page.tags != nil %} <meta nam...
marcoshack/marcoshack.github.io
ab668915a4f2b9abcde6ee3556309d2918ed120f
link de autor para o google+ nos posts
diff --git a/_layouts/post.html b/_layouts/post.html index bb1f51e..c0e5f34 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,20 +1,23 @@ --- layout: default --- <!-- post header --> <div class="page-header"> <h1><a href="{{ page.url }}">{{ page.title }}</a></h1> - <p class="small"><i class="icon-...
marcoshack/marcoshack.github.io
55e85b05a661ba80a2b0e782c668cc8ae27a5540
um pouco mais de estilo na home
diff --git a/assets/css/custom.css b/assets/css/custom.css index e69de29..acdaedb 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -0,0 +1,3 @@ +a.no_decoration { + text-decoration: none; +} \ No newline at end of file diff --git a/index.html b/index.html index a8943b2..d0e717e 100644 --- a/index.html...
marcoshack/marcoshack.github.io
8c9a6a4cd89803f09d46ce568c52401e84cdc429
redirecionamento do post 'o ze e o git'
diff --git a/.htaccess b/.htaccess index ed388cf..8ab4a3e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,23 +1,23 @@ <If "%{HTTP_HOST} != 'mhack.com'"> RedirectMatch permanent /(.*) http://mhack.com/$1 </If> RedirectPermanent /2012/10/java-jdk-15-no-os-x-lion-e-mountain-lion.html /2012/10/java-jdk-1.5-no-os-x-lio...
marcoshack/marcoshack.github.io
1cae757afeacd7569cde2d8edeb6c3a116a16551
redirecionamento do post 'o ze e o git'
diff --git a/.htaccess b/.htaccess index 2b2d77e..ed388cf 100644 --- a/.htaccess +++ b/.htaccess @@ -1,22 +1,23 @@ <If "%{HTTP_HOST} != 'mhack.com'"> RedirectMatch permanent /(.*) http://mhack.com/$1 </If> RedirectPermanent /2012/10/java-jdk-15-no-os-x-lion-e-mountain-lion.html /2012/10/java-jdk-1.5-no-os-x-lio...
marcoshack/marcoshack.github.io
0eea4a2b17eed5d2df04fcf391543302d2d96f7b
remocao da sincronizacao de repositorios remotos do post-receive
diff --git a/_deploy/git-post-receive.sh b/_deploy/git-post-receive.sh index 8341701..4916c46 100644 --- a/_deploy/git-post-receive.sh +++ b/_deploy/git-post-receive.sh @@ -1,44 +1,37 @@ #!/usr/bin/env bash # # The "post-receive" script is run after receive-pack has accepted a pack # and the repository has been upd...
marcoshack/marcoshack.github.io
4373e0ee0dca8b7fdb23d38c1859d3590815ab4c
correcao na declaracao do interpretador do post-receive (#!)
diff --git a/_deploy/git-post-receive.sh b/_deploy/git-post-receive.sh index dfb770a..8341701 100644 --- a/_deploy/git-post-receive.sh +++ b/_deploy/git-post-receive.sh @@ -1,44 +1,44 @@ -#!/usr/bin/bash +#!/usr/bin/env bash # # The "post-receive" script is run after receive-pack has accepted a pack # and the reposi...
marcoshack/marcoshack.github.io
32a176d80b00663a96d4e1bbf64c4205a20a556a
cores no hook post-receive
diff --git a/Rakefile b/Rakefile index 4c1841f..91cd9c1 100644 --- a/Rakefile +++ b/Rakefile @@ -1,18 +1,14 @@ require 'rubygems' require 'rake' task :server do sh "jekyll --server --auto --future" end -namespace :site do - task :deploy do - sh "git push aws master" - end +task :deploy => [ :update_git_...
marcoshack/marcoshack.github.io
d8cfd19dfb3be57f570f9e00179d1711e610853b
bundle install --quiet
diff --git a/_deploy/git-post-receive.sh b/_deploy/git-post-receive.sh index ac7053d..c72db07 100644 --- a/_deploy/git-post-receive.sh +++ b/_deploy/git-post-receive.sh @@ -1,37 +1,39 @@ # # The "post-receive" script is run after receive-pack has accepted a pack # and the repository has been updated. It is passed a...
marcoshack/marcoshack.github.io
beca807c28c536e2923c7304bcc362cef81e5e41
remocao de testes nos comandos do post-receive.sh, nao estao funcionando
diff --git a/_deploy/git-post-receive.sh b/_deploy/git-post-receive.sh index 0d40a5d..ac7053d 100644 --- a/_deploy/git-post-receive.sh +++ b/_deploy/git-post-receive.sh @@ -1,44 +1,37 @@ # # The "post-receive" script is run after receive-pack has accepted a pack # and the repository has been updated. It is passed a...