Make HTB and HFSC Pretty, Named Consistently, and maybe Better Help#29
Make HTB and HFSC Pretty, Named Consistently, and maybe Better Help#29EricLuehrsen wants to merge 0 commit intotohojo:masterfrom EricLuehrsen:master
Conversation
EricLuehrsen
commented
Feb 27, 2016
- Renamed HTB/HFSC Simple/Simplest scripts and their help; so looks good in Luci
- Updated help to reflect recent discussions. Just so-so better, but more novice language still required
- Updated HFSC internal comments to reflect recent discussions
- Updated HTB internal comments and white space to be pretty, but no material change
- HFSC Simple (was Lite) is yet simpler, removing uncommon "home server" from isolated port tiers
|
Hi Eric, I appreciate action here, though I am not a fam of all of the changes:
One thing I wondered, isn’t there a rename option in git? On github this looks like a full deletion and creation of new files, but that seems overly heavy handed, after all you only changed the filename… Best Regards
|
|
Yes, the first thing I did was just use "rename" and commit. The "diff" by text report actually shows it as a name change. I dont know why the log is A/D. I didnt want to dig into presentation in Luci directly yet... Start with pretty scripts and help files first with tools that exist. Then shuffle common stuff upto a Luci intro paragraph or something. I hope we all update the for each help first. It will be wordy, yes. Then we can judge how to make a common help intro paragraph. |
Best Regards
|
|
That works. I would call it "an.overview.qos.help" so that comes first in the list. |
|
Hi Eric,
Best Regards
|
|
For us developers, that is a minor inconvenience. For the average user, the default install will look correct. I am noticing one thing with this implementation. The ".qos.help" interpreter will squash all paragraph breaks into one mash of words. So this is still only a crutch until we get something into Luci directly. |
|
While I appreciate what you're trying to do, I am not going to merge this pull request in its current form. For several reasons:
The five bullet points in the pull request description are reasonable candidates for the logical commits; a fixed pull request with the latter three of those should be mergeable straight away. Let's hold off on the help text changes and renaming for now. I'll go try to figure out a better way to display the help text... |
|
(1) (2) Acknowledged. Just had my own on going trials, and figured its worth the proposal. This is the feedback I was hoping for. (3a) There are aspects of GitHub that I do not like. Historical minutia survive merges. My branch "adventuresintostupidity" with all incremental errors should be able to merge with roll up into my own "master." (3b) I think I can reconstruct the pull on that. (3c) I thought I rebased including 56677e6. |
|
Yeah, the github interface is really only suitable for the most basic of things. You really need to use the command line for anything more than that. What I usually do when pushing things upstream somewhere is have a separate branch for experimenting and doing incremental work, then cloning that to another branch and using |