главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-14updated changelogCarlos
2016-01-14Update the 'not abandoned by' dateCarlos
2016-01-14fixed posts singular/pluralCarlos
2016-01-14Line breaks in README.mdCarlos
2016-01-14Added 'tags' commandCarlos
2016-01-14Changed copyright year and version numberCarlos
2016-01-14Merge pull request #82 from McDutchie/masterCarlos Fenollosa
Various code cleanups
2016-01-11fix: allow field splitting on tags_with_posts callMartijn Dekker
Quoted one too many there.
2016-01-11more robust parsing of 'ls' using 'read'Martijn Dekker
* Iterating through 'ls' output using 'for' is very brittle; it relies on word splitting and globbing can also mess it up. It's best to use globs directly, but if using 'ls' cannot be avoided, e.g. if you need to sort by date, at least we can use 'IFS= read -r $i' to read from a here-document filled with the 'ls' output, which leaves everything in file names intact except newlines. * Other minor cleanups.
2016-01-11Code cleanups: quoting, redirection, string handlingMartijn Dekker
- Fix lots of problems with convoluted and broken quoting techniques. - Group code blocks for redirection into a file rather than doing a separate additive redirect for each command. - Replace strings using bash parameter substitution rather than piping 'echo' through 'sed', resulting in a faster script.
2016-01-11More correct and effective use of arraysMartijn Dekker
2016-01-10Consistent use of [[ and (( instead of [Martijn Dekker
Another minor code cleanup. Within [[ ... ]] and (( ... )) (but not [ ... ]) there is a different shell parsing context in which field splitting (a.k.a. word splitting) and pathname expansion (a.k.a. filename globbing) don't apply, so consistently use '[[' (and '((' for arithmetics) instead of '[' and remove unnecessary quotes. Since '[[ x == y]]' does 'case'-like glob pattern matching on 'y', the quotes to the right of '==' need to be kept for variables or glob characters, except if a glob pattern is wanted.
2016-01-10Remove unnecessary quotes from scalar assignmentsMartijn Dekker
Substitutions (variables, command substitutions, etc.) directly assigned to a scalar variable don't need to be quoted, as field splitting and globbing don't apply in that context. Removing superfluous quotes makes the code look a bit cleaner.
2015-12-21topsy is killCarlos
2015-11-13Update README.mdCarlos Fenollosa
2015-09-23Shellcheck. Fix #78Carlos
2015-09-23Merge pull request #80 from damateos/adaptativeCarlos Fenollosa
little changes in css to adapt width to screen
2015-09-02little changes in css to adapt width to screenDavid Mateos
width in px changed by percentage in main.css and meta tag viewport added.
2015-07-11fixed bug where drafts were appended a random postfix after re-editingCarlos
2015-05-13Update README.mdCarlos Fenollosa
2015-05-13Update README.mdCarlos Fenollosa
2015-05-13Merge pull request #77 from vielmetti/patch-1Carlos Fenollosa
Update the "not abandoned by" date
2015-05-13Update the "not abandoned by" dateEdward Vielmetti
2015-05-12Merge pull request #75 from Enneka/masterCarlos Fenollosa
Fixes #70
2015-05-09Fixes #70Enneka
2015-03-09Close #72Carlos Fenollosa
2015-02-19Fix #71Carlos Fenollosa
2014-10-05fix #59Carlos Fenollosa
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-09-01Added sections from bb.shCarlos Fenollosa
2014-08-19fix #65Carlos Fenollosa
2014-08-19Update README.mdCarlos Fenollosa
2014-08-19contributing codeCarlos 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-07Update README for cookieless twitterCarlos 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