Giter Club home page Giter Club logo

blazeblogger's People

Watchers

James Cloos avatar

blazeblogger's Issues

Categories or Topics

Choose the name you like best.

Currently I run three (soon to be four) blazeblogger sites.

www.paraplegicracehorse.net  <-- my "home" site serving as sort of hub for 
everything else
blog.paraplegicracehorse.net  <-- a blog for items of no particular interest 
expressed elsewhere
boats.paraplegicracehorse.net  <-- my boating adventures.
games.paraplegicracehorse.net  <-- soon to host reviews of games and some play 
reports

It would be so nice to be able to manage everything conveniently from one blaze 
repository and separate everything out by topic but retain the same theme, 
tags, etc. throughout.

Original issue reported on code.google.com by [email protected] on 13 Apr 2013 at 6:06

YouTube videos don't get properly embedded

Well, I am not really sure, if that's BlazeBlogger's fault. The point is,
that when I try to embed a YouTube video by inserting it's code, the size
of the widget is too big and usually covers the index sidebar on the right.
I mean, the YouTube widget (and any other widget) should probably be sized
accordingly to the layout.

I believe that probably one could read more about YouTube's embedding
options (there should be an option for defining the widget's size), but may
be BlazeBlogger could do this automatically?

Original issue reported on code.google.com by [email protected] on 23 May 2010 at 8:08

no error on empty theme file

With missing or broken link to html theme in .blaze/theme do a blaze-make. Note 
in terminal output a lack of error. Note size of generated index.html.

[terminal output]

charles33@Lanette:~/Public/blog$ perl ~/Downloads/src_blaze-make.pl
Done.
charles33@Lanette:~/Public/blog$ ls -la
total 56
drwxrwxr-x 7 charles33 charles33  4096 Mar  1 11:07 .
drwxr-xr-x 8 charles33 charles33  4096 Jun 21 09:19 ..
drwxrwxr-x 6 charles33 charles33  4096 Jul 20 13:32 2012
drwxrwxr-x 7 charles33 charles33  4096 Jul 20 13:40 .blaze
drwxrwxr-x 3 charles33 charles33  4096 Jan 11  2012 images
-rw-rw-r-- 1 charles33 charles33     1 Jul 27 09:09 index.html
-rw-rw-r-- 1 charles33 charles33 13333 Jul 27 09:09 index.rss
-rw-rw-r-- 1 charles33 charles33  4662 May 29 01:51 resize_me.css
drwxrwxr-x 2 charles33 charles33  4096 Mar  1 11:07 sitewide-subscription-feeds
drwxrwxr-x 6 charles33 charles33  4096 Jul 20 13:32 tags
charles33@Lanette:~/Public/blog$

Original issue reported on code.google.com by [email protected] on 27 Jul 2012 at 5:48

Posts trimmed to 500 characters in RSS feed

Hello,

I noticed the posts are trimmed to 500 characters in the RSS feed. I have 
several issues with it:

- it is hardcoded (and not documented)
- it trims in the middle of words
- in RSS feeders it can be annoying to *always* click the "more" link

May I suggest this to be dropped (or at least configurable, with 0 = infinite 
or similar), the poster can always use <!-- break --> if he really wants to 
split his post.


Regards,
Andrei

Original issue reported on code.google.com by [email protected] on 4 Jul 2010 at 1:06

RFE: HTML attributes "rel"

 usability  : inform users about the meaning of a link.

ex. <h2 class="post"><a href="title" rel="permalink">title</a></h2>
ex. <a href="index2" rel="next post"> => </a>

create 'rel' attribute for links produce by blazeblogger engine. 
see.http://www.w3.org/TR/html401/struct/links.html#adef-rel
 + language config & improvement.




Original issue reported on code.google.com by [email protected] on 28 Jun 2010 at 12:19

no file path replacement in RSS

in rss : %root% and placeholders are not parsed and should be replace with
the 'baseurl'

ex. <img align="middle" src="%ROOT%media/img.jpg" border="0" alt=""/>



Original issue reported on code.google.com by [email protected] on 1 May 2010 at 9:37

RFE: Include the "current" id in the list of pages [patch]

With the VectorLover theme, I noticed blazeblogger doesn't create the 'current' 
(page) id in the list of pages it generates for the navigation bar. Therefore, 
the white box around the current page is not displayed:

http://img534.imageshack.us/img534/790/vectorloverscreenshot.png

See my quick&dirty fix for this at the pastebin url below. For me, it works 
quite well, but you'll know how to add this feature more appropriately ;-)

http://pastebin.com/KHhW6AW5


Original issue reported on code.google.com by [email protected] on 23 Jun 2010 at 7:31

Attachments:

Page template missing author

When running blaze-make after generating one or more pages, if authors line is 
not manually added to [each] page in the head, a complaint is sent to stdout. 
This isn't really a big deal because it defaults to the author in config, but 
the complaint is annoying.

Original issue reported on code.google.com by [email protected] on 3 Mar 2012 at 9:03

Search field

I suggest to add some kind of search fiel to default blazeblogger template - 
something like custom google search on web page.

Original issue reported on code.google.com by [email protected] on 2 Oct 2011 at 9:40

RFE: RSS feed for all blog posts

Please. add ability to control count of rss feed items in blazeblogger config 
file. It is normal that blazeblogger default feed is only for 10 items, but 
maby user want to add for 2 feed links, for example: last items feed and full 
feed (all blog posts). 

Is it possible?

Original issue reported on code.google.com by [email protected] on 19 Nov 2010 at 9:27

RFE: Always use current DOCTYPE with the default theme

Since the default theme contains a hard-coded HTML 4.01 Strict document type 
specification, changing the core.doctype option causes BlazeBlogger to produce 
invalid output. This should not happen, and BlazeBlogger should always produce 
a valid output.

Original issue reported on code.google.com by [email protected] on 14 Oct 2010 at 11:51

RSS stream has no "encoding" entry

Well, not may of you will ever run into this problem, but I did. I am running 
blazeblogger on 
OpenBSD, and since I write in Russian (and OpenBSD doesn't support UTF-8), I 
use KOI8-R. 
So the point is that even after I set the whole blog to KOI8-R, the RSS stream 
will be displayed 
anywhere (Google Reader, etc) in UTF-8, which will result in everything being 
messed up. 
Which is caused by the fact that the blaze-make.pl doesn't have any strings in 
sub 
generate_rss to define the encoding of the stream.

Sorry, but I am no coder, so I can't provide a fix myself, but I guess, it's as 
precise as it gets. 
Here is my RSS stream for example.

http://devio.us/~ilembitov/index.rss

Original issue reported on code.google.com by [email protected] on 27 Apr 2010 at 8:52

Add comments support

Well, not exactly add it to BlazeBlogger. I realise, that comments would
require some kind of DB. So probably what is needed, is a tested 3rd party
solution and a HOWTO in the guide.

Original issue reported on code.google.com by [email protected] on 25 May 2010 at 9:55

no-nav flag for --pages

Can we have a flag for --pages which do not appear in the default navigation 
menu? This would be useful for custom error pages, in particular, and somewhat 
less useful for sub-pages.

Original issue reported on code.google.com by [email protected] on 12 Jan 2012 at 12:32

'blaze man' doesn't work

Found another small glitch. I guess the file was previously called 
'blazeblogger' but it's now installed as 'blaze' so 'blaze man' with no 
additional args fails.

Original issue reported on code.google.com by [email protected] on 11 Nov 2010 at 9:05

Attachments:

Bash-completion install layout needs changes for bash-completion-2.0

Since version 2.0, bash-completion uses new autoloading code that requires 
completion file names to match completed commands. Currently the completion is 
installed as 'blazeblogger' which doesn't match this layout.

Instead, the completion file should be installed as 'blaze' (to match the 
'blaze' command), and have extra symlinks for the remaining commands created, 
i.e.:

  blaze-init -> blaze
  blaze-config -> blaze
  ...

Additionally, after doing this change it may be desired to set the default 
installation directory for completions to 
/usr/share/bash-completion/completions or -- preferably -- use pkg-config to 
obtain the appropriate path.

Gentoo bug report: https://bugs.gentoo.org/show_bug.cgi?id=481164

Original issue reported on code.google.com by [email protected] on 24 Oct 2014 at 5:19

Update bash completion

Check documentation for newly added / changed command-line options and
incorporate them to the bash completion file.

Original issue reported on code.google.com by [email protected] on 23 May 2010 at 12:32

RFE: INSTALL tweak

As installing everything without root privileges results in an error, maybe 
text something like the attached would be nice? Maybe some additional text 
about sourcing the completion file manually could also be included.

Original issue reported on code.google.com by [email protected] on 11 Nov 2010 at 8:55

Attachments:

Problem with translating blazeblogger-refcard.tex

[korg@archlinux refcard]$ pdflatex blazeblogger-refcard.tex 
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010/Arch Linux)
 restricted \write18 enabled.
entering extended mode
(./blazeblogger-refcard.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, farsi, finnish, french,
 galician, german, ngerman, swissgerman, monogreek, greek, hungarian, icelandic
, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, oriya, panja
bi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji, lao, lati
n, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, polish, portu
guese, romanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedis
h, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo))
(/usr/share/texmf-dist/tex/latex/base/inputenc.sty
(/usr/share/texmf-dist/tex/latex/base/utf8.def
(/usr/share/texmf-dist/tex/latex/base/t1enc.dfu)
(/usr/share/texmf-dist/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf-dist/tex/latex/base/omsenc.dfu)))
(/usr/share/texmf-dist/tex/latex/tools/multicol.sty)
(/usr/share/texmf-dist/tex/latex/geometry/geometry.sty
(/usr/share/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
(/usr/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
(./blazeblogger-refcard.aux)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex

! Package inputenc Error: Unicode char \u8:д not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.85 ...рсии 1.1.0}{http://blaze.blackened.cz}

?

Original issue reported on code.google.com by [email protected] on 10 Oct 2010 at 4:19

Perl Warning in blaze-edit

What steps will reproduce the problem?
1. blaze-edit -p i
2. <make edits>
3. Exit editor

What is the expected output? What do you see instead?
I would expect to see "Your changes have been successfully saved."

Actual output:
""my" variable $head masks earlier declaration in same scope at 
/path/to/blaze-edit line 336.
Your changes have been successfully saved."


What version of the product are you using? On what operating system?
Version 1.2.0. Using Linux 2.6.18; Bash 3.2.25(1); Perl 5.8.8

Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 12:46

RFE: Multiple authors and minimal comment/contact features


+ provide RSS <author> for multi-author blog in the 'RSS aggregator cloud'. 
Syntax is <author>[email protected] (Lawyer Boyer)</author>

+ author syntax and MAN (#) post  update: #author syntax : "author_name 
[email protected]"”  
  both sould be optionnal, and parse in RSS <author> and template.

+ minimal anti-spam.  encodeemail .  see. 
http://www.wbwip.com/wbw/emailencoder.html


Original issue reported on code.google.com by [email protected] on 28 Jun 2010 at 10:38

  • Blocked on: #3

RFE: BlazeBlogger posts clean

I think, blazeblogger must clean old posts without urls, when new one with urls 
are already created:

[korg@archlinux 07]$ pwd
/home/korg/blog/2010/07
[korg@archlinux 07]$ ls
1                4--markdown
1-first-message-in-the-blog  4-using-markdown-in-blog-posts
2                5
2-testing-message-creation   5-inserting-images-in-blog
3                index.html
3-tags-and-tags
[korg@archlinux 07]$

Posts without normal url are old

Original issue reported on code.google.com by [email protected] on 12 Nov 2010 at 10:48

blaze-gallery: Unable to choose thumbnail format

So far, blaze-gallery creates thumbnails in PNG. This behaviour is fine
with default dimensions, but when larger images are required, the size of
produced files is usually too large, which is obviously wrong.

Original issue reported on code.google.com by [email protected] on 30 May 2010 at 3:27

Related post feature

aka "if you like it you should like this."
 - <a>related post 1</a>
 - <a>related post 2</a>

* the number of max items should be configured in the 'config' file
* The list should be sorted by the number of tags in common
  ex.  - <a>related post 1</a> (3 tags in commom)
       - <a>related post 1</a> (2 tags in commom)

Original issue reported on code.google.com by [email protected] on 15 Jun 2010 at 9:42

Homepage link doesn't work

When visitor come to main blog page - "Home" link works. When visitor reading 
any post on blog - link "Home" works, but when visitor moves to next blogposts 
page (for example http://madsanity.ho.ua/index1.html) - "Home" link doesn't 
work.

So, on main page of my blog http://madsanity.ho.ua i have same link, but when i 
move to page http://madsanity.ho.ua/index1.html "Home" link changes to 
http://madsanity.ho.ua/index1.html 

I think, "Home" is "Home", and it can't change in any condition :)

Original issue reported on code.google.com by [email protected] on 4 Nov 2010 at 1:41

Incorect post ID order

I think, blaze-list command will show problem: (look at ID order)

[korg@archlinux blog]$ blaze-list 
ID: 9 | 2010-10-07 | KORG

    Title: Сравнение потребления памяти у
       программ Pidgin и Gajim
    Tags:  im, test

ID: 8 | 2010-10-07 | KORG

    Title: Интересно о Arch Linux
    Tags:  archlinux, links, reviews

ID: 10 | 2010-10-07 | KORG

    Title: Голосуем и помагаем Arch Linux
    Tags:  archlinux

ID: 7 | 2010-10-03 | KORG

    Title: Шпаргалка по сборке пакетов для Arch
       Linux
    Tags:  archlinux, aur

ID: 6 | 2010-09-03 | KORG

    Title: Проверка работы BlazeBlogger
    Tags:  

ID: 5 | 2010-07-21 | KORG

    Title: Добавление фото в блог
    Tags:  images

ID: 4 | 2010-07-21 | KORG

    Title: Использование markdown
    Tags:  markdown

ID: 3 | 2010-07-20 | KORG

    Title: Тэги и еще раз тэги
    Tags:  tags

ID: 2 | 2010-07-20 | KORG

    Title: Проверка создания сообщений с
       абзацами
    Tags:  

ID: 1 | 2010-07-20 | admin

    Title: Мой первый пост в блог
    Tags:  

[korg@archlinux blog]$


Original issue reported on code.google.com by [email protected] on 7 Oct 2010 at 5:33

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.