Thread Programmierende für "Modern Blosxom" gesucht
(79 answers)
Opened by GwenDragon at 2011-04-11 16:04
Hast du das Teil mal installiert?
Also mit den bekannten Methoden kriege ich das nicht hin. Hmmm, das Makefile ist gut, vor allem die Zeile gefällt: Code: (dl
)
rm -rf ../blosxom-$(VERSION)/ Naja, machen wir es händisch... ...und schauen vorher mal ins Script was wo hin soll... Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 # Load configuration from $ENV{BLOSXOM_CONFIG_DIR}/blosxom.conf, if it exists my $blosxom_config; if ( $ENV{BLOSXOM_CONFIG_FILE} && -r $ENV{BLOSXOM_CONFIG_FILE} ) { $blosxom_config = $ENV{BLOSXOM_CONFIG_FILE}; ( $config_dir = $blosxom_config ) =~ s! / [^/]* $ !!x; } else { for my $blosxom_config_dir ( $ENV{BLOSXOM_CONFIG_DIR}, '/etc/blosxom', '/etc' ) { if ( -r "$blosxom_config_dir/blosxom.conf" ) { $config_dir = $blosxom_config_dir; $blosxom_config = "$blosxom_config_dir/blosxom.conf"; last; } } } Hmm, ich könnte wenn ich denn wollte ich bin ja root, nur wer kann sonst noch? Also irgendwie kommt mir das ganze wie ein schlechter Scherz vor. Naja es gibt aber massig Module. Nur wenn wir uns die mal anschauen und zwangsläufig in Erwägung ziehen, den Bestand zu erhalten sprich im neugeschriebenen Code zu unterstützen, aua das tut weh. Das wird nichts mit modern das wird retro. Ich würde sagen, lass Blosxom in Ruhe tot sein. View full thread Programmierende für "Modern Blosxom" gesucht |