You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(53) |
Feb
(81) |
Mar
(47) |
Apr
(29) |
May
(32) |
Jun
(24) |
Jul
(41) |
Aug
(86) |
Sep
(40) |
Oct
(28) |
Nov
(11) |
Dec
(23) |
| 2004 |
Jan
(32) |
Feb
(54) |
Mar
(30) |
Apr
(28) |
May
(113) |
Jun
(17) |
Jul
(5) |
Aug
(111) |
Sep
(103) |
Oct
(18) |
Nov
(5) |
Dec
(38) |
| 2005 |
Jan
(31) |
Feb
(26) |
Mar
(69) |
Apr
(36) |
May
(45) |
Jun
(35) |
Jul
(11) |
Aug
(25) |
Sep
(9) |
Oct
(27) |
Nov
(4) |
Dec
(11) |
| 2006 |
Jan
(33) |
Feb
(11) |
Mar
(7) |
Apr
(10) |
May
(11) |
Jun
(2) |
Jul
(9) |
Aug
(7) |
Sep
(22) |
Oct
(40) |
Nov
(34) |
Dec
(5) |
| 2007 |
Jan
(21) |
Feb
(23) |
Mar
(28) |
Apr
(1) |
May
(15) |
Jun
(45) |
Jul
(71) |
Aug
(45) |
Sep
(52) |
Oct
(31) |
Nov
(20) |
Dec
(6) |
| 2008 |
Jan
(17) |
Feb
(25) |
Mar
(7) |
Apr
(5) |
May
(9) |
Jun
(3) |
Jul
(2) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
(2) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(15) |
Aug
(9) |
Sep
(10) |
Oct
(1) |
Nov
|
Dec
|
| 2010 |
Jan
(42) |
Feb
(28) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
(7) |
Sep
(19) |
Oct
(14) |
Nov
(27) |
Dec
(14) |
| 2011 |
Jan
(8) |
Feb
(9) |
Mar
(9) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(18) |
Sep
|
Oct
|
Nov
|
Dec
(6) |
| 2012 |
Jan
(5) |
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
(4) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(9) |
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Zoom.Quiet <zoo...@gm...> - 2011-08-31 10:12:53
|
my PyBlosxom: http://blog.zoomquiet.org/pyblosxom/ whatever 1.5rc1/rc3 : - my work env. : + Ubuntu 10.04.3 LTS 2.6.32-33-generic i686 GNU/Linux + Python 2.6.5 - usage: pyblosxom-cmd staticrender --config </path/to/blog_dir> NOTICE: - index for Category is ony include one entries, e.g: http://blog.zoomquiet.org/pyblosxom/mind/ atom export also lost entries,e.g: http://blog.zoomquiet.org/pyblosxom/mind/index.atom - BUT usage category_static.py (cone form http://snarfed.org/pyblosxom_index) can export realy all entries in category path http://blog.zoomquiet.org/pyblosxom/category-index.html in the page can see under category mind/ there is 2 entries SO: - this is BUG of PyBlosxom yet? - can usage some plugin fixed it? thanx for all -- 人生苦短, Pythonic! 冗余不做,日子甭过!备份不做,十恶不赦! 俺: http://about.me/zoom.quiet 文字协议: http://creativecommons.org/licenses/by-sa/2.5/cn/ |
|
From: Joseph R. <jos...@re...> - 2011-08-18 18:03:19
|
rememberdates: 404 -- Regards, Joseph Reagle http://reagle.org/joseph/ (Perhaps using speech recognition, sorry for any speakos.) |
|
From: Janis K. <ja...@fi...> - 2011-08-18 14:17:16
|
Joseph Reagle wrote: > > > > I wanted to thank Will for helping me figure out my comments plugin > befuddlement! After many years I'm finally running a current version, > and I easily made use of the paginate plugin, something I've long > wanted. Woohoo and thanks! > Very cool :) |
|
From: Joseph R. <jos...@re...> - 2011-08-18 13:29:36
|
I wanted to thank Will for helping me figure out my comments plugin befuddlement! After many years I'm finally running a current version, and I easily made use of the paginate plugin, something I've long wanted. Woohoo and thanks! |
|
From: Joseph R. <jos...@re...> - 2011-08-16 13:18:15
|
I suspect my problem isn't templates, but the plugin itself. I note that in my old install I do get a verification:
~~~~
=== plugin: 'comments'
file: /home/reagle/data/2web/pyblosxom-contrib-1.3.3/plugins/comments/plugins/comments.pyc
version: $Id: comments.py 991 2007-02-26 01:20:02Z ryanbarrett $
missing optional property: 'comment_ext'
PASS
~~~~
Now I get:
~~~
- 'comments' (/home/reagle/data/2web/pyblosxom-1.5rc3/plugins/comments/__init__.pyc)
~~~~
Is that right?
Is there a way via the Web -- rather than the command line -- that would show some diagnostics of what plugin is operational and/or what variables are available?
|
|
From: will kahn-g. <wi...@bl...> - 2011-08-16 13:11:04
|
My guess is that it's not showing anything because it's not picking up the templates. Why don't you hop on IRC and we can work through this. On Tue 16 Aug 2011 09:04:30 AM EDT, Joseph Reagle wrote: > I suspect my problem isn't templates, but the plugin itself. I note that > in my old install I do get a verification: > > ~~~~ > > === plugin: 'comments' > > file: > /home/reagle/data/2web/pyblosxom-contrib-1.3.3/plugins/comments/plugins/comments.pyc > > version: $Id: comments.py 991 2007-02-26 01:20:02Z ryanbarrett $ > > missing optional property: 'comment_ext' > > PASS > > ~~~~ > > Now I get: > > ~~~ > > - 'comments' > (/home/reagle/data/2web/pyblosxom-1.5rc3/plugins/comments/__init__.pyc) > > ~~~~ > > Is that right? > > Is there a way via the Web -- rather than the command line -- that would > show some diagnostics of what plugin is operational and/or what > variables are available? |
|
From: Janis K. <ja...@fi...> - 2011-08-15 22:27:00
|
Joseph Reagle wrote: > > On Monday, August 15, 2011, will kahn-greene wrote: > > > http://pyblosxom.bluesock.org/1.5/flavours_and_templates.html > > > > That doesn't say anything about comments... > > > > Is there a version of a flavour that comes with comments ready to go? > > > > These are the templates I'm using over here for a flavor that is a take-off on the Wordpress Adventure theme at http://www.filegate.net/blog/ -rwxrwxr-x 1 www-data www-data 75 2011-07-12 13:08 comment-story.adv -rwxrwxr-x 1 www-data www-data 207 2011-07-12 13:08 comment-preview.adv -rwxrwxr-x 1 www-data www-data 106 2011-07-12 13:13 summary.adv -rwxrwxr-x 1 www-data www-data 117 2011-07-12 13:13 static.adv -rwxrwxr-x 1 www-data www-data 705 2011-07-12 13:14 registry-story.adv -rwxrwxr-x 1 www-data www-data 10 2011-07-12 13:14 content_type.adv -rwxrwxr-x 1 www-data www-data 475 2011-07-16 23:58 story.adv -rwxr-xr-x 1 www-data www-data 1.6K 2011-07-17 11:29 comment-form.adv -rwxr-xr-x 1 www-data www-data 262 2011-07-17 11:29 comment.adv -rwxrwxr-x 1 www-data www-data 771 2011-07-20 11:25 foot.adv -rwxrwxr-x 1 www-data www-data 2.7K 2011-08-02 15:59 head.adv I mentioned to Will a while back that I couldn't get the comments to work until 1.5 came out.. I re-installed the plugins in my plugin directory and the comments just started working.. I can zip those templates up for you if you want to play around with them.. For plugins, I'm pulling these over here, some of them I loaded up early on when I was pulling my hair out over the comments : py["load_plugins"] =["akismetcomments", "akismet", "booklist", "check_nonhuman", "comments", "filekicker", "index", "no_old_comments", "pyrecentposts", "plugininfo", "pyarchives", "pycalendar", "pycategories", "pygallery", "pyinclude", "trackback", "viewcount", "xmlrpc_blogger", "xmlrpcexamples", "xmlrpc_metaweblog", "xmlrpc_pingback", "xmlrpc"] Take care, Janis |
|
From: will kahn-g. <wi...@bl...> - 2011-08-15 22:03:07
|
It talks about how flavours and templates are structured on the file system. You need to follow that structure when adding the comments related templates. On 08/15/2011 05:21 PM, Joseph Reagle wrote: > On Monday, August 15, 2011, will kahn-greene wrote: > > > http://pyblosxom.bluesock.org/1.5/flavours_and_templates.html > > That doesn't say anything about comments... > > Is there a version of a flavour that comes with comments ready to go? > |
|
From: Joseph R. <jos...@re...> - 2011-08-15 21:35:13
|
On Monday, August 15, 2011, will kahn-greene wrote: > http://pyblosxom.bluesock.org/1.5/flavours_and_templates.html That doesn't say anything about comments... Is there a version of a flavour that comes with comments ready to go? |
|
From: will kahn-g. <wi...@bl...> - 2011-08-15 21:08:24
|
Definitely worth reading through: http://pyblosxom.bluesock.org/1.5/flavours_and_templates.html See if that helps. /will On 08/15/2011 05:01 PM, Joseph Reagle wrote: > On Monday, August 15, 2011, will kahn-greene wrote: > > > Are the templates in the right place? > > The directions say: > > > Copy the flavour files from theplugins/comments/flavours directory to > the appropriate places alongside your flavour files. > > > What are the appropriate places? I've gone back to using the default > flavours (rather than my own from my 1.3 install) and my directory now > looks like: > > ~~~~ > > orb:/home/reagle/e/clear/data/2web/pyblosxom-1.5rc3/flavours> dir > > total 140 > > drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 atom.flav/ > > -rw-r--r-- 1 reagle reagle 471 2011-06-18 23:01 comment.atom > > -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-form.atom > > -rw-r--r-- 1 reagle reagle 1594 2011-06-18 23:01 comment-form.html > > -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-form.rss20 > > -rw-r--r-- 1 reagle reagle 173 2011-06-18 23:01 comment.html > > -rw-r--r-- 1 reagle reagle 248 2011-06-18 23:01 comment-preview.html > > -rw-r--r-- 1 reagle reagle 482 2011-06-18 23:01 comment.rss20 > > -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-story.atom > > -rw-r--r-- 1 reagle reagle 30 2011-06-18 23:01 comment-story.html > > -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-story.rss20 > > drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 error.flav/ > > drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 html.flav/ > > drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 rss20.flav/ > > drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 rss.flav/ > > ~~~~ > > > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > > > > _______________________________________________ > pyblosxom-users mailing list > pyb...@li... > https://lists.sourceforge.net/lists/listinfo/pyblosxom-users |
|
From: Joseph R. <jos...@re...> - 2011-08-15 21:01:54
|
On Monday, August 15, 2011, will kahn-greene wrote: > Are the templates in the right place? The directions say: > Copy the flavour files from the plugins/comments/flavours directory to the appropriate places alongside your flavour files. What are the appropriate places? I've gone back to using the default flavours (rather than my own from my 1.3 install) and my directory now looks like: ~~~~ orb:/home/reagle/e/clear/data/2web/pyblosxom-1.5rc3/flavours> dir total 140 drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 atom.flav/ -rw-r--r-- 1 reagle reagle 471 2011-06-18 23:01 comment.atom -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-form.atom -rw-r--r-- 1 reagle reagle 1594 2011-06-18 23:01 comment-form.html -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-form.rss20 -rw-r--r-- 1 reagle reagle 173 2011-06-18 23:01 comment.html -rw-r--r-- 1 reagle reagle 248 2011-06-18 23:01 comment-preview.html -rw-r--r-- 1 reagle reagle 482 2011-06-18 23:01 comment.rss20 -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-story.atom -rw-r--r-- 1 reagle reagle 30 2011-06-18 23:01 comment-story.html -rw-r--r-- 1 reagle reagle 0 2011-06-18 23:01 comment-story.rss20 drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 error.flav/ drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 html.flav/ drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 rss20.flav/ drwxrwxr-x 2 reagle reagle 4096 2011-08-15 14:40 rss.flav/ ~~~~ |
|
From: Joseph R. <jos...@re...> - 2011-08-15 21:01:18
|
(pyblosxom-1.5rc3)orb:/home/reagle> /home/reagle/bin/virts/pyblosxom-1.5rc3/bin/pyblosxom-cmd test --config /home/reagle/data/2web/pyblosxom-1.5rc3/config.py pyblosxom-cmd version 1.5rc3 20110618 Inserting /home/reagle/data/2web/pyblosxom-1.5rc3/ to beginning of sys.path.... Trying to import the config module.... System Information ================== - pyblosxom: 1.5rc3 20110618 - sys.version: 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2] - os.name: posix - codebase: /home/reagle/bin/virts/pyblosxom-1.5rc3/lib/python2.7 /site-packages Checking config.py file ======================= - properties set: 26 - datadir '/home/reagle/data/2web/reagle.org/joseph/content' exists. - WARNING: You should consider setting flavourdir and putting your flavour templates there. See the documentation for more details. Checking plugin configuration ============================= - This goes through your plugins and asks each of them to verify configuration and installation. ---- plugin: txtl file: /home/reagle/data/2web/pyblosxom-contrib-reagle-new/txtl.pyc version: $Id: txtl.py 750 2005-08-01 18:48:38Z willhelm $ I couldn't find the optional htmlizer module. If you want PyTextile to syntax-highlight Python code, download it from http://dealmeida.net/code/htmlizer.py.txt I couldn't find any wrapper to TidyLib. If you want PyTextile validating the generated XHTML, download either mx.Tidy (http://www.egenix.com/files/python/mxTidy.html) or uTidyLib (http://utidylib.sourceforge.net/) PASS ---- plugin: pycategories file: /home/reagle/data/2web/pyblosxom-1.5rc3/plugins/category/pycategories.pyc version: $Id$ missing optional config property 'category_item' which allows you to specify how the category hierarchy is rendered. see the documentation at the top of the pycategories plugin code file for more details. PASS ---- plugin: wbgcomment_blacklist file: /home/reagle/data/2web/pyblosxom-contrib-reagle-new/wbgcomment_blacklist.pyc version: 1.0 (11 April, 2005) PASS ---- plugin: magicword file: /home/reagle/data/2web/pyblosxom-1.5rc3/plugins/comments/magicword.pyc version: 0.1 PASS ---- The following plugins do not support installation verification: - 'breadcrumbs' (/home/reagle/data/2web/pyblosxom-contrib-reagle-new/breadcrumbs.pyc) - 'comments' (/home/reagle/data/2web/pyblosxom-1.5rc3/plugins/comments/__init__.pyc) - 'conditionalhttp' (/home/reagle/data/2web/pyblosxom-1.5rc3/plugins/headers/conditionalhttp.pyc) - 'htmlentryparser' (/home/reagle/data/2web/pyblosxom-contrib-reagle-new/htmlentryparser.pyc) Verification complete. Correct any errors and warnings above. (pyblosxom-1.5rc3)orb:/home/reagle> |
|
From: will kahn-g. <wi...@bl...> - 2011-08-15 20:29:54
|
How are you running PyBlosxom? With the cgi script? FastCGI? WSGI? Did you run: pyblosxom-cmd test ? If so, does the comments plugin load? Does it say it's configured ok? Are the templates in the right place? On Mon 15 Aug 2011 04:13:21 PM EDT, Joseph Reagle wrote: > I decided to try to move to the latest and greatest (again) and stubbed > my toes on the following: > > 1. If `config` is install, the cgi script will import it first and throw > an error <http://pypi.python.org/pypi/config/0.3.7> . > > 2. How to get comments to work? I've attached my config.py, I think it > is set correctly, but I'm not seeing anything appropriate on: > > http://reagle.org/joseph/blog3/ |
|
From: Joseph R. <jos...@re...> - 2011-08-15 20:27:15
|
I decided to try to move to the latest and greatest (again) and stubbed my toes on the following: 1. If `config` is install, the cgi script will import it first and throw an error <http://pypi.python.org/pypi/config/0.3.7> . 2. How to get comments to work? I've attached my config.py, I think it is set correctly, but I'm not seeing anything appropriate on: http://reagle.org/joseph/blog3/ |
|
From: Mario F. <si...@gm...> - 2011-08-06 21:33:34
|
I (re)discovered the cmd command after sending the email. As for the issue, I've suggested another possible solution in the tracker. On 06/08/2011, at 23:08, will kahn-greene wrote: > Hi! > > You're not doing anything wrong. The core plugins are meant to be > copied into your plugins dir. There's an issue in the tracker for > looking into ways to change this and make it easier without creating > problematic edge cases. > > Regarding logging errors when plugins cannot be loaded, did you run > "pyblosxom-cmd test" after setting things up? > > /will > > > On 08/06/2011 02:04 PM, Mario Fernández wrote: >> Hi, >> >> I'm trying to port an old blog to the new version of PyBlosxom, namely the last snapshot from the git repository. >> >> I want to include some plugins that are in the core distribution, like pyfilenamemtime and comments. I've put them in the load_plugins variable, but they weren't loading. After some investigation, I've fixed it by adding the dir where the plugin is to 'plugin_dirs', something like py['plugin_dirs'] = [os.path.join(blogdir, 'pyblosxom', 'plugins', 'date')]. I find this strange. Shouldn't the plugins that are part of the core package be available per default for importing? Am I doing something wrong? >> >> On a related note, I think that when plugins cannot be loaded there should be some kind of logging, as it makes the problem difficult to debug otherwise. >> >> Cheers, >> Mario > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > The must-attend event for mobile developers. Connect with experts. > Get tools for creating Super Apps. See the latest technologies. > Sessions, hands-on labs, demos & much more. Register early & save! > http://p.sf.net/sfu/rim-blackberry-1 > _______________________________________________ > pyblosxom-users mailing list > pyb...@li... > https://lists.sourceforge.net/lists/listinfo/pyblosxom-users |
|
From: will kahn-g. <wi...@bl...> - 2011-08-06 21:08:45
|
Hi! You're not doing anything wrong. The core plugins are meant to be copied into your plugins dir. There's an issue in the tracker for looking into ways to change this and make it easier without creating problematic edge cases. Regarding logging errors when plugins cannot be loaded, did you run "pyblosxom-cmd test" after setting things up? /will On 08/06/2011 02:04 PM, Mario Fernández wrote: > Hi, > > I'm trying to port an old blog to the new version of PyBlosxom, namely the last snapshot from the git repository. > > I want to include some plugins that are in the core distribution, like pyfilenamemtime and comments. I've put them in the load_plugins variable, but they weren't loading. After some investigation, I've fixed it by adding the dir where the plugin is to 'plugin_dirs', something like py['plugin_dirs'] = [os.path.join(blogdir, 'pyblosxom', 'plugins', 'date')]. I find this strange. Shouldn't the plugins that are part of the core package be available per default for importing? Am I doing something wrong? > > On a related note, I think that when plugins cannot be loaded there should be some kind of logging, as it makes the problem difficult to debug otherwise. > > Cheers, > Mario |
|
From: Mario F. <si...@gm...> - 2011-08-06 18:04:47
|
Hi, I'm trying to port an old blog to the new version of PyBlosxom, namely the last snapshot from the git repository. I want to include some plugins that are in the core distribution, like pyfilenamemtime and comments. I've put them in the load_plugins variable, but they weren't loading. After some investigation, I've fixed it by adding the dir where the plugin is to 'plugin_dirs', something like py['plugin_dirs'] = [os.path.join(blogdir, 'pyblosxom', 'plugins', 'date')]. I find this strange. Shouldn't the plugins that are part of the core package be available per default for importing? Am I doing something wrong? On a related note, I think that when plugins cannot be loaded there should be some kind of logging, as it makes the problem difficult to debug otherwise. Cheers, Mario |
|
From: will kahn-g. <wi...@bl...> - 2011-06-20 12:32:52
|
Nevermind--I figured out a couple of problems and learned a lot about
PYPI in the process.
Doing:
pip install pyblosxom
should work fine now.
/will
On 06/20/2011 08:07 AM, will kahn-greene wrote:
> Can you be more specific about what you did to get that error?
>
>
> On 06/20/2011 07:41 AM, Fernando Tricas García wrote:
>> Hello,
>>
>> I'm downloading the file and pip complaints:
>> "ReadError: not a gzip file"
>> The problem seems to be that pyblosxom-1.5rc3.tar.gz is not gzipped
>> but I'm
>> not sure.
>> If 'file' is correct:
>> file pyblos*
>> pyblosxom-1.5rc3.tar.gz: POSIX tar archive
>>
>> Thank you and keep up with the good work,
>>
>>
>> On Sun, Jun 19, 2011 at 3:56 PM, will
>> kahn-greene<wi...@bl...>wrote:
>>
>>> Release!
>>> ========
>>>
>>> I just release PyBlosxom 1.5rc3. For changes, take a look at the What's
>>> new chapter:
>>>
>>> http://pyblosxom.bluesock.org/1.5/whatsnew.html
>>>
>>> Amongst other things, it continues to reduce the difficulties in
>>> configuring and debugging PyBlosxom and plugins. I encourage everyone
>>> to upgrade.
>>>
>>>
>>> Going forward
>>> =============
>>>
>>> There are still problems that I'd like to sort out for 1.5, but this is
>>> another big step towards getting there.
>>>
>>> If you're interested in helping out, see the Milestone 1.5 link on the
>>> left side if the issue tracker at http://pyblosxom.bluesock.org/bugs/ .
>>>
>>> If you find issues, please write up issues there or send something to
>>> the pyblosxom-devel mailing list. Details on the website at
>>> http://pyblosxom.bluesock.org/ .
>>>
>>> /will
|
|
From: will kahn-g. <wi...@bl...> - 2011-06-19 13:56:12
|
Release!
========
I just release PyBlosxom 1.5rc3. For changes, take a look at the What's
new chapter:
http://pyblosxom.bluesock.org/1.5/whatsnew.html
Amongst other things, it continues to reduce the difficulties in
configuring and debugging PyBlosxom and plugins. I encourage everyone
to upgrade.
Going forward
=============
There are still problems that I'd like to sort out for 1.5, but this is
another big step towards getting there.
If you're interested in helping out, see the Milestone 1.5 link on the
left side if the issue tracker at http://pyblosxom.bluesock.org/bugs/ .
If you find issues, please write up issues there or send something to
the pyblosxom-devel mailing list. Details on the website at
http://pyblosxom.bluesock.org/ .
/will
|
|
From: seanh <sn...@gm...> - 2011-03-26 21:57:39
|
Cool! I had just been thinking that pyblosxom should have a post-by-email add-on, as blosxom used to have one, and they are useful for posting from things like phones and tablets. There is also a pyblosxom tumblelog plugin that adds some tumblr/posterous-like functionality, that might work well in combination with your add-on: https://github.com/seanh/PyBlosxom-tumblelog On Thu, Mar 24, 2011 at 09:52:07AM +0800, Chris McCormick wrote: > Hi all, > > I have written a small Python script which might be useful to pybloxsom people. > The idea is that you put it in your .procmailrc script and it converts emails > into blog posts, breaking out the attachments and saving them to a directory of > your choice. It uses templates to format how to make each attachment appear in > posts. The way I use this is: > > * See something cool. > * Snap a photo with my phone. > * Email it to my special address (where procmail / my script rececives it). > * Attachment(s) get saved, blog post gets generated with links / images to attachments. > > You can get the source code with bzr: > > bzr co http://mccormick.cx/dev/blogblast/ > > I will probably add templates for video uploads, audio, and a "catch-all" for > any media type it does not know. I hope this is useful to someone else. > > Cheers, > > Chris. > > ------------------- > http://mccormick.cx > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _______________________________________________ > pyblosxom-users mailing list > pyb...@li... > https://lists.sourceforge.net/lists/listinfo/pyblosxom-users |
|
From: Chris M. <ch...@mc...> - 2011-03-24 02:08:47
|
Hi all, I have written a small Python script which might be useful to pybloxsom people. The idea is that you put it in your .procmailrc script and it converts emails into blog posts, breaking out the attachments and saving them to a directory of your choice. It uses templates to format how to make each attachment appear in posts. The way I use this is: * See something cool. * Snap a photo with my phone. * Email it to my special address (where procmail / my script rececives it). * Attachment(s) get saved, blog post gets generated with links / images to attachments. You can get the source code with bzr: bzr co http://mccormick.cx/dev/blogblast/ I will probably add templates for video uploads, audio, and a "catch-all" for any media type it does not know. I hope this is useful to someone else. Cheers, Chris. ------------------- http://mccormick.cx |
|
From: Sean W. <se...@si...> - 2011-03-23 18:16:00
|
Hi, On 23 Mar 2011 at 15:53Z, Dieter Plaetinck wrote: > On Wed, 23 Mar 2011 16:32:21 +0100 Glennie Vignarajah > <gl...@gl...> wrote: >> It's working on my test site (http://pyblosxom.glennie.fr) >> If your post is not under a category, (id: the post is directly >> under entries/) the plugin doesn't work. Try to move your post into >> a subdirectory (ex: entries/tests/) and check if the plugin works. > IIRC the fix for that has been committed into git a while ago. Yeah, it doesn't seem to make any difference unfortunately. >> I've posted a patch for comments plugin. It's in the tracker(issu >> 39). > http://pyblosxom.bluesock.org/bugs/issue39 - "Comment preview fails", > this seems to be about a different issue. >> By the way, are you going migrate your old posts from WordPress to >> PyBlosxom? Do you know if there is an automatic way to do this? Not that I'm aware of. I'm planning to do it manually, since some of them could do with some cleaning up/replacing lost images etc. anyway. S -- Sean Whitton / <se...@si...> OpenPGP KeyID: 0x3B6D411B http://seanwhitton.com/ |
|
From: Glennie V. <gl...@gl...> - 2011-03-23 16:25:49
|
Le 23/03/2011 vers 17:08, dans le message intitulé "Re: [pyblosxom-users]
Comments plugin "Just Doesn't Work" with 1.5rc2", will kahn-greene("will kahn-
greene" <wi...@bl...>) a écrit:
> I migrated a WordPress blog to PyBlosxom a couple of years ago. My
> conversion script (which was written for my purposes and may not be
> general to other people's purposes) is at:
Thank you.
Exactly what I've been looking for!
Regards,
--
http://www.glennie.fr
What we think, or what we know, or what we believe is, in the end, of little
consequence. The only consequence is what we do.
|
|
From: Glennie V. <gl...@gl...> - 2011-03-23 16:10:34
|
Le 23/03/2011 vers 16:53, dans le message intitulé "Re: [pyblosxom-users] Comments plugin "Just Doesn't Work" with 1.5rc2", Dieter Plaetinck(Dieter Plaetinck <di...@pl...>) a écrit: > On Wed, 23 Mar 2011 16:32:21 +0100 Hi, > > If your post is not under a category, (id: the post is directly under > > entries/) the plugin doesn't work. Try to move your post into a > > subdirectory (ex: entries/tests/) and check if the plugin works. > > IIRC the fix for that has been committed into git a while ago. > > > I've posted a patch for comments plugin. It's in the tracker(issu 39). > > http://pyblosxom.bluesock.org/bugs/issue39 - "Comment > preview fails", this seems to be about a different issue. The patch includes a fixes for thoses two bugs. > > you can go from drupal to pyblosxom using this: > https://github.com/Dieterbe/drupal-to-pyblosxom > > maybe you can adapt the code to go from wordpress. or find a tool that > can convert wordpress->drupal first ;) Thanks. I'm going to have look at it! Regards, |
|
From: will kahn-g. <wi...@bl...> - 2011-03-23 16:08:33
|
I migrated a WordPress blog to PyBlosxom a couple of years ago. My conversion script (which was written for my purposes and may not be general to other people's purposes) is at: http://bluesock.org/~willg/download/wp-to-pyblosxom.py I haven't touched it in ages, so I don't remember a lot of what it does or how. Best to read through the code and comments and tweak it to work for you. /will On 03/23/2011 11:53 AM, Dieter Plaetinck wrote: > On Wed, 23 Mar 2011 16:32:21 +0100 > Glennie Vignarajah <gl...@gl...> wrote: > >> It's working on my test site (http://pyblosxom.glennie.fr) >> >> If your post is not under a category, (id: the post is directly under >> entries/) the plugin doesn't work. Try to move your post into a >> subdirectory (ex: entries/tests/) and check if the plugin works. > > IIRC the fix for that has been committed into git a while ago. > >> I've posted a patch for comments plugin. It's in the tracker(issu 39). > > http://pyblosxom.bluesock.org/bugs/issue39 - "Comment > preview fails", this seems to be about a different issue. > >> By the way, are you going migrate your old posts from WordPress to >> PyBlosxom? Do you know if there is an automatic way to do this? >> Regards, > > you can go from drupal to pyblosxom using this: > https://github.com/Dieterbe/drupal-to-pyblosxom > > maybe you can adapt the code to go from wordpress. or find a tool that > can convert wordpress->drupal first ;) > > Dieter > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _______________________________________________ > pyblosxom-users mailing list > pyb...@li... > https://lists.sourceforge.net/lists/listinfo/pyblosxom-users > |