DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:anewssystem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:anewssystem [2013-09-18 06:57] Aleksandrplugin:anewssystem [2023-10-31 00:32] (current) Klap-in
Line 2: Line 2:
  
 ---- plugin ---- ---- plugin ----
-description: Simple News system to create news articles and preview them or provide the News tags within a little cloud. +description: Simple News system to create news articles and preview them or provide the News tags within a little cloud 
-author     : Taggic +author     : Taggic
 email      : Taggic@t-online.de email      : Taggic@t-online.de
 type       : syntax type       : syntax
-lastupdate : 2013-05-22 +lastupdate : 2016-06-02 
-compatible : rincewindanguaadora belleweatherwax+compatible : WeatherwaxBinkyPonder StibbonsHrun, !Hogfather
 depends    :  depends    : 
 conflicts  conflicts 
 similar    : tips:newssystem similar    : tips:newssystem
 tags       : NEWS, newssystem, newspaper tags       : NEWS, newssystem, newspaper
-screenshot_img: http://img838.imageshack.us/img838/6777/anssexmpl.gif 
  
 downloadurl: https://github.com/Taggic/anewssystem/archive/master.zip downloadurl: https://github.com/Taggic/anewssystem/archive/master.zip
-bugtracker : http://www.fristercons.de/fcon/doku.php?id=news:issues+bugtracker : #http://www.fristercons.de/fcon/doku.php?id=news:issues #FIXME
 sourcerepo : https://github.com/Taggic/anewssystem/ sourcerepo : https://github.com/Taggic/anewssystem/
 donationurl:  donationurl: 
 +
 +screenshot_img: https://trello.com/1/cards/64528d666aaaf70efe8a599e/attachments/64528dd0601bf96472a1f260/download/dokuwiki-plugin-anewssystem_screenshot.gif
 ---- ----
  
Line 23: Line 24:
  
 :!: The version 2012-05-09 introduced tags. Formerly created news does not have such and might be not visible by given date-validity due to tags used as filter. To make them visible edit the news article and add "''%%  *  tags: tag1, tag2, tag3%%''" into the line after author entry. :!: The version 2012-05-09 introduced tags. Formerly created news does not have such and might be not visible by given date-validity due to tags used as filter. To make them visible edit the news article and add "''%%  *  tags: tag1, tag2, tag3%%''" into the line after author entry.
- 
  
 :!: Take care that since version 2012-03-29 you need a modification of formerly created news articles. \\ Open your //newsdata// page with DokuWiki Editor and replace all %%----%% by a level 1 headline. The headline text must be identical to the //**head**// content of your news article. :!: Take care that since version 2012-03-29 you need a modification of formerly created news articles. \\ Open your //newsdata// page with DokuWiki Editor and replace all %%----%% by a level 1 headline. The headline text must be identical to the //**head**// content of your news article.
Line 46: Line 46:
 ==== Installation ==== ==== Installation ====
  
