contrib: added rss to init
This commit is contained in:
parent
42269dcb99
commit
6a338fbee1
|
@ -1,7 +1,7 @@
|
||||||
----------------------------------------------------------
|
---------------------------------------------------
|
||||||
-- Licensed under the GNU General Public License version 2
|
-- Licensed under the GNU General Public License v2
|
||||||
-- * Copyright (C) 2009 olcc
|
-- * (c) 2009, olcc
|
||||||
----------------------------------------------------------
|
---------------------------------------------------
|
||||||
|
|
||||||
-- {{{ Grab environment
|
-- {{{ Grab environment
|
||||||
local pairs = pairs
|
local pairs = pairs
|
||||||
|
@ -11,7 +11,7 @@ local setmetatable = setmetatable
|
||||||
|
|
||||||
|
|
||||||
-- RSS: provides latest world news
|
-- RSS: provides latest world news
|
||||||
module("vicious.rss")
|
module("vicious.widgets.rss")
|
||||||
|
|
||||||
|
|
||||||
-- {{{ RSS widget type
|
-- {{{ RSS widget type
|
Loading…
Reference in New Issue