cosyn / vek
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit d06d0097715cf3161ad9aae56cc5b7f7957de65d
tree cc562237e94f0b368b483b586dba60a9f040d1d2
parent 50b0cf9e6e65e4616a011117b4d2f25e387d0ffc
tree cc562237e94f0b368b483b586dba60a9f040d1d2
parent 50b0cf9e6e65e4616a011117b4d2f25e387d0ffc
vek /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
features/ | ||
| |
lib/ | ||
| |
modules | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
test/ | ||
| |
vendor/ |
README.markdown
A ridiculously simple blog written for a couple reasons:
Why?
- I wanted to learn a little more about using the cucumber framework from Aslak Hellesoy.
- I wanted to have something I could quickly modify if I/my wife felt like changing our site without worrying about breaking something.
Check out something like Mephisto (or one of the other million) if you are really interested in a "real" blogging system.
It uses RSpec and Cucumber for testing...check it out if you like. Suggestions on making it suck less are welcome.

