главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/bb.sh
AgeCommit message (Collapse)Author
2014-09-15properly quote twitter cardsCarlos Fenollosa
2014-09-15Twitter cards. Fixes #36Carlos Fenollosa
2014-09-12changed hardcoded /bin/ pathsCarlos Fenollosa
2014-09-01Close #61 #57Carlos Fenollosa
2014-08-19fix #65Carlos Fenollosa
2014-07-18updated twitter count apiCarlos Fenollosa
2014-07-17Now the tweet count links to TopsyCarlos Fenollosa
2014-07-11Fix for #60Carlos Fenollosa
2014-07-07Twitter count now links to search resultsCarlos Fenollosa
2014-07-07Cookieless twitter optionCarlos Fenollosa
2014-07-03Hide warning message in sedCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Sed error on macCarlos Fenollosa
2014-06-30Fixed #56Carlos Fenollosa
2014-06-30Manual fix for #54Carlos Fenollosa
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-27Updated version and contributorsCarlos 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-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-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-05New filename filteringCarlos Fenollosa
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-21test markdown before editing *.md filesAlexey Shpakovsky
2014-05-20Fixed additional characters in all_tags.htmlCarlos Fenollosa
2014-05-19TyposCarlos 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-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-07fix #42Carlos Fenollosa
2014-03-25Fixed bug with yesterday.tar.gzCarlos Fenollosa