Skip to content

Commit

Permalink
Fixed more links
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithDHedger committed Oct 16, 2020
1 parent fdc4de5 commit 5839165
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.4.6
Fixed more links.
Removed redundant code.
Fixed autosave/save all switching tabs.
Fixed homepage link in about box.
Expand Down
4 changes: 2 additions & 2 deletions KKEdit/src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
#endif
#endif

#define PLUGINSLINK "https://sites.google.com/site/kkeditlinuxtexteditor/kkedit-plugins#getplugs"
#define NAGTIMELINK "https://dl.dropboxusercontent.com/s/xcvp8af3qp7ffxg/NAGTIME"
//#define PLUGINSLINK "https://sites.google.com/site/kkeditlinuxtexteditor/kkedit-plugins#getplugs"
#define PLUGINSLINK "https://github.com/KeithDHedger/KKEditPlugins"

#define TOOL_ASYNC 8
#define TOOL_IGNORE_OP 0
Expand Down
30 changes: 15 additions & 15 deletions KKEdit/src/internet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
const char *moreapps[]={
"\nMore by the same author\n",
"KKEdit\nhttp://keithdhedger.github.io/KKEdit/\n",
"KKTerminal\nhttp://keithhedger.freeddns.org/pages/kkterminal/kkterminal.html\n",
"KKTerminal\nhttp://keithdhedger.github.io/pages/kkterminal/kkterminal.html\n",
"KKFileManager\nhttp://github.com/KeithDHedger/KKFileManager\n",
"XDecorations\nhttp://keithhedger.freeddns.org/pages/xdecorations/xdecorations.html\n",
"Xfce-Theme-Manager\nhttp://keithhedger.freeddns.org/pages/apps1.html#themeed\n",
"Xfce4-Composite-Editor\nhttp://keithhedger.freeddns.org/pages/apps1.html#xfcecomp\n",
"Manpage Editor\nhttp://keithhedger.freeddns.org/pages/manpageeditor/help.html\n",
"GtkSu\nhttp://keithhedger.freeddns.org/pages/gtksu/gtksu.html\n",
"ASpell GUI\nhttp://keithhedger.freeddns.org/pages/aspellgui/aspelgui.html\n",
"Clipboard Viewer\nhttp://keithhedger.freeddns.org/pages/clipviewer/clip.html",
"XDecorations\nhttp://keithdhedger.github.io/pages/xdecorations/xdecorations.html\n",
"Xfce-Theme-Manager\nhttp://keithdhedger.github.io/pages/apps.html#themeed\n",
"Xfce4-Composite-Editor\nhttp://keithdhedger.github.io/pages/apps.html#xfcecomp\n",
"Manpage Editor\nhttp://keithdhedger.github.io/pages/manpageeditor/manpageeditor.html\n",
"GtkSu\nhttp://keithdhedger.github.io/pages/gtksu/gtksu.html\n",
"ASpell GUI\nhttp://keithdhedger.github.io/pages/aspellgui/aspelgui.html\n",
"Clipboard Viewer\nhttp://keithdhedger.github.io/pages/clipviewer/clip.html",
"\nDevelopment versions can be found here:\nhttp://github.com/KeithDHedger"
};

Expand All @@ -44,11 +44,11 @@ const char *authors="K.D.Hedger ©2013-2014<br><a href=\"mailto:" MYEMAIL "\">Em
"<br><br>More by the same author<br>" \

"<a href=\"http://keithdhedger.github.io/KKEdit/\">KKEdit<br>" \
"<a href=\"http://khapplications.freeddns.org/pages/xdecorations/xdecorations.html\">XDecorations<br>" \
"<a href=\"http://khapplications.freeddns.org/pages/apps.html#themeed\">Xfce-Theme-Manager<br>" \
"<a href=\"http://khapplications.freeddns.org/pages/apps.html#xfcecomp\">Xfce4-Composite-Editor<br>" \
"<a href=\"http://khapplications.freeddns.org/pages/manpageeditor/help.html\">Manpage Editor<br>" \
"<a href=\"http://khapplications.freeddns.org/pages/gtksu/gtksu.html\">GtkSu<br>" \
"<a href=\"http://khapplications.freeddns.org/pages/aspellgui/aspelgui.html\">ASpell<br>" \
"<a href=\"http://khapplications.freeddns.org/pages/clipviewer/clip.html\">Clipboard Viewer<br>";
"<a href=\"http://keithdhedger.github.io/pages/xdecorations/xdecorations.html\">XDecorations<br>" \
"<a href=\"http://keithdhedger.github.io/pages/apps.html#themeed\">Xfce-Theme-Manager<br>" \
"<a href=\"http://keithdhedger.github.io/pages/apps.html#xfcecomp\">Xfce4-Composite-Editor<br>" \
"<a href=\"http://keithdhedger.github.io/pages/manpageeditor/manpageeditor.html\">Manpage Editor<br>" \
"<a href=\"http://keithdhedger.github.io/pages/gtksu/gtksu.html\">GtkSu<br>" \
"<a href=\"http://keithdhedger.github.io/pages/aspellgui/aspelgui.html\">ASpell<br>" \
"<a href=\"http://keithdhedger.github.io/pages/clipviewer/clip.html\">Clipboard Viewer<br>";
#endif
8 changes: 4 additions & 4 deletions KKEdit/src/internet.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
#define _INTERNET_

#define MYEMAIL "[email protected]"
#define MYWEBSITE "http://keithhedger.freeddns.org"
#define GLOBALWEBSITE "http://khapplications.freeddns.org"
#define MYWEBSITE "http://keithdhedger.github.io/"
#define GLOBALWEBSITE "http://keithdhedger.github.io"
#define ASPELLPAGE GLOBALWEBSITE "/pages/aspellgui/aspelgui.html"
#define MANPAGEPAGE GLOBALWEBSITE "/pages/manpageeditor/help.html"
#define CLIPVIEW GLOBALWEBSITE "/pages/clipviewer/clip.html"
#define THEMEMANAGER GLOBALWEBSITE "/pages/apps.html#themeed"
#define COMPMANAGER GLOBALWEBSITE "/pages/apps.html#xfcecomp"
#define KKEDITPAGE "http://keithdhedger.github.io/KKEdit/"
#define KKEDITPAGEFR "http://keithdhedger.github.io/KKEdit/help.fr.html"
#define KKTERMINALPAGE "http://khapplications.freeddns.org/pages/kkterminal/kkterminal.html"
#define KKTERMINALPAGE GLOBALWEBSITE "/pages/kkterminal/kkterminal.html"

#define COPYRITE "Copyright \xc2\xa9 2013-2016 K.D.Hedger"
#define COPYRITE "Copyright © 2013-2016 K.D.Hedger"

#ifndef _USEQT5_
extern const char *moreapps[];
Expand Down

0 comments on commit 5839165

Please sign in to comment.