| title: | Re Tentative Patch to Let Gnome Blog Check Y |
|
Sorry, evolution was faster than me. Here comes the rest:
1. ...
2. ...
3. ... and change:
content = title + "
" + entry
to something like:
content = "<strong " + title + "</strong " + "
" + entry
or something else like:
content = "<p class="BlogTitle" + title + </p + entry
The last would have the advantage that you could change your template
file and include a css-description for the class BlogTitle.
Of course, it would be nice to have such options in gnome-blog already
included. However, I suppose every user would like to have something
different which is hard to implement especially if you want to build a
small and simple application.
Ronny
Am Fr, den 05.03.2004 schrieb Simon Wong um 04:55:
On Thu, 2004-03-04 at 23:11, Ronny Klein wrote:
Ok, here is the solution of the riddle: I think I had just luck the
first time when I posted to eronny.blogspot.com. Because shortly after
your answer I realized that Ive gotten the same problem like you. After
some search, I found the solution in this email:
groups.yahoo.com/group/bloggerDev/message/1894 groups.yahoo.com/group/bloggerDev/message/1894
They temporarily changed the address to www.blogger.api/RPC2. So, what
you can do is:
- Choose Self-Run-Other as Blog-Type.
- Choose BloggerAPI as your protocol.
- And then type www.blogger.com/api/RPC2 www.blogger.com/api/RPC2 as your XML-RPC URL.
Ronny you have my eternal gratitude :-)
Heres a beer for you!
Now if i could only get the damn title to actually work...:-)
_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
mail.gnome.org/mailman/listinfo/gnome-list mail.gnome.org/mailman/listinfo/gnome-list
|