Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Perl Blog Code

by Anonymous Monk
on Jun 24, 2013 at 19:25 UTC ( [id://1040478]=perlquestion: print w/replies, xml ) Need Help??

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi there Monks!

I'd like to know if someone here would recommend a small, not to crazy Perl Script blog where I can use to share some information with a group of students. I would like something in a much smaller scale of what this great site "Perl Monks" is, any advice?

Thanks for helping!

Replies are listed 'Best First'.
Re: Perl Blog Code
by nightgoat (Acolyte) on Jun 24, 2013 at 21:29 UTC
    I've used Blosxom before, and I can say that it's very lightweight. Each entry is just a text file, and Blosxom HTML-ifies it on the fly for visitors. It's built with Perl, too, so the students could poke around in it and see what's going on.
      I've had a blosxom site running maintenance free for years. It is a lot of bang with very little code, and a usable system of plugins.

      Now I do something similar with my own code under Dancer. It took some effort to write, however I find it much easier to understand.

Re: Perl Blog Code
by aitap (Curate) on Jun 24, 2013 at 20:08 UTC

      I only had a very quick look at these frameworks, but my impression (I may be wrong) is that these things are powerful but relatively complicated to get started, so that a ligher, maybe more specialized, solution might be easier to implement. But I do not have the experience to suggest something in particular.

        Dancer is very simple to use, I recommend it.
        > that these things are powerful but relatively complicated to get started,

        Have a look at Gabor's video: Building a blog engine using Perl Dancer

        While it gives a nice introduction to Dancer I consider the blog-part kind of "cheating" ;-)

        In reality it's user management and authentication which makes blogs and forums complicated...

        Just automatically updating a webpage from user-input can be easily done with a simple CGI.

        Cheers Rolf

        ( addicted to the Perl Programming Language)

        Frameworks by themselves are easy to use, it's the "blog" thing what is really complicated. One has to implement not just "pages" to create, edit and comment, but also user registration, access rights, CAPTCHA, e-mail password reminders and so on. Better find somebody who has already written most of it.
Re: Perl Blog Code
by LanX (Saint) on Jun 24, 2013 at 19:57 UTC
    search blog software perl

    no personal experience so far.. sorry.

    But at least "Movable Type" and "Blosxom" sound familiar...

    Cheers Rolf

    ( addicted to the Perl Programming Language)

Re: Perl Blog Code
by PerlSufi (Friar) on Jun 24, 2013 at 19:36 UTC
    Hi, I think there is blogs.perl.org ?
    You could also make a git account that could be used to view code
      This script would be to talk about general topics other than just code. The users will be able to respond or comment on these postings.
Re: Perl Blog Code
by KevinZwack (Chaplain) on Jun 24, 2013 at 20:27 UTC

    A wiki might be another option to consider...

      Hmmm, a wiki and a blog serve really quite different purposes. I don't think that a wiki would fir the OP's stated requirements. The OP wants something to share ideas, news and information with a groupe of people, so a blog or a mini forum is what is needed, a wiki is more for working collectively on a group of documents to improve them progressively together.

        Well, Oddmuse is a Wiki written in Perl, and it can be configured as a blog with categories.
        As it requires basic (hmm, not too basic...) knowledge about webserver config :-) maybe it's not exactly what the OP looks for, but I think it might come near.

        I have to disagree; a good wiki can selectively give write access to a limited number of users (or just the owner) and thus meet all of the OP's requirements.

Re: Perl Blog Code
by Anonymous Monk on Jun 24, 2013 at 21:08 UTC
    We used to use Google Groups for this sort of thing when I used to do CFD, but it's been a few years since I moved on from that role.

    I don't know what the state of the functionality is under the Google+ paradigm they rolled out since. -Greg

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1040478]
Front-paged by LanX
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-19 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found