-Install the plugin using the [[Doku>plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
-\\ Refer to [[Doku>plugin_installation_instructions|DW Installation instructions]] to read more about.+
  
-  - create a a page news:news and put there the following syntax, which will bring all elements onto one page <code txt news.txt>====== News ======+Further: 
 + 
 +  - create a a page news:news and put there the following syntax, which will bring all elements onto one page<code txt news.txt>====== News ======
 ~~NOCACHE~~ ~~NOCACHE~~
 **[ [[news:allnewsdata|all news]] | [[news:news|write news]] | [[news:newsdata?do=edit|edit news]] ]** **[ [[news:allnewsdata|all news]] | [[news:news|write news]] | [[news:newsdata?do=edit|edit news]] ]**
Line 60: Line 61:
 </code> </code>
   - create a page news:newsdata and enter there a space or dot sign (filled with articles by using Author Interface)   - create a page news:newsdata and enter there a space or dot sign (filled with articles by using Author Interface)
-  - create a page news:allnewsdata containing the following content <code txt allnewsdata.txt>====== Latest NEWS articles ======+  - create a page news:allnewsdata containing the following content<code txt allnewsdata.txt>====== Latest NEWS articles ======
 ~~NOCACHE~~ ~~NOCACHE~~
 {{anss>allnews}}</code> {{anss>allnews}}</code>
Line 66: Line 67:
 ==== The Author Interface ==== ==== The Author Interface ====
  
-{{ http://img403.imageshack.us/img403/251/writenews.gif?nolink|Author Interface}}Number one is a user interface to write News articles, link them and define a validity period. +{{ https://trello.com/1/cards/64528d666aaaf70efe8a599e/attachments/64528dcb9c9c548d6ec10e10/download/dokuwiki-plugin-anewssystem_author-interface.gif?recache|Author Interface}}Number one is a user interface to write News articles, link them and define a validity period. 
  
 On top of it a unique anchor will be calculated to link the previewed content properly with the whole article.  On top of it a unique anchor will be calculated to link the previewed content properly with the whole article. 
Line 84: Line 85:
 If you have write permission on that page where //**News Flash**// or //**All News**// syntax was placed you will find two little icons below each news article. If you click on these icons you can either edit or delete the related news post. The symbol will change from black & white picture into a colored image if you hover the mouse over it. A click on the cross will immediately delete the related news record. There is no undo function so please use this function wisely. By a click on the blue feather the section edit of the related news record will be opened. If you have write permission on that page where //**News Flash**// or //**All News**// syntax was placed you will find two little icons below each news article. If you click on these icons you can either edit or delete the related news post. The symbol will change from black & white picture into a colored image if you hover the mouse over it. A click on the cross will immediately delete the related news record. There is no undo function so please use this function wisely. By a click on the blue feather the section edit of the related news record will be opened.
  
-The third method is a page as usual within Dokuwiki containing all news as defined by the template divided into sections, where the Headline is used as section headline. To edit there you may chose the standard DokuWiki Editor itself with section edit.+The third method is a page as usual within DokuWiki containing all news as defined by the template divided into sections, where the Headline is used as section headline. To edit there you may chose the standard DokuWiki Editor itself with section edit.
  
-{{http://img24.imageshack.us/img24/7321/bp7u5nmm.gif}} +{{https://trello.com/1/cards/64528d666aaaf70efe8a599e/attachments/64528dcccfe9a71e27624d0b/download/dokuwiki-plugin-anewssystem_news-cloud.gif?recache|News Cloud}} 
  
-The news cloud provides you a possibility to present your news tags as links in a cloud as you may know it from the [[doku>plugin:cloud|cloud plugin]]. There is no dependency to install the cloud plugin for this feature. It also delivers you various options to style your cloud either by your own CSS by syntax class option and/or by styling parameters within the syntax line. The News Cloud will display all tags where you have current news articles (not beyond the perishing date). A click on such a tag-link of the News Cloud will open the configured "All News" page but overrule the potentially tag setting of the syntax line to show the current, wanted articles.+The news cloud provides you a possibility to present your news tags as links in a cloud as you may know it from the [[Cloud]] plugin. There is no dependency to install the cloud plugin for this feature. It also delivers you various options to style your cloud either by your own CSS by syntax class option and/or by styling parameters within the syntax line. The News Cloud will display all tags where you have current news articles (not beyond the perishing date). A click on such a tag-link of the News Cloud will open the configured "All News" page but overrule the potentially tag setting of the syntax line to show the current, wanted articles.
  
 ==== News Thumbshots ==== ==== News Thumbshots ====
  
-{{ http://img803.imageshack.us/img803/3550/newsthumbshots.gif}}Many of the website needs to upload the thumbshot or screenshot manually of your website. So many of them try to use the third party tool or addons to. Nowadays a lot of webmasters are looking for a website snapshot tool in order to make data presentation more attractive to their visitors. +{{ https://trello.com/1/cards/64528d666aaaf70efe8a599e/attachments/64528dce78134de6cec2b2a5/download/dokuwiki-plugin-anewssystem_news-thumbshots.gif?recache|News Thumbshots}}Many of the website needs to upload the thumbshot or screenshot manually of your website. So many of them try to use the third party tool or addons to. Nowadays a lot of webmasters are looking for a website snapshot tool in order to make data presentation more attractive to their visitors.
  
 The News Thumbshots are realized by integration of related online Service Providers. There you can choose from variety of the online services, fee-less or highly professional with costs. I have checked the following for you but it is not limited and may change over time (list is not under regular care and there are many more available): The News Thumbshots are realized by integration of related online Service Providers. There you can choose from variety of the online services, fee-less or highly professional with costs. I have checked the following for you but it is not limited and may change over time (list is not under regular care and there are many more available):
Line 116: Line 117:
 ==== Optional Configuration ====  ==== Optional Configuration ==== 
  
-Probably you may want to change something the please have a look into the Configuration Manager for the plugin. There are a few simple and self-explaining parameters. Further you may adapt the text used for controls and/or add further language resource files. How to do so is described within the [[Doku>start|DokuWiki.org]]. To modify the look and feel please check the style.css file. There are many definitions offered for modification. Please refer to css documentation and communities in the event of related questions.+Probably you may want to change something the please have a look into the Configuration Manager for the plugin. There are a few simple and self-explaining parameters. Further you may adapt the text used for controls and/or add further language resource files. How to do so is described within the [[:dokuwiki|DokuWiki.org]]. To modify the look and feel please check the style.css file. There are many definitions offered for modification. Please refer to css documentation and communities in the event of related questions.
  
 ====== Plugin Configuration  ======  ====== Plugin Configuration  ====== 
-As most of the plugins this can be configured basically by use of DokuWiki [[Doku>plugin:config|Configuration Manager]]. The news System does provide following parameter:+ 
 +As most of the plugins this can be configured basically by use of DokuWiki [[config|Configuration Manager]]. The news System does provide following parameter:
 ^ Parameter       ^ Effect  | ^ Parameter       ^ Effect  |
 | d_format        | Define the date format (e.g. Y-m-d) | | d_format        | Define the date format (e.g. Y-m-d) |
Line 126: Line 128:
 | newsflash_link  | switch on to turn the News preview box headline into a link to News page  | | newsflash_link  | switch on to turn the News preview box headline into a link to News page  |
 | soapp           | soapp = show one article per page (instead of current all news)  | | soapp           | soapp = show one article per page (instead of current all news)  |
 +| act_delim       | action link delimiter (older Version = &; newer Versions = ?)  |
 | convert         | insert the link to the online [[http://www.fristercons.de/fcon/doku.php?id=news:descr#news_thumbshots|Thumbshot]] provider to enable preview pictures on NewsFlash box (empty the field to switch off this feature)  | | convert         | insert the link to the online [[http://www.fristercons.de/fcon/doku.php?id=news:descr#news_thumbshots|Thumbshot]] provider to enable preview pictures on NewsFlash box (empty the field to switch off this feature)  |
  
plugin/anewssystem.1379480268.txt.gz · Last modified: 2013-09-18 06:57 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki