Menu:

the weblog plugin

We created a new simple Weblog plugin as a PyLucid plugin.

Every registered user witch has the permission to create a new blog entry can write new blog articles. Anonymous users can leave a comment.

↑ installation  #

↑ v0.9 installation  #

Simply create a new blog PluginPage with: PyLucid admin menu -> create content -> new plugin page

↑ old v0.8 installation  #

Create a new empty page and insert the lucidTag into the page content:

HTML+Django/Jinja
1
{% lucidTag blog %}

↑ create a new blog article (v0.9)  #

Simply fill out the form under: PyLucid admin menu -> create content -> new blog entry

↑ open blog tickets  #

PyLucid: Ticket Query
  • ↑ #224: blog: introduction/teaser function...  #

    Fri, 29 Aug 2008 12:31:18 GMT

    Blog articles can be long. It's good if we have a introduction/teaser function witch only display the first lines of a blog article and has a "continue..." link to the full text version.

    This should be configurable like this: Display the first 3 blog entries in full text, after this display only the first 2 lines, after 10 entries, display only the headline...

    IMHO there is a Problem how to cut the blog article, idea: Display only until the first </p> tag?

  • ↑ #325: Change blog entry headline  #

    Thu, 26 Nov 2009 08:54:59 GMT

    make blog entry headline better.

  • ↑ #332: create own edit blog/lexicon views  #

    Sat, 28 Nov 2009 11:39:53 GMT

    changeset:2443 and changeset:2444 adds links for editing/deleting blog/lexicon entries. But it's used the normal django admin panel views. That's ok for deleting. But editing should have a own view similliar to "edit all" view. (/pylucid_admin/plugins/page_admin/edit_page/XXX/)

  • ↑ #344: Blog tag field autocomplete?  #

    Tue, 05 Jan 2010 16:21:23 GMT

    There should be a list of existing tags, if i write a new blog plugin. So it's easier to use existing tags instead of misspell new one.

    Autocomplete in tag form field with jQuery?

  • ↑ #361: Split blog model  #

    Fri, 26 Feb 2010 10:38:07 GMT

    We need a language independent ID for every blog article, to get a relation between one blog article in different languages.

    These language independent ID should be used to create permalinks to the article. So a blog permalink can work in the same way as a normal pagetree permalink: PyLucid can choose the language of the blog article by the client prefered language.

    Today, we can't get the same blog article in a other language, because there are no relationships between the "same" blog article in different languages.

  • ↑ #212: blog plugin: add notify users function...  #

    Fri, 18 Jul 2008 18:33:41 GMT

    We collected from all users the email address. So we can send notify emails to alls these users.

    We can insert a notifier, if the user want this.

  • ↑ #300: make blog urls nicer and add datetime summery pages...  #

    Mon, 17 Aug 2009 20:43:42 GMT

  • ↑ #376: Simplify blog plugin strings  #

    Tue, 27 Apr 2010 16:37:57 GMT

    Some strings in the blog plugin could be simpler:

    e.g. All blog articles in English. Here "blog" is redundant since it is in the breadcrumbs left of it.

    The same applies for the German translation: "Alle Artikel in Deutsch." would be perfectly fine

tag navi documentation | features | help
Fork me on GitHub