Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-26 | help text | Alexey Shpakovsky | |
2014-06-26 | use file extension when posting with `bb.sh post file.ext` | Alexey Shpakovsky | |
but let users override it with `bb.sh post -html file.md` | |||
2014-06-26 | use markdown by default (if available) when posting with `bb.sh post` | Alexey Shpakovsky | |
2014-06-26 | Don't ask for preview - just show URL for preview | Alexey Shpakovsky | |
2014-06-25 | clean_filename in RSS links | Alexey Shpakovsky | |
2014-06-22 | one forgotten translated string template | Alexey Shpakovsky | |
2014-06-22 | $preview_url for those who writes posts locally before uploading them | Alexey Shpakovsky | |
2014-06-17 | Merge pull request #49 from Puuhinen/master | Carlos Fenollosa | |
LC_ALL=C for all machine readable `date` output | |||
2014-06-07 | LC_ALL=C for all machine readable `date` output | Puuhinen | |
The script used to have LC_ALL=$date_locale for all calls to `date`. However, this is undesirable for when $date_locale is non-English and dates need to be machine readable, e.g. for `date --date=...` and when generating RSS feeds. | |||
2014-06-06 | Implement Lex's suggestion | Carlos Fenollosa | |
2014-06-05 | Merge branch 'master' of github.com:cfenollosa/bashblog | Carlos Fenollosa | |
2014-06-05 | New filename filtering | Carlos Fenollosa | |
2014-05-26 | Update README.md | Carlos Fenollosa | |
2014-05-26 | updated README Markdown | Carlos Fenollosa | |
2014-05-26 | Merge pull request #47 from Lex-2008/master | Carlos Fenollosa | |
Allow utf-8 filenames | |||
2014-05-25 | add some options regarding filename generation: | Alexey Shpakovsky | |
* force to lowercase or not * what symbol to use instead of space * what symbols to allow in filenames (makes bashblog more utf-8 friendly) | |||
2014-05-23 | Merge pull request #46 from Lex-2008/master | Carlos Fenollosa | |
test markdown before editing *.md files | |||
2014-05-21 | test markdown before editing *.md files | Alexey Shpakovsky | |
2014-05-20 | Update README.md | Carlos Fenollosa | |
2014-05-20 | Fixed additional characters in all_tags.html | Carlos Fenollosa | |
2014-05-19 | Typos | Carlos Fenollosa | |
2014-05-19 | Added demo image to README | Carlos Fenollosa | |
2014-05-17 | Update README.md | Carlos Fenollosa | |
2014-05-15 | Fixed extra './' strings bug introduced in last commit | Carlos Fenollosa | |
2014-05-15 | Fixed extra './' strings bug introduced in last commit | Carlos Fenollosa | |
2014-05-13 | Merge pull request #43 from nonas/master | Carlos Fenollosa | |
do not iterate over ls output where possible | |||
2014-05-11 | do not iterate over ls output where possible + protection on 'name with ↵ | nonas | |
dashes becoming options' | |||
2014-05-09 | Change help to reflect possibility of editing md files | Carlos Fenollosa | |
2014-05-07 | Merge branch 'master' of github.com:cfenollosa/bashblog | Carlos Fenollosa | |
2014-05-07 | fix #42 | Carlos Fenollosa | |
2014-04-14 | Update README.md | Carlos Fenollosa | |
updated original link | |||
2014-03-25 | Fixed bug with yesterday.tar.gz | Carlos Fenollosa | |
2014-03-25 | Merge pull request #39 from Lex-2008/save-md | Carlos Fenollosa | |
Save md | |||
2014-03-23 | use *.html file timestamp, even when editing *.md file | Alexey Shpakovsky | |
2014-03-22 | rename *.md file together with *.html | Alexey Shpakovsky | |
if called like this: bb.sh edit -n posted.md then editing title will rename posted.html to reflect new title. Now it will rename posted.md, too | |||
2014-03-22 | edit markdown posts | Alexey Shpakovsky | |
usage: bb.sh edit article.md to edit previously posted article (for which markdown source was saved), and repost it (under the same name or not) | |||
2014-03-22 | save markdown file | Alexey Shpakovsky | |
2014-03-20 | Merge pull request #37 from Lex-2008/small-fixes/2 | Carlos Fenollosa | |
Small fixes/2 | |||
2014-03-19 | preserve backslashes when posting/editing | Alexey Shpakovsky | |
ask "read" not to process backslash sequences when reading user-edited file and leave them as is, instead | |||
2014-03-19 | Clean up tag links only in "Tags:" line | Aleksei Shpakovskii | |
The bug was that if you decide, for some reason, insert links to tag pages into text of your article, then after editing this article, the links were gone. That happened because "tag links cleaning" was too agressive (it was cleaning tags not only on tag line, but in the whole text) | |||
2014-03-18 | use expr to clean tags RegExp way | Alexey Shpakovsky | |
2014-03-18 | delete generated HTML file before generating new one, not at the bottom | Alexey Shpakovsky | |
Bug was that when confirming "[E]dit again" by providing an empty string, the file wasn't deleted we could as well do if [ "$post_status" != "p" ] && [ "$post_status" != "P" ] but this way is IMO cleaner | |||
2014-03-18 | bugfix: keep old page filename in the page's title link to itself | Alexey Shpakovsky | |
pass proper filename through parse_file to create_html_page Bug was that when editing with "bb edit page.html" and changing title, regenerated page.html had <h3><a class="ablack"> linking to newtitle.html (non-existing file) | |||
2014-03-18 | add tabstop to vim modeline | Alexey Shpakovsky | |
2014-03-11 | Merge pull request #35 from Lex-2008/small-fixes/1 | Carlos Fenollosa | |
Small fixes/1 | |||
2014-03-10 | Preserve line indentation in HTML file while rebuilding it | Alexey Shpakovsky | |
2014-03-10 | cut on tag pages, too | Alexey Shpakovsky | |
2014-03-10 | Make filename generation routine play nice with Russian and Unix | Alexey Shpakovsky | |
2014-03-10 | Keep first backup of this day | Alexey Shpakovsky | |
it holds the version of the blog which was here "today in the morning". this is useful for those who, like me, first do "bb.sh rebuild" few times before realizing "oh damn I screwed up everything". Note: you are not expected to screw up on midnight. | |||
2014-03-10 | add vim modeline | Alexey Shpakovsky | |