[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

Differences between revisions 24 and 25

Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
http://www.lathi.net/twiki-bin/view/Main/EmacsAndBlosxom Museを利用するのが便利です。

[http://mwolson.org/static/doc/muse/Blosxom.html#Blosxom Blosxom - Muse]

概要

Pythonで作成されたBlog構築プログラム

URL

http://sourceforge.net/projects/pyblosxom/

インストール

INSTALLファイル内に記述がある

設定

利用方法

Emacs

Museを利用するのが便利です。

Blosxom - Muse

texi

まさにそのままはないかも?

allout/Allout/texi.py

cgiの名前を出さないようにする

mod_rewriteを利用。.htaccessに以下記述。注意点は $url の末尾に「 / 」を入れない事

DirectoryIndex blosxom.cgi
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ blosxom.cgi/$1 [L,QSA]

参考サイト

sh1.2 pyblosxom : tags/pyblosxom

PyBlosxomをhAtomに対応 | 3.14

all about blosxom

Ck2 Blogger Blosxom

少年老い易く学成り難し

Pythonで作成されているBlogツール

Python Software for Weblogs

PythonBasedBlogSoftware - Lowlife.jp Wiki

http://www.kryogenix.org/code/vellum/

http://newsbruiser.tigris.org/

http://www.myelin.co.nz/bzero/

http://www.python.org/~jeremy/weblog/031104d.html

Python以外のBlog系ツール

http://blapp.sourceforge.net/

http://www.homa.ne.jp/~ashie/linux/tdiary-hns-theme.html

http://www.tdiary.net/theme.rhtml

いかんともしがたい : ブログお役立ちリンク集

「古今東西」オフィシャルサイト

いかんともしがたい : ホスティング型ブログサービス比較表 (無料サービスリンク集)


CategoryPython

紹介マニアMoinMoin: PyBlosxom (last edited 2008-06-20 12:32:38 by )