главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-30Merge pull request #54 from Puuhinen/masterCarlos Fenollosa
Fixed hardcoded tag filename prefix
2014-06-28suppress error messages and don't enter for loop when no tag files existAlexey Shpakovsky
2014-06-28don't invoke sed when no tag givenAlexey Shpakovsky
the bug was that sed was expecting file content on stdin when didn't receive any filename, and script was "frozen" when someone tried to edit a post without any tags.
2014-06-28Fixed hardcoded tag filename prefixPuuhinen
posts_with_tags() invoked sed with a hardcoded `tag_&.html`. Changed to `$prefix_tags&.html`.
2014-06-27Merge branch 'master' of github.com:cfenollosa/bashblogCarlos Fenollosa
2014-06-27Updated version and contributorsCarlos Fenollosa
2014-06-27Updated README with markdown referencesCarlos Fenollosa
2014-06-27Merge pull request #53 from Lex-2008/small-fixes/4Carlos Fenollosa
Small fixes/4
2014-06-27Merge pull request #52 from Lex-2008/rebuild-less-tagsCarlos Fenollosa
Rebuild less tags
2014-06-26help textAlexey Shpakovsky
2014-06-26use 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-26use markdown by default (if available) when posting with `bb.sh post`Alexey Shpakovsky
2014-06-26Don't ask for preview - just show URL for previewAlexey Shpakovsky
2014-06-26fix typos in commentsAlexey Shpakovsky
2014-06-26proper check for empty variableAlexey Shpakovsky
2014-06-25Merge pull request #50 from Lex-2008/small-fixes/3Carlos Fenollosa
Small fixes/3
2014-06-25clean_filename in RSS linksAlexey Shpakovsky
2014-06-25don't rebuild tags if they were not involved at allAlexey Shpakovsky
(otherwise posts_with_tags would endlessly freeze)
2014-06-24use new functionsAlexey Shpakovsky
also bugfix: leave only unique filenames in rebuild_tags()
2014-06-24posts_with_tags() to list all posts referenced by several tag filesAlexey Shpakovsky
2014-06-24tags_in_post() to list all tags referenced in one post fileAlexey Shpakovsky
2014-06-24make rebuild_tags() optionally accept 2 lists (of filenames and tags)Alexey Shpakovsky
2014-06-22one forgotten translated string templateAlexey Shpakovsky
2014-06-22$preview_url for those who writes posts locally before uploading themAlexey Shpakovsky
2014-06-17Merge pull request #49 from Puuhinen/masterCarlos Fenollosa
LC_ALL=C for all machine readable `date` output
2014-06-07LC_ALL=C for all machine readable `date` outputPuuhinen
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-06Implement Lex's suggestionCarlos Fenollosa
2014-06-05Merge branch 'master' of github.com:cfenollosa/bashblogCarlos Fenollosa
2014-06-05New filename filteringCarlos Fenollosa
2014-05-26Update README.mdCarlos Fenollosa
2014-05-26updated README MarkdownCarlos Fenollosa
2014-05-26Merge pull request #47 from Lex-2008/masterCarlos Fenollosa
Allow utf-8 filenames
2014-05-25add 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-23Merge pull request #46 from Lex-2008/masterCarlos Fenollosa
test markdown before editing *.md files
2014-05-21test markdown before editing *.md filesAlexey Shpakovsky
2014-05-20Update README.mdCarlos Fenollosa
2014-05-20Fixed additional characters in all_tags.htmlCarlos Fenollosa
2014-05-19TyposCarlos Fenollosa
2014-05-19Added demo image to READMECarlos Fenollosa
2014-05-17Update README.mdCarlos Fenollosa
2014-05-15Fixed extra './' strings bug introduced in last commitCarlos Fenollosa
2014-05-15Fixed extra './' strings bug introduced in last commitCarlos Fenollosa
2014-05-13Merge pull request #43 from nonas/masterCarlos Fenollosa
do not iterate over ls output where possible
2014-05-11do not iterate over ls output where possible + protection on 'name with ↵nonas
dashes becoming options'
2014-05-09Change help to reflect possibility of editing md filesCarlos Fenollosa
2014-05-07Merge branch 'master' of github.com:cfenollosa/bashblogCarlos Fenollosa
2014-05-07fix #42Carlos Fenollosa
2014-04-14Update README.mdCarlos Fenollosa
updated original link
2014-03-25Fixed bug with yesterday.tar.gzCarlos Fenollosa
2014-03-25Merge pull request #39 from Lex-2008/save-mdCarlos Fenollosa
Save md