From e2bf4b410cc93a4d348ccfaf23f346008f44eae8 Mon Sep 17 00:00:00 2001 From: Vhati Date: Wed, 21 Aug 2013 14:12:17 -0400 Subject: [PATCH] Added GitHub url to readmes --- README.md | 2 ++ skel_unix/readme_for_unixlike.txt | 10 ++++++---- skel_win/readme_for_windows.txt | 10 ++++++---- .../java/net/vhati/modmanager/ui/ManagerFrame.java | 4 ---- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d4f6c4b..1449e8b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Slipstream Mod Manager Slipstream is the successor to Grognak's Mod Manager (GMM), a program designed to make it easy to install multiple [FTL](http://www.ftlgame.com/) mods at the same time. +To download compiled binaries, [click here](https://sourceforge.net/projects/slipstreammodmanager/). + Comments can be made in a forum thread [here](http://). diff --git a/skel_unix/readme_for_unixlike.txt b/skel_unix/readme_for_unixlike.txt index 0530bab..3b7ab65 100644 --- a/skel_unix/readme_for_unixlike.txt +++ b/skel_unix/readme_for_unixlike.txt @@ -1,12 +1,14 @@ Slipstream Mod Manager -http:// +https://github.com/Vhati/Slipstream-Mod-Manager About - Slipstream is the successor to Grognak's Mod Manager (GMM), a - program designed to make it easy to install multiple mods at the - same time. + Slipstream is a mod manager for the game FasterThanLight, making it + easy to install multiple mods at the same time and, later, revert + to vanilla gameplay. + + It is the successor to Grognak's Mod Manager (GMM). Requirements diff --git a/skel_win/readme_for_windows.txt b/skel_win/readme_for_windows.txt index 1de1c2a..606178e 100644 --- a/skel_win/readme_for_windows.txt +++ b/skel_win/readme_for_windows.txt @@ -1,12 +1,14 @@ Slipstream Mod Manager -http:// +https://github.com/Vhati/Slipstream-Mod-Manager About - Slipstream is the successor to Grognak's Mod Manager (GMM), a - program designed to make it easy to install multiple mods at the - same time. + Slipstream is a mod manager for the game FasterThanLight, making it + easy to install multiple mods at the same time and, later, revert + to vanilla gameplay. + + It is the successor to Grognak's Mod Manager (GMM). Requirements diff --git a/src/main/java/net/vhati/modmanager/ui/ManagerFrame.java b/src/main/java/net/vhati/modmanager/ui/ManagerFrame.java index 18af767..0d3991f 100644 --- a/src/main/java/net/vhati/modmanager/ui/ManagerFrame.java +++ b/src/main/java/net/vhati/modmanager/ui/ManagerFrame.java @@ -1,7 +1,3 @@ -// http://docs.oracle.com/javase/tutorial/uiswing/dnd/emptytable.html -// http://stackoverflow.com/questions/638807/how-do-i-drag-and-drop-a-row-in-a-jtable -// http://www.java2s.com/Tutorial/Java/0240__Swing/UsingdefaultBooleanvaluecelleditorandrenderer.htm - package net.vhati.modmanager.ui; import java.awt.BorderLayout;