
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KBlogger development has stalled lately and I propose using Bilbo, unless somebody comes up and works on KBlogger. Bilbo has almost the same concept,which was planned for KBlogger. I'll focus on KBlog (the library in kdepimlibs), which is used by Bilbo as well and maybe do a plasmoid which will be like the KDE3 kblogger.
Recent sources are in KDE svn at: svn co svn://anonsvn.kde.org/home/kde/trunk/playground/pim/kblogger"
If you seriously are willing to work on KBlogger to push a 1.0 release (which should be still quite some work) you can contact me on whilo@jabber.org .
KBlogger pre1.0 is a kicker-applet for quick blogging, like gnome-blog. Just push the blog button and blog!
It supports the Meta-Weblog-Api, which is supported by most blogs, and Blogger API 1.0.
KBlogger beginning from 1.0 is a full fledged blog manager for KDE 4. It supports Blogspot, Wordpress, Drupal and LiveJournal accounts. In general all blog backends/servers that support MovableType/MetaWeblog/Blogger1.0 or GData are supported, which are quite a lot.
DEPENDENCIES: You need kdebase-dev-4.0.0 and kdepimlibs-dev-4.0.0 (which depends on qt-4.3.3, kdelibs-4.0.0, kdelibs-dev-4.0.0 and kdepimlibs-dev-4.0.0).
THE KDE4 VERSION IS ALPHA CODE AT THE MOMENT, ONLY USE IT IF YOU KNOW WHAT THAT MEANS.
Additional infos can be found on the webpage.
12 years ago
1.0-alpha3
- much improved auto-configuration
- changed but still buggy media management
- a zillion bugfixes and rewrites
1.0-alpha2
- fixed profile deletion
- close import media dialog on ok
- update the html preview on style fetching
KNOWN ISSUES:
- Mediamanagement is rough and thumbnail creation is hardcoded and thumbnails are not handled correctly
1.0-alpha1
- stripped API code out and do that in kdepimlibs/kblog as a lib now(me)
- KBlog supports GData and MovableType now and is a really good codebase when compared to before. It is even hard to compare ;-) (me)
- Port and build a KDE 4 application on top of it (Antonio)
- KBlogger supports autoconfiguration now (me)
- Multiple blog profiles supported (Antonio)
- Media manager with automatic import and thumbnail creation.(Antonio and me)
- Preview for Webpages (Antonio and me)
- Offline draft handling (Antonio)
- Trash support (Antonio)
- Richtext editing improved (Antonio)
- Editor improved (Antonio and me)
- View and modify existing posts (Antonio)
File issues, especially with autoconfiguration and crashes here for now please! Don't forget to post a backtrace (needs a debug build) and relevant information! Once we are in extragear, you can use bugs.kde.org for proper bug reports.
0.7-beta3
- Convert local time to UTC beforce creating new posts first.
- Properly close the editor on "esc"
- Fix the tab order
0.7-beta2
- removed the stupid css handling code
0.7-beta1
- passive error messages
- new editor with preview function
- utf8 finally fixed!
- other fixes
0.6.5
- still dateTime issues in wordpress due to a bug in wordpress
- added GUI for changing dateTime (thanks Antonio!)
- improved the GUI
- added the possibility to add plain HTML code (i hope it works with correctly)
0.6.4
- well actually i've only reverted the datetime behaviour to 3.5 )
- automatic blogid fetching and showing blog name info
- richtext edit
- file uploading ( metaweblog )
- posts editing through right click menu ( metaweblog )
- many bugfixes
- ...
0.5.2
- improved error handling and information
- added german translation
- bugfixes...
0.5.1
- added automatic category fetching for MetaWeblog API ( Blogger API doesn't support it )
- fixed/added editor error handling
- bugfixes...
0.5
- new backend from the kdepim/blogging resource. Blogger API 1.0 works again
- fixed configuration dialog
- added category support
- new icon (thx to Kenneth Wimer)
- new documentation (thx to Harald Sitter)
- bugfixes, cleanup
0.4.1 (thx to harald!)
- changed fsf address
- made the desktop file freedesktop spec compatible
- sorted out a build issue according to: http://developer.kde.org/documentation/makefile_am_howto/en/_makefile_am_for_a_plugin_or_module_.html
- removed unneeded files and folders
0.4
- changed the backend to kio-http
- maybe it also works with a proxy now?
- improved error handling
- simplified configuration dialog
0.3
- improved error-handling
- added some documentation
- improved all widgets:
- fixed deletion of the message if an error occurs
- added tooltips in configuration
- added spellchecking
0.2
- added basic error-handling
- added publish option
- improved all widgets
- added blogger.com/blogspot (not tested!, since i have no blogger.com account) support, new apis should be easy to add now
12 years ago
1.0-alpha3
- much improved auto-configuration
- changed but still buggy media management
- a zillion bugfixes and rewrites
1.0-alpha2
- fixed profile deletion
- close import media dialog on ok
- update the html preview on style fetching
KNOWN ISSUES:
- Mediamanagement is rough and thumbnail creation is hardcoded and thumbnails are not handled correctly
1.0-alpha1
- stripped API code out and do that in kdepimlibs/kblog as a lib now(me)
- KBlog supports GData and MovableType now and is a really good codebase when compared to before. It is even hard to compare ;-) (me)
- Port and build a KDE 4 application on top of it (Antonio)
- KBlogger supports autoconfiguration now (me)
- Multiple blog profiles supported (Antonio)
- Media manager with automatic import and thumbnail creation.(Antonio and me)
- Preview for Webpages (Antonio and me)
- Offline draft handling (Antonio)
- Trash support (Antonio)
- Richtext editing improved (Antonio)
- Editor improved (Antonio and me)
- View and modify existing posts (Antonio)
File issues, especially with autoconfiguration and crashes here for now please! Don't forget to post a backtrace (needs a debug build) and relevant information! Once we are in extragear, you can use bugs.kde.org for proper bug reports.
0.7-beta3
- Convert local time to UTC beforce creating new posts first.
- Properly close the editor on "esc"
- Fix the tab order
0.7-beta2
- removed the stupid css handling code
0.7-beta1
- passive error messages
- new editor with preview function
- utf8 finally fixed!
- other fixes
0.6.5
- still dateTime issues in wordpress due to a bug in wordpress
- added GUI for changing dateTime (thanks Antonio!)
- improved the GUI
- added the possibility to add plain HTML code (i hope it works with correctly)
0.6.4
- well actually i've only reverted the datetime behaviour to 3.5 )
- automatic blogid fetching and showing blog name info
- richtext edit
- file uploading ( metaweblog )
- posts editing through right click menu ( metaweblog )
- many bugfixes
- ...
0.5.2
- improved error handling and information
- added german translation
- bugfixes...
0.5.1
- added automatic category fetching for MetaWeblog API ( Blogger API doesn't support it )
- fixed/added editor error handling
- bugfixes...
0.5
- new backend from the kdepim/blogging resource. Blogger API 1.0 works again
- fixed configuration dialog
- added category support
- new icon (thx to Kenneth Wimer)
- new documentation (thx to Harald Sitter)
- bugfixes, cleanup
0.4.1 (thx to harald!)
- changed fsf address
- made the desktop file freedesktop spec compatible
- sorted out a build issue according to: http://developer.kde.org/documentation/makefile_am_howto/en/_makefile_am_for_a_plugin_or_module_.html
- removed unneeded files and folders
0.4
- changed the backend to kio-http
- maybe it also works with a proxy now?
- improved error handling
- simplified configuration dialog
0.3
- improved error-handling
- added some documentation
- improved all widgets:
- fixed deletion of the message if an error occurs
- added tooltips in configuration
- added spellchecking
0.2
- added basic error-handling
- added publish option
- improved all widgets
- added blogger.com/blogspot (not tested!, since i have no blogger.com account) support, new apis should be easy to add now
ch4n01r
15 years ago
* What is the blog-id ?
* For the host, I tried :
http://calepin.blogsome.com
and
http://calepin.blogsome.com/wp-login.php
without success.
* The url (http://calepin.blogsome.com/xmlrpc.php) is the good one, since I used it with a python script (http://scott.yang.id.au/2002/12/mtsendpy/)
Maybe the problem comes from Wordpress who don't understand the API MetaWeblog despite the announced features (http://wordpress.org/about/features/)...
Report
ch4n01r
15 years ago
I can't compile kblogger. Here is the error I obtain :
)# ./configure --prefix=/usr/local/kde
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1379: syntax error near unexpected token `kblogger,'
./configure: line 1379: `AM_INIT_AUTOMAKE(kblogger, 0.1)'
I don't have any clue on how to resolve this :(
Report
willow
15 years ago
make -f Makefile.cvs
After that, execute the well known commands:
./configure .....
make
su
make install
Report
ch4n01r
15 years ago
Report
Cypress
15 years ago
Report
Cypress
15 years ago
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1379: syntax error near unexpected token `kblogger,'
./configure: line 1379: `AM_INIT_AUTOMAKE(kblogger, 0.1)'
cypress@malacka:~/compile/kblogger$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 1379: syntax error near unexpected token `kblogger,'
./configure: line 1379: `AM_INIT_AUTOMAKE(kblogger, 0.1)
Report
staul
15 years ago
Report
ch4n01r
15 years ago
Report
whilo
15 years ago
Greetings,
Christian
Report
uxor
15 years ago
Report
ch4n01r
15 years ago
"XML-RPC interface --- WordPress currently supports an extended version of the Blogger API, MetaWeblog API, and finally the MovableType API."
http://wordpress.org/about/features/
This means that your app should work with WordPress ?
I'll try it soon :)
Report
smileaf
15 years ago
I actually made my own blogging system on my webserver.
I'd like to be able to set the post variables for the title and message.
URL scheme, whatever is needed to make a customizable way to add your own html blog system.
Report
merlin8000
15 years ago
Here is a simple ebuild I created for this app, the tarball needs to be repackaged so that the package files lie in the root directory of the tarball and not kportage/ but after that it builds and installs fine on my x86 machine.
--------------------------------------
inherit kde
DESCRIPTION="KDE blogging utility"
HOMEPAGE="http://kde-apps.org/content/show.php?content=29552"
SRC_URI="http://kde-apps.org/content/files/29552-${P}.tar.bz2"
RESTRICT="nomirror"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc amd64 sparc"
IUSE=""
need-kde 3.1
Report
blaster999
15 years ago
S=${WORKDIR}/${PN}
to your ebuild, so nothing needs to be recompressed.
Also, consider adding this ebuild to gentoo bugzilla.
Report
whilo
15 years ago
Report
toots5446
15 years ago
Report
whilo
15 years ago
WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs
I of course prechecked ./configure && make && make install and it worked perfectly for me. Could you please put the output and more details on your problem?
By the way I'm very happy that you like it! :-)
Has anybody tried to post non-latin-1- chars (utf support) to his blog?
Report
dissemfae
15 years ago
Report
whilo
15 years ago
Report
dissemfae
15 years ago
Report
brockers
15 years ago
Bobby
Report
whilo
15 years ago
Report
brockers
15 years ago
Bobby
Report
Superstoned
15 years ago
Report
whilo
15 years ago
Report