1. I've made 5 posts and I deleted the #2 and #3, now on my blog I can
see posts #1,#4 and #5...why do they are not re-numbered #1,#2 and #3 ?
How can I disable these numbers appearing on my blog ?
2. Is there any macro or plugin to make thumbnails from a given image
on a hard drive ?
3. How can I migrate my Dotclear blog to Firedrop2 ?
My first impressions are really good, I thank you much for your
beautiful work :
Tool69 (http://kib2.free.fr/pythonblog/)
1. I've made 5 posts and I deleted the #2 and #3, now on my blog I can
see posts #1,#4 and #5...why do they are not re-numbered #1,#2 and #3 ?
How can I disable these numbers appearing on my blog ?
<a title="Permanent link to this post"If you change Themes, you'll have to make the change again, as a new entry_template.html file will be put in your blog folder.
id="e<% entry.get_id() %>"
name="e<% entry.get_id() %>"
href="<% permalink( entry.get_id()) %>"
>#<% entry.get_id() %></a>
2. Is there any macro or plugin to make thumbnails from a given image
on a hard drive ?
3. How can I migrate my Dotclear blog to Firedrop2 ?
My first impressions are really good, I thank you much for your
beautiful work :
These post numbers functions as IDs. They uniquely identify each post.
Their actual value isn't important, which is why I (the original
author of Firedrop) didn't bother to add code that renumbers them.
However, they important because they appear in permalinks, etc.
That said, you don't have to display these numbers in your weblog, of
course. For example, in the template code quoted by Stewart:
> <a title="Permanent link to this post"
> id="e<% entry.get_id() %>"
> name="e<% entry.get_id() %>"
> href="<% permalink(
> entry.get_id()) %>"
> >#<% entry.get_id() %></a>
...you could replace the part between <a> and </a> with something like
"permalink". This way, the number won't show up, but it's still used
"internally" to create a unique link to the post.
Hope this helps!
--
Hans Nowak
http://zephyrfalcon.org/
Hans : sorry I didn't understood your answer, if I write something
like <a>"permalink"</a>,
1. I don't see how the id will still get created ;
2. I'll always have a "permalink" name on all my enties.
So why does Firedrop2 simply doesn't delete the old entries correctly
? If I decide to delete one, then Firedrop2 should renumber all the
posts id by date...this is just a suggestion.
Stewart : Good French speaking, bravo ! For the thumbnails, I've
already done such a little script, but I wanted it inside the gui of
Firedrop2. ie : choosing an image on my drive, create the thumbnail and
tranfer the images inside one of my blog images directories. Thanks for
the suggestions with the Dotclear migration, I'll try them when I find
time for.
Another question : How can I put categories inside my personnal links ?
I've found an interesting pdf cheatsheet for the Textile format, maybe
you could put a link to it on the Firedrop2 website, it helped me a
lot, so maybe
others...http://hypertexthero.com/dlog/pdf-textile-reference
See you, thanks :
6Tool9
I don't understand the problem as you stated it above - is the ID
*still* appearing in your pages ?
If so, can you show us the actual snippet from your template.
> 2. I'll always have a "permalink" name on all my enties.
>
Just remove that from your template. If you show us your
'entry_tamplate.html', we can advise how to edit it.
> So why does Firedrop2 simply doesn't delete the old entries correctly
> ? If I decide to delete one, then Firedrop2 should renumber all the
> posts id by date...this is just a suggestion.
>
No.
If you have a lot of entries, then you don't want them all renumbered as
this will destroy the 'permalinks' of *all* your later entries. (Which
people bookmark to get to specific posts.)
> Stewart : Good French speaking, bravo ! For the thumbnails, I've
> already done such a little script, but I wanted it inside the gui of
> Firedrop2. ie : choosing an image on my drive, create the thumbnail and
> tranfer the images inside one of my blog images directories. Thanks for
> the suggestions with the Dotclear migration, I'll try them when I find
> time for.
>
Hmm... I'm not 100 percent clear on what you want, but it ought to be
fairly easy to write a plugin that provides some of the functionality
you want. Using PIL to create thumbnails is *startlingly* easy. Perhaps
you could give it a try :-)
> Another question : How can I put categories inside my personnal links ?
>
What do you mean by personal links ? Do you mean inside your entry
template ?
> I've found an interesting pdf cheatsheet for the Textile format, maybe
> you could put a link to it on the Firedrop2 website, it helped me a
> lot, so maybe
> others...http://hypertexthero.com/dlog/pdf-textile-reference
>
>
Great, thanks, I'll try to remember to add this to the docs.
All the best,
Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
> See you, thanks :
> 6Tool9
>
>
> >
>
>
6TooL9 (hxxp://kib2.free.fr/new_blog/)
> well, one answer to your question is: you could get into the code and fix it
> yourself !
Ok thanks Stewart I prefer this one but which file should I fix ? My
firedrop2 directory contains many...
I had a look at several ones with no success (htmltools.py,
publisher.py, ...).
6TooL9
6TooL9