You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a plugins-folder (is plugins the best name? Should it be a plugon?) within driveby-sharing.
Make a tt-rss folder therein. Move the greader-import folder to plugins/tt-rss.
Every plugin needs one php-file (e.g. gritttt.php) for basic functionality. Make a README to explain that, maybe an interface:
do_imports()
check_login() -> True/False
insert(url, title, comment)
form.php needs the first two, share.php all three.
New config-option: plugin - this way, gritttt-rss finds the right gritttt.php to use.
The config-options gritttt_url and path_to_ttrss are tt-rss specific. Do we need them/can we replace them oce we are done (they are also used in dialog.js).
The text was updated successfully, but these errors were encountered:
Make a
plugins
-folder (isplugins
the best name? Should it be aplugon
?) withindriveby-sharing
.Make a
tt-rss
folder therein. Move thegreader-import
folder toplugins/tt-rss
.Every plugin needs one php-file (e.g.
gritttt.php
) for basic functionality. Make aREADME
to explain that, maybe an interface:form.php
needs the first two,share.php
all three.New config-option:
plugin
- this way, gritttt-rss finds the rightgritttt.php
to use.The config-options
gritttt_url
andpath_to_ttrss
are tt-rss specific. Do we need them/can we replace them oce we are done (they are also used indialog.js
).The text was updated successfully, but these errors were encountered: