Giter Site home page Giter Site logo

plugin-feed's People

Contributors

foosel avatar klap-in avatar lpaulsen93 avatar michitux avatar splitbrain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plugin-feed's Issues

http_conditionalRequest() not found since DW 2009-12-25

The feed plugin dies with an error stating that function http_conditionalRequest is not found when used with the new DokuWiki release 2009-12-25. The reason is that the definition of the function has apparently moved to another file. The fix is to add

require_once(DOKU_INC.'inc/httputils.php');

at the beginning of lib/plugins/feed/feed.php.
HTH.

Plan to implement HTML content in the feed?

There is one thing of feed plugin more convenient than DokuWiki built-in syndication currently: tag-based "topicfeed", which can put out posts regardless of namespaces.

Meanwhile there is also one thing I miss in feed plugin compared to built-in syndication: HTML content.

Hopefully, the advantages of both sides can be merged in one side or the other...

Include only new pages? (or exclude minor edits?)

Hi,

Is it possible to only include new pages in a topicfeed feed?

My idea is to have a feed of pages in a particular topic, ordered by editing date, but to not bump pages to the top of this feed if they're just being edited. For example, to avoid some years-old page popping up in a 'recent news' feed if it's only having some small edit done to it. Perhaps a way to exclude 'minor' edits?

Thanks!

I want to current page syntax

Summary

My wiki create discussion page automatically to use template page.
I hope to use feed plugin on those pages.

However, although there is current ns syntax, current page syntax doesn't exist.
I want this.

Please, allow current page syntax, "" namespace elements on feed plugin.
The reason is that [[]] means the current page on Dokuwiki.

Example

on ":example" page

{{commentsfeed>?|This is example Discussion}} 

means

{{commentsfeed>example?|This is example Discussion}}

Code

I think we only add some codes on that like these.

  } elseif($namespace == '.') {
              $namespace = getNS($ID);
+ } elseif($namespace == '') {
+             $namespace = $ID;
  } else {

doesn't work woth Hogfather

Error messages in logs after upgrade to Hogfather:

AH01071: Got error 'PHP message: PHP Warning: require_once(/var/www/dokuwiki/inc/events.php): failed to open stream: No such file or directory in /var/www/dokuwiki/lib/plugins/feed/feed.php on line 14

require_once(DOKU_INC . 'inc/events.php');

In my opinion it seems to work anyway.
Sorry: It doesn't work!

HTML special characters

Hello I'm having an issue with HTML special characters and the discussion plugin (comments).

The comments in the meta file are already escaped : a simple quote in the meta file appears as ' . And the feed seems to escape it again, so it appear as ' in the feed source.

I'm using :

  • Dokuwiki 2010-11-07 "Anteater"
  • feed plugin from github.

Thank you for looking into this.

feature request: sorted rss feed over multiple namespace sites

Hi this is a feature request, i am also thankful for hints of how i can fix this myself ( my php skills are not great)
i blog with dokuwiki and have namespaces for each year ( 2016, 2017 etc) in each namespace i have several pages, one for each blog entry. ( like :blog:2017:0401_first_april_blogpost, :blog:2017:1224_christmas etc)

Thanks to the feed plugin, i can create sorted automated rss feed, but for one year (=namespace) only:
{{blogfeed>:blog:2017|feed for all 2017 blog entries}}

If i try to create an rss feed over all of my namespaces (=years) i get an complet unsorted feed, with entries in a wild order, mixed between years

{{blogfeed>:blog|feed for all years}}

I want that this multi-namespace feed is also sorted just by inverse namespace and page name. How can i do that ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.